From ad29f4688c8a43e718f4cf25ab9337459fc472de Mon Sep 17 00:00:00 2001 From: ak1 Date: Tue, 1 Feb 2005 22:16:17 +0000 Subject: [PATCH] Andreas Krennmair: autoconf/automake fuckup long long -> uint64_t (last few missing pieces) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@45 e385b8ad-14ed-0310-8656-cc95a2468c6d --- Makefile.in | 894 ++- aclocal.m4 | 1005 ++- config.h.in | 701 +- configure | 18727 ++++++++++++++++++++++++++++++++------------- hcache.c | 12 +- imap/Makefile.in | 445 +- imap/message.c | 5 +- m4/Makefile.in | 299 +- po/bg.gmo | Bin 81702 -> 81702 bytes po/da.gmo | Bin 63557 -> 63557 bytes po/de.gmo | Bin 83232 -> 83232 bytes po/el.gmo | Bin 79120 -> 79120 bytes po/et.gmo | Bin 71243 -> 71243 bytes po/gl.gmo | Bin 62383 -> 62383 bytes po/it.gmo | Bin 81032 -> 81032 bytes po/ja.gmo | Bin 75363 -> 75363 bytes po/sv.gmo | Bin 80540 -> 80540 bytes po/zh_CN.gmo | Bin 42645 -> 42645 bytes 18 files changed, 15515 insertions(+), 6573 deletions(-) diff --git a/Makefile.in b/Makefile.in index 70b58a1..023063e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,8 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# @configure_input@ -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -10,71 +12,86 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - -SHELL = @SHELL@ +@SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include - -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -transform = @program_transform_name@ - +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -host_alias = @host_alias@ host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@ +BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ + + +# $(makedoc_OBJECTS): $(makedoc_SOURCES) +# $(HOST_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) -c $< + +# makedoc: $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) +# @rm -rf makedoc +# $(HOST_CC) $(AM_CFLAGS) $(LDFLAGS) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) -o makedoc +CPP = @CPP@ + +CPPFLAGS = @CPPFLAGS@ -I$(includedir) +CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DBX = @DBX@ DEBUGGER = @DEBUGGER@ + +DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ + -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \ + -DHAVE_CONFIG_H=1 + +DEPDIR = @DEPDIR@ DOTLOCK_GROUP = @DOTLOCK_GROUP@ DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@ DOTLOCK_TARGET = @DOTLOCK_TARGET@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ GDB = @GDB@ GENCAT = @GENCAT@ GLIBC21 = @GLIBC21@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLBISON = @INTLBISON@ INTLLIBS = @INTLLIBS@ @@ -82,29 +99,90 @@ INTLOBJS = @INTLOBJS@ INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ ISPELL = @ISPELL@ KRB5CFGPATH = @KRB5CFGPATH@ +LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBIMAP = @LIBIMAP@ LIBIMAPDEPS = @LIBIMAPDEPS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MUTTLIBS = @MUTTLIBS@ MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@ +OBJEXT = @OBJEXT@ + +OPS = @OPS@ PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ PGPAUX_TARGET = @PGPAUX_TARGET@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SDB = @SDB@ SENDMAIL = @SENDMAIL@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ SMIMEAUX_TARGET = @SMIMEAUX_TARGET@ +STRIP = @STRIP@ SUBVERSION = @SUBVERSION@ U = @U@ +USE_GNUTLS_FALSE = @USE_GNUTLS_FALSE@ +USE_GNUTLS_TRUE = @USE_GNUTLS_TRUE@ +USE_GSS_FALSE = @USE_GSS_FALSE@ +USE_GSS_TRUE = @USE_GSS_TRUE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ +USE_SASL_FALSE = @USE_SASL_FALSE@ +USE_SASL_TRUE = @USE_SASL_TRUE@ +USE_SSL_FALSE = @USE_SSL_FALSE@ +USE_SSL_TRUE = @USE_SSL_TRUE@ VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ docdir = @docdir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ mutt_libesmtp_config_path = @mutt_libesmtp_config_path@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ AUTOMAKE_OPTIONS = foreign EXTRA_PROGRAMS = muttng_dotlock pgpring makedoc @@ -119,39 +197,59 @@ bin_SCRIPTS = muttngbug fleang BUILT_SOURCES = keymap_defs.h patchlist.c bin_PROGRAMS = muttng @DOTLOCK_TARGET@ @PGPAUX_TARGET@ @SMIMEAUX_TARGET@ -muttng_SOURCES = $(BUILT_SOURCES) addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c compress.c crypt.c cryptglue.c commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c edit.c enter.c flags.c init.c filter.c from.c getdomain.c handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c postpone.c query.c recvattach.c recvcmd.c rfc822.c rfc1524.c rfc2047.c rfc2231.c score.c send.c sendlib.c signal.c sort.c status.c system.c thread.c charset.c history.c lib.c muttlib.c editmsg.c utf8.c mbyte.c wcwidth.c md5c.c url.c ascii.c mutt_idna.c sidebar.c hcache.c crypt-mod.c crypt-mod.h +muttng_SOURCES = $(BUILT_SOURCES) \ + addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \ + compress.c crypt.c cryptglue.c \ + commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \ + edit.c enter.c flags.c init.c filter.c from.c getdomain.c \ + handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \ + main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \ + postpone.c query.c recvattach.c recvcmd.c \ + rfc822.c rfc1524.c rfc2047.c rfc2231.c \ + score.c send.c sendlib.c signal.c sort.c \ + status.c system.c thread.c charset.c history.c lib.c \ + muttlib.c editmsg.c utf8.c mbyte.c wcwidth.c md5c.c \ + url.c ascii.c mutt_idna.c sidebar.c hcache.c crypt-mod.c crypt-mod.h -muttng_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(MUTTLIBS) $(INTLLIBS) $(LIBICONV) +muttng_LDADD = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAP) $(MUTTLIBS) \ + $(INTLLIBS) $(LIBICONV) -muttng_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAPDEPS) $(INTLDEPS) +muttng_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ $(LIBIMAPDEPS) \ + $(INTLDEPS) makedoc_SOURCES = makedoc.c makedoc_LDADD = makedoc_DEPENDENCIES = -# $(makedoc_OBJECTS): $(makedoc_SOURCES) -# $(HOST_CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) -c $< - -# makedoc: $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) -# @rm -rf makedoc -# $(HOST_CC) $(AM_CFLAGS) $(LDFLAGS) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) -o makedoc - -CPP = @CPP@ - -DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H=1 - - INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl -CPPFLAGS = @CPPFLAGS@ -I$(includedir) - -EXTRA_muttng_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c pgppacket.c mutt_idna.h nntp.c newsrc.c mutt_libesmtp.c sidebar.h crypt-mod-pgp-classic.c crypt-mod-smime-classic.c - - -EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO configure acconfig.h account.h compress.h attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs globals.h hash.h history.h init.h keymap.h mutt_crypt.h mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare nntp.h ChangeLog.nntp _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc makedoc.c stamp-doc-rc README.SSL smime.h muttngbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh ChangeLog.old mkchangelog.sh cvslog2changelog.pl mutt_idna.h snprintf.c regex.c mutt_libesmtp.h +EXTRA_muttng_SOURCES = account.c md5c.c mutt_sasl.c mutt_socket.c mutt_ssl.c \ + mutt_tunnel.c pop.c pop_auth.c pop_lib.c smime.c pgp.c pgpinvoke.c pgpkey.c \ + pgplib.c sha1.c pgpmicalg.c gnupgparse.c resize.c dotlock.c remailer.c \ + browser.h mbyte.h remailer.h url.h mutt_ssl_nss.c \ + pgppacket.c mutt_idna.h nntp.c newsrc.c mutt_libesmtp.c \ + sidebar.h crypt-mod-pgp-classic.c crypt-mod-smime-classic.c + + +EXTRA_DIST = COPYRIGHT GPL OPS OPS.PGP OPS.CRYPT OPS.SMIME TODO \ + configure acconfig.h account.h \ + compress.h \ + attach.h buffy.h charset.h copy.h crypthash.h dotlock.h functions.h gen_defs \ + globals.h hash.h history.h init.h keymap.h mutt_crypt.h \ + mailbox.h mapping.h md5.h mime.h mutt.h mutt_curses.h mutt_menu.h \ + mutt_regex.h mutt_sasl.h mutt_socket.h mutt_ssl.h mutt_tunnel.h \ + mx.h pager.h pgp.h pop.h protos.h reldate.h rfc1524.h rfc2047.h \ + rfc2231.h rfc822.h sha1.h sort.h mime.types VERSION prepare \ + nntp.h ChangeLog.nntp \ + _regex.h OPS.MIX README.SECURITY remailer.c remailer.h browser.h \ + mbyte.h lib.h extlib.c pgpewrap.c smime_keys.pl pgplib.h Muttngrc.head Muttngrc \ + makedoc.c stamp-doc-rc README.SSL smime.h\ + muttngbug pgppacket.h depcomp ascii.h BEWARE PATCHES patchlist.sh \ + ChangeLog.old mkchangelog.sh cvslog2changelog.pl mutt_idna.h \ + snprintf.c regex.c mutt_libesmtp.h muttng_dotlock_SOURCES = mutt_dotlock.c @@ -162,204 +260,215 @@ pgpring_SOURCES = pgppubring.c pgplib.c lib.c extlib.c sha1.c md5c.c pgppacket.c pgpring_LDADD = @LIBOBJS@ $(INTLLIBS) pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS) -CLEANFILES = mutt_dotlock.c stamp-doc-rc makedoc keymap_alldefs.h keymap_defs.h patchlist.c +CLEANFILES = mutt_dotlock.c stamp-doc-rc makedoc \ + keymap_alldefs.h keymap_defs.h patchlist.c ACLOCAL_AMFLAGS = -I m4 LDADD = @LIBOBJS@ @INTLLIBS@ - -OPS = @OPS@ +subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = muttbug.sh Muttngrc.head -PROGRAMS = $(bin_PROGRAMS) - -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ -muttng_dotlock_OBJECTS = mutt_dotlock.o -muttng_dotlock_LDFLAGS = -pgpring_OBJECTS = pgppubring.o pgplib.o lib.o extlib.o sha1.o md5c.o \ -pgppacket.o ascii.o -pgpring_LDFLAGS = -makedoc_OBJECTS = makedoc.o -makedoc_LDFLAGS = -muttng_OBJECTS = patchlist.o addrbook.o alias.o attach.o base64.o \ -browser.o buffy.o color.o compress.o crypt.o cryptglue.o commands.o \ -complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o \ -enter.o flags.o init.o filter.o from.o getdomain.o handler.o hash.o \ -hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o \ -mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o \ -recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o score.o send.o \ -sendlib.o signal.o sort.o status.o system.o thread.o charset.o \ -history.o lib.o muttlib.o editmsg.o utf8.o mbyte.o wcwidth.o md5c.o \ -url.o ascii.o mutt_idna.o sidebar.o hcache.o crypt-mod.o -muttng_LDFLAGS = -SCRIPTS = $(bin_SCRIPTS) - -CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CONFIG_CLEAN_FILES = intl/Makefile doc/Makefile contrib/Makefile \ + muttbug.sh Muttngrc.head doc/instdoc.sh +EXTRA_PROGRAMS = muttng_dotlock$(EXEEXT) pgpring$(EXEEXT) \ + makedoc$(EXEEXT) +bin_PROGRAMS = muttng$(EXEEXT) @DOTLOCK_TARGET@ @PGPAUX_TARGET@ \ + @SMIMEAUX_TARGET@ +PROGRAMS = $(bin_PROGRAMS) + +am_makedoc_OBJECTS = makedoc.$(OBJEXT) +makedoc_OBJECTS = $(am_makedoc_OBJECTS) +makedoc_LDFLAGS = +am__objects_1 = patchlist.$(OBJEXT) +am_muttng_OBJECTS = $(am__objects_1) addrbook.$(OBJEXT) alias.$(OBJEXT) \ + attach.$(OBJEXT) base64.$(OBJEXT) browser.$(OBJEXT) \ + buffy.$(OBJEXT) color.$(OBJEXT) compress.$(OBJEXT) \ + crypt.$(OBJEXT) cryptglue.$(OBJEXT) commands.$(OBJEXT) \ + complete.$(OBJEXT) compose.$(OBJEXT) copy.$(OBJEXT) \ + curs_lib.$(OBJEXT) curs_main.$(OBJEXT) date.$(OBJEXT) \ + edit.$(OBJEXT) enter.$(OBJEXT) flags.$(OBJEXT) init.$(OBJEXT) \ + filter.$(OBJEXT) from.$(OBJEXT) getdomain.$(OBJEXT) \ + handler.$(OBJEXT) hash.$(OBJEXT) hdrline.$(OBJEXT) \ + headers.$(OBJEXT) help.$(OBJEXT) hook.$(OBJEXT) \ + keymap.$(OBJEXT) main.$(OBJEXT) mbox.$(OBJEXT) menu.$(OBJEXT) \ + mh.$(OBJEXT) mx.$(OBJEXT) pager.$(OBJEXT) parse.$(OBJEXT) \ + pattern.$(OBJEXT) postpone.$(OBJEXT) query.$(OBJEXT) \ + recvattach.$(OBJEXT) recvcmd.$(OBJEXT) rfc822.$(OBJEXT) \ + rfc1524.$(OBJEXT) rfc2047.$(OBJEXT) rfc2231.$(OBJEXT) \ + score.$(OBJEXT) send.$(OBJEXT) sendlib.$(OBJEXT) \ + signal.$(OBJEXT) sort.$(OBJEXT) status.$(OBJEXT) \ + system.$(OBJEXT) thread.$(OBJEXT) charset.$(OBJEXT) \ + history.$(OBJEXT) lib.$(OBJEXT) muttlib.$(OBJEXT) \ + editmsg.$(OBJEXT) utf8.$(OBJEXT) mbyte.$(OBJEXT) \ + wcwidth.$(OBJEXT) md5c.$(OBJEXT) url.$(OBJEXT) ascii.$(OBJEXT) \ + mutt_idna.$(OBJEXT) sidebar.$(OBJEXT) hcache.$(OBJEXT) \ + crypt-mod.$(OBJEXT) +muttng_OBJECTS = $(am_muttng_OBJECTS) +muttng_LDFLAGS = +am_muttng_dotlock_OBJECTS = mutt_dotlock.$(OBJEXT) +muttng_dotlock_OBJECTS = $(am_muttng_dotlock_OBJECTS) +muttng_dotlock_LDFLAGS = +am_pgpring_OBJECTS = pgppubring.$(OBJEXT) pgplib.$(OBJEXT) lib.$(OBJEXT) \ + extlib.$(OBJEXT) sha1.$(OBJEXT) md5c.$(OBJEXT) \ + pgppacket.$(OBJEXT) ascii.$(OBJEXT) +pgpring_OBJECTS = $(am_pgpring_OBJECTS) +pgpring_LDFLAGS = +SCRIPTS = $(bin_SCRIPTS) + + +DEFAULT_INCLUDES = -I. -I$(srcdir) -I. +depcomp = +am__depfiles_maybe = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -DIST_COMMON = README ./stamp-h.in ABOUT-NLS ChangeLog INSTALL \ -Makefile.am Makefile.in Muttngrc.head.in NEWS TODO acconfig.h \ -aclocal.m4 config.guess config.h.in config.sub configure configure.in \ -install-sh missing mkinstalldirs muttbug.sh.in strcasecmp.c strdup.c - - -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - -TAR = tar -GZIP_ENV = --best -DIST_SUBDIRS = m4 po intl doc contrib imap -SOURCES = $(muttng_dotlock_SOURCES) $(pgpring_SOURCES) $(makedoc_SOURCES) $(muttng_SOURCES) $(EXTRA_muttng_SOURCES) -OBJECTS = $(muttng_dotlock_OBJECTS) $(pgpring_OBJECTS) $(makedoc_OBJECTS) $(muttng_OBJECTS) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(makedoc_SOURCES) $(muttng_SOURCES) \ + $(EXTRA_muttng_SOURCES) $(muttng_dotlock_SOURCES) \ + $(pgpring_SOURCES) + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = README ABOUT-NLS ChangeLog INSTALL Makefile.am \ + Makefile.in Muttngrc.head.in NEWS TODO acconfig.h aclocal.m4 \ + config.guess config.h.in config.sub configure configure.in \ + depcomp install-sh missing mkinstalldirs muttbug.sh.in regex.c \ + snprintf.c strcasecmp.c strdup.c +DIST_SUBDIRS = m4 po intl doc contrib imap +SOURCES = $(makedoc_SOURCES) $(muttng_SOURCES) $(EXTRA_muttng_SOURCES) $(muttng_dotlock_SOURCES) $(pgpring_SOURCES) + +all: $(BUILT_SOURCES) config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive -all: all-redirect .SUFFIXES: -.SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile +.SUFFIXES: .c .o .obj -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - -$(ACLOCAL_M4): configure.in m4/codeset.m4 m4/curslib.m4 m4/funcdecl.m4 \ - m4/gettext.m4 m4/glibc21.m4 m4/gssapi.m4 m4/iconv.m4 \ - m4/lcmessage.m4 m4/libesmtp.m4 m4/progtest.m4 - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign --ignore-deps Makefile -config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) +$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -config.h: stamp-h - @if test ! -f $@; then \ - rm -f stamp-h; \ - $(MAKE) stamp-h; \ - else :; fi -stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES= CONFIG_HEADERS=config.h \ - $(SHELL) ./config.status - @echo timestamp > stamp-h 2> /dev/null -$(srcdir)/config.h.in: $(srcdir)/stamp-h.in +$(ACLOCAL_M4): configure.in m4/codeset.m4 m4/curslib.m4 m4/funcdecl.m4 m4/gettext.m4 m4/glibc21.m4 m4/gssapi.m4 m4/iconv.m4 m4/lcmessage.m4 m4/libesmtp.m4 m4/progtest.m4 + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +config.h: stamp-h1 @if test ! -f $@; then \ - rm -f $(srcdir)/stamp-h.in; \ - $(MAKE) $(srcdir)/stamp-h.in; \ + rm -f stamp-h1; \ + $(MAKE) stamp-h1; \ else :; fi -$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h - cd $(top_srcdir) && $(AUTOHEADER) - @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null -mostlyclean-hdr: +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h -clean-hdr: +$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h + cd $(top_srcdir) && $(AUTOHEADER) + touch $(srcdir)/config.h.in distclean-hdr: - -rm -f config.h - -maintainer-clean-hdr: + -rm -f config.h stamp-h1 +intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +doc/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +contrib/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ muttbug.sh: $(top_builddir)/config.status muttbug.sh.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status + cd $(top_builddir) && $(SHELL) ./config.status $@ Muttngrc.head: $(top_builddir)/config.status Muttngrc.head.in - cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - -mostlyclean-binPROGRAMS: - -clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) - -distclean-binPROGRAMS: - -maintainer-clean-binPROGRAMS: - + cd $(top_builddir) && $(SHELL) ./config.status $@ +doc/instdoc.sh: $(top_builddir)/config.status $(top_srcdir)/doc/instdoc.sh.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_PROGRAMS)'; for p in $$list; do \ - if test -f $$p; then \ - echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ - $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ + if test -f $$p \ + ; then \ + f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) - list='$(bin_PROGRAMS)'; for p in $$list; do \ - rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ done -.c.o: - $(COMPILE) -c $< - -.s.o: - $(COMPILE) -c $< - -.S.o: - $(COMPILE) -c $< - -mostlyclean-compile: - -rm -f *.o core *.core - -clean-compile: - -distclean-compile: - -rm -f *.tab.c - -maintainer-clean-compile: - -muttng_dotlock: $(muttng_dotlock_OBJECTS) $(muttng_dotlock_DEPENDENCIES) - @rm -f muttng_dotlock - $(LINK) $(muttng_dotlock_LDFLAGS) $(muttng_dotlock_OBJECTS) $(muttng_dotlock_LDADD) $(LIBS) - -pgpring: $(pgpring_OBJECTS) $(pgpring_DEPENDENCIES) - @rm -f pgpring - $(LINK) $(pgpring_LDFLAGS) $(pgpring_OBJECTS) $(pgpring_LDADD) $(LIBS) - -makedoc: $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) - @rm -f makedoc +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +makedoc$(EXEEXT): $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES) + @rm -f makedoc$(EXEEXT) $(LINK) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS) - -muttng: $(muttng_OBJECTS) $(muttng_DEPENDENCIES) - @rm -f muttng +muttng$(EXEEXT): $(muttng_OBJECTS) $(muttng_DEPENDENCIES) + @rm -f muttng$(EXEEXT) $(LINK) $(muttng_LDFLAGS) $(muttng_OBJECTS) $(muttng_LDADD) $(LIBS) - +muttng_dotlock$(EXEEXT): $(muttng_dotlock_OBJECTS) $(muttng_dotlock_DEPENDENCIES) + @rm -f muttng_dotlock$(EXEEXT) + $(LINK) $(muttng_dotlock_LDFLAGS) $(muttng_dotlock_OBJECTS) $(muttng_dotlock_LDADD) $(LIBS) +pgpring$(EXEEXT): $(pgpring_OBJECTS) $(pgpring_DEPENDENCIES) + @rm -f pgpring$(EXEEXT) + $(LINK) $(pgpring_LDFLAGS) $(pgpring_OBJECTS) $(pgpring_LDADD) $(LIBS) +binSCRIPT_INSTALL = $(INSTALL_SCRIPT) install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_SCRIPTS)'; for p in $$list; do \ - if test -f $$p; then \ - echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ - $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ - else if test -f $(srcdir)/$$p; then \ - echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \ - $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ - else :; fi; fi; \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f $$d$$p; then \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ + $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) - list='$(bin_SCRIPTS)'; for p in $$list; do \ - rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \ + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ done +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +.c.o: + $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: + $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +uninstall-info-am: + # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. - -@SET_MAKE@ - -all-recursive install-data-recursive install-exec-recursive \ -installdirs-recursive install-recursive uninstall-recursive \ -check-recursive installcheck-recursive info-recursive dvi-recursive: - @set fnord $(MAKEFLAGS); amf=$$2; \ +$(RECURSIVE_TARGETS): + @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ @@ -379,13 +488,18 @@ check-recursive installcheck-recursive info-recursive dvi-recursive: mostlyclean-recursive clean-recursive distclean-recursive \ maintainer-clean-recursive: - @set fnord $(MAKEFLAGS); amf=$$2; \ + @set fnord $$MAKEFLAGS; amf=$$2; \ dot_seen=no; \ - rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ - rev="$$subdir $$rev"; \ - test "$$subdir" = "." && dot_seen=yes; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ done; \ - test "$$dot_seen" = "no" && rev=". $$rev"; \ + rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ @@ -401,132 +515,227 @@ tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = tags: TAGS -ID: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - here=`pwd` && cd $(srcdir) \ - && mkid -f$$here/ID $$unique $(LISP) + mkid -fID $$unique -TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ - fi; \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + fi; \ done; \ - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique -mostlyclean-tags: +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique -clean-tags: +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here distclean-tags: - -rm -f TAGS ID - -maintainer-clean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +top_distdir = . distdir = $(PACKAGE)-$(VERSION) -top_distdir = $(distdir) -# This target untars the dist file and tries a VPATH configuration. Then -# it guarantees that the distribution is self-contained by making another -# tarfile. -distcheck: dist - -rm -rf $(distdir) - GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz - mkdir $(distdir)/=build - mkdir $(distdir)/=inst - dc_install_base=`cd $(distdir)/=inst && pwd`; \ - cd $(distdir)/=build \ - && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \ - && $(MAKE) $(AM_MAKEFLAGS) \ - && $(MAKE) $(AM_MAKEFLAGS) dvi \ - && $(MAKE) $(AM_MAKEFLAGS) check \ - && $(MAKE) $(AM_MAKEFLAGS) install \ - && $(MAKE) $(AM_MAKEFLAGS) installcheck \ - && $(MAKE) $(AM_MAKEFLAGS) dist - -rm -rf $(distdir) - @banner="$(distdir).tar.gz is ready for distribution"; \ - dashes=`echo "$$banner" | sed s/./=/g`; \ - echo "$$dashes"; \ - echo "$$banner"; \ - echo "$$dashes" -dist: distdir - -chmod -R a+r $(distdir) - GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) - -rm -rf $(distdir) -dist-all: distdir - -chmod -R a+r $(distdir) - GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) - -rm -rf $(distdir) +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } + +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print + distdir: $(DISTFILES) - -rm -rf $(distdir) + $(am__remove_distdir) mkdir $(distdir) - -chmod 777 $(distdir) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ + $(mkinstalldirs) $(distdir)/. $(distdir)/contrib $(distdir)/doc $(distdir)/intl $(distdir)/po + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ fi; \ done - for subdir in $(DIST_SUBDIRS); do \ + list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ - chmod 777 $(distdir)/$$subdir; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ || exit 1; \ fi; \ done - $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook -info-am: -info: info-recursive -dvi-am: -dvi: dvi-recursive + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist dist-all: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + $(am__remove_distdir) + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && cd $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ + && rm -f $(distdir).tar.gz \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @echo "$(distdir).tar.gz is ready for distribution" | \ + sed 'h;s/./=/g;p;x;p;x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 check-am: all-am -check: check-recursive -installcheck-am: -installcheck: installcheck-recursive -all-recursive-am: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-recursive +all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) -install-exec-am: install-binPROGRAMS install-binSCRIPTS \ - install-exec-local +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive - -install-data-am: install-data-local install-data: install-data-recursive +uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-recursive -uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS -uninstall: uninstall-recursive -all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h -all-redirect: all-recursive-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -installdirs: installdirs-recursive -installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) - +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: @@ -534,53 +743,81 @@ clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ - mostlyclean-compile mostlyclean-tags \ - mostlyclean-generic +clean: clean-recursive -mostlyclean: mostlyclean-recursive +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am -clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ - clean-generic mostlyclean-am +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) +distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \ + distclean-tags -clean: clean-recursive +dvi: dvi-recursive -distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ - distclean-tags distclean-generic clean-am +dvi-am: -distclean: distclean-recursive - -rm -f config.status +info: info-recursive -maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ - maintainer-clean-compile maintainer-clean-tags \ - maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." +info-am: + +install-data-am: install-data-local + +install-exec-am: install-binPROGRAMS install-binSCRIPTS \ + install-exec-local + +install-info: install-info-recursive + +install-man: + +installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -f config.status - -.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ -mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ -maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ -mostlyclean-compile distclean-compile clean-compile \ -maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS \ -install-data-recursive uninstall-data-recursive install-exec-recursive \ -uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ -all-recursive check-recursive installcheck-recursive info-recursive \ -dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ -maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ -distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ -dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ -install-exec-local install-exec-am install-exec install-data-local \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ + uninstall-info-am + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-recursive ctags \ + ctags-recursive dist dist-all dist-gzip distcheck distclean \ + distclean-compile distclean-generic distclean-hdr \ + distclean-recursive distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am dvi-recursive info info-am \ + info-recursive install install-am install-binPROGRAMS \ + install-binSCRIPTS install-data install-data-am \ + install-data-local install-data-recursive install-exec \ + install-exec-am install-exec-local install-exec-recursive \ + install-info install-info-am install-info-recursive install-man \ + install-recursive install-strip installcheck installcheck-am \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-recursive pdf pdf-am \ + pdf-recursive ps ps-am ps-recursive tags tags-recursive \ + uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-binSCRIPTS uninstall-info-am uninstall-info-recursive \ + uninstall-recursive mutt_dotlock.c: dotlock.c @@ -680,7 +917,6 @@ stamp-doc-rc: $(srcdir)/init.h makedoc Muttngrc.head .PHONY: commit pclean check-security commit-real commit-changelog .PHONY: changelog ChangeLog - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/aclocal.m4 b/aclocal.m4 index c86e190..4951fff 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,93 +1,284 @@ -dnl aclocal.m4 generated automatically by aclocal 1.4-p4 - -dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl This program is distributed in the hope that it will be useful, -dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without -dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A -dnl PARTICULAR PURPOSE. - -# Like AC_CONFIG_HEADER, but automatically create stamp file. - -AC_DEFUN(AM_CONFIG_HEADER, -[AC_PREREQ([2.12]) -AC_CONFIG_HEADER([$1]) -dnl When config.status generates a header, we must update the stamp-h file. -dnl This file resides in the same directory as the config header -dnl that is generated. We must strip everything past the first ":", -dnl and everything past the last "/". -AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl -ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>, -<>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>, -<>; do - case " <<$>>CONFIG_HEADERS " in - *" <<$>>am_file "*<<)>> - echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx - ;; - esac - am_indx=`expr "<<$>>am_indx" + 1` -done<<>>dnl>>) -changequote([,]))]) +# generated automatically by aclocal 1.7.6 -*- Autoconf -*- -# Do all the work for Automake. This macro actually does too much -- -# some checks are only needed if your package does certain things. -# But this isn't really a big deal. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -# serial 1 +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- + +# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +AC_PREREQ([2.52]) + +# serial 6 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# This macro actually does too much some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. -dnl Usage: -dnl AM_INIT_AUTOMAKE(package,version, [no-define]) - -AC_DEFUN(AM_INIT_AUTOMAKE, -[AC_REQUIRE([AC_PROG_INSTALL]) -PACKAGE=[$1] -AC_SUBST(PACKAGE) -VERSION=[$2] -AC_SUBST(VERSION) -dnl test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 10 + +AC_PREREQ([2.54]) + +# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow +# the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl + AC_REQUIRE([AC_PROG_INSTALL])dnl +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi -ifelse([$3],, -AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) -AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])) -AC_REQUIRE([AM_SANITY_CHECK]) -AC_REQUIRE([AC_ARG_PROGRAM]) -dnl FIXME This is truly gross. -missing_dir=`cd $ac_aux_dir && pwd` -AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) -AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) -AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) -AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) -AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) -AC_REQUIRE([AC_PROG_MAKE_SET])]) + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG(AMTAR, tar) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl + +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# Copyright 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION so it can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], + [AM_AUTOMAKE_VERSION([1.7.6])]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # # Check to make sure that the build environment is sane. # -AC_DEFUN(AM_SANITY_CHECK, +# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 -echo timestamp > conftestfile +echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` - if test "[$]*" = "X"; then + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftestfile` + set X `ls -t $srcdir/configure conftest.file` fi - if test "[$]*" != "X $srcdir/configure conftestfile" \ - && test "[$]*" != "X conftestfile $srcdir/configure"; then + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a @@ -97,7 +288,7 @@ if ( alias in your environment]) fi - test "[$]2" = conftestfile + test "$[2]" = conftest.file ) then # Ok. @@ -106,24 +297,567 @@ else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -rm -f conftest* AC_MSG_RESULT(yes)]) -dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY) -dnl The program must properly implement --version. -AC_DEFUN(AM_MISSING_PROG, -[AC_MSG_CHECKING(for working $2) -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if ($2 --version) < /dev/null > /dev/null 2>&1; then - $1=$2 - AC_MSG_RESULT(found) +# -*- Autoconf -*- + + +# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " else - $1="$3/missing $2" - AC_MSG_RESULT(missing) + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) fi -AC_SUBST($1)]) +]) + +# AM_AUX_DIR_EXPAND + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +# Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50]) + +AC_DEFUN([AM_AUX_DIR_EXPAND], [ +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"$am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# AM_PROG_INSTALL_STRIP + +# Copyright 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# -*- Autoconf -*- +# Copyright (C) 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 1 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# serial 5 -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking Speeds up one-time builds + --enable-dependency-tracking Do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH]) +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +#serial 2 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 5 + +AC_PREREQ(2.52) + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]) +fi])]) #serial 1 # This test replaces the one in autoconf. @@ -144,9 +878,26 @@ AC_DEFUN([AC_ISC_POSIX], ) -# serial 1 +# Copyright 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 -AC_DEFUN(AM_C_PROTOTYPES, +AC_DEFUN([AM_C_PROTOTYPES], [AC_REQUIRE([AM_PROG_CC_STDC]) AC_REQUIRE([AC_PROG_CPP]) AC_MSG_CHECKING([for function prototypes]) @@ -157,16 +908,35 @@ if test "$am_cv_prog_cc_stdc" != no; then else AC_MSG_RESULT(no) U=_ ANSI2KNR=./ansi2knr - # Ensure some checks needed by ansi2knr itself. - AC_HEADER_STDC - AC_CHECK_HEADERS(string.h) fi +# Ensure some checks needed by ansi2knr itself. +AC_HEADER_STDC +AC_CHECK_HEADERS(string.h) AC_SUBST(U)dnl AC_SUBST(ANSI2KNR)dnl ]) +AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) -# serial 1 + +# Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 # @defmac AC_PROG_CC_STDC # @maindex PROG_CC_STDC @@ -183,7 +953,7 @@ AC_SUBST(ANSI2KNR)dnl # program @code{ansi2knr}, which comes with Ghostscript. # @end defmac -AC_DEFUN(AM_PROG_CC_STDC, +AC_DEFUN([AM_PROG_CC_STDC], [AC_REQUIRE([AC_PROG_CC]) AC_BEFORE([$0], [AC_C_INLINE]) AC_BEFORE([$0], [AC_C_CONST]) @@ -193,7 +963,7 @@ dnl like #elif. dnl FIXME: can't do this because then AC_AIX won't work due to a dnl circular dependency. dnl AC_BEFORE([$0], [AC_PROG_CPP]) -AC_MSG_CHECKING(for ${CC-cc} option to accept ANSI C) +AC_MSG_CHECKING([for ${CC-cc} option to accept ANSI C]) AC_CACHE_VAL(am_cv_prog_cc_stdc, [am_cv_prog_cc_stdc=no ac_save_CC="$CC" @@ -201,9 +971,10 @@ ac_save_CC="$CC" # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 -# HP-UX -Aa -D_HPUX_SOURCE +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" AC_TRY_COMPILE( @@ -245,7 +1016,7 @@ CC="$ac_save_CC" if test -z "$am_cv_prog_cc_stdc"; then AC_MSG_RESULT([none needed]) else - AC_MSG_RESULT($am_cv_prog_cc_stdc) + AC_MSG_RESULT([$am_cv_prog_cc_stdc]) fi case "x$am_cv_prog_cc_stdc" in x|xno) ;; @@ -253,6 +1024,8 @@ case "x$am_cv_prog_cc_stdc" in esac ]) +AU_DEFUN([fp_PROG_CC_STDC], [AM_PROG_CC_STDC]) + dnl --------------------------------------------------------------------------- dnl Look for the curses libraries. Older curses implementations may require dnl termcap/termlib to be linked as well. @@ -400,19 +1173,6 @@ changequote([,])dnl ])dnl dnl --------------------------------------------------------------------------- -# Define a conditional. - -AC_DEFUN(AM_CONDITIONAL, -[AC_SUBST($1_TRUE) -AC_SUBST($1_FALSE) -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi]) - # gssapi.m4: Find GSSAPI libraries in either Heimdal or MIT implementations # Brendan Cully 20010529 @@ -925,7 +1685,7 @@ AC_SUBST($1)dnl # Test for the GNU C Library, version 2.1 or newer. # From Bruno Haible. -AC_DEFUN([jm_GLIBC21], +AC_DEFUN([MUTT_jm_GLIBC21], [ AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, ac_cv_gnu_library_2_1, @@ -1060,33 +1820,6 @@ AC_DEFUN([MUTT_AM_LC_MESSAGES], fi fi]) -#serial 2 - -# Test for the GNU C Library, version 2.1 or newer. -# From Bruno Haible. - -AC_DEFUN([MUTT_jm_GLIBC21], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, - ac_cv_gnu_library_2_1, - [AC_EGREP_CPP([Lucky GNU user], - [ -#include -#ifdef __GNU_LIBRARY__ - #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) - Lucky GNU user - #endif -#endif - ], - ac_cv_gnu_library_2_1=yes, - ac_cv_gnu_library_2_1=no) - ] - ) - AC_SUBST(GLIBC21) - GLIBC21="$ac_cv_gnu_library_2_1" - ] -) - dnl vim:ft=config: dnl Search for libesmtp, by Steven Engelhardt diff --git a/config.h.in b/config.h.in index 91dfefc..5f8fa3a 100644 --- a/config.h.in +++ b/config.h.in @@ -1,554 +1,573 @@ -/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.h.in. Generated from configure.in by autoheader. */ -/* Define if using alloca.c. */ -#undef C_ALLOCA - -/* Define to empty if the keyword does not work. */ -#undef const - -/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. - This function is required for alloca.c support on those systems. */ -#undef CRAY_STACKSEG_END +/* Compiling with newsreading support with NNTP */ +#undef USE_NNTP -/* Define if you have alloca, as a function or macro. */ -#undef HAVE_ALLOCA +/* program to use for shell commands */ +#define EXECSHELL "/bin/sh" -/* Define if you have and it should be used (not on Ultrix). */ -#undef HAVE_ALLOCA_H +/* Define to `int' if doesn't define. */ +#undef sig_atomic_t -/* Define if you have a working `mmap' system call. */ -#undef HAVE_MMAP -/* Define as __inline if that's what the C compiler calls it. */ -#undef inline +/* Define to enable the "buffy_size" feature. */ +#undef BUFFY_SIZE -/* Define to `long' if doesn't define. */ -#undef off_t +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c' support on those systems. + */ +#undef CRAY_STACKSEG_END -/* Define to `int' if doesn't define. */ -#undef pid_t +/* Define if you want classic PGP support. */ +#undef CRYPT_BACKEND_CLASSIC_PGP -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE +/* Define if you want clasic S/MIME support. */ +#undef CRYPT_BACKEND_CLASSIC_SMIME -/* Define to `unsigned' if doesn't define. */ -#undef size_t +/* Define to 1 if using `alloca.c'. */ +#undef C_ALLOCA -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown - */ -#undef STACK_DIRECTION +/* Define to enable debugging info. */ +#undef DEBUG -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS +/* Define if you want to use an external dotlocking program. */ +#undef DL_STANDALONE -/* Define if `sys_siglist' is declared by . */ -#undef SYS_SIGLIST_DECLARED +/* Define your domain name. */ +#undef DOMAIN -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +#undef ENABLE_NLS -/* Compiling with newsreading support with NNTP */ -#undef USE_NNTP +/* Enable exact regeneration of email addresses as parsed? NOTE: this requires + significant more memory when defined. */ +#undef EXACT_ADDRESS /* program to use for shell commands */ -#define EXECSHELL "/bin/sh" - -/* Define to `int' if doesn't define. */ -#undef sig_atomic_t - -/* The number of bytes in a int. */ -#undef SIZEOF_INT - -/* The number of bytes in a long. */ -#undef SIZEOF_LONG +#undef EXECSHELL -/* Define if you have the RAND_egd function. */ -#undef HAVE_RAND_EGD +/* Define to 1 if you have `alloca', as a function or macro. */ +#undef HAVE_ALLOCA -/* Define if you have the RAND_status function. */ -#undef HAVE_RAND_STATUS +/* Define to 1 if you have and it should be used (not on Ultrix). + */ +#undef HAVE_ALLOCA_H -/* Define if you have the __argz_count function. */ -#undef HAVE___ARGZ_COUNT +/* Define to 1 if you have the header file. */ +#undef HAVE_ARGZ_H -/* Define if you have the __argz_next function. */ -#undef HAVE___ARGZ_NEXT +/* Define to 1 if you have the `bind_textdomain_codeset' function. */ +#undef HAVE_BIND_TEXTDOMAIN_CODESET -/* Define if you have the __argz_stringify function. */ -#undef HAVE___ARGZ_STRINGIFY +/* Define if your curses library supports color. */ +#undef HAVE_COLOR -/* Define if you have the bind_textdomain_codeset function. */ -#undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Sleepycat DB4 Support */ +#undef HAVE_DB4 -/* Define if you have the dcgettext function. */ +/* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT -/* Define if you have the fchdir function. */ +/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you + don't. */ +#undef HAVE_DECL_SYS_SIGLIST + +/* Define to 1 if you have the `fchdir' function. */ #undef HAVE_FCHDIR -/* Define if you have the feof_unlocked function. */ +/* Define to 1 if you have the `feof_unlocked' function. */ #undef HAVE_FEOF_UNLOCKED -/* Define if you have the fgetpos function. */ +/* Define to 1 if you have the `fgetpos' function. */ #undef HAVE_FGETPOS -/* Define if you have the fgets_unlocked function. */ +/* Define to 1 if you have the `fgets_unlocked' function. */ #undef HAVE_FGETS_UNLOCKED -/* Define if you have the ftruncate function. */ +/* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE -/* Define if you have the getaddrinfo function. */ +/* GDBM Support */ +#undef HAVE_GDBM + +/* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO -/* Define if you have the getcwd function. */ +/* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD -/* Define if you have the getegid function. */ +/* Define to 1 if you have the `getegid' function. */ #undef HAVE_GETEGID -/* Define if you have the geteuid function. */ +/* Define to 1 if you have the `geteuid' function. */ #undef HAVE_GETEUID -/* Define if you have the getgid function. */ +/* Define to 1 if you have the `getgid' function. */ #undef HAVE_GETGID -/* Define if you have the getpagesize function. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_GETOPT_H + +/* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE -/* Define if you have the getsid function. */ +/* Define to 1 if you have the `getsid' function. */ #undef HAVE_GETSID -/* Define if you have the getuid function. */ +/* Define if the GNU gettext() function is already present or preinstalled. */ +#undef HAVE_GETTEXT + +/* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID -/* Define if you have the idna_to_ascii_8z function. */ +/* Define if your GSSAPI implementation is Heimdal */ +#undef HAVE_HEIMDAL + +/* Define if you have the iconv() function. */ +#undef HAVE_ICONV + +/* Define to 1 if you have the header file. */ +#undef HAVE_ICONV_H + +/* Define if defines iconv_t. */ +#undef HAVE_ICONV_T_DEF + +/* Define to 1 if you have the `idna_to_ascii_8z' function. */ #undef HAVE_IDNA_TO_ASCII_8Z -/* Define if you have the idna_to_ascii_from_locale function. */ +/* Define to 1 if you have the `idna_to_ascii_from_locale' function. */ #undef HAVE_IDNA_TO_ASCII_FROM_LOCALE -/* Define if you have the idna_to_ascii_from_utf8 function. */ +/* Define to 1 if you have the `idna_to_ascii_from_utf8' function. */ #undef HAVE_IDNA_TO_ASCII_FROM_UTF8 -/* Define if you have the idna_to_ascii_lz function. */ +/* Define to 1 if you have the `idna_to_ascii_lz' function. */ #undef HAVE_IDNA_TO_ASCII_LZ -/* Define if you have the idna_to_unicode_8z8z function. */ +/* Define to 1 if you have the `idna_to_unicode_8z8z' function. */ #undef HAVE_IDNA_TO_UNICODE_8Z8Z -/* Define if you have the idna_to_unicode_utf8_from_utf8 function. */ +/* Define to 1 if you have the `idna_to_unicode_utf8_from_utf8' function. */ #undef HAVE_IDNA_TO_UNICODE_UTF8_FROM_UTF8 -/* Define if you have the isctype function. */ +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_IOCTL_H + +/* Define to 1 if you have the `isctype' function. */ #undef HAVE_ISCTYPE -/* Define if you have the iswalnum function. */ +/* Define to 1 if you have the `iswalnum' function. */ #undef HAVE_ISWALNUM -/* Define if you have the iswalpha function. */ +/* Define to 1 if you have the `iswalpha' function. */ #undef HAVE_ISWALPHA -/* Define if you have the iswcntrl function. */ +/* Define to 1 if you have the `iswcntrl' function. */ #undef HAVE_ISWCNTRL -/* Define if you have the iswdigit function. */ +/* Define to 1 if you have the `iswdigit' function. */ #undef HAVE_ISWDIGIT -/* Define if you have the iswgraph function. */ +/* Define to 1 if you have the `iswgraph' function. */ #undef HAVE_ISWGRAPH -/* Define if you have the iswlower function. */ +/* Define to 1 if you have the `iswlower' function. */ #undef HAVE_ISWLOWER -/* Define if you have the iswprint function. */ +/* Define to 1 if you have the `iswprint' function. */ #undef HAVE_ISWPRINT -/* Define if you have the iswpunct function. */ +/* Define to 1 if you have the `iswpunct' function. */ #undef HAVE_ISWPUNCT -/* Define if you have the iswspace function. */ +/* Define to 1 if you have the `iswspace' function. */ #undef HAVE_ISWSPACE -/* Define if you have the iswupper function. */ +/* Define to 1 if you have the `iswupper' function. */ #undef HAVE_ISWUPPER -/* Define if you have the iswxdigit function. */ +/* Define to 1 if you have the `iswxdigit' function. */ #undef HAVE_ISWXDIGIT -/* Define if you have the memmove function. */ -#undef HAVE_MEMMOVE +/* Define if you have and nl_langinfo(CODESET). */ +#undef HAVE_LANGINFO_CODESET -/* Define if you have the mempcpy function. */ -#undef HAVE_MEMPCPY +/* Define if you have and nl_langinfo(YESEXPR). */ +#undef HAVE_LANGINFO_YESEXPR -/* Define if you have the munmap function. */ -#undef HAVE_MUNMAP +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES -/* Define if you have the putenv function. */ -#undef HAVE_PUTENV +/* Define to 1 if you have the `crypto' library (-lcrypto). */ +#undef HAVE_LIBCRYPTO -/* Define if you have the regcomp function. */ -#undef HAVE_REGCOMP +/* Define to 1 if you have the `esmtp' library (-lesmtp). */ +#undef HAVE_LIBESMTP -/* Define if you have the setegid function. */ -#undef HAVE_SETEGID +/* Define to 1 if you have the `gnutls' library (-lgnutls). */ +#undef HAVE_LIBGNUTLS -/* Define if you have the setenv function. */ -#undef HAVE_SETENV +/* Define to 1 if you have the `idn' library (-lidn). */ +#undef HAVE_LIBIDN -/* Define if you have the setlocale function. */ -#undef HAVE_SETLOCALE +/* Define to 1 if you have the `intl' library (-lintl). */ +#undef HAVE_LIBINTL -/* Define if you have the setrlimit function. */ -#undef HAVE_SETRLIMIT +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL -/* Define if you have the snprintf function. */ -#undef HAVE_SNPRINTF +/* Define to 1 if you have the `sasl' library (-lsasl). */ +#undef HAVE_LIBSASL -/* Define if you have the srand48 function. */ -#undef HAVE_SRAND48 +/* Define to 1 if you have the `sasl2' library (-lsasl2). */ +#undef HAVE_LIBSASL2 -/* Define if you have the stpcpy function. */ -#undef HAVE_STPCPY +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET -/* Define if you have the strcasecmp function. */ -#undef HAVE_STRCASECMP +/* Define to 1 if you have the `ssl' library (-lssl). */ +#undef HAVE_LIBSSL -/* Define if you have the strchr function. */ -#undef HAVE_STRCHR +/* Define to 1 if you have the `termlib' library (-ltermlib). */ +#undef HAVE_LIBTERMLIB -/* Define if you have the strdup function. */ -#undef HAVE_STRDUP +/* Define to 1 if you have the `x' library (-lx). */ +#undef HAVE_LIBX -/* Define if you have the strerror function. */ -#undef HAVE_STRERROR +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H -/* Define if you have the strftime function. */ -#undef HAVE_STRFTIME +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H -/* Define if you have the strtoul function. */ -#undef HAVE_STRTOUL +/* Define to 1 if you have the header file. */ +#undef HAVE_MALLOC_H -/* Define if you have the towlower function. */ -#undef HAVE_TOWLOWER +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE -/* Define if you have the towupper function. */ -#undef HAVE_TOWUPPER +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H -/* Define if you have the tsearch function. */ -#undef HAVE_TSEARCH +/* Define to 1 if you have the `mempcpy' function. */ +#undef HAVE_MEMPCPY -/* Define if you have the vsnprintf function. */ -#undef HAVE_VSNPRINTF +/* Define to 1 if you have a working `mmap' system call. */ +#undef HAVE_MMAP -/* Define if you have the header file. */ -#undef HAVE_ARGZ_H +/* Define to 1 if you have the `munmap' function. */ +#undef HAVE_MUNMAP -/* Define if you have the header file. */ -#undef HAVE_GETOPT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NCURSESW_NCURSES_H -/* Define if you have the header file. */ -#undef HAVE_ICONV_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NCURSES_H -/* Define if you have the header file. */ -#undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NL_TYPES_H -/* Define if you have the header file. */ -#undef HAVE_IOCTL_H +/* Define to 1 if you have the `putenv' function. */ +#undef HAVE_PUTENV -/* Define if you have the header file. */ -#undef HAVE_LIMITS_H +/* Define to 1 if you have the `RAND_egd' function. */ +#undef HAVE_RAND_EGD -/* Define if you have the header file. */ -#undef HAVE_LOCALE_H +/* Define to 1 if you have the `RAND_status' function. */ +#undef HAVE_RAND_STATUS -/* Define if you have the header file. */ -#undef HAVE_MALLOC_H +/* Define to 1 if you have the `regcomp' function. */ +#undef HAVE_REGCOMP -/* Define if you have the header file. */ -#undef HAVE_NCURSES_H +/* Define to 1 if you have the `setegid' function. */ +#undef HAVE_SETEGID -/* Define if you have the header file. */ -#undef HAVE_NCURSESW_NCURSES_H +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV -/* Define if you have the header file. */ -#undef HAVE_NL_TYPES_H +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + +/* Define to 1 if you have the `setrlimit' function. */ +#undef HAVE_SETRLIMIT + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF -/* Define if you have the header file. */ +/* Define to 1 if you have the `srand48' function. */ +#undef HAVE_SRAND48 + +/* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define if you have the header file. */ -#undef HAVE_STRING_H - -/* Define if you have the header file. */ -#undef HAVE_SYS_IOCTL_H +/* Define to 1 if you have the `stpcpy' function. */ +#undef HAVE_STPCPY -/* Define if you have the header file. */ -#undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP -/* Define if you have the header file. */ -#undef HAVE_SYS_RESOURCE_H +/* Define to 1 if you have the `strchr' function. */ +#undef HAVE_STRCHR -/* Define if you have the header file. */ -#undef HAVE_SYS_TIME_H +/* Define to 1 if you have the `strdup' function. */ +#undef HAVE_STRDUP -/* Define if you have the header file. */ -#undef HAVE_SYSEXITS_H +/* Define to 1 if you have the `strerror' function. */ +#undef HAVE_STRERROR -/* Define if you have the header file. */ -#undef HAVE_UNISTD_H +/* Define to 1 if you have the `strftime' function. */ +#undef HAVE_STRFTIME -/* Define if you have the header file. */ -#undef HAVE_UNIX_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H -/* Define if you have the header file. */ -#undef HAVE_WCHAR_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H -/* Define if you have the header file. */ -#undef HAVE_WCTYPE_H +/* Define to 1 if you have the `strtoul' function. */ +#undef HAVE_STRTOUL -/* Define if you have the crypto library (-lcrypto). */ -#undef HAVE_LIBCRYPTO +/* Define to 1 if you have the header file. */ +#undef HAVE_SYSEXITS_H -/* Define if you have the esmtp library (-lesmtp). */ -#undef HAVE_LIBESMTP +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCTL_H -/* Define if you have the gnutls library (-lgnutls). */ -#undef HAVE_LIBGNUTLS +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H -/* Define if you have the idn library (-lidn). */ -#undef HAVE_LIBIDN +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_RESOURCE_H -/* Define if you have the nsl library (-lnsl). */ -#undef HAVE_LIBNSL +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H -/* Define if you have the sasl library (-lsasl). */ -#undef HAVE_LIBSASL +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H -/* Define if you have the sasl2 library (-lsasl2). */ -#undef HAVE_LIBSASL2 +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H -/* Define if you have the socket library (-lsocket). */ -#undef HAVE_LIBSOCKET +/* Define to 1 if you have the `towlower' function. */ +#undef HAVE_TOWLOWER -/* Define if you have the ssl library (-lssl). */ -#undef HAVE_LIBSSL +/* Define to 1 if you have the `towupper' function. */ +#undef HAVE_TOWUPPER -/* Define if you have the termlib library (-ltermlib). */ -#undef HAVE_LIBTERMLIB +/* Define to 1 if you have the `tsearch' function. */ +#undef HAVE_TSEARCH -/* Name of package */ -#undef PACKAGE +/* Define if you have the uint32_t type. */ +#undef HAVE_UINT32_T -/* Version number of package */ -#undef VERSION +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H -/* Define if compiler has function prototypes */ -#undef PROTOTYPES +/* Define to 1 if you have the header file. */ +#undef HAVE_UNIX_H -/* Where to find sendmail on your system. */ -#undef SENDMAIL +/* Define to 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF -/* Define if you want classic PGP support. */ -#undef CRYPT_BACKEND_CLASSIC_PGP +/* Define to 1 if you have the header file. */ +#undef HAVE_WCHAR_H -/* Define if you want clasic S/MIME support. */ -#undef CRYPT_BACKEND_CLASSIC_SMIME +/* Define to 1 if you have the header file. */ +#undef HAVE_WCTYPE_H -/* Where to find mixmaster on your system. */ -#undef MIXMASTER +/* Define if you are using the system's wchar_t functions. */ +#undef HAVE_WC_FUNCS -/* Is this the international version? */ -#undef SUBVERSION +/* Define to 1 if you have the `__argz_count' function. */ +#undef HAVE___ARGZ_COUNT -/* Where to find ispell on your system. */ -#undef ISPELL +/* Define to 1 if you have the `__argz_next' function. */ +#undef HAVE___ARGZ_NEXT -/* Define if you compile with SLang instead of curses/ncurses. */ -#undef USE_SLANG_CURSES +/* Define to 1 if you have the `__argz_stringify' function. */ +#undef HAVE___ARGZ_STRINGIFY -/* Define if your curses library supports color. */ -#undef HAVE_COLOR +/* Is mail spooled to the user's home directory? If defined, MAILPATH should + be set to the filename of the spool mailbox relative the the home + directory. use: configure --with-homespool=FILE */ +#undef HOMESPOOL -/* Define if your curses library supports color. */ -#undef HAVE_COLOR +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST -/* Define if you have the uint32_t type. */ -#undef HAVE_UINT32_T +/* Where to find ispell on your system. */ +#undef ISPELL -/* Define if you want to use the included regex.c. */ -#undef USE_GNU_REGEX +/* Define if the result of isprint() is unreliable. */ +#undef LOCALES_HACK -/* Where new mail is spooled. */ +/* Where new mail is spooled. */ #undef MAILPATH -/* Is mail spooled to the user's home directory? If defined, - MAILPATH should be set to the filename of the spool mailbox - relative the the home directory. - use: configure --with-homespool=FILE */ -#undef HOMESPOOL - -/* Define to use dotlocking for mailboxes. */ -#undef USE_DOTLOCK - -/* Where new mail is spooled. */ -#undef MAILPATH +/* Where to find mixmaster on your system. */ +#undef MIXMASTER -/* Define to use dotlocking for mailboxes. */ -#undef USE_DOTLOCK +/* Define if you have problems with mutt not detecting new/old mailboxes over + NFS. Some NFS implementations incorrectly cache the attributes of small + files. */ +#undef NFS_ATTRIBUTE_HACK -/* Define to use dotlocking for mailboxes. */ -#undef USE_DOTLOCK +/* Name of package */ +#undef PACKAGE -/* Define if mutt should run setgid mail. */ -#undef USE_SETGID +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT -/* Define if you want to use an external dotlocking program. */ -#undef DL_STANDALONE +/* Define to the full name of this package. */ +#undef PACKAGE_NAME -/* Define your domain name. */ -#undef DOMAIN +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING -/* Define if you want support for the POP3 protocol. */ -#undef USE_POP +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME -/* Define if you want support for the IMAP protocol. */ -#undef USE_IMAP +/* Define to the version of this package. */ +#undef PACKAGE_VERSION -/* Define to 'int' if doesn't have it. */ -#undef socklen_t +/* Define if compiler has function prototypes */ +#undef PROTOTYPES -/* Include code for socket support. Set automatically if you enable POP3 or IMAP */ -#undef USE_SOCKET +/* Define as the return type of signal handlers (`int' or `void'). */ +#undef RETSIGTYPE -/* Define if your GSSAPI implementation is Heimdal */ -#undef HAVE_HEIMDAL +/* Where to find sendmail on your system. */ +#undef SENDMAIL -/* Define if you have GSSAPI libraries available */ -#undef USE_GSS +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT -/* Define if you want support for SSL. */ -#undef USE_SSL +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG -/* Define if you want support for GNU TLS. */ -#undef USE_GNUTLS +/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at run-time. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ +#undef STACK_DIRECTION -/* Define if you want support for SSL via the NSS library. */ -#undef USE_NSS +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS -/* Define if want to use the Cyrus SASL library for POP/IMAP authentication. */ -#undef USE_SASL +/* Is this the international version? */ +#undef SUBVERSION -/* Define if want to use the Cyrus SASL library for POP/IMAP authentication. */ -#undef USE_SASL +/* Define to enable Sun mailtool attachments support. */ +#undef SUN_ATTACHMENT -/* Define if want to use version 2 of the Cyrus SASL library. */ -#undef USE_SASL2 +/* Define to use dotlocking for mailboxes. */ +#undef USE_DOTLOCK -/* Define to enable debugging info. */ -#undef DEBUG +/* Define to use fcntl() to lock folders. */ +#undef USE_FCNTL -/* Define to use flock() to lock mailboxes. */ +/* Define to use flock() to lock mailboxes. */ #undef USE_FLOCK -/* Define to use fcntl() to lock folders. */ -#undef USE_FCNTL +/* Define if you want support for GNU TLS. */ +#undef USE_GNUTLS -/* Define to sort files in a maildir by inode number. */ -#undef USE_INODESORT +/* Define if you want to use the included regex.c. */ +#undef USE_GNU_REGEX -/* Define if you have problems with mutt not detecting - new/old mailboxes over NFS. Some NFS implementations - incorrectly cache the attributes of small files. */ -#undef NFS_ATTRIBUTE_HACK +/* Define if you have GSSAPI libraries available */ +#undef USE_GSS -/* Define to enable the buffy_size feature. */ -#undef BUFFY_SIZE +/* Enable header caching */ +#undef USE_HCACHE -/* Define to enable Sun mailtool attachments support. */ -#undef SUN_ATTACHMENT +/* Define if you want support for the IMAP protocol. */ +#undef USE_IMAP -/* Define if the result of isprint() is unreliable. */ -#undef LOCALES_HACK +/* Define to sort files in a maildir by inode number. */ +#undef USE_INODESORT -/* program to use for shell commands */ -#undef EXECSHELL +/* Define to enable the use of libesmtp */ +#undef USE_LIBESMTP -/* Enable exact regeneration of email addresses as parsed? - NOTE: this requires significant more memory when defined. */ -#undef EXACT_ADDRESS +/* Define if you want support for SSL via the NSS library. */ +#undef USE_NSS -/* Enable header caching */ -#undef USE_HCACHE +/* Define if you want support for the POP3 protocol. */ +#undef USE_POP -/* GDBM Support */ -#undef HAVE_GDBM +/* Define if want to use the Cyrus SASL library for POP/IMAP authentication. + */ +#undef USE_SASL -/* Sleepycat DB4 Support */ -#undef HAVE_DB4 +/* Define if want to use version 2 of the Cyrus SASL library. */ +#undef USE_SASL2 -/* Define if you have the iconv() function. */ -#undef HAVE_ICONV +/* Define if mutt should run setgid "mail". */ +#undef USE_SETGID -/* Define as const if the declaration of iconv() needs const. */ -#undef ICONV_CONST +/* Define if you compile with SLang instead of curses/ncurses. */ +#undef USE_SLANG_CURSES -/* Define if you have and nl_langinfo(CODESET). */ -#undef HAVE_LANGINFO_CODESET +/* Include code for socket support. Set automatically if you enable POP3 or + IMAP */ +#undef USE_SOCKET -/* Define if your file defines LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES +/* Define if you want support for SSL. */ +#undef USE_SSL -/* Define to 1 if translation of program messages to the user's native language - is requested. */ -#undef ENABLE_NLS +/* Version number of package */ +#undef VERSION -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN -/* Define if defines iconv_t. */ -#undef HAVE_ICONV_T_DEF +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const -/* Define if your gettext has bind_textdomain_codeset. */ -#undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline -/* Define to 'int' if system headers don't define. */ -#undef wchar_t +/* Define to 'int' if system headers don't define. */ +#undef mbstate_t -/* Define to 'int' if system headers don't define. */ -#undef wint_t +/* Define to `long' if does not define. */ +#undef off_t -/* Define to 'int' if system headers don't define. */ -#undef mbstate_t +/* Define to `int' if does not define. */ +#undef pid_t -/* Define if you are using the system's wchar_t functions. */ -#undef HAVE_WC_FUNCS +/* Define to `int' if does not define. */ +#undef sig_atomic_t -/* Define if you have and nl_langinfo(CODESET). */ -#undef HAVE_LANGINFO_CODESET +/* Define to `unsigned' if does not define. */ +#undef size_t -/* Define if you have and nl_langinfo(YESEXPR). */ -#undef HAVE_LANGINFO_YESEXPR +/* Define to 'int' if doesn't have it. */ +#undef socklen_t -/* Define to enable the use of libesmtp */ -#undef USE_LIBESMTP +/* Define to 'int' if system headers don't define. */ +#undef wchar_t +/* Define to 'int' if system headers don't define. */ +#undef wint_t /* Define if you have start_color, as a function or macro. */ #undef HAVE_START_COLOR diff --git a/configure b/configure index 735bbf4..cf11695 100755 --- a/configure +++ b/configure @@ -1,110 +1,324 @@ #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.13 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated by GNU Autoconf 2.57. # +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 +# Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi + +# Support unset when possible. +if (FOO=FOO; unset FOO) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)$' \| \ + . : '\(.\)' 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done + + ;; + esac + # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then + { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 + { (exit 1); exit 1; }; } + fi + case $CONFIG_SHELL in + '') + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done +done +;; + esac + + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, and appends trailing '-' during + # substitution so that $LINENO is not a special case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' + else + as_ln_s='ln -s' + fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + + +# Name of the host. +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -# Defaults: -ac_help= +exec 6>&1 + +# +# Initializations. +# ac_default_prefix=/usr/local -# Any additions from configure.in: -ac_help="$ac_help - --disable-pgp Disable PGP support" -ac_help="$ac_help - --disable-smime Disable SMIME support" -ac_help="$ac_help - --with-mixmaster[=PATH] Include Mixmaster support" -ac_help="$ac_help - --with-slang[=DIR] Use S-Lang instead of ncurses" -ac_help="$ac_help - --with-curses=DIR Where ncurses is installed " -ac_help="$ac_help - --with-regex Use the GNU regex library " -ac_help="$ac_help - --with-homespool[=FILE] File in user's directory where new mail is spooled" -ac_help="$ac_help - --with-mailpath=DIR Directory where spool mailboxes are located" -ac_help="$ac_help - --enable-external-dotlock Force use of an external dotlock program" -ac_help="$ac_help - --with-docdir=PATH Specify where to put the documentation" -ac_help="$ac_help - --with-domain=DOMAIN Specify your DNS domain name" -ac_help="$ac_help - --enable-pop Enable POP3 support" -ac_help="$ac_help - --enable-imap Enable IMAP support" -ac_help="$ac_help - --enable-nntp Enable NNTP support" -ac_help="$ac_help - --with-gss[=PFX] Compile in GSSAPI authentication for IMAP" -ac_help="$ac_help - --with-ssl[=PFX] Compile in SSL support for POP/IMAP" -ac_help="$ac_help - --with-gnutls[=PFX] Compile in GNU TLS support for POP/IMAP" -ac_help="$ac_help - --with-nss[=PFX] Compile in SSL support for POP/IMAP via NSS" -ac_help="$ac_help - --with-sasl[=PFX] Use Cyrus SASL library for POP/IMAP authentication" -ac_help="$ac_help - --with-sasl2[=PFX] Use Cyrus SASL library version 2 for POP/IMAP authentication" -ac_help="$ac_help - --with-idn=[PFX] Use GNU libidn for domain names" -ac_help="$ac_help - --enable-debug Enable debugging support" -ac_help="$ac_help - --enable-flock Use flock() to lock files" -ac_help="$ac_help - --disable-fcntl Do NOT use fcntl() to lock files " -ac_help="$ac_help - --disable-inodesort Do NOT read files in maildir folders sorted by inode. " -ac_help="$ac_help - --disable-warnings Turn off compiler warnings (not recommended)" -ac_help="$ac_help - --enable-nfs-fix Work around an NFS with broken attributes caching " -ac_help="$ac_help - --enable-buffy-size Use file size attribute instead of access time " -ac_help="$ac_help - --enable-mailtool Enable Sun mailtool attachments support " -ac_help="$ac_help - --enable-compressed Enable compressed folders support " -ac_help="$ac_help - --enable-locales-fix The result of isprint() is unreliable " -ac_help="$ac_help - --with-exec-shell=SHELL Specify alternate shell (ONLY if /bin/sh is broken)" -ac_help="$ac_help - --enable-exact-address Enable regeneration of email addresses" -ac_help="$ac_help - --enable-hcache Enable header caching" -ac_help="$ac_help - --without-gdbm Get rid of gdbm even if it is available " -ac_help="$ac_help - --with-bdb[=DIR] Use BerkeleyDB4 if gdbm is not available " -ac_help="$ac_help - --disable-iconv Disable iconv support" -ac_help="$ac_help - --with-libiconv-prefix=DIR Search for libiconv in DIR/include and DIR/lib" -ac_help="$ac_help - --disable-nls Do not use Native Language Support" -ac_help="$ac_help - --with-included-gettext Use the GNU gettext library included here" -ac_help="$ac_help - --without-wc-funcs Do not use the system's wchar_t functions" -ac_help="$ac_help - --with-libesmtp=DIR Compile in support for libesmtp for the MTA" +ac_config_libobj_dir=. +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Maximum number of lines to put in a shell here document. +# This variable seems obsolete. It should probably be removed, and +# only ac_max_sed_lines should be used. +: ${ac_max_here_lines=38} + +# Identity of this package. +PACKAGE_NAME= +PACKAGE_TARNAME= +PACKAGE_VERSION= +PACKAGE_STRING= +PACKAGE_BUGREPORT= + +ac_unique_file="mutt.h" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#if HAVE_SYS_TYPES_H +# include +#endif +#if HAVE_SYS_STAT_H +# include +#endif +#if STDC_HEADERS +# include +# include +#else +# if HAVE_STDLIB_H +# include +# endif +#endif +#if HAVE_STRING_H +# if !STDC_HEADERS && HAVE_MEMORY_H +# include +# endif +# include +#endif +#if HAVE_STRINGS_H +# include +#endif +#if HAVE_INTTYPES_H +# include +#else +# if HAVE_STDINT_H +# include +# endif +#endif +#if HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP U ANSI2KNR RANLIB ac_ct_RANLIB AR ac_ct_AR DBX GDB SDB DEBUGGER SENDMAIL OPS PGPAUX_TARGET SMIMEAUX_TARGET SUBVERSION ISPELL LIBOBJS DOTLOCK_TARGET docdir DOTLOCK_GROUP DOTLOCK_PERMISSION BUILD_IMAP_TRUE BUILD_IMAP_FALSE KRB5CFGPATH USE_GSS_TRUE USE_GSS_FALSE USE_SSL_TRUE USE_SSL_FALSE USE_GNUTLS_TRUE USE_GNUTLS_FALSE USE_SASL_TRUE USE_SASL_FALSE MUTTLIBS MUTT_LIB_OBJECTS LIBIMAP LIBIMAPDEPS ALLOCA GLIBC21 LIBICONV USE_NLS MSGFMT GMSGFMT XGETTEXT INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT GMOFILES INTLLIBS INTLOBJS POFILES POSUB DATADIRNAME INSTOBJEXT GENCAT MKINSTALLDIRS INTL_LIBTOOL_SUFFIX_PREFIX mutt_libesmtp_config_path LTLIBOBJS' +ac_subst_files='' # Initialize some variables set by options. +ac_init_help= +ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. -build=NONE -cache_file=./config.cache +cache_file=/dev/null exec_prefix=NONE -host=NONE no_create= -nonopt=NONE no_recursion= prefix=NONE program_prefix=NONE @@ -113,10 +327,15 @@ program_transform_name=s,x,x, silent= site= srcdir= -target=NONE verbose= x_includes=NONE x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' @@ -130,17 +349,9 @@ oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' -# Initialize some other variables. -subdirs= -MFLAGS= MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} -# Maximum number of lines to put in a shell here document. -ac_max_here_lines=12 - ac_prev= for ac_option do - # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval "$ac_prev=\$ac_option" @@ -148,59 +359,59 @@ do continue fi - case "$ac_option" in - -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; - *) ac_optarg= ;; - esac + ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` # Accept the important Cygnus configure options, so we can diagnose typos. - case "$ac_option" in + case $ac_option in -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) - bindir="$ac_optarg" ;; + bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) - ac_prev=build ;; + ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) - build="$ac_optarg" ;; + build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) - cache_file="$ac_optarg" ;; + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad | --data | --dat | --da) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | --da=*) - datadir="$ac_optarg" ;; + datadir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then - { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } - fi - ac_feature=`echo $ac_feature| sed 's/-/_/g'` - eval "enable_${ac_feature}=no" ;; + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + eval "enable_$ac_feature=no" ;; -enable-* | --enable-*) - ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then - { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } - fi - ac_feature=`echo $ac_feature| sed 's/-/_/g'` - case "$ac_option" in - *=*) ;; + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac - eval "enable_${ac_feature}='$ac_optarg'" ;; + eval "enable_$ac_feature='$ac_optarg'" ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -209,95 +420,47 @@ do -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) - exec_prefix="$ac_optarg" ;; + exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; - -help | --help | --hel | --he) - # Omit some internal or obsolete options to make the list less imposing. - # This message is too long to be a string in the A/UX 3.1 sh. - cat << EOF -Usage: configure [options] [host] -Options: [defaults in brackets after descriptions] -Configuration: - --cache-file=FILE cache test results in FILE - --help print this message - --no-create do not create output files - --quiet, --silent do not print \`checking...' messages - --version print the version of autoconf that created configure -Directory and file names: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [same as prefix] - --bindir=DIR user executables in DIR [EPREFIX/bin] - --sbindir=DIR system admin executables in DIR [EPREFIX/sbin] - --libexecdir=DIR program executables in DIR [EPREFIX/libexec] - --datadir=DIR read-only architecture-independent data in DIR - [PREFIX/share] - --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data in DIR - [PREFIX/com] - --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var] - --libdir=DIR object code libraries in DIR [EPREFIX/lib] - --includedir=DIR C header files in DIR [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] - --infodir=DIR info documentation in DIR [PREFIX/info] - --mandir=DIR man documentation in DIR [PREFIX/man] - --srcdir=DIR find the sources in DIR [configure dir or ..] - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM - run sed PROGRAM on installed program names -EOF - cat << EOF -Host type: - --build=BUILD configure for building on BUILD [BUILD=HOST] - --host=HOST configure for HOST [guessed] - --target=TARGET configure for TARGET [TARGET=HOST] -Features and packages: - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --x-includes=DIR X include files are in DIR - --x-libraries=DIR X library files are in DIR -EOF - if test -n "$ac_help"; then - echo "--enable and --with options recognized:$ac_help" - fi - exit 0 ;; + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; -host | --host | --hos | --ho) - ac_prev=host ;; + ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) - host="$ac_optarg" ;; + host_alias=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) - includedir="$ac_optarg" ;; + includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) - infodir="$ac_optarg" ;; + infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) - libdir="$ac_optarg" ;; + libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) - libexecdir="$ac_optarg" ;; + libexecdir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst \ @@ -306,19 +469,19 @@ EOF -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) - localstatedir="$ac_optarg" ;; + localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) - mandir="$ac_optarg" ;; + mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c) + | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ @@ -332,26 +495,26 @@ EOF -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) - oldincludedir="$ac_optarg" ;; + oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) - prefix="$ac_optarg" ;; + prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) - program_prefix="$ac_optarg" ;; + program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) - program_suffix="$ac_optarg" ;; + program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ @@ -368,7 +531,7 @@ EOF | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) - program_transform_name="$ac_optarg" ;; + program_transform_name=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) @@ -378,7 +541,7 @@ EOF ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) - sbindir="$ac_optarg" ;; + sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ @@ -389,58 +552,57 @@ EOF | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) - sharedstatedir="$ac_optarg" ;; + sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) - site="$ac_optarg" ;; + site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) - srcdir="$ac_optarg" ;; + srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) - sysconfdir="$ac_optarg" ;; + sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) - ac_prev=target ;; + ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) - target="$ac_optarg" ;; + target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; - -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.13" - exit 0 ;; + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; -with-* | --with-*) - ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then - { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } - fi + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } ac_package=`echo $ac_package| sed 's/-/_/g'` - case "$ac_option" in - *=*) ;; + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac - eval "with_${ac_package}='$ac_optarg'" ;; + eval "with_$ac_package='$ac_optarg'" ;; -without-* | --without-*) - ac_package=`echo $ac_option|sed -e 's/-*without-//'` + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then - { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } - fi - ac_package=`echo $ac_package| sed 's/-/_/g'` - eval "with_${ac_package}=no" ;; + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/-/_/g'` + eval "with_$ac_package=no" ;; --x) # Obsolete; use --with-x. @@ -451,99 +613,110 @@ EOF ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) - x_includes="$ac_optarg" ;; + x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries="$ac_optarg" ;; + x_libraries=$ac_optarg ;; - -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` + eval "$ac_envvar='$ac_optarg'" + export $ac_envvar ;; + *) - if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then - echo "configure: warning: $ac_option: invalid host type" 1>&2 - fi - if test "x$nonopt" != xNONE; then - { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; } - fi - nonopt="$ac_option" + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then - { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } fi -trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 - -# File descriptor usage: -# 0 standard input -# 1 file creation -# 2 errors and warnings -# 3 some systems may open it to /dev/tty -# 4 used on the Kubota Titan -# 6 checking for... messages and results -# 5 compiler messages saved in config.log -if test "$silent" = yes; then - exec 6>/dev/null -else - exec 6>&1 -fi -exec 5>./config.log - -echo "\ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. -" 1>&5 +# Be sure to have absolute paths. +for ac_var in exec_prefix prefix +do + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* | NONE | '' ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; + esac +done -# Strip out --no-create and --no-recursion so they do not pile up. -# Also quote any args containing shell metacharacters. -ac_configure_args= -for ac_arg +# Be sure to have absolute paths. +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ + localstatedir libdir includedir oldincludedir infodir mandir do - case "$ac_arg" in - -no-create | --no-create | --no-creat | --no-crea | --no-cre \ - | --no-cr | --no-c) ;; - -no-recursion | --no-recursion | --no-recursio | --no-recursi \ - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*) - ac_configure_args="$ac_configure_args '$ac_arg'" ;; - *) ac_configure_args="$ac_configure_args $ac_arg" ;; + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; esac done -# NLS nuisances. -# Only set these to C if already set. These must not be set unconditionally -# because not all systems understand e.g. LANG=C (notably SCO). -# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'! -# Non-C LC_CTYPE values break the ctype check. -if test "${LANG+set}" = set; then LANG=C; export LANG; fi -if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi -if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi -if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi -# confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo > confdefs.h +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null -# A filename unique to this package, relative to the directory that -# configure is in, which we can look for to find out if srcdir is correct. -ac_unique_file=mutt.h # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. - ac_prog=$0 - ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` - test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. + ac_confdir=`(dirname "$0") 2>/dev/null || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$0" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then srcdir=.. @@ -553,13 +726,483 @@ else fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then - { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; } + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 + { (exit 1); exit 1; }; } else - { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; } + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } fi fi -srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 + { (exit 1); exit 1; }; } +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` +ac_env_build_alias_set=${build_alias+set} +ac_env_build_alias_value=$build_alias +ac_cv_env_build_alias_set=${build_alias+set} +ac_cv_env_build_alias_value=$build_alias +ac_env_host_alias_set=${host_alias+set} +ac_env_host_alias_value=$host_alias +ac_cv_env_host_alias_set=${host_alias+set} +ac_cv_env_host_alias_value=$host_alias +ac_env_target_alias_set=${target_alias+set} +ac_env_target_alias_value=$target_alias +ac_cv_env_target_alias_set=${target_alias+set} +ac_cv_env_target_alias_value=$target_alias +ac_env_CC_set=${CC+set} +ac_env_CC_value=$CC +ac_cv_env_CC_set=${CC+set} +ac_cv_env_CC_value=$CC +ac_env_CFLAGS_set=${CFLAGS+set} +ac_env_CFLAGS_value=$CFLAGS +ac_cv_env_CFLAGS_set=${CFLAGS+set} +ac_cv_env_CFLAGS_value=$CFLAGS +ac_env_LDFLAGS_set=${LDFLAGS+set} +ac_env_LDFLAGS_value=$LDFLAGS +ac_cv_env_LDFLAGS_set=${LDFLAGS+set} +ac_cv_env_LDFLAGS_value=$LDFLAGS +ac_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_env_CPPFLAGS_value=$CPPFLAGS +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_cv_env_CPPFLAGS_value=$CPPFLAGS +ac_env_CPP_set=${CPP+set} +ac_env_CPP_value=$CPP +ac_cv_env_CPP_set=${CPP+set} +ac_cv_env_CPP_value=$CPP + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures this package to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +_ACEOF + + cat <<_ACEOF +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --datadir=DIR read-only architecture-independent data [PREFIX/share] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --infodir=DIR info documentation [PREFIX/info] + --mandir=DIR man documentation [PREFIX/man] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + + cat <<\_ACEOF + +Optional Features: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --disable-dependency-tracking Speeds up one-time builds + --enable-dependency-tracking Do not reject slow dependency extractors + --disable-pgp Disable PGP support + --disable-smime Disable SMIME support + --enable-external-dotlock Force use of an external dotlock program + --enable-pop Enable POP3 support + --enable-imap Enable IMAP support + --enable-nntp Enable NNTP support + --enable-debug Enable debugging support + --enable-flock Use flock() to lock files + --disable-fcntl Do NOT use fcntl() to lock files + --disable-inodesort Do NOT read files in maildir folders sorted by inode. + --disable-warnings Turn off compiler warnings (not recommended) + --enable-nfs-fix Work around an NFS with broken attributes caching + --enable-buffy-size Use file size attribute instead of access time + --enable-mailtool Enable Sun mailtool attachments support + --enable-compressed Enable compressed folders support + --enable-locales-fix The result of isprint() is unreliable + --enable-exact-address Enable regeneration of email addresses + --enable-hcache Enable header caching + --disable-iconv Disable iconv support + --disable-nls Do not use Native Language Support + +Optional Packages: + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-mixmaster=PATH Include Mixmaster support + --with-slang=DIR Use S-Lang instead of ncurses + --with-curses=DIR Where ncurses is installed + --with-regex Use the GNU regex library + --with-homespool=FILE File in user's directory where new mail is spooled + --with-mailpath=DIR Directory where spool mailboxes are located + --with-docdir=PATH Specify where to put the documentation + --with-domain=DOMAIN Specify your DNS domain name + --with-gss=PFX Compile in GSSAPI authentication for IMAP + --with-ssl=PFX Compile in SSL support for POP/IMAP + --with-gnutls=PFX Compile in GNU TLS support for POP/IMAP + --with-nss=PFX Compile in SSL support for POP/IMAP via NSS + --with-sasl=PFX Use Cyrus SASL library for POP/IMAP authentication + --with-sasl2=PFX Use Cyrus SASL library version 2 for POP/IMAP authentication + --with-idn=PFX Use GNU libidn for domain names + --with-exec-shell=SHELL Specify alternate shell (ONLY if /bin/sh is broken) + --without-gdbm Get rid of gdbm even if it is available + --with-bdb=DIR Use BerkeleyDB4 if gdbm is not available + --with-libiconv-prefix=DIR Search for libiconv in DIR/include and DIR/lib + --with-included-gettext Use the GNU gettext library included here + --without-wc-funcs Do not use the system's wchar_t functions + --with-libesmtp=DIR Compile in support for libesmtp for the MTA + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have + headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +_ACEOF +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + ac_popdir=`pwd` + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d $ac_dir || continue + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac +# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be +# absolute. +ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` +ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` +ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` + + cd $ac_dir + # Check for guested configure; otherwise get Cygnus style configure. + if test -f $ac_srcdir/configure.gnu; then + echo + $SHELL $ac_srcdir/configure.gnu --help=recursive + elif test -f $ac_srcdir/configure; then + echo + $SHELL $ac_srcdir/configure --help=recursive + elif test -f $ac_srcdir/configure.ac || + test -f $ac_srcdir/configure.in; then + echo + $ac_configure --help + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi + cd $ac_popdir + done +fi + +test -n "$ac_init_help" && exit 0 +if $ac_init_version; then + cat <<\_ACEOF + +Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 +Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit 0 +fi +exec 5>config.log +cat >&5 <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by $as_me, which was +generated by GNU Autoconf 2.57. Invocation command line was + + $ $0 $@ + +_ACEOF +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + echo "PATH: $as_dir" +done + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_sep= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 2) + ac_configure_args1="$ac_configure_args1 '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" + # Get rid of the leading space. + ac_sep=" " + ;; + esac + done +done +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Be sure not to use single quotes in there, as some shells, +# such as our DU 5.0 friend, will then `close' the trap. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + cat <<\_ASBOX +## ---------------- ## +## Cache variables. ## +## ---------------- ## +_ASBOX + echo + # The following way of writing the cache mishandles newlines in values, +{ + (set) 2>&1 | + case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in + *ac_space=\ *) + sed -n \ + "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" + ;; + *) + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------- ## +## Output files. ## +## ------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + sed "/^$/d" confdefs.h | sort + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core core.* *.core && + rm -rf conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status + ' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -rf conftest* confdefs.h +# AIX cpp loses on an empty file, so make sure it contains at least a newline. +echo >confdefs.h +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then @@ -570,48 +1213,112 @@ if test -z "$CONFIG_SITE"; then fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - echo "loading site script $ac_site_file" + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then - echo "loading cache $cache_file" - . $cache_file + # Some versions of bash will fail to source /dev/null (special + # files actually), so we avoid doing that. + if test -f "$cache_file"; then + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . $cache_file;; + *) . ./$cache_file;; + esac + fi else - echo "creating cache $cache_file" - > $cache_file + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in `(set) 2>&1 | + sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val="\$ac_cv_env_${ac_var}_value" + eval ac_new_val="\$ac_env_${ac_var}_value" + case $ac_old_set,$ac_new_set in + set,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} + { (exit 1); exit 1; }; } fi ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - -ac_exeext= -ac_objext=o -if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then - # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu. - if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then - ac_n= ac_c=' -' ac_t=' ' - else - ac_n=-n ac_c= ac_t= - fi -else - ac_n= ac_c='\c' ac_t= -fi +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + + + + + + + + + + ac_config_headers="$ac_config_headers config.h" + + mutt_cv_version=`cat $srcdir/VERSION` +am__api_version="1.7" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then @@ -622,14 +1329,20 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break + elif test -f $ac_dir/shtool; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break fi done if test -z "$ac_aux_dir"; then - { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} + { (exit 1); exit 1; }; } fi -ac_config_guess=$ac_aux_dir/config.guess -ac_config_sub=$ac_aux_dir/config.sub -ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" +ac_config_sub="$SHELL $ac_aux_dir/config.sub" +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -638,482 +1351,1079 @@ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:647: checking for a BSD compatible install" >&5 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then -if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" - for ac_dir in $PATH; do - # Account for people who put trailing slashes in PATH elements. - case "$ac_dir/" in - /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - if test -f $ac_dir/$ac_prog; then - if test $ac_prog = install && - grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - else - ac_cv_path_install="$ac_dir/$ac_prog -c" - break 2 - fi - fi + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi done - ;; - esac - done - IFS="$ac_save_IFS" + done + ;; +esac +done + fi if test "${ac_cv_path_install+set}" = set; then - INSTALL="$ac_cv_path_install" + INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. - INSTALL="$ac_install_sh" + INSTALL=$ac_install_sh fi fi -echo "$ac_t""$INSTALL" 1>&6 +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:700: checking whether build environment is sane" >&5 +echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 # Just in case sleep 1 -echo timestamp > conftestfile +echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. - set X `ls -t $srcdir/configure conftestfile` + set X `ls -t $srcdir/configure conftest.file` fi - if test "$*" != "X $srcdir/configure conftestfile" \ - && test "$*" != "X conftestfile $srcdir/configure"; then + rm -f conftest.file + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { echo "configure: error: ls -t appears to fail. Make sure there is not a broken -alias in your environment" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&2;} + { (exit 1); exit 1; }; } fi - test "$2" = conftestfile + test "$2" = conftest.file ) then # Ok. : else - { echo "configure: error: newly created file is older than distributed files! -Check your system clock" 1>&2; exit 1; } -fi -rm -f conftest* -echo "$ac_t""yes" 1>&6 -if test "$program_transform_name" = s,x,x,; then - program_transform_name= -else - # Double any \ or $. echo might interpret backslashes. - cat <<\EOF_SED > conftestsed -s,\\,\\\\,g; s,\$,$$,g -EOF_SED - program_transform_name="`echo $program_transform_name|sed -f conftestsed`" - rm -f conftestsed + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } fi +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 test "$program_prefix" != NONE && - program_transform_name="s,^,${program_prefix},; $program_transform_name" + program_transform_name="s,^,$program_prefix,;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && - program_transform_name="s,\$\$,${program_suffix},; $program_transform_name" + program_transform_name="s,\$,$program_suffix,;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm conftest.sed + + +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` + +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done -# sed with no file args requires a program. -test "$program_transform_name" = "" && program_transform_name="s,x,x," +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi -echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:757: checking whether ${MAKE-make} sets \${MAKE}" >&5 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + test -n "$AWK" && break +done + +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftestmake <<\EOF + cat >conftest.make <<\_ACEOF all: - @echo 'ac_maketemp="${MAKE}"' -EOF + @echo 'ac_maketemp="$(MAKE)"' +_ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` if test -n "$ac_maketemp"; then eval ac_cv_prog_make_${ac_make}_set=yes else eval ac_cv_prog_make_${ac_make}_set=no fi -rm -f conftestmake +rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$ac_t""yes" 1>&6 + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null -PACKAGE=muttng - -VERSION=$mutt_cv_version + # test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } +fi -if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi fi -cat >> confdefs.h <>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" -EOF +_ACEOF -cat >> confdefs.h <>confdefs.h <<_ACEOF #define VERSION "$VERSION" -EOF +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} -missing_dir=`cd $ac_aux_dir && pwd` -echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:803: checking for working aclocal" >&5 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (aclocal --version) < /dev/null > /dev/null 2>&1; then - ACLOCAL=aclocal - echo "$ac_t""found" 1>&6 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +install_sh=${install_sh-"$am_aux_dir/install-sh"} + +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ACLOCAL="$missing_dir/missing aclocal" - echo "$ac_t""missing" 1>&6 -fi + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done -echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:816: checking for working autoconf" >&5 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoconf --version) < /dev/null > /dev/null 2>&1; then - AUTOCONF=autoconf - echo "$ac_t""found" 1>&6 +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6 else - AUTOCONF="$missing_dir/missing autoconf" - echo "$ac_t""missing" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:829: checking for working automake" >&5 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (automake --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake - echo "$ac_t""found" 1>&6 -else - AUTOMAKE="$missing_dir/missing automake" - echo "$ac_t""missing" 1>&6 fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done -echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:842: checking for working autoheader" >&5 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (autoheader --version) < /dev/null > /dev/null 2>&1; then - AUTOHEADER=autoheader - echo "$ac_t""found" 1>&6 + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6 else - AUTOHEADER="$missing_dir/missing autoheader" - echo "$ac_t""missing" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:855: checking for working makeinfo" >&5 -# Run test in a subshell; some versions of sh will print an error if -# an executable is not found, even if stderr is redirected. -# Redirect stdin to placate older versions of autoconf. Sigh. -if (makeinfo --version) < /dev/null > /dev/null 2>&1; then - MAKEINFO=makeinfo - echo "$ac_t""found" 1>&6 + STRIP=$ac_ct_STRIP else - MAKEINFO="$missing_dir/missing makeinfo" - echo "$ac_t""missing" 1>&6 + STRIP="$ac_cv_prog_STRIP" +fi + fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. -ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg" +ALL_LINGUAS="de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca bg" + # Make sure we can run config.sub. -if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : -else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } +$ac_config_sub sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 +echo "$as_me: error: cannot run $ac_config_sub" >&2;} + { (exit 1); exit 1; }; } + +echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6 +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_build_alias=$build_alias +test -z "$ac_cv_build_alias" && + ac_cv_build_alias=`$ac_config_guess` +test -z "$ac_cv_build_alias" && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6 +build=$ac_cv_build +build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + +echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6 +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_host_alias=$host_alias +test -z "$ac_cv_host_alias" && + ac_cv_host_alias=$ac_cv_build_alias +ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6 +host=$ac_cv_host +host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + + +echo "$as_me:$LINENO: checking for prefix" >&5 +echo $ECHO_N "checking for prefix... $ECHO_C" >&6 +if test x$prefix = xNONE; then + mutt_cv_prefix=$ac_default_prefix +else + mutt_cv_prefix=$prefix fi +echo "$as_me:$LINENO: result: $mutt_cv_prefix" >&5 +echo "${ECHO_T}$mutt_cv_prefix" >&6 -echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:880: checking host system type" >&5 +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done -host_alias=$host -case "$host_alias" in -NONE) - case $nonopt in - NONE) - if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : - else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } - fi ;; - *) host_alias=$nonopt ;; - esac ;; -esac +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi -host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` -host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$host" 1>&6 +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi -echo $ac_n "checking for prefix""... $ac_c" 1>&6 -echo "configure:902: checking for prefix" >&5 -if test x$prefix = xNONE; then - mutt_cv_prefix=$ac_default_prefix + CC=$ac_ct_CC else - mutt_cv_prefix=$prefix + CC="$ac_cv_prog_CC" fi -echo "$ac_t""$mutt_cv_prefix" 1>&6 -# Extract the first word of "gcc", so it can be a program name with args. -set dummy gcc; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:913: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_CC="gcc" - break - fi - done - IFS="$ac_save_ifs" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + fi fi -CC="$ac_cv_prog_CC" +CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + CC=$ac_ct_CC else - echo "$ac_t""no" 1>&6 + CC="$ac_cv_prog_CC" fi +fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:943: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_prog_rejected=no - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - break - fi - done - IFS="$ac_save_ifs" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift - if test $# -gt 0; then + if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift - set dummy "$ac_dir/$ac_word" "$@" - shift - ac_cv_prog_CC="$@" + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi -CC="$ac_cv_prog_CC" +CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi - if test -z "$CC"; then - case "`uname -s`" in - *win32* | *WIN32*) - # Extract the first word of "cl", so it can be a program name with args. -set dummy cl; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:994: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_CC="cl" - break - fi - done - IFS="$ac_save_ifs" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + fi fi -CC="$ac_cv_prog_CC" +CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi - ;; - esac + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 fi - test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1026: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 + test -n "$ac_ct_CC" && break +done -ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - -cat > conftest.$ac_ext << EOF - -#line 1037 "configure" -#include "confdefs.h" - -main(){return(0);} -EOF -if { (eval echo configure:1042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - ac_cv_prog_cc_works=yes - # If we can't run a trivial program, we are probably using a cross compiler. - if (./conftest; exit) 2>/dev/null; then - ac_cv_prog_cc_cross=no + CC=$ac_ct_CC +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +echo "$as_me: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + +# Provide some information about the compiler. +echo "$as_me:$LINENO:" \ + "checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +echo "$as_me:$LINENO: checking for C compiler default output" >&5 +echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 + (eval $ac_link_default) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Find the output, starting from the most likely. This scheme is +# not robust to junk in `.', hence go to wildcards (a.*) only as a last +# resort. + +# Be careful to initialize this variable, since it used to be cached. +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. +ac_cv_exeext= +# b.out is created by i960 compilers. +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) + ;; + conftest.$ac_ext ) + # This is the source file. + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + # FIXME: I believe we export ac_cv_exeext for Libtool, + # but it would be cool to find out if it's true. Does anybody + # maintain Libtool? --akim. + export ac_cv_exeext + break;; + * ) + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +echo "$as_me: error: C compiler cannot create executables +See \`config.log' for more details." >&2;} + { (exit 77); exit 77; }; } +fi + +ac_exeext=$ac_cv_exeext +echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6 + +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 +# If not cross compiling, check that we can run a simple program. +if test "$cross_compiling" != yes; then + if { ac_try='./$ac_file' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + cross_compiling=no else - ac_cv_prog_cc_cross=yes + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } + fi fi -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - ac_cv_prog_cc_works=no fi -rm -fr conftest* -ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6 + +echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + export ac_cv_exeext + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +rm -f conftest$ac_cv_exeext +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6 + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 -if test $ac_cv_prog_cc_works = no; then - { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } -fi -echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1068: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 -echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 -cross_compiling=$ac_cv_prog_cc_cross +int +main () +{ -echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1073: checking whether we are using GNU C" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then - ac_cv_prog_gcc=yes + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done else - ac_cv_prog_gcc=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } fi + +rm -f conftest.$ac_cv_objext conftest.$ac_ext fi +echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6 +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif -echo "$ac_t""$ac_cv_prog_gcc" 1>&6 + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +CFLAGS="-g" +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -if test $ac_cv_prog_gcc = yes; then - GCC=yes -else - GCC= -fi +int +main () +{ -ac_test_CFLAGS="${CFLAGS+set}" -ac_save_CFLAGS="$CFLAGS" -CFLAGS= -echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1101: checking whether ${CC-cc} accepts -g" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - echo 'void f(){}' > conftest.c -if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else - ac_cv_prog_cc_g=no -fi -rm -f conftest* + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 +ac_cv_prog_cc_g=no fi - -echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" + CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" @@ -1127,57 +2437,460 @@ else CFLAGS= fi fi +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_stdc=no +ac_save_CC=$CC +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +#include +#include +#include +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +# Don't try gcc -ansi; that turns off useful extensions and +# breaks some systems' header files. +# AIX -qlanglvl=ansi +# Ultrix and OSF/1 -std1 +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE +# SVR4 -Xc -D__EXTENSIONS__ +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_stdc=$ac_arg +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext +done +rm -f conftest.$ac_ext conftest.$ac_objext +CC=$ac_save_CC + +fi + +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 ;; + *) + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + +# Some people use a C++ compiler to compile C. Since we use `exit', +# in C++ we need to declare it. In case someone uses the same compiler +# for both compiling C and C++ we need to have the C++ compiler decide +# the declaration of exit, since it's the most demanding environment. +cat >conftest.$ac_ext <<_ACEOF +#ifndef __cplusplus + choke me +#endif +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + for ac_declaration in \ + ''\ + '#include ' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ + 'extern "C" void exit (int);' \ + 'void exit (int);' +do + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +continue +fi +rm -f conftest.$ac_objext conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext conftest.$ac_ext +done +rm -f conftest* +if test -n "$ac_declaration"; then + echo '#ifdef __cplusplus' >>confdefs.h + echo $ac_declaration >>confdefs.h + echo '#endif' >>confdefs.h +fi + +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext conftest.$ac_ext +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +DEPDIR="${am__leading_dot}deps" + + ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo done +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# We grep out `Entering directory' and `Leaving directory' +# messages which can occur if `w' ends up in MAKEFLAGS. +# In particular we don't look at `^make:' because GNU make might +# be invoked under some other name (usually "gmake"), in which +# case it prints its new name instead of `make'. +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then + am__include=include + am__quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + am__include=.include + am__quote="\"" + _am_result=BSD + fi +fi + + +echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6 +rm -f confinc confmf + +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then + enableval="$enable_dependency_tracking" + +fi; +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi + + +if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + + +depcc="$CC" am_compiler_list= + +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + : > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + case $depmode in + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + none) break ;; + esac + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. + if depmode=$depmode \ + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + + + echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 +echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 +if test "${ac_cv_lib_cposix_strerror+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcposix $LIBS" +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char strerror (); +int +main () +{ +strerror (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_cposix_strerror=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_cposix_strerror=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 +echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 +if test $ac_cv_lib_cposix_strerror = yes; then + LIBS="$LIBS -lcposix" +fi + - echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 -echo "configure:1134: checking for strerror in -lcposix" >&5 -ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" -LIBS="-lcposix $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - LIBS="$LIBS -lcposix" -else - echo "$ac_t""no" 1>&6 -fi - - - - - - -echo $ac_n "checking for ${CC-cc} option to accept ANSI C""... $ac_c" 1>&6 -echo "configure:1179: checking for ${CC-cc} option to accept ANSI C" >&5 -if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + + +echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5 +echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 +if test "${am_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_prog_cc_stdc=no ac_save_CC="$CC" @@ -1185,14 +2898,19 @@ ac_save_CC="$CC" # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 -# HP-UX -Aa -D_HPUX_SOURCE +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include @@ -1222,170 +2940,446 @@ int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, i int argc; char **argv; -int main() { +int +main () +{ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; -; return 0; } -EOF -if { (eval echo configure:1232: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_prog_cc_stdc="$ac_arg"; break else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext done CC="$ac_save_CC" fi if test -z "$am_cv_prog_cc_stdc"; then - echo "$ac_t""none needed" 1>&6 + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 else - echo "$ac_t""$am_cv_prog_cc_stdc" 1>&6 + echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6 fi case "x$am_cv_prog_cc_stdc" in x|xno) ;; *) CC="$CC $am_cv_prog_cc_stdc" ;; esac -echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1256: checking how to run the C preprocessor" >&5 +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then -if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - # This must be in double quotes, not single quotes, because CPP may get - # substituted into the Makefile and "${CC-cc}" will confuse make. - CPP="${CC-cc} -E" + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1277: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - : + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP="${CC-cc} -E -traditional-cpp" - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then : else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP="${CC-cc} -nologo -E" - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - : + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP=/lib/cpp + ac_cpp_err=yes fi -rm -f conftest* +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break fi -rm -f conftest* +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break fi -rm -f conftest* - ac_cv_prog_CPP="$CPP" + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6 +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : +else + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } fi - CPP="$ac_cv_prog_CPP" + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_prog_CPP="$CPP" + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 + EGREP=$ac_cv_prog_egrep + + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. + + + + + + + + + +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default + +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Header=no" +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi -echo "$ac_t""$CPP" 1>&6 + +done -echo $ac_n "checking for function prototypes""... $ac_c" 1>&6 -echo "configure:1338: checking for function prototypes" >&5 + +echo "$as_me:$LINENO: checking for function prototypes" >&5 +echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 if test "$am_cv_prog_cc_stdc" != no; then - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +cat >>confdefs.h <<\_ACEOF #define PROTOTYPES 1 -EOF +_ACEOF U= ANSI2KNR= else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 U=_ ANSI2KNR=./ansi2knr - # Ensure some checks needed by ansi2knr itself. - echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:1351: checking for ANSI C header files" >&5 -if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_header_stdc=yes else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_header_stdc=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "memchr" >/dev/null 2>&1; then + $EGREP "memchr" >/dev/null 2>&1; then : else - rm -rf conftest* ac_cv_header_stdc=no fi rm -f conftest* @@ -1394,16 +3388,20 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "free" >/dev/null 2>&1; then + $EGREP "free" >/dev/null 2>&1; then : else - rm -rf conftest* ac_cv_header_stdc=no fi rm -f conftest* @@ -1412,193 +3410,482 @@ fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. -if test "$cross_compiling" = yes; then + if test "$cross_compiling" = yes; then : else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -int main () { int i; for (i = 0; i < 256; i++) -if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); -exit (0); } +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif -EOF -if { (eval echo configure:1431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + exit(2); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then : else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_header_stdc=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi fi - -echo "$ac_t""$ac_cv_header_stdc" 1>&6 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 -EOF +_ACEOF fi - for ac_hdr in string.h + +for ac_header in string.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:1458: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1468: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - echo "$ac_t""no" 1>&6 -fi -done - + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi +done + + if test "x$U" != "x"; then - { echo "configure: error: Compiler not ANSI compliant" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Compiler not ANSI compliant" >&5 +echo "$as_me: error: Compiler not ANSI compliant" >&2;} + { (exit 1); exit 1; }; } fi -echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:1500: checking how to run the C preprocessor" >&5 +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then -if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - # This must be in double quotes, not single quotes, because CPP may get - # substituted into the Makefile and "${CC-cc}" will confuse make. - CPP="${CC-cc} -E" + if test "${ac_cv_prog_CPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, - # not just through cpp. - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - : + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP="${CC-cc} -E -traditional-cpp" - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then : else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP="${CC-cc} -nologo -E" - cat > conftest.$ac_ext < -Syntax Error -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - : + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - CPP=/lib/cpp + ac_cpp_err=yes fi -rm -f conftest* +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break fi -rm -f conftest* +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break fi -rm -f conftest* - ac_cv_prog_CPP="$CPP" + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6 +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.$ac_ext + + # OK, works on sane cases. Now check whether non-existent headers + # can be detected and how. + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break fi - CPP="$ac_cv_prog_CPP" +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + : else - ac_cv_prog_CPP="$CPP" + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } fi -echo "$ac_t""$CPP" 1>&6 -echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1580: checking whether ${MAKE-make} sets \${MAKE}" >&5 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftestmake <<\EOF + cat >conftest.make <<\_ACEOF all: - @echo 'ac_maketemp="${MAKE}"' -EOF + @echo 'ac_maketemp="$(MAKE)"' +_ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` if test -n "$ac_maketemp"; then eval ac_cv_prog_make_${ac_make}_set=yes else eval ac_cv_prog_make_${ac_make}_set=no fi -rm -f conftestmake +rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$ac_t""yes" 1>&6 + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi @@ -1609,407 +3896,512 @@ fi # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:1618: checking for a BSD compatible install" >&5 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then -if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" - for ac_dir in $PATH; do - # Account for people who put trailing slashes in PATH elements. - case "$ac_dir/" in - /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; - *) - # OSF1 and SCO ODT 3.0 have their own names for install. - # Don't use installbsd from OSF since it installs stuff as root - # by default. - for ac_prog in ginstall scoinst install; do - if test -f $ac_dir/$ac_prog; then - if test $ac_prog = install && - grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then - # AIX install. It has an incompatible calling convention. - : - else - ac_cv_path_install="$ac_dir/$ac_prog -c" - break 2 - fi - fi + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in + ./ | .// | /cC/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi done - ;; - esac - done - IFS="$ac_save_IFS" + done + ;; +esac +done + fi if test "${ac_cv_path_install+set}" = set; then - INSTALL="$ac_cv_path_install" + INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. - INSTALL="$ac_install_sh" + INSTALL=$ac_install_sh fi fi -echo "$ac_t""$INSTALL" 1>&6 +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -# Extract the first word of "ranlib", so it can be a program name with args. -set dummy ranlib; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1673: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_RANLIB="ranlib" - break - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + fi fi -RANLIB="$ac_cv_prog_RANLIB" +RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$ac_t""$RANLIB" 1>&6 + echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:1701: checking build system type" >&5 - -build_alias=$build -case "$build_alias" in -NONE) - case $nonopt in - NONE) build_alias=$host_alias ;; - *) build_alias=$nonopt ;; - esac ;; -esac +fi +if test -z "$ac_cv_prog_RANLIB"; then + ac_ct_RANLIB=$RANLIB + # Extract the first word of "ranlib", so it can be a program name with args. +set dummy ranlib; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_RANLIB"; then + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done -build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias` -build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` -build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` -build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$ac_t""$build" 1>&6 + test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi -if test $host != $build; then - ac_tool_prefix=${host_alias}- + RANLIB=$ac_ct_RANLIB else - ac_tool_prefix= + RANLIB="$ac_cv_prog_RANLIB" fi -# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1727: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_AR="${ac_tool_prefix}ar" - break - fi - done - IFS="$ac_save_ifs" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + fi fi -AR="$ac_cv_prog_AR" +AR=$ac_cv_prog_AR if test -n "$AR"; then - echo "$ac_t""$AR" 1>&6 + echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi - +fi if test -z "$ac_cv_prog_AR"; then -if test -n "$ac_tool_prefix"; then + ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1759: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - if test -n "$AR"; then - ac_cv_prog_AR="$AR" # Let the user override the test. + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_AR="ar" - break - fi - done - IFS="$ac_save_ifs" - test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" fi fi -AR="$ac_cv_prog_AR" -if test -n "$AR"; then - echo "$ac_t""$AR" 1>&6 +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi + AR=$ac_ct_AR else - AR="ar" -fi + AR="$ac_cv_prog_AR" fi -echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:1793: checking for inline" >&5 -if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for inline" >&5 +echo $ECHO_N "checking for inline... $ECHO_C" >&6 +if test "${ac_cv_c_inline+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do - cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifndef __cplusplus +typedef int foo_t; +static $ac_kw foo_t static_foo () {return 0; } +$ac_kw foo_t foo () {return 0; } +#endif + +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_c_inline=$ac_kw; break else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext done fi - -echo "$ac_t""$ac_cv_c_inline" 1>&6 -case "$ac_cv_c_inline" in +echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +echo "${ECHO_T}$ac_cv_c_inline" >&6 +case $ac_cv_c_inline in inline | yes) ;; - no) cat >> confdefs.h <<\EOF -#define inline -EOF + no) +cat >>confdefs.h <<\_ACEOF +#define inline +_ACEOF ;; - *) cat >> confdefs.h <>confdefs.h <<_ACEOF #define inline $ac_cv_c_inline -EOF +_ACEOF ;; esac -echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:1833: checking for working const" >&5 -if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <j = 5; -} -{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ - const int foo = 10; -} - -; return 0; } -EOF -if { (eval echo configure:1887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* +echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 +if test "${ac_cv_c_const+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ +/* FIXME: Include the comments suggested by Paul. */ +#ifndef __cplusplus + /* Ultrix mips cc rejects this. */ + typedef int charset[2]; + const charset x; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *ccp; + char **p; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + ccp = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++ccp; + p = (char**) ccp; + ccp = (char const *const *) p; + { /* SCO 3.2v4 cc rejects this. */ + char *t; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; }; + struct s *b; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + } +#endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_c_const=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_c_const=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_c_const=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi - -echo "$ac_t""$ac_cv_c_const" 1>&6 +echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then - cat >> confdefs.h <<\EOF -#define const -EOF + +cat >>confdefs.h <<\_ACEOF +#define const +_ACEOF fi # Extract the first word of "dbx", so it can be a program name with args. set dummy dbx; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1911: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_DBX'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_DBX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$DBX" in - /*) + case $DBX in + [\\/]* | ?:[\\/]*) ac_cv_path_DBX="$DBX" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_DBX="$DBX" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_DBX="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_DBX="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_DBX" && ac_cv_path_DBX="no" ;; esac fi -DBX="$ac_cv_path_DBX" +DBX=$ac_cv_path_DBX + if test -n "$DBX"; then - echo "$ac_t""$DBX" 1>&6 + echo "$as_me:$LINENO: result: $DBX" >&5 +echo "${ECHO_T}$DBX" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "gdb", so it can be a program name with args. set dummy gdb; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1947: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GDB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_GDB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$GDB" in - /*) + case $GDB in + [\\/]* | ?:[\\/]*) ac_cv_path_GDB="$GDB" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_GDB="$GDB" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_GDB="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GDB="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_GDB" && ac_cv_path_GDB="no" ;; esac fi -GDB="$ac_cv_path_GDB" +GDB=$ac_cv_path_GDB + if test -n "$GDB"; then - echo "$ac_t""$GDB" 1>&6 + echo "$as_me:$LINENO: result: $GDB" >&5 +echo "${ECHO_T}$GDB" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "sdb", so it can be a program name with args. set dummy sdb; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1983: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_SDB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_SDB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$SDB" in - /*) + case $SDB in + [\\/]* | ?:[\\/]*) ac_cv_path_SDB="$SDB" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_SDB="$SDB" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_SDB="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_SDB="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_SDB" && ac_cv_path_SDB="no" ;; esac fi -SDB="$ac_cv_path_SDB" +SDB=$ac_cv_path_SDB + if test -n "$SDB"; then - echo "$ac_t""$SDB" 1>&6 + echo "$as_me:$LINENO: result: $SDB" >&5 +echo "${ECHO_T}$SDB" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi @@ -2056,43 +4448,49 @@ fi ac_aux_path_sendmail=/usr/sbin:/usr/lib # Extract the first word of "sendmail", so it can be a program name with args. set dummy sendmail; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2061: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_SENDMAIL'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_SENDMAIL+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$SENDMAIL" in - /*) + case $SENDMAIL in + [\\/]* | ?:[\\/]*) ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH:$ac_aux_path_sendmail" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_SENDMAIL="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_dummy="$PATH:$ac_aux_path_sendmail" +for as_dir in $as_dummy +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_SENDMAIL" && ac_cv_path_SENDMAIL="/usr/sbin/sendmail" ;; esac fi -SENDMAIL="$ac_cv_path_SENDMAIL" +SENDMAIL=$ac_cv_path_SENDMAIL + if test -n "$SENDMAIL"; then - echo "$ac_t""$SENDMAIL" 1>&6 + echo "$as_me:$LINENO: result: $SENDMAIL" >&5 +echo "${ECHO_T}$SENDMAIL" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -cat >> confdefs.h <>confdefs.h <<_ACEOF #define SENDMAIL "$ac_cv_path_SENDMAIL" -EOF +_ACEOF OPS='$(srcdir)/OPS' @@ -2107,14 +4505,14 @@ if test "${enable_pgp+set}" = set; then if test x$enableval = xno ; then have_pgp=no fi - -fi +fi; if test x$have_pgp != xno ; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define CRYPT_BACKEND_CLASSIC_PGP 1 -EOF +_ACEOF PGPAUX_TARGET="pgpring pgpewrap" MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o" @@ -2126,20 +4524,21 @@ if test "${enable_smime+set}" = set; then if test x$enableval = xno ; then have_smime=no fi - -fi - +fi; + if test x$have_smime != xno ; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define CRYPT_BACKEND_CLASSIC_SMIME 1 -EOF +_ACEOF MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS smime.o crypt-mod-smime-classic.o" SMIMEAUX_TARGET="smime_keys" fi - - # Check whether --with-mixmaster or --without-mixmaster was given. + + +# Check whether --with-mixmaster or --without-mixmaster was given. if test "${with_mixmaster+set}" = set; then withval="$with_mixmaster" if test -x "$withval" ; then @@ -2149,13 +4548,13 @@ if test "${with_mixmaster+set}" = set; then fi OPS="$OPS \$(srcdir)/OPS.MIX" MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS remailer.o" - cat >> confdefs.h <>confdefs.h <<_ACEOF #define MIXMASTER "$MIXMASTER" -EOF +_ACEOF - -fi +fi; fi # We now require all OPS @@ -2166,69 +4565,80 @@ OPS="$OPS \$(srcdir)/OPS.PGP \$(srcdir)/OPS.SMIME \$(srcdir)/OPS.CRYPT " -cat >> confdefs.h <>confdefs.h <<_ACEOF #define SUBVERSION "$SUBVERSION" -EOF +_ACEOF # Extract the first word of "ispell", so it can be a program name with args. set dummy ispell; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2179: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_ISPELL'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_ISPELL+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$ISPELL" in - /*) + case $ISPELL in + [\\/]* | ?:[\\/]*) ac_cv_path_ISPELL="$ISPELL" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_ISPELL="$ISPELL" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_ISPELL="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ISPELL="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_ISPELL" && ac_cv_path_ISPELL="no" ;; esac fi -ISPELL="$ac_cv_path_ISPELL" +ISPELL=$ac_cv_path_ISPELL + if test -n "$ISPELL"; then - echo "$ac_t""$ISPELL" 1>&6 + echo "$as_me:$LINENO: result: $ISPELL" >&5 +echo "${ECHO_T}$ISPELL" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi if test $ISPELL != no; then - cat >> confdefs.h <>confdefs.h <<_ACEOF #define ISPELL "$ISPELL" -EOF +_ACEOF fi + # Check whether --with-slang or --without-slang was given. if test "${with_slang+set}" = set; then withval="$with_slang" - echo $ac_n "checking if this is a BSD system""... $ac_c" 1>&6 -echo "configure:2223: checking if this is a BSD system" >&5 -if eval "test \"`echo '$''{'mutt_cv_bsdish'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking if this is a BSD system" >&5 +echo $ECHO_N "checking if this is a BSD system... $ECHO_C" >&6 +if test "${mutt_cv_bsdish+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then mutt_cv_bsdish=no else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include main () @@ -2239,25 +4649,35 @@ main () exit (1); #endif } -EOF -if { (eval echo configure:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_bsdish=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_bsdish=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_bsdish=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi +echo "$as_me:$LINENO: result: $mutt_cv_bsdish" >&5 +echo "${ECHO_T}$mutt_cv_bsdish" >&6 -echo "$ac_t""$mutt_cv_bsdish" 1>&6 - - echo $ac_n "checking for S-Lang""... $ac_c" 1>&6 -echo "configure:2261: checking for S-Lang" >&5 + echo "$as_me:$LINENO: checking for S-Lang" >&5 +echo $ECHO_N "checking for S-Lang... $ECHO_C" >&6 if test $withval = yes; then if test -d $srcdir/../slang; then mutt_cv_slang=$srcdir/../slang/src @@ -2286,109 +4706,149 @@ echo "configure:2261: checking for S-Lang" >&5 LDFLAGS="$LDFLAGS -L${withval}/lib" fi fi - echo "$ac_t""$mutt_cv_slang" 1>&6 + echo "$as_me:$LINENO: result: $mutt_cv_slang" >&5 +echo "${ECHO_T}$mutt_cv_slang" >&6 if test $mutt_cv_bsdish = yes; then - echo $ac_n "checking for main in -ltermlib""... $ac_c" 1>&6 -echo "configure:2293: checking for main in -ltermlib" >&5 -ac_lib_var=`echo termlib'_'main | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for main in -ltermlib" >&5 +echo $ECHO_N "checking for main in -ltermlib... $ECHO_C" >&6 +if test "${ac_cv_lib_termlib_main+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-ltermlib $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo termlib | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_termlib_main=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_termlib_main=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_termlib_main" >&5 +echo "${ECHO_T}$ac_cv_lib_termlib_main" >&6 +if test $ac_cv_lib_termlib_main = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBTERMLIB 1 +_ACEOF LIBS="-ltermlib $LIBS" -else - echo "$ac_t""no" 1>&6 fi fi - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SLANG_CURSES 1 -EOF +_ACEOF - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_COLOR 1 -EOF +_ACEOF MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS resize.o" - - echo $ac_n "checking for SLtt_get_terminfo in -lslang""... $ac_c" 1>&6 -echo "configure:2348: checking for SLtt_get_terminfo in -lslang" >&5 -ac_lib_var=`echo slang'_'SLtt_get_terminfo | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + echo "$as_me:$LINENO: checking for SLtt_get_terminfo in -lslang" >&5 +echo $ECHO_N "checking for SLtt_get_terminfo in -lslang... $ECHO_C" >&6 +if test "${ac_cv_lib_slang_SLtt_get_terminfo+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lslang -lm $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char SLtt_get_terminfo(); - -int main() { -SLtt_get_terminfo() -; return 0; } -EOF -if { (eval echo configure:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char SLtt_get_terminfo (); +int +main () +{ +SLtt_get_terminfo (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_slang_SLtt_get_terminfo=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_slang_SLtt_get_terminfo=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_slang_SLtt_get_terminfo" >&5 +echo "${ECHO_T}$ac_cv_lib_slang_SLtt_get_terminfo" >&6 +if test $ac_cv_lib_slang_SLtt_get_terminfo = yes; then MUTTLIBS="$MUTTLIBS -lslang -lm" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: unable to compile. check config.log" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: unable to compile. check config.log" >&5 +echo "$as_me: error: unable to compile. check config.log" >&2;} + { (exit 1); exit 1; }; } fi - + else mutt_cv_curses=/usr - # Check whether --with-curses or --without-curses was given. + +# Check whether --with-curses or --without-curses was given. if test "${with_curses+set}" = set; then withval="$with_curses" if test $withval != yes; then @@ -2398,403 +4858,758 @@ if test "${with_curses+set}" = set; then LDFLAGS="-L${mutt_cv_curses}/lib $LDFLAGS" CPPFLAGS="$CPPFLAGS -I${mutt_cv_curses}/include" fi -fi - - - echo $ac_n "checking for initscr""... $ac_c" 1>&6 -echo "configure:2406: checking for initscr" >&5 -if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for initscr... $ECHO_C" >&6 +if test "${ac_cv_func_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char initscr(); below. */ -#include + which can conflict with char initscr (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char initscr (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_initscr) || defined (__stub___initscr) choke me #else -initscr(); +char (*f) () = initscr; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:2434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_initscr=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_initscr=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then - echo "$ac_t""yes" 1>&6 +int +main () +{ +return f != initscr; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_initscr=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_initscr=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5 +echo "${ECHO_T}$ac_cv_func_initscr" >&6 +if test $ac_cv_func_initscr = yes; then : else - echo "$ac_t""no" 1>&6 cf_ncurses="ncurses" for lib in ncurses ncursesw do - echo $ac_n "checking for waddnwstr in -l$lib""... $ac_c" 1>&6 -echo "configure:2456: checking for waddnwstr in -l$lib" >&5 -ac_lib_var=`echo $lib'_'waddnwstr | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + as_ac_Lib=`echo "ac_cv_lib_$lib''_waddnwstr" | $as_tr_sh` +echo "$as_me:$LINENO: checking for waddnwstr in -l$lib" >&5 +echo $ECHO_N "checking for waddnwstr in -l$lib... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-l$lib $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char waddnwstr(); - -int main() { -waddnwstr() -; return 0; } -EOF -if { (eval echo configure:2475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char waddnwstr (); +int +main () +{ +waddnwstr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Lib=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Lib=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 +if test `eval echo '${'$as_ac_Lib'}'` = yes; then cf_ncurses="$lib"; break -else - echo "$ac_t""no" 1>&6 fi done - echo $ac_n "checking for initscr in -l$cf_ncurses""... $ac_c" 1>&6 -echo "configure:2497: checking for initscr in -l$cf_ncurses" >&5 -ac_lib_var=`echo $cf_ncurses'_'initscr | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + as_ac_Lib=`echo "ac_cv_lib_$cf_ncurses''_initscr" | $as_tr_sh` +echo "$as_me:$LINENO: checking for initscr in -l$cf_ncurses" >&5 +echo $ECHO_N "checking for initscr in -l$cf_ncurses... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_ncurses $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { -initscr() -; return 0; } -EOF -if { (eval echo configure:2516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char initscr (); +int +main () +{ +initscr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Lib=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Lib=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 +if test `eval echo '${'$as_ac_Lib'}'` = yes; then MUTTLIBS="$MUTTLIBS -l$cf_ncurses" if test x$mutt_cv_curses = x/usr -a -d /usr/include/ncurses; then CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses" fi - + if test "$cf_ncurses" = ncursesw; then - for ac_hdr in ncursesw/ncurses.h + +for ac_header in ncursesw/ncurses.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2541: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2551: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF cf_cv_ncurses_header="ncursesw/ncurses.h" -else - echo "$ac_t""no" 1>&6 fi + done else - for ac_hdr in ncurses.h + +for ac_header in ncurses.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2582: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF cf_cv_ncurses_header="ncurses.h" -else - echo "$ac_t""no" 1>&6 fi + done fi else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for initscr""... $ac_c" 1>&6 -echo "configure:2623: checking for initscr" >&5 -if eval "test \"`echo '$''{'ac_cv_func_initscr'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for initscr" >&5 +echo $ECHO_N "checking for initscr... $ECHO_C" >&6 +if test "${ac_cv_func_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char initscr(); below. */ -#include + which can conflict with char initscr (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char initscr (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_initscr) || defined (__stub___initscr) choke me #else -initscr(); +char (*f) () = initscr; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:2651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_initscr=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_initscr=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'initscr`\" = yes"; then - echo "$ac_t""yes" 1>&6 +int +main () +{ +return f != initscr; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_initscr=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_initscr=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_initscr" >&5 +echo "${ECHO_T}$ac_cv_func_initscr" >&6 +if test $ac_cv_func_initscr = yes; then : else - echo "$ac_t""no" 1>&6 case $host_os in #(vi freebsd*) #(vi - echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6 -echo "configure:2672: checking for tgoto in -lmytinfo" >&5 -ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for tgoto in -lmytinfo" >&5 +echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6 +if test "${ac_cv_lib_mytinfo_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lmytinfo $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char tgoto(); - -int main() { -tgoto() -; return 0; } -EOF -if { (eval echo configure:2691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char tgoto (); +int +main () +{ +tgoto (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_mytinfo_tgoto=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_mytinfo_tgoto=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_mytinfo_tgoto" >&5 +echo "${ECHO_T}$ac_cv_lib_mytinfo_tgoto" >&6 +if test $ac_cv_lib_mytinfo_tgoto = yes; then LIBS="-lmytinfo $LIBS" -else - echo "$ac_t""no" 1>&6 fi ;; hpux10.*|hpux11.*) - echo $ac_n "checking for initscr in -lcur_colr""... $ac_c" 1>&6 -echo "configure:2714: checking for initscr in -lcur_colr" >&5 -ac_lib_var=`echo cur_colr'_'initscr | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for initscr in -lcur_colr" >&5 +echo $ECHO_N "checking for initscr in -lcur_colr... $ECHO_C" >&6 +if test "${ac_cv_lib_cur_colr_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lcur_colr $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { -initscr() -; return 0; } -EOF -if { (eval echo configure:2733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" + builtin and then its argument prototype would still apply. */ +char initscr (); +int +main () +{ +initscr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_cur_colr_initscr=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_cur_colr_initscr=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_cur_colr_initscr" >&5 +echo "${ECHO_T}$ac_cv_lib_cur_colr_initscr" >&6 +if test $ac_cv_lib_cur_colr_initscr = yes; then -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - LIBS="-lcur_colr $LIBS" CFLAGS="-I/usr/include/curses_colr $CFLAGS" ac_cv_func_initscr=yes - + else - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for initscr in -lHcurses""... $ac_c" 1>&6 -echo "configure:2757: checking for initscr in -lHcurses" >&5 -ac_lib_var=`echo Hcurses'_'initscr | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for initscr in -lHcurses" >&5 +echo $ECHO_N "checking for initscr in -lHcurses... $ECHO_C" >&6 +if test "${ac_cv_lib_Hcurses_initscr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lHcurses $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { -initscr() -; return 0; } -EOF -if { (eval echo configure:2776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" + builtin and then its argument prototype would still apply. */ +char initscr (); +int +main () +{ +initscr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_Hcurses_initscr=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_Hcurses_initscr=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_Hcurses_initscr" >&5 +echo "${ECHO_T}$ac_cv_lib_Hcurses_initscr" >&6 +if test $ac_cv_lib_Hcurses_initscr = yes; then -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - # HP's header uses __HP_CURSES, but user claims _HP_CURSES. LIBS="-lHcurses $LIBS" CFLAGS="-D__HP_CURSES -D_HP_CURSES $CFLAGS" ac_cv_func_initscr=yes - -else - echo "$ac_t""no" 1>&6 + fi fi @@ -2820,97 +5635,145 @@ if test ".$ac_cv_func_initscr" != .yes ; then # Check for library containing tgoto. Do this before curses library # because it may be needed to link the test-case for initscr. - echo $ac_n "checking for tgoto""... $ac_c" 1>&6 -echo "configure:2825: checking for tgoto" >&5 -if eval "test \"`echo '$''{'ac_cv_func_tgoto'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for tgoto... $ECHO_C" >&6 +if test "${ac_cv_func_tgoto+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char tgoto(); below. */ -#include + which can conflict with char tgoto (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char tgoto(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char tgoto (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_tgoto) || defined (__stub___tgoto) choke me #else -tgoto(); +char (*f) () = tgoto; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:2853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_tgoto=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_tgoto=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'tgoto`\" = yes"; then - echo "$ac_t""yes" 1>&6 +int +main () +{ +return f != tgoto; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_tgoto=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_tgoto=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_tgoto" >&5 +echo "${ECHO_T}$ac_cv_func_tgoto" >&6 +if test $ac_cv_func_tgoto = yes; then cf_term_lib=predefined else - echo "$ac_t""no" 1>&6 for cf_term_lib in termcap termlib unknown do - echo $ac_n "checking for tgoto in -l$cf_term_lib""... $ac_c" 1>&6 -echo "configure:2874: checking for tgoto in -l$cf_term_lib" >&5 -ac_lib_var=`echo $cf_term_lib'_'tgoto | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + as_ac_Lib=`echo "ac_cv_lib_$cf_term_lib''_tgoto" | $as_tr_sh` +echo "$as_me:$LINENO: checking for tgoto in -l$cf_term_lib" >&5 +echo $ECHO_N "checking for tgoto in -l$cf_term_lib... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_term_lib $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char tgoto(); - -int main() { -tgoto() -; return 0; } -EOF -if { (eval echo configure:2893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char tgoto (); +int +main () +{ +tgoto (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Lib=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Lib=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 +if test `eval echo '${'$as_ac_Lib'}'` = yes; then break -else - echo "$ac_t""no" 1>&6 fi done - + fi @@ -2918,115 +5781,194 @@ fi test "$cf_term_lib" != predefined && test "$cf_term_lib" != unknown && LIBS="-l$cf_term_lib $cf_save_LIBS" for cf_curs_lib in cursesX curses ncurses xcurses jcurses unknown do - echo $ac_n "checking for initscr in -l$cf_curs_lib""... $ac_c" 1>&6 -echo "configure:2923: checking for initscr in -l$cf_curs_lib" >&5 -ac_lib_var=`echo $cf_curs_lib'_'initscr | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + as_ac_Lib=`echo "ac_cv_lib_$cf_curs_lib''_initscr" | $as_tr_sh` +echo "$as_me:$LINENO: checking for initscr in -l$cf_curs_lib" >&5 +echo $ECHO_N "checking for initscr in -l$cf_curs_lib... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Lib+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-l$cf_curs_lib $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char initscr(); - -int main() { -initscr() -; return 0; } -EOF -if { (eval echo configure:2942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 + builtin and then its argument prototype would still apply. */ +char initscr (); +int +main () +{ +initscr (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Lib=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Lib=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 +if test `eval echo '${'$as_ac_Lib'}'` = yes; then break -else - echo "$ac_t""no" 1>&6 fi done - test $cf_curs_lib = unknown && { echo "configure: error: no curses library found" 1>&2; exit 1; } + test $cf_curs_lib = unknown && { { echo "$as_me:$LINENO: error: no curses library found" >&5 +echo "$as_me: error: no curses library found" >&2;} + { (exit 1); exit 1; }; } LIBS="-l$cf_curs_lib $cf_save_LIBS" if test "$cf_term_lib" = unknown ; then - echo $ac_n "checking if we can link with $cf_curs_lib library""... $ac_c" 1>&6 -echo "configure:2968: checking if we can link with $cf_curs_lib library" >&5 - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking if we can link with $cf_curs_lib library... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <${cf_cv_ncurses_header-curses.h}> -int main() { +int +main () +{ initscr() -; return 0; } -EOF -if { (eval echo configure:2977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then cf_result=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - cf_result=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +cf_result=no fi -rm -f conftest* - echo "$ac_t""$cf_result" 1>&6 - test $cf_result = no && { echo "configure: error: Cannot link curses library" 1>&2; exit 1; } +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + echo "$as_me:$LINENO: result: $cf_result" >&5 +echo "${ECHO_T}$cf_result" >&6 + test $cf_result = no && { { echo "$as_me:$LINENO: error: Cannot link curses library" >&5 +echo "$as_me: error: Cannot link curses library" >&2;} + { (exit 1); exit 1; }; } elif test "$cf_term_lib" != predefined ; then - echo $ac_n "checking if we need both $cf_curs_lib and $cf_term_lib libraries""... $ac_c" 1>&6 -echo "configure:2991: checking if we need both $cf_curs_lib and $cf_term_lib libraries" >&5 - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking if we need both $cf_curs_lib and $cf_term_lib libraries... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <${cf_cv_ncurses_header-curses.h}> -int main() { +int +main () +{ initscr(); tgoto((char *)0, 0, 0); -; return 0; } -EOF -if { (eval echo configure:3000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then cf_result=no else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + LIBS="-l$cf_curs_lib -l$cf_term_lib $cf_save_LIBS" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <${cf_cv_ncurses_header-curses.h}> -int main() { +int +main () +{ initscr() -; return 0; } -EOF -if { (eval echo configure:3017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then cf_result=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - cf_result=error + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +cf_result=error fi -rm -f conftest* - +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + fi -rm -f conftest* - echo "$ac_t""$cf_result" 1>&6 +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + echo "$as_me:$LINENO: result: $cf_result" >&5 +echo "${ECHO_T}$cf_result" >&6 fi fi @@ -3035,7 +5977,7 @@ fi fi - + fi @@ -3044,125 +5986,185 @@ fi for ac_func in start_color typeahead bkgdset curs_set meta use_default_colors resizeterm do -echo $ac_n "checking for $ac_func declaration""... $ac_c" 1>&6 -echo "configure:3049: checking for $ac_func declaration" >&5 -if eval "test \"`echo '$''{'ac_cv_func_decl_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func declaration... $ECHO_C" >&6 +if eval "test \"\${ac_cv_func_decl_$ac_func+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <${cf_cv_ncurses_header-curses.h}> -int main() { +int +main () +{ #ifndef ${ac_func} extern int ${ac_func}(); #endif -; return 0; } -EOF -if { (eval echo configure:3063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - -cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include <${cf_cv_ncurses_header-curses.h}> -int main() { +int +main () +{ #ifndef ${ac_func} int (*p)() = ${ac_func}; #endif -; return 0; } -EOF -if { (eval echo configure:3076: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "ac_cv_func_decl_$ac_func=yes" else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "ac_cv_func_decl_$ac_func=no" fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + eval "ac_cv_func_decl_$ac_func=yes" fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi if eval "test \"`echo '$ac_cv_func_'decl_$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - - + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + + ac_tr_func=`echo HAVE_$ac_func | tr '[a-z]' '[A-Z]'` - cat >> confdefs.h <>confdefs.h <<_ACEOF #define $ac_tr_func 1 -EOF - +_ACEOF + else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi done if test "$ac_cv_func_decl_start_color" = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_COLOR 1 -EOF +_ACEOF fi if test "$ac_cv_func_decl_resizeterm" = yes; then MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS resize.o" fi LIBS="$old_LIBS" - -fi +fi; -echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:3128: checking for ANSI C header files" >&5 -if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #include #include -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_header_stdc=yes else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_header_stdc=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "memchr" >/dev/null 2>&1; then + $EGREP "memchr" >/dev/null 2>&1; then : else - rm -rf conftest* ac_cv_header_stdc=no fi rm -f conftest* @@ -3171,16 +6173,20 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "free" >/dev/null 2>&1; then + $EGREP "free" >/dev/null 2>&1; then : else - rm -rf conftest* ac_cv_header_stdc=no fi rm -f conftest* @@ -3189,234 +6195,609 @@ fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. -if test "$cross_compiling" = yes; then + if test "$cross_compiling" = yes; then : else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') -#define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) -int main () { int i; for (i = 0; i < 256; i++) -if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); -exit (0); } +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif -EOF -if { (eval echo configure:3208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + exit(2); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then : else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_header_stdc=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi fi - -echo "$ac_t""$ac_cv_header_stdc" 1>&6 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 -EOF +_ACEOF fi -for ac_hdr in stdarg.h sys/ioctl.h ioctl.h sysexits.h + + + + +for ac_header in stdarg.h sys/ioctl.h ioctl.h sysexits.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3236: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done -for ac_hdr in sys/time.h sys/resource.h + + +for ac_header in sys/time.h sys/resource.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3276: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3286: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done -for ac_hdr in unix.h + +for ac_header in unix.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3316: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3326: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done + + + for ac_func in setrlimit getsid isctype do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3356: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:3384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done -echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:3410: checking return type of signal handlers" >&5 -if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 +if test "${ac_cv_type_signal+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifdef signal -#undef signal +# undef signal #endif #ifdef __cplusplus extern "C" void (*signal (int, void (*)(int)))(int); @@ -3424,214 +6805,381 @@ extern "C" void (*signal (int, void (*)(int)))(int); void (*signal ()) (); #endif -int main() { +int +main () +{ int i; -; return 0; } -EOF -if { (eval echo configure:3432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_type_signal=void else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_type_signal=int + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_type_signal=int fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi +echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6 -echo "$ac_t""$ac_cv_type_signal" 1>&6 -cat >> confdefs.h <>confdefs.h <<_ACEOF #define RETSIGTYPE $ac_cv_type_signal -EOF +_ACEOF -echo $ac_n "checking for sig_atomic_t in signal.h""... $ac_c" 1>&6 -echo "configure:3452: checking for sig_atomic_t in signal.h" >&5 -cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for sig_atomic_t in signal.h... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "sig_atomic_t" >/dev/null 2>&1; then - rm -rf conftest* - + $EGREP "sig_atomic_t" >/dev/null 2>&1; then + ac_cv_type_sig_atomic_t=yes; - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "volatile.*sig_atomic_t" >/dev/null 2>&1; then - rm -rf conftest* - + $EGREP "volatile.*sig_atomic_t" >/dev/null 2>&1; then + is_sig_atomic_t_volatile=yes; - echo "$ac_t""yes, volatile" 1>&6 - + echo "$as_me:$LINENO: result: yes, volatile" >&5 +echo "${ECHO_T}yes, volatile" >&6 + else - rm -rf conftest* - + is_sig_atomic_t_volatile=no; - echo "$ac_t""yes, non volatile" 1>&6 - + echo "$as_me:$LINENO: result: yes, non volatile" >&5 +echo "${ECHO_T}yes, non volatile" >&6 + fi rm -f conftest* - + else - rm -rf conftest* - - echo "$ac_t""no" 1>&6 - echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6 -echo "configure:3490: checking for sig_atomic_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_sig_atomic_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + echo "$as_me:$LINENO: checking for sig_atomic_t" >&5 +echo $ECHO_N "checking for sig_atomic_t... $ECHO_C" >&6 +if test "${ac_cv_type_sig_atomic_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif -EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])sig_atomic_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((sig_atomic_t *) 0) + return 0; +if (sizeof (sig_atomic_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_type_sig_atomic_t=yes else - rm -rf conftest* - ac_cv_type_sig_atomic_t=no -fi -rm -f conftest* + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 +ac_cv_type_sig_atomic_t=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$ac_t""$ac_cv_type_sig_atomic_t" 1>&6 -if test $ac_cv_type_sig_atomic_t = no; then - cat >> confdefs.h <<\EOF +echo "$as_me:$LINENO: result: $ac_cv_type_sig_atomic_t" >&5 +echo "${ECHO_T}$ac_cv_type_sig_atomic_t" >&6 +if test $ac_cv_type_sig_atomic_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF #define sig_atomic_t int -EOF +_ACEOF fi is_sig_atomic_t_volatile=no - + fi rm -f conftest* if test $is_sig_atomic_t_volatile = 'yes' then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define SIG_ATOMIC_VOLATILE_T sig_atomic_t -EOF +_ACEOF else - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define SIG_ATOMIC_VOLATILE_T volatile sig_atomic_t -EOF +_ACEOF fi -echo $ac_n "checking for sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 -echo "configure:3541: checking for sys_siglist declaration in signal.h or unistd.h" >&5 -if eval "test \"`echo '$''{'ac_cv_decl_sys_siglist'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 +echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6 +if test "${ac_cv_have_decl_sys_siglist+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext < -#include -/* NetBSD declares sys_siglist in unistd.h. */ -#ifdef HAVE_UNISTD_H -#include + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +#ifndef sys_siglist + char *p = (char *) sys_siglist; #endif -int main() { -char *msg = *(sys_siglist + 1); -; return 0; } -EOF -if { (eval echo configure:3558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - ac_cv_decl_sys_siglist=yes + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_have_decl_sys_siglist=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_decl_sys_siglist=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_have_decl_sys_siglist=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi +echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 +echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 +if test $ac_cv_have_decl_sys_siglist = yes; then + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_SYS_SIGLIST 1 +_ACEOF + + +else + cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_SYS_SIGLIST 0 +_ACEOF -echo "$ac_t""$ac_cv_decl_sys_siglist" 1>&6 -if test $ac_cv_decl_sys_siglist = yes; then - cat >> confdefs.h <<\EOF -#define SYS_SIGLIST_DECLARED 1 -EOF fi -echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6 -echo "configure:3580: checking whether byte ordering is bigendian" >&5 -if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + +echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 +if test "${ac_cv_c_bigendian+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_c_bigendian=unknown -# See if sys/param.h defines the BYTE_ORDER macro. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -int main() { +int +main () +{ #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN bogus endian macros #endif -; return 0; } -EOF -if { (eval echo configure:3598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -int main() { +int +main () +{ #if BYTE_ORDER != BIG_ENDIAN not big endian #endif -; return 0; } -EOF -if { (eval echo configure:3613: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_c_bigendian=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_c_bigendian=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_c_bigendian=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 -fi -rm -f conftest* -if test $ac_cv_c_bigendian = unknown; then + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +# It does not; compile a test program. if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + # try to guess the endianness by grepping values into an object file + ac_cv_c_bigendian=unknown + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; +short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; +void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } +short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; +short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; +void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +int +main () +{ + _ascii (); _ebcdic (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then + ac_cv_c_bigendian=yes +fi +if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi +fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.$ac_objext conftest.$ac_ext else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +int +main () +{ /* Are we little or big endian? From Harbison&Steele. */ union { @@ -3641,75 +7189,203 @@ main () { u.l = 1; exit (u.c[sizeof (long) - 1] == 1); } -EOF -if { (eval echo configure:3646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_c_bigendian=no else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_c_bigendian=yes + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_c_bigendian=yes fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi +rm -f conftest.$ac_objext conftest.$ac_ext fi +echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +echo "${ECHO_T}$ac_cv_c_bigendian" >&6 +case $ac_cv_c_bigendian in + yes) -echo "$ac_t""$ac_cv_c_bigendian" 1>&6 -if test $ac_cv_c_bigendian = yes; then - cat >> confdefs.h <<\EOF +cat >>confdefs.h <<\_ACEOF #define WORDS_BIGENDIAN 1 -EOF +_ACEOF + ;; + no) + ;; + *) + { { echo "$as_me:$LINENO: error: unknown endianness +presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +echo "$as_me: error: unknown endianness +presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} + { (exit 1); exit 1; }; } ;; +esac -fi -for ac_hdr in inttypes.h stdint.h + +for ac_header in inttypes.h stdint.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3673: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3683: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done -echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 -echo "configure:3710: checking for uint32_t" >&5 -cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #if HAVE_INTTYPES_H @@ -3719,828 +7395,1930 @@ cat > conftest.$ac_ext < #endif #endif -int main() { +int +main () +{ if ((uint32_t *) 0) return 0; if (sizeof (uint32_t)) return 0; -; return 0; } -EOF -if { (eval echo configure:3731: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* - - cat >> confdefs.h <<\EOF + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + + +cat >>confdefs.h <<\_ACEOF #define HAVE_UINT32_T 1 -EOF +_ACEOF + + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 - echo "$ac_t""yes" 1>&6 - else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - echo "$ac_t""no" 1>&6 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -rm -f conftest* -echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:3749: checking size of int" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: checking for int" >&5 +echo $ECHO_N "checking for int... $ECHO_C" >&6 +if test "${ac_cv_type_int+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((int *) 0) + return 0; +if (sizeof (int)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_type_int=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_type_int=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 +echo "${ECHO_T}$ac_cv_type_int" >&6 + +echo "$as_me:$LINENO: checking size of int" >&5 +echo $ECHO_N "checking size of int... $ECHO_C" >&6 +if test "${ac_cv_sizeof_int+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$ac_cv_type_int" = yes; then + # The cast to unsigned long works around a bug in the HP C Compiler + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. + # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` +fi +rm -f conftest.$ac_objext conftest.$ac_ext + done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi +rm -f conftest.$ac_objext conftest.$ac_ext + done else - cat > conftest.$ac_ext <&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo= ac_hi= +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo=`expr '(' $ac_mid ')' + 1` +fi +rm -f conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_int=$ac_lo;; +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (int), 77 +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } ;; +esac +else + if test "$cross_compiling" = yes; then + { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +long longval () { return (long) (sizeof (int)); } +unsigned long ulongval () { return (long) (sizeof (int)); } #include -#include -main() +#include +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(int)); - exit(0); + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + exit (1); + if (((long) (sizeof (int))) < 0) + { + long i = longval (); + if (i != ((long) (sizeof (int)))) + exit (1); + fprintf (f, "%ld\n", i); + } + else + { + unsigned long i = ulongval (); + if (i != ((long) (sizeof (int)))) + exit (1); + fprintf (f, "%lu\n", i); + } + exit (ferror (f) || fclose (f) != 0); + + ; + return 0; } -EOF -if { (eval echo configure:3769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_int=`cat conftestval` +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_int=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (int), 77 +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +rm -f conftest.val else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* ac_cv_sizeof_int=0 fi -rm -fr conftest* fi +echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +echo "${ECHO_T}$ac_cv_sizeof_int" >&6 +cat >>confdefs.h <<_ACEOF +#define SIZEOF_INT $ac_cv_sizeof_int +_ACEOF + + +echo "$as_me:$LINENO: checking for long" >&5 +echo $ECHO_N "checking for long... $ECHO_C" >&6 +if test "${ac_cv_type_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((long *) 0) + return 0; +if (sizeof (long)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_type_long=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_type_long=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 +echo "${ECHO_T}$ac_cv_type_long" >&6 + +echo "$as_me:$LINENO: checking size of long" >&5 +echo $ECHO_N "checking size of long... $ECHO_C" >&6 +if test "${ac_cv_sizeof_long+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test "$ac_cv_type_long" = yes; then + # The cast to unsigned long works around a bug in the HP C Compiler + # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects + # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. + # This bug is HP SR number 8606223364. + if test "$cross_compiling" = yes; then + # Depending upon the size, compute the lo and hi bounds. +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_lo=0 ac_mid=0 + while :; do + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; +test_array [0] = 0 + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo=`expr $ac_mid + 1` + if test $ac_lo -le $ac_mid; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid + 1` fi -echo "$ac_t""$ac_cv_sizeof_int" 1>&6 -cat >> confdefs.h <&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; +test_array [0] = 0 + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=-1 ac_mid=-1 + while :; do + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; +test_array [0] = 0 -echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:3789: checking size of long" >&5 -if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_lo=$ac_mid; break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_hi=`expr '(' $ac_mid ')' - 1` + if test $ac_mid -le $ac_hi; then + ac_lo= ac_hi= + break + fi + ac_mid=`expr 2 '*' $ac_mid` +fi +rm -f conftest.$ac_objext conftest.$ac_ext + done else - if test "$cross_compiling" = yes; then - { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo= ac_hi= +fi +rm -f conftest.$ac_objext conftest.$ac_ext +fi +rm -f conftest.$ac_objext conftest.$ac_ext +# Binary search between lo and hi bounds. +while test "x$ac_lo" != "x$ac_hi"; do + ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; +test_array [0] = 0 + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_hi=$ac_mid +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_lo=`expr '(' $ac_mid ')' + 1` +fi +rm -f conftest.$ac_objext conftest.$ac_ext +done +case $ac_lo in +?*) ac_cv_sizeof_long=$ac_lo;; +'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long), 77 +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } ;; +esac else - cat > conftest.$ac_ext <&5 +echo "$as_me: error: cannot run test program while cross compiling +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +long longval () { return (long) (sizeof (long)); } +unsigned long ulongval () { return (long) (sizeof (long)); } #include -#include -main() +#include +int +main () { - FILE *f=fopen("conftestval", "w"); - if (!f) exit(1); - fprintf(f, "%d\n", sizeof(long)); - exit(0); + + FILE *f = fopen ("conftest.val", "w"); + if (! f) + exit (1); + if (((long) (sizeof (long))) < 0) + { + long i = longval (); + if (i != ((long) (sizeof (long)))) + exit (1); + fprintf (f, "%ld\n", i); + } + else + { + unsigned long i = ulongval (); + if (i != ((long) (sizeof (long)))) + exit (1); + fprintf (f, "%lu\n", i); + } + exit (ferror (f) || fclose (f) != 0); + + ; + return 0; } -EOF -if { (eval echo configure:3809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then - ac_cv_sizeof_long=`cat conftestval` +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_sizeof_long=`cat conftest.val` +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 +See \`config.log' for more details." >&5 +echo "$as_me: error: cannot compute sizeof (long), 77 +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +rm -f conftest.val else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* ac_cv_sizeof_long=0 fi -rm -fr conftest* fi - -fi -echo "$ac_t""$ac_cv_sizeof_long" 1>&6 -cat >> confdefs.h <&5 +echo "${ECHO_T}$ac_cv_sizeof_long" >&6 +cat >>confdefs.h <<_ACEOF #define SIZEOF_LONG $ac_cv_sizeof_long -EOF +_ACEOF -echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:3830: checking for pid_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for pid_t" >&5 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 +if test "${ac_cv_type_pid_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif -EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((pid_t *) 0) + return 0; +if (sizeof (pid_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_type_pid_t=yes else - rm -rf conftest* - ac_cv_type_pid_t=no -fi -rm -f conftest* + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 +ac_cv_type_pid_t=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$ac_t""$ac_cv_type_pid_t" 1>&6 -if test $ac_cv_type_pid_t = no; then - cat >> confdefs.h <<\EOF +echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6 +if test $ac_cv_type_pid_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF #define pid_t int -EOF +_ACEOF fi + + + + + for ac_func in fgetpos memmove setegid srand48 strerror do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3866: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:3894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done + + for ac_func in strcasecmp strdup do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3922: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:3950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -LIBOBJS="$LIBOBJS ${ac_func}.${ac_objext}" +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + LIBOBJS="$LIBOBJS $ac_func.$ac_objext" fi done -echo $ac_n "checking for getopt""... $ac_c" 1>&6 -echo "configure:3978: checking for getopt" >&5 -if eval "test \"`echo '$''{'ac_cv_func_getopt'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for getopt" >&5 +echo $ECHO_N "checking for getopt... $ECHO_C" >&6 +if test "${ac_cv_func_getopt+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char getopt(); below. */ -#include + which can conflict with char getopt (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char getopt(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char getopt (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_getopt) || defined (__stub___getopt) choke me #else -getopt(); +char (*f) () = getopt; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_getopt=yes" +int +main () +{ +return f != getopt; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_getopt=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_getopt=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_getopt" >&5 +echo "${ECHO_T}$ac_cv_func_getopt" >&6 + +if test $ac_cv_func_getopt = yes; then + +for ac_header in getopt.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_getopt=no" -fi -rm -f conftest* + eval "$as_ac_Header=$ac_header_preproc" fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -if eval "test \"`echo '$ac_cv_func_'getopt`\" = yes"; then - echo "$ac_t""yes" 1>&6 - : -else - echo "$ac_t""no" 1>&6 fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF -if test $ac_cv_func_getopt = yes; then - for ac_hdr in getopt.h -do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4030: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 fi + done fi mutt_cv_snprintf=no SNPRINTFOBJS="" + for ac_func in snprintf do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4073: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -mutt_cv_snprintf=yes +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + mutt_cv_snprintf=yes fi done + for ac_func in vsnprintf do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4129: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -mutt_cv_snprintf=yes +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + mutt_cv_snprintf=yes fi done if test $mutt_cv_snprintf = yes; then - LIBOBJS="$LIBOBJS snprintf.o" + LIBOBJS="$LIBOBJS snprintf.$ac_objext" fi + for ac_func in ftruncate do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4189: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -echo $ac_n "checking for chsize in -lx""... $ac_c" 1>&6 -echo "configure:4239: checking for chsize in -lx" >&5 -ac_lib_var=`echo x'_'chsize | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + +echo "$as_me:$LINENO: checking for chsize in -lx" >&5 +echo $ECHO_N "checking for chsize in -lx... $ECHO_C" >&6 +if test "${ac_cv_lib_x_chsize+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS LIBS="-lx $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char chsize(); - -int main() { -chsize() -; return 0; } -EOF -if { (eval echo configure:4258: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo x | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_x_chsize=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_x_chsize=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_x_chsize" >&5 +echo "${ECHO_T}$ac_cv_lib_x_chsize" >&6 +if test $ac_cv_lib_x_chsize = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBX 1 +_ACEOF LIBS="-lx $LIBS" -else - echo "$ac_t""no" 1>&6 fi fi done + for ac_func in strftime do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4292: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6 -echo "configure:4342: checking for strftime in -lintl" >&5 -ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - ac_save_LIBS="$LIBS" +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + +echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 +if test "${ac_cv_lib_intl_strftime+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char strftime(); - -int main() { -strftime() -; return 0; } -EOF -if { (eval echo configure:4361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_intl_strftime=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_intl_strftime=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 +if test $ac_cv_lib_intl_strftime = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBINTL 1 +_ACEOF LIBS="-lintl $LIBS" -else - echo "$ac_t""no" 1>&6 fi fi done + for ac_func in fchdir do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4395: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 -mutt_cv_fchdir=no +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +else + mutt_cv_fchdir=no fi done + # Check whether --with-regex or --without-regex was given. if test "${with_regex+set}" = set; then withval="$with_regex" mutt_cv_regex=yes else - for ac_func in regcomp + +for ac_func in regcomp do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4457: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4485: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF mutt_cv_regex=no else - echo "$ac_t""no" 1>&6 -mutt_cv_regex=yes + mutt_cv_regex=yes fi done -fi - +fi; if test $mutt_cv_regex = no ; then -echo $ac_n "checking whether your system's regexp library is completely broken""... $ac_c" 1>&6 -echo "configure:4515: checking whether your system's regexp library is completely broken" >&5 -if eval "test \"`echo '$''{'mutt_cv_regex_broken'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking whether your system's regexp library is completely broken" >&5 +echo $ECHO_N "checking whether your system's regexp library is completely broken... $ECHO_C" >&6 +if test "${mutt_cv_regex_broken+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then mutt_cv_regex_broken=yes else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include main() { regex_t blah ; regmatch_t p; p.rm_eo = p.rm_eo; return regcomp(&blah, "foo.*bar", REG_NOSUB) || regexec (&blah, "foobar", 0, NULL, 0); } -EOF -if { (eval echo configure:4530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_regex_broken=no else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_regex_broken=yes + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_regex_broken=yes fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi - -echo "$ac_t""$mutt_cv_regex_broken" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_regex_broken" >&5 +echo "${ECHO_T}$mutt_cv_regex_broken" >&6 if test $mutt_cv_regex_broken = yes ; then echo "Using the included GNU regex instead." >&6 mutt_cv_regex=yes @@ -4548,47 +9326,52 @@ echo "$ac_t""$mutt_cv_regex_broken" 1>&6 fi if test $mutt_cv_regex = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_GNU_REGEX 1 -EOF +_ACEOF - LIBOBJS="$LIBOBJS regex.o" + LIBOBJS="$LIBOBJS regex.$ac_objext" fi + # Check whether --with-homespool or --without-homespool was given. if test "${with_homespool+set}" = set; then withval="$with_homespool" with_homespool=${withval} -fi - +fi; if test x$with_homespool != x; then if test $with_homespool = yes; then with_homespool=mailbox fi - cat >> confdefs.h <>confdefs.h <<_ACEOF #define MAILPATH "$with_homespool" -EOF +_ACEOF + - cat >> confdefs.h <<\EOF +cat >>confdefs.h <<\_ACEOF #define HOMESPOOL 1 -EOF +_ACEOF - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_DOTLOCK 1 -EOF +_ACEOF mutt_cv_setgid=no else - # Check whether --with-mailpath or --without-mailpath was given. + +# Check whether --with-mailpath or --without-mailpath was given. if test "${with_mailpath+set}" = set; then withval="$with_mailpath" mutt_cv_mailpath=$withval else - echo $ac_n "checking where new mail is stored""... $ac_c" 1>&6 -echo "configure:4590: checking where new mail is stored" >&5 -if eval "test \"`echo '$''{'mutt_cv_mailpath'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking where new mail is stored" >&5 +echo $ECHO_N "checking where new mail is stored... $ECHO_C" >&6 +if test "${mutt_cv_mailpath+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else mutt_cv_mailpath=no if test -d /var/mail; then @@ -4601,30 +9384,36 @@ else mutt_cv_mailpath=/usr/mail fi fi +echo "$as_me:$LINENO: result: $mutt_cv_mailpath" >&5 +echo "${ECHO_T}$mutt_cv_mailpath" >&6 -echo "$ac_t""$mutt_cv_mailpath" 1>&6 - -fi - +fi; if test "$mutt_cv_mailpath" = no; then - { echo "configure: error: "Could not determine where new mail is stored."" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: \"Could not determine where new mail is stored.\"" >&5 +echo "$as_me: error: \"Could not determine where new mail is stored.\"" >&2;} + { (exit 1); exit 1; }; } fi - cat >> confdefs.h <>confdefs.h <<_ACEOF #define MAILPATH "$mutt_cv_mailpath" -EOF +_ACEOF - echo $ac_n "checking if $mutt_cv_mailpath is world writable""... $ac_c" 1>&6 -echo "configure:4619: checking if $mutt_cv_mailpath is world writable" >&5 -if eval "test \"`echo '$''{'mutt_cv_worldwrite'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is world writable" >&5 +echo $ECHO_N "checking if $mutt_cv_mailpath is world writable... $ECHO_C" >&6 +if test "${mutt_cv_worldwrite+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then mutt_cv_worldwrite=no else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -4636,42 +9425,57 @@ int main (int argc, char **argv) if (s.st_mode & S_IWOTH) exit (0); exit (1); } -EOF -if { (eval echo configure:4641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_worldwrite=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_worldwrite=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_worldwrite=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi - -echo "$ac_t""$mutt_cv_worldwrite" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_worldwrite" >&5 +echo "${ECHO_T}$mutt_cv_worldwrite" >&6 mutt_cv_setgid=no if test $mutt_cv_worldwrite = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_DOTLOCK 1 -EOF +_ACEOF else - echo $ac_n "checking if $mutt_cv_mailpath is group writable""... $ac_c" 1>&6 -echo "configure:4666: checking if $mutt_cv_mailpath is group writable" >&5 -if eval "test \"`echo '$''{'mutt_cv_groupwrite'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking if $mutt_cv_mailpath is group writable" >&5 +echo $ECHO_N "checking if $mutt_cv_mailpath is group writable... $ECHO_C" >&6 +if test "${mutt_cv_groupwrite+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then mutt_cv_groupwrite=no else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -4683,31 +9487,43 @@ int main (int argc, char **argv) if (s.st_mode & S_IWGRP) exit (0); exit (1); } -EOF -if { (eval echo configure:4688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_groupwrite=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_groupwrite=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_groupwrite=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi - -echo "$ac_t""$mutt_cv_groupwrite" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_groupwrite" >&5 +echo "${ECHO_T}$mutt_cv_groupwrite" >&6 if test $mutt_cv_groupwrite = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_DOTLOCK 1 -EOF +_ACEOF + - cat >> confdefs.h <<\EOF +cat >>confdefs.h <<\_ACEOF #define USE_SETGID 1 -EOF +_ACEOF mutt_cv_setgid=yes fi @@ -4718,15 +9534,15 @@ fi if test "${enable_external_dotlock+set}" = set; then enableval="$enable_external_dotlock" mutt_cv_external_dotlock="$enableval" -fi - +fi; if test "x$mutt_cv_setgid" = "xyes" || test "x$mutt_cv_fchdir" = "xno" \ || test "x$mutt_cv_external_dotlock" = "xyes" then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define DL_STANDALONE 1 -EOF +_ACEOF DOTLOCK_TARGET="muttng_dotlock" else @@ -4736,17 +9552,18 @@ fi -echo $ac_n "checking where to put the documentation""... $ac_c" 1>&6 -echo "configure:4741: checking where to put the documentation" >&5 +echo "$as_me:$LINENO: checking where to put the documentation" >&5 +echo $ECHO_N "checking where to put the documentation... $ECHO_C" >&6 + # Check whether --with-docdir or --without-docdir was given. if test "${with_docdir+set}" = set; then withval="$with_docdir" mutt_cv_docdir=$withval else mutt_cv_docdir="$mutt_cv_prefix/doc/muttng" -fi - -echo "$ac_t""$mutt_cv_docdir" 1>&6 +fi; +echo "$as_me:$LINENO: result: $mutt_cv_docdir" >&5 +echo "${ECHO_T}$mutt_cv_docdir" >&6 docdir=$mutt_cv_docdir @@ -4761,17 +9578,18 @@ fi + # Check whether --with-domain or --without-domain was given. if test "${with_domain+set}" = set; then withval="$with_domain" if test $withval != yes; then - cat >> confdefs.h <>confdefs.h <<_ACEOF #define DOMAIN "$withval" -EOF +_ACEOF fi -fi - +fi; need_socket="no" @@ -4780,9 +9598,10 @@ need_socket="no" if test "${enable_pop+set}" = set; then enableval="$enable_pop" if test x$enableval = xyes ; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_POP 1 -EOF +_ACEOF MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pop.o pop_lib.o pop_auth.o" need_socket="yes" @@ -4790,16 +9609,16 @@ EOF need_md5="yes" fi -fi - +fi; # Check whether --enable-imap or --disable-imap was given. if test "${enable_imap+set}" = set; then enableval="$enable_imap" if test x$enableval = xyes ; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_IMAP 1 -EOF +_ACEOF LIBIMAP="-Limap -limap" LIBIMAPDEPS="\$(top_srcdir)/imap/imap.h imap/libimap.a" @@ -4808,8 +9627,7 @@ EOF need_md5="yes" fi -fi - +fi; if test x$need_imap = xyes; then @@ -4820,311 +9638,439 @@ else BUILD_IMAP_FALSE= fi + # Check whether --enable-nntp or --disable-nntp was given. if test "${enable_nntp+set}" = set; then enableval="$enable_nntp" if test x$enableval = xyes ; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define USE_NNTP 1 -EOF +_ACEOF MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS nntp.o newsrc.o" need_socket="yes" fi -fi - +fi; if test "$need_socket" = "yes" then - echo $ac_n "checking for socklen_t""... $ac_c" 1>&6 -echo "configure:4843: checking for socklen_t" >&5 - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "socklen_t" >/dev/null 2>&1; then - rm -rf conftest* - echo "$ac_t""yes" 1>&6 + $EGREP "socklen_t" >/dev/null 2>&1; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 else - rm -rf conftest* - echo "$ac_t""no" 1>&6 - cat >> confdefs.h <<\EOF + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + +cat >>confdefs.h <<\_ACEOF #define socklen_t int -EOF +_ACEOF fi rm -f conftest* - echo $ac_n "checking for gethostent""... $ac_c" 1>&6 -echo "configure:4864: checking for gethostent" >&5 -if eval "test \"`echo '$''{'ac_cv_func_gethostent'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for gethostent... $ECHO_C" >&6 +if test "${ac_cv_func_gethostent+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char gethostent(); below. */ -#include + which can conflict with char gethostent (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char gethostent(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char gethostent (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_gethostent) || defined (__stub___gethostent) choke me #else -gethostent(); +char (*f) () = gethostent; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_gethostent=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_gethostent=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'gethostent`\" = yes"; then - echo "$ac_t""yes" 1>&6 +int +main () +{ +return f != gethostent; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_gethostent=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_gethostent=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_gethostent" >&5 +echo "${ECHO_T}$ac_cv_func_gethostent" >&6 +if test $ac_cv_func_gethostent = yes; then : else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for gethostent in -lnsl""... $ac_c" 1>&6 -echo "configure:4910: checking for gethostent in -lnsl" >&5 -ac_lib_var=`echo nsl'_'gethostent | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for gethostent in -lnsl" >&5 +echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6 +if test "${ac_cv_lib_nsl_gethostent+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char gethostent(); - -int main() { -gethostent() -; return 0; } -EOF -if { (eval echo configure:4929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_nsl_gethostent=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_nsl_gethostent=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostent" >&5 +echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6 +if test $ac_cv_lib_nsl_gethostent = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBNSL 1 +_ACEOF LIBS="-lnsl $LIBS" -else - echo "$ac_t""no" 1>&6 fi fi - echo $ac_n "checking for setsockopt""... $ac_c" 1>&6 -echo "configure:4959: checking for setsockopt" >&5 -if eval "test \"`echo '$''{'ac_cv_func_setsockopt'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for setsockopt" >&5 +echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6 +if test "${ac_cv_func_setsockopt+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char setsockopt(); below. */ -#include + which can conflict with char setsockopt (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char setsockopt(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char setsockopt (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_setsockopt) || defined (__stub___setsockopt) choke me #else -setsockopt(); +char (*f) () = setsockopt; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:4987: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_setsockopt=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_setsockopt=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'setsockopt`\" = yes"; then - echo "$ac_t""yes" 1>&6 +int +main () +{ +return f != setsockopt; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_setsockopt=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_setsockopt=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 +echo "${ECHO_T}$ac_cv_func_setsockopt" >&6 +if test $ac_cv_func_setsockopt = yes; then : else - echo "$ac_t""no" 1>&6 -echo $ac_n "checking for setsockopt in -lsocket""... $ac_c" 1>&6 -echo "configure:5005: checking for setsockopt in -lsocket" >&5 -ac_lib_var=`echo socket'_'setsockopt | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for setsockopt in -lsocket" >&5 +echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6 +if test "${ac_cv_lib_socket_setsockopt+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char setsockopt(); - -int main() { -setsockopt() -; return 0; } -EOF -if { (eval echo configure:5024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/^a-zA-Z0-9_/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_socket_setsockopt=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_socket_setsockopt=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_socket_setsockopt" >&5 +echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6 +if test $ac_cv_lib_socket_setsockopt = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBSOCKET 1 +_ACEOF LIBS="-lsocket $LIBS" -else - echo "$ac_t""no" 1>&6 fi fi - for ac_func in getaddrinfo + +for ac_func in getaddrinfo do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5056: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:5084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SOCKET 1 -EOF +_ACEOF MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS account.o mutt_socket.o mutt_tunnel.o" fi + # Check whether --with-gss or --without-gss was given. if test "${with_gss+set}" = set; then withval="$with_gss" gss_prefix="$withval" else gss_prefix="no" -fi - +fi; if test "$gss_prefix" != "no" then if test "$need_imap" = "yes" then - + GSSAPI_PREFIX=$gss_prefix GSSAPI_IMPL="none" saved_CPPFLAGS="$CPPFLAGS" @@ -5138,38 +10084,42 @@ then fi # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:5143: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_KRB5CFGPATH'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_KRB5CFGPATH+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$KRB5CFGPATH" in - /*) + case $KRB5CFGPATH in + [\\/]* | ?:[\\/]*) ac_cv_path_KRB5CFGPATH="$KRB5CFGPATH" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_KRB5CFGPATH="$KRB5CFGPATH" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$krb5_path" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_KRB5CFGPATH="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $krb5_path +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_KRB5CFGPATH="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_KRB5CFGPATH" && ac_cv_path_KRB5CFGPATH="none" ;; esac fi -KRB5CFGPATH="$ac_cv_path_KRB5CFGPATH" +KRB5CFGPATH=$ac_cv_path_KRB5CFGPATH + if test -n "$KRB5CFGPATH"; then - echo "$ac_t""$KRB5CFGPATH" 1>&6 + echo "$as_me:$LINENO: result: $KRB5CFGPATH" >&5 +echo "${ECHO_T}$KRB5CFGPATH" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi if test "$KRB5CFGPATH" != "none" @@ -5190,141 +10140,195 @@ fi LDFLAGS="$LDFLAGS $GSSAPI_LDFLAGS" fi - echo $ac_n "checking for gss_init_sec_context in -lgssapi_krb5""... $ac_c" 1>&6 -echo "configure:5195: checking for gss_init_sec_context in -lgssapi_krb5" >&5 -ac_lib_var=`echo gssapi_krb5'_'gss_init_sec_context | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi_krb5" >&5 +echo $ECHO_N "checking for gss_init_sec_context in -lgssapi_krb5... $ECHO_C" >&6 +if test "${ac_cv_lib_gssapi_krb5_gss_init_sec_context+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char gss_init_sec_context(); - -int main() { -gss_init_sec_context() -; return 0; } -EOF -if { (eval echo configure:5214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" + builtin and then its argument prototype would still apply. */ +char gss_init_sec_context (); +int +main () +{ +gss_init_sec_context (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_gssapi_krb5_gss_init_sec_context=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_gssapi_krb5_gss_init_sec_context=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&5 +echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_gss_init_sec_context" >&6 +if test $ac_cv_lib_gssapi_krb5_gss_init_sec_context = yes; then -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - GSSAPI_IMPL="MIT", GSSAPI_LIBS="$GSSAPI_LDFLAGS -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err" - -else - echo "$ac_t""no" 1>&6 + fi if test "$GSSAPI_IMPL" = "none" then - echo $ac_n "checking for gss_init_sec_context in -lgssapi""... $ac_c" 1>&6 -echo "configure:5241: checking for gss_init_sec_context in -lgssapi" >&5 -ac_lib_var=`echo gssapi'_'gss_init_sec_context | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for gss_init_sec_context in -lgssapi" >&5 +echo $ECHO_N "checking for gss_init_sec_context in -lgssapi... $ECHO_C" >&6 +if test "${ac_cv_lib_gssapi_gss_init_sec_context+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lgssapi -lkrb5 -ldes -lasn1 -lroken -lcrypt -lcom_err $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char gss_init_sec_context(); - -int main() { -gss_init_sec_context() -; return 0; } -EOF -if { (eval echo configure:5260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" + builtin and then its argument prototype would still apply. */ +char gss_init_sec_context (); +int +main () +{ +gss_init_sec_context (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_gssapi_gss_init_sec_context=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_gssapi_gss_init_sec_context=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_gss_init_sec_context" >&5 +echo "${ECHO_T}$ac_cv_lib_gssapi_gss_init_sec_context" >&6 +if test $ac_cv_lib_gssapi_gss_init_sec_context = yes; then -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - GSSAPI_IMPL="Heimdal" GSSAPI_LIBS="$GSSAPI_LDFLAGS -lgssapi -lkrb5 -ldes -lasn1 -lroken" GSSAPI_LIBS="$GSSAPI_LIBS -lcrypt -lcom_err" - -else - echo "$ac_t""no" 1>&6 + fi fi if test "$GSSAPI_IMPL" = "none" then - echo $ac_n "checking for g_order_init in -lgssapi_krb5""... $ac_c" 1>&6 -echo "configure:5289: checking for g_order_init in -lgssapi_krb5" >&5 -ac_lib_var=`echo gssapi_krb5'_'g_order_init | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for g_order_init in -lgssapi_krb5" >&5 +echo $ECHO_N "checking for g_order_init in -lgssapi_krb5... $ECHO_C" >&6 +if test "${ac_cv_lib_gssapi_krb5_g_order_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lgssapi_krb5 -lkrb5 -lcrypto -lcom_err $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char g_order_init(); - -int main() { -g_order_init() -; return 0; } -EOF -if { (eval echo configure:5308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" + builtin and then its argument prototype would still apply. */ +char g_order_init (); +int +main () +{ +g_order_init (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_gssapi_krb5_g_order_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_gssapi_krb5_g_order_init=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_gssapi_krb5_g_order_init" >&5 +echo "${ECHO_T}$ac_cv_lib_gssapi_krb5_g_order_init" >&6 +if test $ac_cv_lib_gssapi_krb5_g_order_init = yes; then -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - GSSAPI_IMPL="OldMIT", GSSAPI_LIBS="$GSSAPI_LDFLAGS -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" - -else - echo "$ac_t""no" 1>&6 + fi fi @@ -5334,76 +10338,88 @@ fi LDFLAGS="$saved_LDFLAGS" LIBS="$saved_LIBS" - echo $ac_n "checking GSSAPI implementation""... $ac_c" 1>&6 -echo "configure:5339: checking GSSAPI implementation" >&5 - echo "$ac_t""$GSSAPI_IMPL" 1>&6 + echo "$as_me:$LINENO: checking GSSAPI implementation" >&5 +echo $ECHO_N "checking GSSAPI implementation... $ECHO_C" >&6 + echo "$as_me:$LINENO: result: $GSSAPI_IMPL" >&5 +echo "${ECHO_T}$GSSAPI_IMPL" >&6 if test "$GSSAPI_IMPL" = "none" then - cat > confcache <<\EOF + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure -# scripts and configure runs. It is not useful on other systems. -# If it contains results you don't want to keep, you may remove or edit it. +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. # -# By default, configure uses ./config.cache as the cache file, -# creating it if it does not exist already. You can give configure -# the --cache-file=FILE option to use a different cache file; that is -# what configure does when it calls configure scripts in -# subdirectories, so they share the cache. -# Giving --cache-file=/dev/null disables caching, for debugging configure. -# config.status only pays attention to the cache file if you give it the -# --recheck option to rerun configure. +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. # -EOF +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. -(set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote substitution - # turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - -e "s/'/'\\\\''/g" \ - -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" - ;; - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' - ;; - esac >> confcache -if cmp -s $cache_file confcache; then - : -else +{ + (set) 2>&1 | + case `(ac_space=' '; set | grep ac_space) 2>&1` in + *ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} | + sed ' + t clear + : clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + : end' >>confcache +if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then - echo "updating cache $cache_file" - cat confcache > $cache_file + test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" + cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache - - echo "$ac_t""GSSAPI libraries not found" 1>&6 + echo "$as_me:$LINENO: result: GSSAPI libraries not found" >&5 +echo "${ECHO_T}GSSAPI libraries not found" >&6 fi if test "$GSSAPI_IMPL" = "Heimdal" then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_HEIMDAL 1 -EOF +_ACEOF fi CPPFLAGS="$CPPFLAGS $GSSAPI_CFLAGS" MUTTLIBS="$MUTTLIBS $GSSAPI_LIBS" - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_GSS 1 -EOF +_ACEOF need_gss="yes" else - echo "configure: warning: GSS was requested but IMAP is not enabled" 1>&2 + { echo "$as_me:$LINENO: WARNING: GSS was requested but IMAP is not enabled" >&5 +echo "$as_me: WARNING: GSS was requested but IMAP is not enabled" >&2;} fi fi @@ -5417,13 +10433,17 @@ else fi + + # Check whether --with-ssl or --without-ssl was given. if test "${with_ssl+set}" = set; then withval="$with_ssl" if test "$with_ssl" != "no" then if test "$need_socket" != "yes"; then - { echo "configure: error: SSL support is only useful with POP or IMAP support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: SSL support is only useful with POP or IMAP support" >&5 +echo "$as_me: error: SSL support is only useful with POP or IMAP support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_ssl" != "yes" @@ -5433,162 +10453,233 @@ if test "${with_ssl+set}" = set; then fi saved_LIBS="$LIBS" - echo $ac_n "checking for X509_new in -lcrypto""... $ac_c" 1>&6 -echo "configure:5438: checking for X509_new in -lcrypto" >&5 -ac_lib_var=`echo crypto'_'X509_new | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for X509_new in -lcrypto" >&5 +echo $ECHO_N "checking for X509_new in -lcrypto... $ECHO_C" >&6 +if test "${ac_cv_lib_crypto_X509_new+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypto $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char X509_new(); - -int main() { -X509_new() -; return 0; } -EOF -if { (eval echo configure:5457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_crypto_X509_new=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_crypto_X509_new=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_X509_new" >&5 +echo "${ECHO_T}$ac_cv_lib_crypto_X509_new" >&6 +if test $ac_cv_lib_crypto_X509_new = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBCRYPTO 1 +_ACEOF LIBS="-lcrypto $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: Unable to find SSL library" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Unable to find SSL library" >&5 +echo "$as_me: error: Unable to find SSL library" >&2;} + { (exit 1); exit 1; }; } fi - echo $ac_n "checking for SSL_new in -lssl""... $ac_c" 1>&6 -echo "configure:5486: checking for SSL_new in -lssl" >&5 -ac_lib_var=`echo ssl'_'SSL_new | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for SSL_new in -lssl" >&5 +echo $ECHO_N "checking for SSL_new in -lssl... $ECHO_C" >&6 +if test "${ac_cv_lib_ssl_SSL_new+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lssl -lcrypto $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char SSL_new(); - -int main() { -SSL_new() -; return 0; } -EOF -if { (eval echo configure:5505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo ssl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_ssl_SSL_new=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_ssl_SSL_new=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5 +echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6 +if test $ac_cv_lib_ssl_SSL_new = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBSSL 1 +_ACEOF LIBS="-lssl $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: Unable to find SSL library" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Unable to find SSL library" >&5 +echo "$as_me: error: Unable to find SSL library" >&2;} + { (exit 1); exit 1; }; } fi - for ac_func in RAND_status RAND_egd + + +for ac_func in RAND_status RAND_egd do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5537: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:5565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SSL 1 -EOF +_ACEOF LIBS="$saved_LIBS" MUTTLIBS="$MUTTLIBS -lssl -lcrypto" @@ -5597,8 +10688,7 @@ EOF fi -fi - +fi; if test x$need_ssl = xyes; then @@ -5609,17 +10699,23 @@ else USE_SSL_FALSE= fi + + # Check whether --with-gnutls or --without-gnutls was given. if test "${with_gnutls+set}" = set; then withval="$with_gnutls" if test "$need_ssl" = "yes" then - { echo "configure: error: In order to compile in GNU TLS support, you must first disable SSL support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: In order to compile in GNU TLS support, you must first disable SSL support" >&5 +echo "$as_me: error: In order to compile in GNU TLS support, you must first disable SSL support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_gnutls" != "no" then if test "$need_socket" != "yes"; then - { echo "configure: error: GNU TLS support is only useful with POP or IMAP support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: GNU TLS support is only useful with POP or IMAP support" >&5 +echo "$as_me: error: GNU TLS support is only useful with POP or IMAP support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_gnutls" != "yes" then @@ -5628,58 +10724,79 @@ if test "${with_gnutls+set}" = set; then fi #saved_LIBS="$LIBS" - echo $ac_n "checking for gnutls_init in -lgnutls""... $ac_c" 1>&6 -echo "configure:5633: checking for gnutls_init in -lgnutls" >&5 -ac_lib_var=`echo gnutls'_'gnutls_init | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for gnutls_init in -lgnutls" >&5 +echo $ECHO_N "checking for gnutls_init in -lgnutls... $ECHO_C" >&6 +if test "${ac_cv_lib_gnutls_gnutls_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lgnutls $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char gnutls_init(); - -int main() { -gnutls_init() -; return 0; } -EOF -if { (eval echo configure:5652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo gnutls | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_gnutls_gnutls_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_gnutls_gnutls_init=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_gnutls_gnutls_init" >&5 +echo "${ECHO_T}$ac_cv_lib_gnutls_gnutls_init" >&6 +if test $ac_cv_lib_gnutls_gnutls_init = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBGNUTLS 1 +_ACEOF LIBS="-lgnutls $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: Unable to find GNU TLS library" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Unable to find GNU TLS library" >&5 +echo "$as_me: error: Unable to find GNU TLS library" >&2;} + { (exit 1); exit 1; }; } fi - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_GNUTLS 1 -EOF +_ACEOF #LIBS="$saved_LIBS" #MUTTLIBS="$MUTTLIBS -lgnutls" @@ -5687,8 +10804,7 @@ EOF need_gnutls=yes fi -fi - +fi; if test x$need_gnutls = xyes; then @@ -5699,13 +10815,17 @@ else USE_GNUTLS_FALSE= fi + + # Check whether --with-nss or --without-nss was given. if test "${with_nss+set}" = set; then withval="$with_nss" if test "$with_nss" != no then if test "$need_socket" != "yes"; then - { echo "configure: error: SSL support is only useful with POP or IMAP support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: SSL support is only useful with POP or IMAP support" >&5 +echo "$as_me: error: SSL support is only useful with POP or IMAP support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_nss" != "yes" @@ -5714,9 +10834,10 @@ if test "${with_nss+set}" = set; then CPPFLAGS="$CPPFLAGS -I$withval/include -I$withval/public/security" fi - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_NSS 1 -EOF +_ACEOF MUTTLIBS="$MUTTLIBS -lssl -lnss -lcertdb -lcerthi -lcryptohi" MUTTLIBS="$MUTTLIBS -lpk11wrap -lsoftoken -lsecutil -ldbm -lplds4 -lplc4 -lfreebl" @@ -5726,16 +10847,18 @@ EOF need_ssl=yes fi -fi +fi; # Check whether --with-sasl or --without-sasl was given. if test "${with_sasl+set}" = set; then withval="$with_sasl" - + if test "$with_sasl" != "no" -a "$need_imap" != "yes" -a "$need_pop" != "yes" then - { echo "configure: error: SASL support is only useful with POP or IMAP support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: SASL support is only useful with POP or IMAP support" >&5 +echo "$as_me: error: SASL support is only useful with POP or IMAP support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_sasl" != "no" @@ -5748,67 +10871,87 @@ if test "${with_sasl+set}" = set; then saved_LIBS="$LIBS" - echo $ac_n "checking for sasl_client_init in -lsasl""... $ac_c" 1>&6 -echo "configure:5753: checking for sasl_client_init in -lsasl" >&5 -ac_lib_var=`echo sasl'_'sasl_client_init | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl" >&5 +echo $ECHO_N "checking for sasl_client_init in -lsasl... $ECHO_C" >&6 +if test "${ac_cv_lib_sasl_sasl_client_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lsasl $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char sasl_client_init(); - -int main() { -sasl_client_init() -; return 0; } -EOF -if { (eval echo configure:5772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo sasl | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_sasl_sasl_client_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_sasl_sasl_client_init=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_sasl_sasl_client_init" >&5 +echo "${ECHO_T}$ac_cv_lib_sasl_sasl_client_init" >&6 +if test $ac_cv_lib_sasl_sasl_client_init = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBSASL 1 +_ACEOF LIBS="-lsasl $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: could not find libsasl" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: could not find libsasl" >&5 +echo "$as_me: error: could not find libsasl" >&2;} + { (exit 1); exit 1; }; } fi MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS mutt_sasl.o" MUTTLIBS="$MUTTLIBS -lsasl" LIBS="$saved_LIBS" - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SASL 1 -EOF +_ACEOF need_sasl=yes fi - -fi +fi; if test x$need_sasl = xyes; then @@ -5819,13 +10962,17 @@ else USE_SASL_FALSE= fi + + # Check whether --with-sasl2 or --without-sasl2 was given. if test "${with_sasl2+set}" = set; then withval="$with_sasl2" - + if test "$with_sasl2" != "no" -a "$need_imap" != "yes" -a "$need_pop" != "yes" then - { echo "configure: error: SASL2 support is only useful with POP or IMAP support" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: SASL2 support is only useful with POP or IMAP support" >&5 +echo "$as_me: error: SASL2 support is only useful with POP or IMAP support" >&2;} + { (exit 1); exit 1; }; } fi if test "$with_sasl2" != "no" @@ -5838,71 +10985,92 @@ if test "${with_sasl2+set}" = set; then saved_LIBS="$LIBS" - echo $ac_n "checking for sasl_client_init in -lsasl2""... $ac_c" 1>&6 -echo "configure:5843: checking for sasl_client_init in -lsasl2" >&5 -ac_lib_var=`echo sasl2'_'sasl_client_init | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for sasl_client_init in -lsasl2" >&5 +echo $ECHO_N "checking for sasl_client_init in -lsasl2... $ECHO_C" >&6 +if test "${ac_cv_lib_sasl2_sasl_client_init+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lsasl2 $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char sasl_client_init(); - -int main() { -sasl_client_init() -; return 0; } -EOF -if { (eval echo configure:5862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo sasl2 | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_sasl2_sasl_client_init=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_sasl2_sasl_client_init=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_sasl2_sasl_client_init" >&5 +echo "${ECHO_T}$ac_cv_lib_sasl2_sasl_client_init" >&6 +if test $ac_cv_lib_sasl2_sasl_client_init = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBSASL2 1 +_ACEOF LIBS="-lsasl2 $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: could not find libsasl2" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: could not find libsasl2" >&5 +echo "$as_me: error: could not find libsasl2" >&2;} + { (exit 1); exit 1; }; } fi MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS mutt_sasl.o" MUTTLIBS="$MUTTLIBS -lsasl2" LIBS="$saved_LIBS" - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SASL 1 -EOF +_ACEOF - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_SASL2 1 -EOF +_ACEOF need_sasl=yes fi - -fi +fi; if test x$need_sasl = xyes; then @@ -5913,231 +11081,339 @@ else USE_SASL_FALSE= fi + + # Check whether --with-idn or --without-idn was given. if test "${with_idn+set}" = set; then withval="$with_idn" - + if test "$with_idn" != "no" ; then if test "$with_idn" != "yes" ; then CPPFLAGS="$CPPFLAGS -I$with_idn/include" LDFLAGS="$LDFLAGS -L$with_idn/lib" fi fi - -fi +fi; if test "x$with_idn" != "xno"; then - echo $ac_n "checking for stringprep_check_version in -lidn""... $ac_c" 1>&6 -echo "configure:5934: checking for stringprep_check_version in -lidn" >&5 -ac_lib_var=`echo idn'_'stringprep_check_version | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for stringprep_check_version in -lidn" >&5 +echo $ECHO_N "checking for stringprep_check_version in -lidn... $ECHO_C" >&6 +if test "${ac_cv_lib_idn_stringprep_check_version+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lidn $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char stringprep_check_version(); - -int main() { -stringprep_check_version() -; return 0; } -EOF -if { (eval echo configure:5953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo idn | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_idn_stringprep_check_version=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_idn_stringprep_check_version=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_idn_stringprep_check_version" >&5 +echo "${ECHO_T}$ac_cv_lib_idn_stringprep_check_version" >&6 +if test $ac_cv_lib_idn_stringprep_check_version = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBIDN 1 +_ACEOF LIBS="-lidn $LIBS" -else - echo "$ac_t""no" 1>&6 fi - for ac_func in idna_to_unicode_utf8_from_utf8 idna_to_unicode_8z8z + + +for ac_func in idna_to_unicode_utf8_from_utf8 idna_to_unicode_8z8z do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5983: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:6011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done - for ac_func in idna_to_ascii_from_utf8 idna_to_ascii_8z + + +for ac_func in idna_to_ascii_from_utf8 idna_to_ascii_8z do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6038: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:6066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done - for ac_func in idna_to_ascii_lz idna_to_ascii_from_locale + + +for ac_func in idna_to_ascii_lz idna_to_ascii_from_locale do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6093: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:6121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done @@ -6148,39 +11424,39 @@ fi if test "${enable_debug+set}" = set; then enableval="$enable_debug" if test x$enableval = xyes ; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define DEBUG 1 -EOF +_ACEOF fi - -fi +fi; # Check whether --enable-flock or --disable-flock was given. if test "${enable_flock+set}" = set; then enableval="$enable_flock" if test $enableval = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_FLOCK 1 -EOF +_ACEOF fi -fi - +fi; mutt_cv_fcntl=yes # Check whether --enable-fcntl or --disable-fcntl was given. if test "${enable_fcntl+set}" = set; then enableval="$enable_fcntl" if test $enableval = no; then mutt_cv_fcntl=no; fi -fi - +fi; if test $mutt_cv_fcntl = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_FCNTL 1 -EOF +_ACEOF fi @@ -6189,13 +11465,13 @@ mutt_cv_inodesort=yes if test "${enable_inodesort+set}" = set; then enableval="$enable_inodesort" if test $enableval = no ; then mutt_cv_inodesort=no; fi -fi - +fi; if test $mutt_cv_inodesort = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_INODESORT 1 -EOF +_ACEOF fi @@ -6206,8 +11482,7 @@ if test "${enable_warnings+set}" = set; then if test $enableval = no; then mutt_cv_warnings=no fi -fi - +fi; if test x$GCC = xyes -a $mutt_cv_warnings = yes; then CFLAGS="-Wall -pedantic $CFLAGS" @@ -6217,104 +11492,105 @@ fi if test "${enable_nfs_fix+set}" = set; then enableval="$enable_nfs_fix" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define NFS_ATTRIBUTE_HACK 1 -EOF +_ACEOF fi -fi - +fi; # Check whether --enable-buffy-size or --disable-buffy-size was given. if test "${enable_buffy_size+set}" = set; then enableval="$enable_buffy_size" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define BUFFY_SIZE 1 -EOF +_ACEOF fi -fi - +fi; # Check whether --enable-mailtool or --disable-mailtool was given. if test "${enable_mailtool+set}" = set; then enableval="$enable_mailtool" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define SUN_ATTACHMENT 1 -EOF +_ACEOF fi -fi - +fi; # Check whether --enable-compressed or --disable-compressed was given. if test "${enable_compressed+set}" = set; then enableval="$enable_compressed" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define USE_COMPRESSED 1 -EOF +_ACEOF fi -fi - +fi; # Check whether --enable-locales-fix or --disable-locales-fix was given. if test "${enable_locales_fix+set}" = set; then enableval="$enable_locales_fix" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define LOCALES_HACK 1 -EOF +_ACEOF fi -fi +fi; # Check whether --with-exec-shell or --without-exec-shell was given. if test "${with_exec_shell+set}" = set; then withval="$with_exec_shell" if test $withval != yes; then - cat >> confdefs.h <>confdefs.h <<_ACEOF #define EXECSHELL "$withval" -EOF +_ACEOF else - cat >> confdefs.h <>confdefs.h <<_ACEOF #define EXECSHELL "/bin/sh" -EOF +_ACEOF fi else - cat >> confdefs.h <>confdefs.h <<_ACEOF #define EXECSHELL "/bin/sh" -EOF - -fi +_ACEOF +fi; # Check whether --enable-exact-address or --disable-exact-address was given. if test "${enable_exact_address+set}" = set; then enableval="$enable_exact_address" if test $enableval = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define EXACT_ADDRESS 1 -EOF +_ACEOF fi -fi - +fi; # Check whether --enable-hcache or --disable-hcache was given. if test "${enable_hcache+set}" = set; then enableval="$enable_hcache" if test x$enableval = xyes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_HCACHE 1 -EOF +_ACEOF OLDCPPFLAGS="$CPPFLAGS" @@ -6322,51 +11598,70 @@ EOF need_md5="yes" ac_prefer_gdbm=yes - # Check whether --with-gdbm or --without-gdbm was given. + +# Check whether --with-gdbm or --without-gdbm was given. if test "${with_gdbm+set}" = set; then withval="$with_gdbm" ac_prefer_gdbm=$withval -fi - +fi; if test x$ac_prefer_gdbm != xno; then CPPFLAGS="$OLDCPPFLAGS" LIBS="$OLDLIBS -lgdbm"; - echo $ac_n "checking for gdbm_open""... $ac_c" 1>&6 -echo "configure:6336: checking for gdbm_open" >&5 -if eval "test \"`echo '$''{'ac_cv_gdbmopen'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for gdbm_open" >&5 +echo $ECHO_N "checking for gdbm_open... $ECHO_C" >&6 +if test "${ac_cv_gdbmopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - + ac_cv_gdbmopen=no - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { +int +main () +{ gdbm_open(0,0,0,0,0); -; return 0; } -EOF -if { (eval echo configure:6350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_gdbmopen=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 -fi -rm -f conftest* - + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$ac_t""$ac_cv_gdbmopen" 1>&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_gdbmopen" >&5 +echo "${ECHO_T}$ac_cv_gdbmopen" >&6 fi ac_bdb_prefix=yes - # Check whether --with-bdb or --without-bdb was given. + +# Check whether --with-bdb or --without-bdb was given. if test "${with_bdb+set}" = set; then withval="$with_bdb" ac_bdb_prefix=$withval -fi - +fi; if test x$ac_bdb_prefix != xno -a x$ac_cv_gdbmopen != xyes; then test x$ac_bdb_prefix = xyes && ac_bdb_prefix="$mutt_cv_prefix /opt/csw/bdb4 /opt /usr/local /usr" for d in $ac_bdb_prefix; do @@ -6376,8 +11671,8 @@ fi done done BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''" - echo $ac_n "checking for BerkeleyDB > 4.0""... $ac_c" 1>&6 -echo "configure:6381: checking for BerkeleyDB > 4.0" >&5 + echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5 +echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6 for d in $bdbpfx; do BDB_INCLUDE_DIR="" BDB_LIB_DIR="" @@ -6389,32 +11684,51 @@ echo "configure:6381: checking for BerkeleyDB > 4.0" >&5 for l in `echo $BDB_VERSIONS`; do CPPFLAGS="-I$BDB_INCLUDE_DIR $OLDCPPFLAGS" LIBS="$OLDLIBS -L$BDB_LIB_DIR -l$l" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include - -int main() { + +int +main () +{ DB *db = NULL; db->open(db,NULL,NULL,NULL,0,0,0); - -; return 0; } -EOF -if { (eval echo configure:6407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_dbcreate=yes BDB_LIB="$l" break - + else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext done test x$ac_dbcreate = xyes && break fi @@ -6423,32 +11737,37 @@ rm -f conftest* test x$BDB_LIB != x && break done if test x$ac_cv_dbcreate = xyes; then - echo "$ac_t""yes" 1>&6 + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi fi if test x$ac_cv_gdbmopen = xyes; then CPPFLAGS="$OLDCPPFLAGS" LIBS="$OLDLIBS -lgdbm"; - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_GDBM 1 -EOF +_ACEOF elif test x$ac_cv_dbcreate = xyes; then CPPFLAGS="-I$BDB_INCLUDE_DIR $OLDCPPFLAGS" LIBS="$OLDLIBS -L$BDB_LIB_DIR -l$BDB_LIB" - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_DB4 1 -EOF +_ACEOF else - { echo "configure: error: You need Sleepycat DB4 or GDBM for --enable-hcache" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: You need Sleepycat DB4 or GDBM for --enable-hcache" >&5 +echo "$as_me: error: You need Sleepycat DB4 or GDBM for --enable-hcache" >&2;} + { (exit 1); exit 1; }; } fi fi -fi - +fi; @@ -6463,119 +11782,188 @@ if test "${enable_iconv+set}" = set; then am_cv_func_iconv=no fi -fi - - -echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:6471: checking for off_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif -EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* +fi; + +echo "$as_me:$LINENO: checking for off_t" >&5 +echo $ECHO_N "checking for off_t... $ECHO_C" >&6 +if test "${ac_cv_type_off_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((off_t *) 0) + return 0; +if (sizeof (off_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_type_off_t=yes else - rm -rf conftest* - ac_cv_type_off_t=no -fi -rm -f conftest* + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 +ac_cv_type_off_t=no fi -echo "$ac_t""$ac_cv_type_off_t" 1>&6 -if test $ac_cv_type_off_t = no; then - cat >> confdefs.h <<\EOF +rm -f conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +echo "${ECHO_T}$ac_cv_type_off_t" >&6 +if test $ac_cv_type_off_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF #define off_t long -EOF +_ACEOF fi -echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:6504: checking for size_t" >&5 -if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6 +if test "${ac_cv_type_size_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext < -#if STDC_HEADERS -#include -#include -#endif -EOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then - rm -rf conftest* + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +if ((size_t *) 0) + return 0; +if (sizeof (size_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_type_size_t=yes else - rm -rf conftest* - ac_cv_type_size_t=no -fi -rm -f conftest* + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 +ac_cv_type_size_t=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$ac_t""$ac_cv_type_size_t" 1>&6 -if test $ac_cv_type_size_t = no; then - cat >> confdefs.h <<\EOF +echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6 +if test $ac_cv_type_size_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF #define size_t unsigned -EOF +_ACEOF fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:6539: checking for working alloca.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 +if test "${ac_cv_working_alloca_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { -char *p = alloca(2 * sizeof(int)); -; return 0; } -EOF -if { (eval echo configure:6551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - ac_cv_header_alloca_h=yes -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_header_alloca_h=no -fi -rm -f conftest* -fi - -echo "$ac_t""$ac_cv_header_alloca_h" 1>&6 -if test $ac_cv_header_alloca_h = yes; then - cat >> confdefs.h <<\EOF +int +main () +{ +char *p = (char *) alloca (2 * sizeof (int)); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_working_alloca_h=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_working_alloca_h=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 +if test $ac_cv_working_alloca_h = yes; then + +cat >>confdefs.h <<\_ACEOF #define HAVE_ALLOCA_H 1 -EOF +_ACEOF fi -echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:6572: checking for alloca" >&5 -if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for alloca" >&5 +echo $ECHO_N "checking for alloca... $ECHO_C" >&6 +if test "${ac_cv_func_alloca_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #ifdef __GNUC__ # define alloca __builtin_alloca #else @@ -6597,137 +11985,190 @@ char *alloca (); # endif #endif -int main() { -char *p = (char *) alloca(1); -; return 0; } -EOF -if { (eval echo configure:6605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* +int +main () +{ +char *p = (char *) alloca (1); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - ac_cv_func_alloca_works=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_alloca_works=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi +echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 -echo "$ac_t""$ac_cv_func_alloca_works" 1>&6 if test $ac_cv_func_alloca_works = yes; then - cat >> confdefs.h <<\EOF -#define HAVE_ALLOCA 1 -EOF -fi +cat >>confdefs.h <<\_ACEOF +#define HAVE_ALLOCA 1 +_ACEOF -if test $ac_cv_func_alloca_works = no; then +else # The SVR3 libPW and SVR4 libucb both contain incompatible functions - # that cause trouble. Some versions do not even contain alloca or - # contain a buggy version. If you still want to use their alloca, - # use ar to extract alloca.o from them instead of compiling alloca.c. - ALLOCA=alloca.${ac_objext} - cat >> confdefs.h <<\EOF +# that cause trouble. Some versions do not even contain alloca or +# contain a buggy version. If you still want to use their alloca, +# use ar to extract alloca.o from them instead of compiling alloca.c. + +ALLOCA=alloca.$ac_objext + +cat >>confdefs.h <<\_ACEOF #define C_ALLOCA 1 -EOF +_ACEOF -echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:6637: checking whether alloca needs Cray hooks" >&5 -if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 +if test "${ac_cv_os_cray+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #if defined(CRAY) && ! defined(CRAY2) webecray #else wenotbecray #endif -EOF +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "webecray" >/dev/null 2>&1; then - rm -rf conftest* + $EGREP "webecray" >/dev/null 2>&1; then ac_cv_os_cray=yes else - rm -rf conftest* ac_cv_os_cray=no fi rm -f conftest* fi - -echo "$ac_t""$ac_cv_os_cray" 1>&6 +echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then -for ac_func in _getb67 GETB67 getb67; do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6667: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:6695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi - -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + +cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func -EOF +_ACEOF - break -else - echo "$ac_t""no" 1>&6 + break fi -done + done fi -echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:6722: checking stack direction for C alloca" >&5 -if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 +if test "${ac_cv_c_stack_direction+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +int find_stack_direction () { static char *addr = 0; @@ -6740,138 +12181,291 @@ find_stack_direction () else return (&dummy > addr) ? 1 : -1; } + +int main () { - exit (find_stack_direction() < 0); + exit (find_stack_direction () < 0); } -EOF -if { (eval echo configure:6749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_c_stack_direction=-1 -fi -rm -fr conftest* + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_c_stack_direction=-1 +fi +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 + +cat >>confdefs.h <<_ACEOF +#define STACK_DIRECTION $ac_cv_c_stack_direction +_ACEOF + + +fi + + + +for ac_header in stdlib.h unistd.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi - -echo "$ac_t""$ac_cv_c_stack_direction" 1>&6 -cat >> confdefs.h <>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF fi -for ac_hdr in unistd.h -do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:6774: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:6784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 -fi done + for ac_func in getpagesize do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:6813: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:6841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done -echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:6866: checking for working mmap" >&5 -if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for working mmap" >&5 +echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 +if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +/* malloc might have been renamed as rpl_malloc. */ +#undef malloc /* Thanks to Mike Haertel and Jim Avera for this test. Here is a matrix of mmap possibilities: @@ -6885,34 +12479,34 @@ else back from the file, nor mmap's back from the file at a different address. (There have been systems where private was not correctly implemented like the infamous i386 svr4.0, and systems where the - VM page cache was not coherent with the filesystem buffer cache + VM page cache was not coherent with the file system buffer cache like early versions of FreeBSD and possibly contemporary NetBSD.) For shared mappings, we should conversely verify that changes get - propogated back to all the places they're supposed to be. + propagated back to all the places they're supposed to be. Grep wants private fixed already mapped. The main things grep needs to know about mmap are: * does it exist and is it safe to write into the mmap'd area * how to use it (BSD variants) */ -#include + #include #include -/* This mess was copied from the GNU getpagesize.h. */ -#ifndef HAVE_GETPAGESIZE -# ifdef HAVE_UNISTD_H -# include -# endif +#if !STDC_HEADERS && !HAVE_STDLIB_H +char *malloc (); +#endif +/* This mess was copied from the GNU getpagesize.h. */ +#if !HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# ifndef HAVE_SYS_PARAM_H +# if !HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# ifdef HAVE_SYS_PARAM_H +# if HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -6939,108 +12533,110 @@ else #endif /* no HAVE_GETPAGESIZE */ -#ifdef __cplusplus -extern "C" { void *malloc(unsigned); } -#else -char *malloc(); -#endif - int -main() -{ - char *data, *data2, *data3; - int i, pagesize; - int fd; - - pagesize = getpagesize(); - - /* - * First, make a file with some known garbage in it. - */ - data = malloc(pagesize); - if (!data) - exit(1); - for (i = 0; i < pagesize; ++i) - *(data + i) = rand(); - umask(0); - fd = creat("conftestmmap", 0600); - if (fd < 0) - exit(1); - if (write(fd, data, pagesize) != pagesize) - exit(1); - close(fd); - - /* - * Next, try to mmap the file at a fixed address which - * already has something else allocated at it. If we can, - * also make sure that we see the same garbage. - */ - fd = open("conftestmmap", O_RDWR); - if (fd < 0) - exit(1); - data2 = malloc(2 * pagesize); - if (!data2) - exit(1); - data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); - if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE, - MAP_PRIVATE | MAP_FIXED, fd, 0L)) - exit(1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data2 + i)) - exit(1); - - /* - * Finally, make sure that changes to the mapped area - * do not percolate back to the file as seen by read(). - * (This is a bug on some variants of i386 svr4.0.) - */ - for (i = 0; i < pagesize; ++i) - *(data2 + i) = *(data2 + i) + 1; - data3 = malloc(pagesize); - if (!data3) - exit(1); - if (read(fd, data3, pagesize) != pagesize) - exit(1); - for (i = 0; i < pagesize; ++i) - if (*(data + i) != *(data3 + i)) - exit(1); - close(fd); - unlink("conftestmmap"); - exit(0); -} - -EOF -if { (eval echo configure:7014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then +main () +{ + char *data, *data2, *data3; + int i, pagesize; + int fd; + + pagesize = getpagesize (); + + /* First, make a file with some known garbage in it. */ + data = (char *) malloc (pagesize); + if (!data) + exit (1); + for (i = 0; i < pagesize; ++i) + *(data + i) = rand (); + umask (0); + fd = creat ("conftest.mmap", 0600); + if (fd < 0) + exit (1); + if (write (fd, data, pagesize) != pagesize) + exit (1); + close (fd); + + /* Next, try to mmap the file at a fixed address which already has + something else allocated at it. If we can, also make sure that + we see the same garbage. */ + fd = open ("conftest.mmap", O_RDWR); + if (fd < 0) + exit (1); + data2 = (char *) malloc (2 * pagesize); + if (!data2) + exit (1); + data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); + if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, + MAP_PRIVATE | MAP_FIXED, fd, 0L)) + exit (1); + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data2 + i)) + exit (1); + + /* Finally, make sure that changes to the mapped area do not + percolate back to the file as seen by read(). (This is a bug on + some variants of i386 svr4.0.) */ + for (i = 0; i < pagesize; ++i) + *(data2 + i) = *(data2 + i) + 1; + data3 = (char *) malloc (pagesize); + if (!data3) + exit (1); + if (read (fd, data3, pagesize) != pagesize) + exit (1); + for (i = 0; i < pagesize; ++i) + if (*(data + i) != *(data3 + i)) + exit (1); + close (fd); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - ac_cv_func_mmap_fixed_mapped=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_func_mmap_fixed_mapped=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - fi - -echo "$ac_t""$ac_cv_func_mmap_fixed_mapped" 1>&6 +echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 if test $ac_cv_func_mmap_fixed_mapped = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_MMAP 1 -EOF +_ACEOF fi +rm -f conftest.mmap - echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6 -echo "configure:7038: checking whether we are using the GNU C Library 2.1 or newer" >&5 -if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 +echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6 +if test "${ac_cv_gnu_library_2_1+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ @@ -7048,211 +12644,412 @@ else Lucky GNU user #endif #endif - -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "Lucky GNU user" >/dev/null 2>&1; then - rm -rf conftest* + $EGREP "Lucky GNU user" >/dev/null 2>&1; then ac_cv_gnu_library_2_1=yes else - rm -rf conftest* ac_cv_gnu_library_2_1=no fi rm -f conftest* - - + + fi +echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 +echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6 -echo "$ac_t""$ac_cv_gnu_library_2_1" 1>&6 - GLIBC21="$ac_cv_gnu_library_2_1" - - - for ac_hdr in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ + + + + + + + + + + + + +for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:7079: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7089: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done - for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \ + + + + + + + + + + + + + + + + + + + + + +for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \ strdup strtoul tsearch __argz_count __argz_stringify __argz_next do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7120: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:7148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done - - - # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. + + + +# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then withval="$with_libiconv_prefix" - + for dir in `echo "$withval" | tr : ' '`; do if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi done - -fi +fi; - echo $ac_n "checking for iconv""... $ac_c" 1>&6 -echo "configure:7188: checking for iconv" >&5 -if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for iconv" >&5 +echo $ECHO_N "checking for iconv... $ECHO_C" >&6 +if test "${am_cv_func_iconv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - + am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -int main() { +int +main () +{ iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); -; return 0; } -EOF -if { (eval echo configure:7206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_func_iconv=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS -liconv" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include -int main() { +int +main () +{ iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); -; return 0; } -EOF -if { (eval echo configure:7228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_lib_iconv=yes am_cv_func_iconv=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi - -fi -echo "$ac_t""$am_cv_func_iconv" 1>&6 +fi +echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 +echo "${ECHO_T}$am_cv_func_iconv" >&6 if test "$am_cv_func_iconv" = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_ICONV 1 -EOF +_ACEOF - echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6 -echo "configure:7249: checking for iconv declaration" >&5 - if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for iconv declaration" >&5 +echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6 + if test "${am_cv_proto_iconv+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -7266,244 +13063,440 @@ size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, si size_t iconv(); #endif -int main() { +int +main () +{ -; return 0; } -EOF -if { (eval echo configure:7274: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_proto_iconv_arg1="" else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - am_cv_proto_iconv_arg1="const" + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +am_cv_proto_iconv_arg1="const" fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - echo "$ac_t""${ac_t:- - }$am_cv_proto_iconv" 1>&6 - cat >> confdefs.h <&5 +echo "${ECHO_T}${ac_t:- + }$am_cv_proto_iconv" >&6 + +cat >>confdefs.h <<_ACEOF #define ICONV_CONST $am_cv_proto_iconv_arg1 -EOF +_ACEOF fi LIBICONV= if test "$am_cv_lib_iconv" = yes; then LIBICONV="-liconv" fi - - - echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 -echo "configure:7303: checking for nl_langinfo and CODESET" >&5 -if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + + echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 +if test "${am_cv_langinfo_codeset+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { +int +main () +{ char* cs = nl_langinfo(CODESET); -; return 0; } -EOF -if { (eval echo configure:7315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_langinfo_codeset=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - am_cv_langinfo_codeset=no -fi -rm -f conftest* - + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +am_cv_langinfo_codeset=no fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -echo "$ac_t""$am_cv_langinfo_codeset" 1>&6 +fi +echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 +echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 if test $am_cv_langinfo_codeset = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_LANGINFO_CODESET 1 -EOF +_ACEOF fi if test $ac_cv_header_locale_h = yes; then - echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:7338: checking for LC_MESSAGES" >&5 -if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6 +if test "${am_cv_val_LC_MESSAGES+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { +int +main () +{ return LC_MESSAGES -; return 0; } -EOF -if { (eval echo configure:7350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then am_cv_val_LC_MESSAGES=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - am_cv_val_LC_MESSAGES=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +am_cv_val_LC_MESSAGES=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - -echo "$ac_t""$am_cv_val_LC_MESSAGES" 1>&6 +echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 if test $am_cv_val_LC_MESSAGES = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_LC_MESSAGES 1 -EOF +_ACEOF fi fi - echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:7371: checking whether NLS is requested" >&5 + echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" USE_NLS=$enableval else USE_NLS=yes -fi +fi; + echo "$as_me:$LINENO: result: $USE_NLS" >&5 +echo "${ECHO_T}$USE_NLS" >&6 - echo "$ac_t""$USE_NLS" 1>&6 - BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no INTLLIBS= if test "$USE_NLS" = "yes"; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define ENABLE_NLS 1 -EOF +_ACEOF - echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:7393: checking whether included gettext is requested" >&5 - # Check whether --with-included-gettext or --without-included-gettext was given. + echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 + +# Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" nls_cv_force_use_gnu_gettext=$withval else nls_cv_force_use_gnu_gettext=no -fi - - echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6 +fi; + echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6 nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then CATOBJEXT=NONE - - - ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:7413: checking for libintl.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + + + if test "${ac_cv_header_libintl_h+set}" = set; then + echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 +if test "${ac_cv_header_libintl_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6 else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default #include -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6 -echo "configure:7440: checking for GNU gettext in libc" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking libintl.h presence" >&5 +echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi else - cat > conftest.$ac_ext <&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for libintl.h" >&5 +echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6 +if test "${ac_cv_header_libintl_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_libintl_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 +echo "${ECHO_T}$ac_cv_header_libintl_h" >&6 + +fi +if test $ac_cv_header_libintl_h = yes; then + echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 +echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6 +if test "${gt_cv_func_gnugettext1_libc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; -int main() { +int +main () +{ bindtextdomain ("", ""); return (int) gettext ("") + _nl_msg_cat_cntr -; return 0; } -EOF -if { (eval echo configure:7454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then gt_cv_func_gnugettext1_libc=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - gt_cv_func_gnugettext1_libc=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +gt_cv_func_gnugettext1_libc=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - -echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6 +echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6 if test "$gt_cv_func_gnugettext1_libc" != "yes"; then - echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6 -echo "configure:7470: checking for GNU gettext in libintl" >&5 -if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 +echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6 +if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -lintl $LIBICONV" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; -int main() { +int +main () +{ bindtextdomain ("", ""); return (int) gettext ("") + _nl_msg_cat_cntr -; return 0; } -EOF -if { (eval echo configure:7486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then gt_cv_func_gnugettext1_libintl=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - gt_cv_func_gnugettext1_libintl=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +gt_cv_func_gnugettext1_libintl=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi - -echo "$ac_t""$gt_cv_func_gnugettext1_libintl" 1>&6 +echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 +echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6 fi if test "$gt_cv_func_gnugettext1_libc" = "yes" \ || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ && test "$PACKAGE" != gettext; }; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_GETTEXT 1 -EOF +_ACEOF if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then @@ -7512,58 +13505,87 @@ EOF gt_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" - for ac_func in dcgettext + +for ac_func in dcgettext do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:7519: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:7547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done @@ -7571,10 +13593,10 @@ done # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7576: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_MSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$MSGFMT" in /*) @@ -7598,54 +13620,60 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$ac_t""$MSGFMT" 1>&6 + echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7610: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$GMSGFMT" in - /*) + case $GMSGFMT in + [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi -GMSGFMT="$ac_cv_path_GMSGFMT" +GMSGFMT=$ac_cv_path_GMSGFMT + if test -n "$GMSGFMT"; then - echo "$ac_t""$GMSGFMT" 1>&6 + echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7647: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$XGETTEXT" in /*) @@ -7669,20 +13697,21 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$ac_t""$XGETTEXT" 1>&6 + echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi CATOBJEXT=.gmo fi - -else - echo "$ac_t""no" 1>&6 + fi + if test "$CATOBJEXT" = "NONE"; then nls_cv_use_gnu_gettext=yes fi @@ -7692,10 +13721,10 @@ fi INTLOBJS="\$(GETTOBJS)" # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7697: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_MSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$MSGFMT" in /*) @@ -7719,53 +13748,59 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - echo "$ac_t""$MSGFMT" 1>&6 + echo "$as_me:$LINENO: result: $MSGFMT" >&5 +echo "${ECHO_T}$MSGFMT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7731: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_GMSGFMT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$GMSGFMT" in - /*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. - ;; - ?:/*) - ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_GMSGFMT="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + case $GMSGFMT in + [\\/]* | ?:[\\/]*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi -GMSGFMT="$ac_cv_path_GMSGFMT" +GMSGFMT=$ac_cv_path_GMSGFMT + if test -n "$GMSGFMT"; then - echo "$ac_t""$GMSGFMT" 1>&6 + echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +echo "${ECHO_T}$GMSGFMT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7767: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_XGETTEXT+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$XGETTEXT" in /*) @@ -7789,12 +13824,14 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - echo "$ac_t""$XGETTEXT" 1>&6 + echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +echo "${ECHO_T}$XGETTEXT" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi - + BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo @@ -7806,7 +13843,8 @@ fi if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then : ; else - echo "$ac_t""found msgfmt program is not GNU msgfmt; ignore it" 1>&6 + echo "$as_me:$LINENO: result: found msgfmt program is not GNU msgfmt; ignore it" >&5 +echo "${ECHO_T}found msgfmt program is not GNU msgfmt; ignore it" >&6 GMSGFMT=":" fi fi @@ -7815,14 +13853,16 @@ fi if $XGETTEXT --omit-header /dev/null >/dev/null 2>&1; then : ; else - echo "$ac_t""found xgettext program is not GNU xgettext; ignore it" 1>&6 + echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6 XGETTEXT=":" fi fi POSUB=po fi - + ac_config_commands="$ac_config_commands default-1" + if test "$PACKAGE" = gettext; then @@ -7831,43 +13871,49 @@ fi for ac_prog in bison do -# Extract the first word of "$ac_prog", so it can be a program name with args. + # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:7838: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_INTLBISON+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$INTLBISON"; then ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_INTLBISON="$ac_prog" - break - fi - done - IFS="$ac_save_ifs" +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_INTLBISON="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + fi fi -INTLBISON="$ac_cv_prog_INTLBISON" +INTLBISON=$ac_cv_prog_INTLBISON if test -n "$INTLBISON"; then - echo "$ac_t""$INTLBISON" 1>&6 + echo "$as_me:$LINENO: result: $INTLBISON" >&5 +echo "${ECHO_T}$INTLBISON" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi -test -n "$INTLBISON" && break + test -n "$INTLBISON" && break done if test -z "$INTLBISON"; then ac_verc_fail=yes else - echo $ac_n "checking version of bison""... $ac_c" 1>&6 -echo "configure:7871: checking version of bison" >&5 + echo "$as_me:$LINENO: checking version of bison" >&5 +echo $ECHO_N "checking version of bison... $ECHO_C" >&6 ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; @@ -7875,7 +13921,8 @@ echo "configure:7871: checking version of bison" >&5 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac - echo "$ac_t""$ac_prog_version" 1>&6 + echo "$as_me:$LINENO: result: $ac_prog_version" >&5 +echo "${ECHO_T}$ac_prog_version" >&6 fi if test $ac_verc_fail = yes; then INTLBISON=: @@ -7886,35 +13933,35 @@ echo "configure:7871: checking version of bison" >&5 POFILES="$POFILES $lang.po" done - - - - - - - - - + + + + + + + + + nls_cv_header_intl= nls_cv_header_libgt= DATADIRNAME=share - + INSTOBJEXT=.mo - + GENCAT=gencat - - + + if test "x$CATOBJEXT" != "x"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else - echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:7918: checking for catalogs to be installed" >&5 + echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 +echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6 NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no @@ -7933,7 +13980,8 @@ echo "configure:7918: checking for catalogs to be installed" >&5 fi done LINGUAS=$NEW_LINGUAS - echo "$ac_t""$LINGUAS" 1>&6 + echo "$as_me:$LINENO: result: $LINGUAS" >&5 +echo "${ECHO_T}$LINGUAS" >&6 fi if test -n "$LINGUAS"; then @@ -7948,91 +13996,204 @@ echo "configure:7918: checking for catalogs to be installed" >&5 if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi - + INTL_LIBTOOL_SUFFIX_PREFIX= - - + + if test "$am_cv_func_iconv" != "yes" then - echo "configure: warning: Configuring without iconv support. See INSTALL for details" 1>&2 + { echo "$as_me:$LINENO: WARNING: Configuring without iconv support. See INSTALL for details" >&5 +echo "$as_me: WARNING: Configuring without iconv support. See INSTALL for details" >&2;} else -for ac_hdr in iconv.h + +for ac_header in iconv.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:7967: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:7977: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" -fi -rm -f conftest* -fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 -echo "configure:7998: checking whether iconv.h defines iconv_t" >&5 - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + echo "$as_me:$LINENO: checking whether iconv.h defines iconv_t" >&5 +echo $ECHO_N "checking whether iconv.h defines iconv_t... $ECHO_C" >&6 + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -EOF + +_ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "typedef.*iconv_t" >/dev/null 2>&1; then - rm -rf conftest* - echo "$ac_t""yes" 1>&6 - cat >> confdefs.h <<\EOF + $EGREP "typedef.*iconv_t" >/dev/null 2>&1; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +cat >>confdefs.h <<\_ACEOF #define HAVE_ICONV_T_DEF 1 -EOF +_ACEOF else - rm -rf conftest* - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi rm -f conftest* -else - echo "$ac_t""no" 1>&6 fi + done -echo $ac_n "checking whether this iconv is good enough""... $ac_c" 1>&6 -echo "configure:8025: checking whether this iconv is good enough" >&5 -if eval "test \"`echo '$''{'mutt_cv_iconv_good'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking whether this iconv is good enough" >&5 +echo $ECHO_N "checking whether this iconv is good enough... $ECHO_C" >&6 +if test "${mutt_cv_iconv_good+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" if test "$cross_compiling" = yes; then mutt_cv_iconv_good=yes else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include int main() @@ -8047,41 +14208,57 @@ int main() !(ob == buf && obl == sizeof(buf)) || iconv_close(cd))); } - -EOF -if { (eval echo configure:8053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then + +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_iconv_good=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_iconv_good=no + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_iconv_good=no fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - LIBS="$mutt_save_LIBS" fi - -echo "$ac_t""$mutt_cv_iconv_good" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_iconv_good" >&5 +echo "${ECHO_T}$mutt_cv_iconv_good" >&6 if test "$mutt_cv_iconv_good" = no; then - { echo "configure: error: Try using libiconv instead" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Try using libiconv instead" >&5 +echo "$as_me: error: Try using libiconv instead" >&2;} + { (exit 1); exit 1; }; } fi -echo $ac_n "checking whether iconv is non-transcribing""... $ac_c" 1>&6 -echo "configure:8074: checking whether iconv is non-transcribing" >&5 -if eval "test \"`echo '$''{'mutt_cv_iconv_nontrans'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking whether iconv is non-transcribing" >&5 +echo $ECHO_N "checking whether iconv is non-transcribing... $ECHO_C" >&6 +if test "${mutt_cv_iconv_nontrans+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else mutt_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" if test "$cross_compiling" = yes; then mutt_cv_iconv_nontrans=no else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include @@ -8097,96 +14274,136 @@ int main() return ((cd = iconv_open("UTF-8", "UTF-8")) == (iconv_t)(-1) || iconv(cd, &ib, &ibl, &ob, &obl)); } - -EOF -if { (eval echo configure:8103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -then + +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_iconv_nontrans=no else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -fr conftest* - mutt_cv_iconv_nontrans=yes + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +mutt_cv_iconv_nontrans=yes fi -rm -fr conftest* +rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi - LIBS="$mutt_save_LIBS" fi - -echo "$ac_t""$mutt_cv_iconv_nontrans" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_iconv_nontrans" >&5 +echo "${ECHO_T}$mutt_cv_iconv_nontrans" >&6 if test "$mutt_cv_iconv_nontrans" = yes; then - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define ICONV_NONTRANS 1 -EOF +_ACEOF else - cat >> confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define ICONV_NONTRANS 0 -EOF +_ACEOF fi CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" if test "$BUILD_INCLUDED_LIBINTL" = "yes"; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_BIND_TEXTDOMAIN_CODESET 1 -EOF +_ACEOF else - for ac_func in bind_textdomain_codeset + +for ac_func in bind_textdomain_codeset do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8142: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:8170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done @@ -8195,391 +14412,753 @@ fi fi # libiconv -for ac_hdr in wchar.h + +for ac_header in wchar.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:8203: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8213: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done -echo $ac_n "checking for wchar_t""... $ac_c" 1>&6 -echo "configure:8241: checking for wchar_t" >&5 -if eval "test \"`echo '$''{'mutt_cv_wchar_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for wchar_t" >&5 +echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6 +if test "${mutt_cv_wchar_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifdef HAVE_WCHAR_H #include #endif - -int main() { - wchar_t wc; return 0; -; return 0; } -EOF -if { (eval echo configure:8259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + +int +main () +{ + wchar_t wc; return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_wchar_t=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - mutt_cv_wchar_t=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +mutt_cv_wchar_t=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_wchar_t" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_wchar_t" >&5 +echo "${ECHO_T}$mutt_cv_wchar_t" >&6 if test "$mutt_cv_wchar_t" = no; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define wchar_t int -EOF +_ACEOF fi -echo $ac_n "checking for wint_t""... $ac_c" 1>&6 -echo "configure:8281: checking for wint_t" >&5 -if eval "test \"`echo '$''{'mutt_cv_wint_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for wint_t" >&5 +echo $ECHO_N "checking for wint_t... $ECHO_C" >&6 +if test "${mutt_cv_wint_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifdef HAVE_WCHAR_H #include #endif - -int main() { - wint_t wc; return 0; -; return 0; } -EOF -if { (eval echo configure:8299: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + +int +main () +{ + wint_t wc; return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_wint_t=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - mutt_cv_wint_t=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +mutt_cv_wint_t=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_wint_t" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_wint_t" >&5 +echo "${ECHO_T}$mutt_cv_wint_t" >&6 if test "$mutt_cv_wint_t" = no; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define wint_t int -EOF +_ACEOF fi -for ac_hdr in wctype.h + +for ac_header in wctype.h do -ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:8324: checking for $ac_hdr" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext < -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=$ac_header_preproc" fi -rm -f conftest* +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - cat >> confdefs.h <&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + fi + done + + + + for ac_func in iswalnum iswalpha iswcntrl iswdigit do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8363: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:8391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done + + + + + + for ac_func in iswgraph iswlower iswprint iswpunct iswspace iswupper do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8418: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:8446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done + + + for ac_func in iswxdigit towupper towlower do -echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:8473: checking for $ac_func" >&5 -if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 +if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ /* System header to define __stub macros and hopefully few prototypes, - which can conflict with char $ac_func(); below. */ -#include + which can conflict with char $ac_func (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ +#ifdef __STDC__ +# include +#else +# include +#endif /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char $ac_func(); - -int main() { - + builtin and then its argument prototype would still apply. */ +char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -$ac_func(); +char (*f) () = $ac_func; +#endif +#ifdef __cplusplus +} #endif -; return 0; } -EOF -if { (eval echo configure:8501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_func_$ac_func=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_func_$ac_func=no" -fi -rm -f conftest* -fi +int +main () +{ +return f != $ac_func; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_var=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_var=no" +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +if test `eval echo '${'$as_ac_var'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF -if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - cat >> confdefs.h <&6 fi done -echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 -echo "configure:8527: checking for mbstate_t" >&5 -if eval "test \"`echo '$''{'mutt_cv_mbstate_t'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for mbstate_t" >&5 +echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6 +if test "${mutt_cv_mbstate_t+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include #include #ifdef HAVE_WCHAR_H #include #endif - -int main() { - mbstate_t s; return 0; -; return 0; } -EOF -if { (eval echo configure:8545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then - rm -rf conftest* + +int +main () +{ + mbstate_t s; return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_mbstate_t=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - mutt_cv_mbstate_t=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +mutt_cv_mbstate_t=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_mbstate_t" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_mbstate_t" >&5 +echo "${ECHO_T}$mutt_cv_mbstate_t" >&6 if test "$mutt_cv_mbstate_t" = no; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define mbstate_t int -EOF +_ACEOF fi wc_funcs=maybe + # Check whether --with-wc-funcs or --without-wc-funcs was given. if test "${with_wc_funcs+set}" = set; then withval="$with_wc_funcs" wc_funcs=$withval -fi - +fi; if test "$wc_funcs" != yes -a "$wc_funcs" != no; then - echo $ac_n "checking for wchar_t functions""... $ac_c" 1>&6 -echo "configure:8576: checking for wchar_t functions" >&5 -if eval "test \"`echo '$''{'mutt_cv_wc_funcs'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for wchar_t functions" >&5 +echo $ECHO_N "checking for wchar_t functions... $ECHO_C" >&6 +if test "${mutt_cv_wc_funcs+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else mutt_cv_wc_funcs=no - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #define _XOPEN_SOURCE 1 #include @@ -8590,100 +15169,155 @@ else #ifdef HAVE_WCHAR_H #include #endif -int main() { +int +main () +{ mbrtowc(0, 0, 0, 0); wctomb(0, 0); wcwidth(0); iswprint(0); iswspace(0); towlower(0); towupper(0); iswalnum(0) -; return 0; } -EOF -if { (eval echo configure:8599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_wc_funcs=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_wc_funcs" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_wc_funcs" >&5 +echo "${ECHO_T}$mutt_cv_wc_funcs" >&6 wc_funcs=$mutt_cv_wc_funcs fi if test $wc_funcs = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_WC_FUNCS 1 -EOF +_ACEOF fi -echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6 -echo "configure:8621: checking for nl_langinfo and CODESET" >&5 -if eval "test \"`echo '$''{'mutt_cv_langinfo_codeset'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 +if test "${mutt_cv_langinfo_codeset+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { +int +main () +{ char* cs = nl_langinfo(CODESET); -; return 0; } -EOF -if { (eval echo configure:8633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_langinfo_codeset=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - mutt_cv_langinfo_codeset=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +mutt_cv_langinfo_codeset=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_langinfo_codeset" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_langinfo_codeset" >&5 +echo "${ECHO_T}$mutt_cv_langinfo_codeset" >&6 if test $mutt_cv_langinfo_codeset = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_LANGINFO_CODESET 1 -EOF +_ACEOF fi -echo $ac_n "checking for nl_langinfo and YESEXPR""... $ac_c" 1>&6 -echo "configure:8654: checking for nl_langinfo and YESEXPR" >&5 -if eval "test \"`echo '$''{'mutt_cv_langinfo_yesexpr'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for nl_langinfo and YESEXPR" >&5 +echo $ECHO_N "checking for nl_langinfo and YESEXPR... $ECHO_C" >&6 +if test "${mutt_cv_langinfo_yesexpr+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ #include -int main() { +int +main () +{ char* cs = nl_langinfo(YESEXPR); -; return 0; } -EOF -if { (eval echo configure:8666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then mutt_cv_langinfo_yesexpr=yes else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - mutt_cv_langinfo_yesexpr=no + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +mutt_cv_langinfo_yesexpr=no fi -rm -f conftest* +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi - -echo "$ac_t""$mutt_cv_langinfo_yesexpr" 1>&6 +echo "$as_me:$LINENO: result: $mutt_cv_langinfo_yesexpr" >&5 +echo "${ECHO_T}$mutt_cv_langinfo_yesexpr" >&6 if test $mutt_cv_langinfo_yesexpr = yes; then - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define HAVE_LANGINFO_YESEXPR 1 -EOF +_ACEOF fi - # Check whether --with-libesmtp or --without-libesmtp was given. + +# Check whether --with-libesmtp or --without-libesmtp was given. if test "${with_libesmtp+set}" = set; then withval="$with_libesmtp" if test "$with_libesmtp" != "no" @@ -8697,44 +15331,50 @@ if test "${with_libesmtp+set}" = set; then # Extract the first word of "libesmtp-config", so it can be a program name with args. set dummy libesmtp-config; ac_word=$2 -echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:8702: checking for $ac_word" >&5 -if eval "test \"`echo '$''{'ac_cv_path_mutt_libesmtp_config_path'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_mutt_libesmtp_config_path+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - case "$mutt_libesmtp_config_path" in - /*) + case $mutt_libesmtp_config_path in + [\\/]* | ?:[\\/]*) ac_cv_path_mutt_libesmtp_config_path="$mutt_libesmtp_config_path" # Let the user override the test with a path. ;; - ?:/*) - ac_cv_path_mutt_libesmtp_config_path="$mutt_libesmtp_config_path" # Let the user override the test with a dos path. - ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$mutt_libesmtp_check_path" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_path_mutt_libesmtp_config_path="$ac_dir/$ac_word" - break - fi - done - IFS="$ac_save_ifs" + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $mutt_libesmtp_check_path +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_mutt_libesmtp_config_path="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + test -z "$ac_cv_path_mutt_libesmtp_config_path" && ac_cv_path_mutt_libesmtp_config_path="no" ;; esac fi -mutt_libesmtp_config_path="$ac_cv_path_mutt_libesmtp_config_path" +mutt_libesmtp_config_path=$ac_cv_path_mutt_libesmtp_config_path + if test -n "$mutt_libesmtp_config_path"; then - echo "$ac_t""$mutt_libesmtp_config_path" 1>&6 + echo "$as_me:$LINENO: result: $mutt_libesmtp_config_path" >&5 +echo "${ECHO_T}$mutt_libesmtp_config_path" >&6 else - echo "$ac_t""no" 1>&6 + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 fi if test "$mutt_libesmtp_config_path" = "no" then - { echo "configure: error: libesmtp-config binary not found." 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: libesmtp-config binary not found." >&5 +echo "$as_me: error: libesmtp-config binary not found." >&2;} + { (exit 1); exit 1; }; } fi mutt_libesmtp_cflags=`$mutt_libesmtp_config_path --cflags` @@ -8742,92 +15382,216 @@ fi temp_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $mutt_libesmtp_cflags" - ac_safe=`echo "libesmtp.h" | sed 'y%./+-%__p_%'` -echo $ac_n "checking for libesmtp.h""... $ac_c" 1>&6 -echo "configure:8748: checking for libesmtp.h" >&5 -if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.$ac_ext <&5 +echo $ECHO_N "checking for libesmtp.h... $ECHO_C" >&6 +if test "${ac_cv_header_libesmtp_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_libesmtp_h" >&5 +echo "${ECHO_T}$ac_cv_header_libesmtp_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking libesmtp.h usability" >&5 +echo $ECHO_N "checking libesmtp.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default #include -EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8758: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` -if test -z "$ac_err"; then - rm -rf conftest* - eval "ac_cv_header_$ac_safe=yes" -else - echo "$ac_err" >&5 - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_header_$ac_safe=no" +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking libesmtp.h presence" >&5 +echo $ECHO_N "checking libesmtp.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc in + yes:no ) + { echo "$as_me:$LINENO: WARNING: libesmtp.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: libesmtp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: libesmtp.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libesmtp.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; + no:yes ) + { echo "$as_me:$LINENO: WARNING: libesmtp.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: libesmtp.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: libesmtp.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: libesmtp.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: libesmtp.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: libesmtp.h: proceeding with the preprocessor's result" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------ ## +## Report this to bug-autoconf@gnu.org. ## +## ------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for libesmtp.h" >&5 +echo $ECHO_N "checking for libesmtp.h... $ECHO_C" >&6 +if test "${ac_cv_header_libesmtp_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_libesmtp_h=$ac_header_preproc fi -rm -f conftest* +echo "$as_me:$LINENO: result: $ac_cv_header_libesmtp_h" >&5 +echo "${ECHO_T}$ac_cv_header_libesmtp_h" >&6 + fi -if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 +if test $ac_cv_header_libesmtp_h = yes; then : else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: Could not find libesmtp.h" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Could not find libesmtp.h" >&5 +echo "$as_me: error: Could not find libesmtp.h" >&2;} + { (exit 1); exit 1; }; } fi + CFLAGS="$temp_CFLAGS" temp_CFLAGS="$CFLAGS" temp_LIBS="$LIBS" CFLAGS="$CFLAGS $mutt_libesmtp_cflags" LIBS="$LIBS $mutt_libesmtp_libs" - echo $ac_n "checking for smtp_create_session in -lesmtp""... $ac_c" 1>&6 -echo "configure:8787: checking for smtp_create_session in -lesmtp" >&5 -ac_lib_var=`echo esmtp'_'smtp_create_session | sed 'y%./+-%__p_%'` -if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 + +echo "$as_me:$LINENO: checking for smtp_create_session in -lesmtp" >&5 +echo $ECHO_N "checking for smtp_create_session in -lesmtp... $ECHO_C" >&6 +if test "${ac_cv_lib_esmtp_smtp_create_session+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS LIBS="-lesmtp $LIBS" -cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF +#line $LINENO "configure" +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + /* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ -char smtp_create_session(); - -int main() { -smtp_create_session() -; return 0; } -EOF -if { (eval echo configure:8806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo esmtp | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_esmtp_smtp_create_session=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_esmtp_smtp_create_session=no +fi +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_esmtp_smtp_create_session" >&5 +echo "${ECHO_T}$ac_cv_lib_esmtp_smtp_create_session" >&6 +if test $ac_cv_lib_esmtp_smtp_create_session = yes; then + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBESMTP 1 +_ACEOF LIBS="-lesmtp $LIBS" else - echo "$ac_t""no" 1>&6 -{ echo "configure: error: Could not find libesmtp" 1>&2; exit 1; } + { { echo "$as_me:$LINENO: error: Could not find libesmtp" >&5 +echo "$as_me: error: Could not find libesmtp" >&2;} + { (exit 1); exit 1; }; } fi CFLAGS="$temp_CFLAGS" @@ -8835,461 +15599,1414 @@ fi use_libesmtp=yes fi - - -fi +fi; + if test x$use_libesmtp = xyes; then CFLAGS="$CFLAGS $mutt_libesmtp_cflags" MUTTLIBS="$MUTTLIBS $mutt_libesmtp_libs" MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS mutt_libesmtp.o" - cat >> confdefs.h <<\EOF + +cat >>confdefs.h <<\_ACEOF #define USE_LIBESMTP 1 -EOF +_ACEOF fi -trap '' 1 2 15 -cat > confcache <<\EOF + ac_config_files="$ac_config_files Makefile intl/Makefile m4/Makefile po/Makefile.in doc/Makefile contrib/Makefile muttbug.sh imap/Makefile Muttngrc.head doc/instdoc.sh" +cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure -# scripts and configure runs. It is not useful on other systems. -# If it contains results you don't want to keep, you may remove or edit it. +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. # -# By default, configure uses ./config.cache as the cache file, -# creating it if it does not exist already. You can give configure -# the --cache-file=FILE option to use a different cache file; that is -# what configure does when it calls configure scripts in -# subdirectories, so they share the cache. -# Giving --cache-file=/dev/null disables caching, for debugging configure. -# config.status only pays attention to the cache file if you give it the -# --recheck option to rerun configure. +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. # -EOF +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. -(set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) - # `set' does not quote correctly, so add quotes (double-quote substitution - # turns \\\\ into \\, and sed turns \\ into \). - sed -n \ - -e "s/'/'\\\\''/g" \ - -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p" - ;; - *) - # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p' - ;; - esac >> confcache -if cmp -s $cache_file confcache; then - : -else +{ + (set) 2>&1 | + case `(ac_space=' '; set | grep ac_space) 2>&1` in + *ac_space=\ *) + # `set' does not quote correctly, so add quotes (double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \). + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} | + sed ' + t clear + : clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + : end' >>confcache +if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then - echo "updating cache $cache_file" - cat confcache > $cache_file + test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" + cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache -trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15 - test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -# Any assignment to VPATH causes Sun make to only execute -# the first set of double-colon rules, so remove it if not needed. -# If there is a colon in the path, we need to keep it. +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d' + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/; +s/:*\${srcdir}:*/:/; +s/:*@srcdir@:*/:/; +s/^\([^=]*=[ ]*\):*/\1/; +s/:*$//; +s/^[^=]*=[ ]*$//; +}' fi -trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15 - DEFS=-DHAVE_CONFIG_H -# Without the "./", some shells look in PATH for config.status. -: ${CONFIG_STATUS=./config.status} +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_i=`echo "$ac_i" | + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${BUILD_IMAP_TRUE}" && test -z "${BUILD_IMAP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"BUILD_IMAP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"BUILD_IMAP\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${USE_GSS_TRUE}" && test -z "${USE_GSS_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"USE_GSS\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"USE_GSS\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${USE_SSL_TRUE}" && test -z "${USE_SSL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"USE_SSL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"USE_SSL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${USE_GNUTLS_TRUE}" && test -z "${USE_GNUTLS_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"USE_GNUTLS\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"USE_GNUTLS\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${USE_SASL_TRUE}" && test -z "${USE_SASL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"USE_SASL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"USE_SASL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${USE_SASL_TRUE}" && test -z "${USE_SASL_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"USE_SASL\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"USE_SASL\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi -echo creating $CONFIG_STATUS -rm -f $CONFIG_STATUS -cat > $CONFIG_STATUS <&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $SHELL +# Generated by $as_me. # Run this file to recreate the current configuration. -# This directory was configured as follows, -# on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# -# $0 $ac_configure_args -# # Compiler output produced by configure, useful for debugging -# configure, is in ./config.log if it exists. +# configure, is in config.log if it exists. -ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]" -for ac_option +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=\${CONFIG_SHELL-$SHELL} +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi + +# Support unset when possible. +if (FOO=FOO; unset FOO) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME do - case "\$ac_option" in - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" - exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; - -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.13" - exit 0 ;; - -help | --help | --hel | --he | --h) - echo "\$ac_cs_usage"; exit 0 ;; - *) echo "\$ac_cs_usage"; exit 1 ;; - esac + if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi done -ac_given_srcdir=$srcdir -ac_given_INSTALL="$INSTALL" - -trap 'rm -fr `echo "Makefile intl/Makefile m4/Makefile - po/Makefile.in doc/Makefile contrib/Makefile - muttbug.sh - imap/Makefile - Muttngrc.head - doc/instdoc.sh config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 -EOF -cat >> $CONFIG_STATUS < conftest.subs <<\\CEOF -$ac_vpsub -$extrasub -s%@SHELL@%$SHELL%g -s%@CFLAGS@%$CFLAGS%g -s%@CPPFLAGS@%$CPPFLAGS%g -s%@CXXFLAGS@%$CXXFLAGS%g -s%@FFLAGS@%$FFLAGS%g -s%@DEFS@%$DEFS%g -s%@LDFLAGS@%$LDFLAGS%g -s%@LIBS@%$LIBS%g -s%@exec_prefix@%$exec_prefix%g -s%@prefix@%$prefix%g -s%@program_transform_name@%$program_transform_name%g -s%@bindir@%$bindir%g -s%@sbindir@%$sbindir%g -s%@libexecdir@%$libexecdir%g -s%@datadir@%$datadir%g -s%@sysconfdir@%$sysconfdir%g -s%@sharedstatedir@%$sharedstatedir%g -s%@localstatedir@%$localstatedir%g -s%@libdir@%$libdir%g -s%@includedir@%$includedir%g -s%@oldincludedir@%$oldincludedir%g -s%@infodir@%$infodir%g -s%@mandir@%$mandir%g -s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g -s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -s%@INSTALL_DATA@%$INSTALL_DATA%g -s%@PACKAGE@%$PACKAGE%g -s%@VERSION@%$VERSION%g -s%@ACLOCAL@%$ACLOCAL%g -s%@AUTOCONF@%$AUTOCONF%g -s%@AUTOMAKE@%$AUTOMAKE%g -s%@AUTOHEADER@%$AUTOHEADER%g -s%@MAKEINFO@%$MAKEINFO%g -s%@SET_MAKE@%$SET_MAKE%g -s%@host@%$host%g -s%@host_alias@%$host_alias%g -s%@host_cpu@%$host_cpu%g -s%@host_vendor@%$host_vendor%g -s%@host_os@%$host_os%g -s%@CC@%$CC%g -s%@CPP@%$CPP%g -s%@U@%$U%g -s%@ANSI2KNR@%$ANSI2KNR%g -s%@RANLIB@%$RANLIB%g -s%@build@%$build%g -s%@build_alias@%$build_alias%g -s%@build_cpu@%$build_cpu%g -s%@build_vendor@%$build_vendor%g -s%@build_os@%$build_os%g -s%@AR@%$AR%g -s%@DBX@%$DBX%g -s%@GDB@%$GDB%g -s%@SDB@%$SDB%g -s%@DEBUGGER@%$DEBUGGER%g -s%@SENDMAIL@%$SENDMAIL%g -s%@OPS@%$OPS%g -s%@PGPAUX_TARGET@%$PGPAUX_TARGET%g -s%@SMIMEAUX_TARGET@%$SMIMEAUX_TARGET%g -s%@SUBVERSION@%$SUBVERSION%g -s%@ISPELL@%$ISPELL%g -s%@LIBOBJS@%$LIBOBJS%g -s%@DOTLOCK_TARGET@%$DOTLOCK_TARGET%g -s%@docdir@%$docdir%g -s%@DOTLOCK_GROUP@%$DOTLOCK_GROUP%g -s%@DOTLOCK_PERMISSION@%$DOTLOCK_PERMISSION%g -s%@BUILD_IMAP_TRUE@%$BUILD_IMAP_TRUE%g -s%@BUILD_IMAP_FALSE@%$BUILD_IMAP_FALSE%g -s%@KRB5CFGPATH@%$KRB5CFGPATH%g -s%@USE_GSS_TRUE@%$USE_GSS_TRUE%g -s%@USE_GSS_FALSE@%$USE_GSS_FALSE%g -s%@USE_SSL_TRUE@%$USE_SSL_TRUE%g -s%@USE_SSL_FALSE@%$USE_SSL_FALSE%g -s%@USE_GNUTLS_TRUE@%$USE_GNUTLS_TRUE%g -s%@USE_GNUTLS_FALSE@%$USE_GNUTLS_FALSE%g -s%@USE_SASL_TRUE@%$USE_SASL_TRUE%g -s%@USE_SASL_FALSE@%$USE_SASL_FALSE%g -s%@MUTTLIBS@%$MUTTLIBS%g -s%@MUTT_LIB_OBJECTS@%$MUTT_LIB_OBJECTS%g -s%@LIBIMAP@%$LIBIMAP%g -s%@LIBIMAPDEPS@%$LIBIMAPDEPS%g -s%@ALLOCA@%$ALLOCA%g -s%@GLIBC21@%$GLIBC21%g -s%@LIBICONV@%$LIBICONV%g -s%@USE_NLS@%$USE_NLS%g -s%@MSGFMT@%$MSGFMT%g -s%@GMSGFMT@%$GMSGFMT%g -s%@XGETTEXT@%$XGETTEXT%g -s%@INTLBISON@%$INTLBISON%g -s%@BUILD_INCLUDED_LIBINTL@%$BUILD_INCLUDED_LIBINTL%g -s%@USE_INCLUDED_LIBINTL@%$USE_INCLUDED_LIBINTL%g -s%@CATALOGS@%$CATALOGS%g -s%@CATOBJEXT@%$CATOBJEXT%g -s%@GMOFILES@%$GMOFILES%g -s%@INTLLIBS@%$INTLLIBS%g -s%@INTLOBJS@%$INTLOBJS%g -s%@POFILES@%$POFILES%g -s%@POSUB@%$POSUB%g -s%@DATADIRNAME@%$DATADIRNAME%g -s%@INSTOBJEXT@%$INSTOBJEXT%g -s%@GENCAT@%$GENCAT%g -s%@MKINSTALLDIRS@%$MKINSTALLDIRS%g -s%@INTL_LIBTOOL_SUFFIX_PREFIX@%$INTL_LIBTOOL_SUFFIX_PREFIX%g -s%@mutt_libesmtp_config_path@%$mutt_libesmtp_config_path%g +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi -CEOF -EOF - -cat >> $CONFIG_STATUS <<\EOF - -# Split the substitutions into bite-sized pieces for seds with -# small command number limits, like on Digital OSF/1 and HP-UX. -ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. -ac_file=1 # Number of current file. -ac_beg=1 # First line for current file. -ac_end=$ac_max_sed_cmds # Line after last line for current file. -ac_more_lines=: -ac_sed_cmds="" -while $ac_more_lines; do - if test $ac_beg -gt 1; then - sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)$' \| \ + . : '\(.\)' 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' else - sed "${ac_end}q" conftest.subs > conftest.s$ac_file + PATH_SEPARATOR=: fi - if test ! -s conftest.s$ac_file; then - ac_more_lines=false - rm -f conftest.s$ac_file - else - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f conftest.s$ac_file" - else - ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file" - fi - ac_file=`expr $ac_file + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_cmds` + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done + + ;; + esac + # We did not find ourselves, most probably we were run as `sh COMMAND' + # in which case we are not to be found in the path. + if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then + { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} + { (exit 1); exit 1; }; } fi + case $CONFIG_SHELL in + '') + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done done -if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat -fi -EOF - -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case "$ac_file" in - *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` - ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - *) ac_file_in="${ac_file}.in" ;; +;; esac - # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories. + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, and appends trailing '-' during + # substitution so that $LINENO is not a special case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 +echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi - # Remove last slash and all that follows it. Not all systems have dirname. - ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` - if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then - # The file is in a subdirectory. - test ! -d "$ac_dir" && mkdir "$ac_dir" - ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" - # A "../" for each directory in $ac_dir_suffix. - ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' else - ac_dir_suffix= ac_dots= + as_ln_s='ln -s' fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file - case "$ac_given_srcdir" in - .) srcdir=. - if test -z "$ac_dots"; then top_srcdir=. - else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; - /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; - *) # Relative path. - srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" - top_srcdir="$ac_dots$ac_given_srcdir" ;; +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + +exec 6>&1 + +# Open the log real soon, to keep \$[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. Logging --version etc. is OK. +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX +} >&5 +cat >&5 <<_CSEOF + +This file was extended by $as_me, which was +generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +_CSEOF +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 +echo >&5 +_ACEOF + +# Files that config.status was made for. +if test -n "$ac_config_files"; then + echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_headers"; then + echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_links"; then + echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_commands"; then + echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS +fi + +cat >>$CONFIG_STATUS <<\_ACEOF + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +ac_cs_version="\\ +config.status +configured by $0, generated by GNU Autoconf 2.57, + with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" + +Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." +srcdir=$srcdir +INSTALL="$INSTALL" +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "x$1" : 'x\([^=]*\)='` + ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` + ac_shift=: + ;; + -*) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + *) # This is not an option, so the user has probably given explicit + # arguments. + ac_option=$1 + ac_need_defaults=false;; + esac + + case $ac_option in + # Handling of the options. +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --vers* | -V ) + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header + { { echo "$as_me:$LINENO: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&5 +echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2;} + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&5 +echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2;} + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF +if \$ac_cs_recheck; then + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS section. +# + +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + + +_ACEOF + + + +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_config_target in $ac_config_targets +do + case "$ac_config_target" in + # Handling of arguments. + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; + "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; + "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "contrib/Makefile" ) CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; + "muttbug.sh" ) CONFIG_FILES="$CONFIG_FILES muttbug.sh" ;; + "imap/Makefile" ) CONFIG_FILES="$CONFIG_FILES imap/Makefile" ;; + "Muttngrc.head" ) CONFIG_FILES="$CONFIG_FILES Muttngrc.head" ;; + "doc/instdoc.sh" ) CONFIG_FILES="$CONFIG_FILES doc/instdoc.sh" ;; + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; + "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; esac +done + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason to put it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Create a temporary directory, and hook for its removal unless debugging. +$debug || +{ + trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} + +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./confstat$$-$RANDOM + (umask 077 && mkdir $tmp) +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +# +# CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "\$CONFIG_FILES"; then + # Protect against being on the right side of a sed subst in config.status. + sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; + s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF +s,@SHELL@,$SHELL,;t t +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t +s,@exec_prefix@,$exec_prefix,;t t +s,@prefix@,$prefix,;t t +s,@program_transform_name@,$program_transform_name,;t t +s,@bindir@,$bindir,;t t +s,@sbindir@,$sbindir,;t t +s,@libexecdir@,$libexecdir,;t t +s,@datadir@,$datadir,;t t +s,@sysconfdir@,$sysconfdir,;t t +s,@sharedstatedir@,$sharedstatedir,;t t +s,@localstatedir@,$localstatedir,;t t +s,@libdir@,$libdir,;t t +s,@includedir@,$includedir,;t t +s,@oldincludedir@,$oldincludedir,;t t +s,@infodir@,$infodir,;t t +s,@mandir@,$mandir,;t t +s,@build_alias@,$build_alias,;t t +s,@host_alias@,$host_alias,;t t +s,@target_alias@,$target_alias,;t t +s,@DEFS@,$DEFS,;t t +s,@ECHO_C@,$ECHO_C,;t t +s,@ECHO_N@,$ECHO_N,;t t +s,@ECHO_T@,$ECHO_T,;t t +s,@LIBS@,$LIBS,;t t +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t +s,@INSTALL_DATA@,$INSTALL_DATA,;t t +s,@CYGPATH_W@,$CYGPATH_W,;t t +s,@PACKAGE@,$PACKAGE,;t t +s,@VERSION@,$VERSION,;t t +s,@ACLOCAL@,$ACLOCAL,;t t +s,@AUTOCONF@,$AUTOCONF,;t t +s,@AUTOMAKE@,$AUTOMAKE,;t t +s,@AUTOHEADER@,$AUTOHEADER,;t t +s,@MAKEINFO@,$MAKEINFO,;t t +s,@AMTAR@,$AMTAR,;t t +s,@install_sh@,$install_sh,;t t +s,@STRIP@,$STRIP,;t t +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@AWK@,$AWK,;t t +s,@SET_MAKE@,$SET_MAKE,;t t +s,@am__leading_dot@,$am__leading_dot,;t t +s,@build@,$build,;t t +s,@build_cpu@,$build_cpu,;t t +s,@build_vendor@,$build_vendor,;t t +s,@build_os@,$build_os,;t t +s,@host@,$host,;t t +s,@host_cpu@,$host_cpu,;t t +s,@host_vendor@,$host_vendor,;t t +s,@host_os@,$host_os,;t t +s,@CC@,$CC,;t t +s,@CFLAGS@,$CFLAGS,;t t +s,@LDFLAGS@,$LDFLAGS,;t t +s,@CPPFLAGS@,$CPPFLAGS,;t t +s,@ac_ct_CC@,$ac_ct_CC,;t t +s,@EXEEXT@,$EXEEXT,;t t +s,@OBJEXT@,$OBJEXT,;t t +s,@DEPDIR@,$DEPDIR,;t t +s,@am__include@,$am__include,;t t +s,@am__quote@,$am__quote,;t t +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t +s,@CCDEPMODE@,$CCDEPMODE,;t t +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t +s,@CPP@,$CPP,;t t +s,@EGREP@,$EGREP,;t t +s,@U@,$U,;t t +s,@ANSI2KNR@,$ANSI2KNR,;t t +s,@RANLIB@,$RANLIB,;t t +s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t +s,@AR@,$AR,;t t +s,@ac_ct_AR@,$ac_ct_AR,;t t +s,@DBX@,$DBX,;t t +s,@GDB@,$GDB,;t t +s,@SDB@,$SDB,;t t +s,@DEBUGGER@,$DEBUGGER,;t t +s,@SENDMAIL@,$SENDMAIL,;t t +s,@OPS@,$OPS,;t t +s,@PGPAUX_TARGET@,$PGPAUX_TARGET,;t t +s,@SMIMEAUX_TARGET@,$SMIMEAUX_TARGET,;t t +s,@SUBVERSION@,$SUBVERSION,;t t +s,@ISPELL@,$ISPELL,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@DOTLOCK_TARGET@,$DOTLOCK_TARGET,;t t +s,@docdir@,$docdir,;t t +s,@DOTLOCK_GROUP@,$DOTLOCK_GROUP,;t t +s,@DOTLOCK_PERMISSION@,$DOTLOCK_PERMISSION,;t t +s,@BUILD_IMAP_TRUE@,$BUILD_IMAP_TRUE,;t t +s,@BUILD_IMAP_FALSE@,$BUILD_IMAP_FALSE,;t t +s,@KRB5CFGPATH@,$KRB5CFGPATH,;t t +s,@USE_GSS_TRUE@,$USE_GSS_TRUE,;t t +s,@USE_GSS_FALSE@,$USE_GSS_FALSE,;t t +s,@USE_SSL_TRUE@,$USE_SSL_TRUE,;t t +s,@USE_SSL_FALSE@,$USE_SSL_FALSE,;t t +s,@USE_GNUTLS_TRUE@,$USE_GNUTLS_TRUE,;t t +s,@USE_GNUTLS_FALSE@,$USE_GNUTLS_FALSE,;t t +s,@USE_SASL_TRUE@,$USE_SASL_TRUE,;t t +s,@USE_SASL_FALSE@,$USE_SASL_FALSE,;t t +s,@MUTTLIBS@,$MUTTLIBS,;t t +s,@MUTT_LIB_OBJECTS@,$MUTT_LIB_OBJECTS,;t t +s,@LIBIMAP@,$LIBIMAP,;t t +s,@LIBIMAPDEPS@,$LIBIMAPDEPS,;t t +s,@ALLOCA@,$ALLOCA,;t t +s,@GLIBC21@,$GLIBC21,;t t +s,@LIBICONV@,$LIBICONV,;t t +s,@USE_NLS@,$USE_NLS,;t t +s,@MSGFMT@,$MSGFMT,;t t +s,@GMSGFMT@,$GMSGFMT,;t t +s,@XGETTEXT@,$XGETTEXT,;t t +s,@INTLBISON@,$INTLBISON,;t t +s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t +s,@USE_INCLUDED_LIBINTL@,$USE_INCLUDED_LIBINTL,;t t +s,@CATALOGS@,$CATALOGS,;t t +s,@CATOBJEXT@,$CATOBJEXT,;t t +s,@GMOFILES@,$GMOFILES,;t t +s,@INTLLIBS@,$INTLLIBS,;t t +s,@INTLOBJS@,$INTLOBJS,;t t +s,@POFILES@,$POFILES,;t t +s,@POSUB@,$POSUB,;t t +s,@DATADIRNAME@,$DATADIRNAME,;t t +s,@INSTOBJEXT@,$INSTOBJEXT,;t t +s,@GENCAT@,$GENCAT,;t t +s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t +s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t +s,@mutt_libesmtp_config_path@,$mutt_libesmtp_config_path,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t +CEOF + +_ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF + # Split the substitutions into bite-sized pieces for seds with + # small command number limits, like on Digital OSF/1 and HP-UX. + ac_max_sed_lines=48 + ac_sed_frag=1 # Number of current file. + ac_beg=1 # First line for current file. + ac_end=$ac_max_sed_lines # Line after last line for current file. + ac_more_lines=: + ac_sed_cmds= + while $ac_more_lines; do + if test $ac_beg -gt 1; then + sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + else + sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + fi + if test ! -s $tmp/subs.frag; then + ac_more_lines=false + else + # The purpose of the label and of the branching condition is to + # speed up the sed processing (if there are no `@' at all, there + # is no need to browse any of the substitutions). + # These are the two extra sed commands mentioned above. + (echo ':t + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed + if test -z "$ac_sed_cmds"; then + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" + else + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" + fi + ac_sed_frag=`expr $ac_sed_frag + 1` + ac_beg=$ac_end + ac_end=`expr $ac_end + $ac_max_sed_lines` + fi + done + if test -z "$ac_sed_cmds"; then + ac_sed_cmds=cat + fi +fi # test -n "$CONFIG_FILES" + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". + case $ac_file in + - | *:- | *:-:* ) # input from stdin + cat >$tmp/stdin + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + * ) ac_file_in=$ac_file.in ;; esac - echo creating "$ac_file" - rm -f "$ac_file" - configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." - case "$ac_file" in - *Makefile*) ac_comsub="1i\\ -# $configure_input" ;; - *) ac_comsub= ;; + # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. + ac_dir=`(dirname "$ac_file") 2>/dev/null || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac +# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be +# absolute. +ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` +ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` +ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` + + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_builddir$INSTALL ;; esac - ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` - sed -e "$ac_comsub -s%@configure_input@%$configure_input%g -s%@srcdir@%$srcdir%g -s%@top_srcdir@%$top_srcdir%g -s%@INSTALL@%$INSTALL%g -" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file -fi; done -rm -f conftest.s* + if test x"$ac_file" != x-; then + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + if test x"$ac_file" = x-; then + configure_input= + else + configure_input="$ac_file. " + fi + configure_input=$configure_input"Generated from `echo $ac_file_in | + sed 's,.*/,,'` by configure." + + # First look for the input files in the build tree, otherwise in the + # src tree. + ac_file_inputs=`IFS=: + for f in $ac_file_in; do + case $f in + -) echo $tmp/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; + *) # Relative + if test -f "$f"; then + # Build tree + echo $f + elif test -f "$srcdir/$f"; then + # Source tree + echo $srcdir/$f + else + # /dev/null tree + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; + esac + done` || { (exit 1); exit 1; } +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@configure_input@,$configure_input,;t t +s,@srcdir@,$ac_srcdir,;t t +s,@abs_srcdir@,$ac_abs_srcdir,;t t +s,@top_srcdir@,$ac_top_srcdir,;t t +s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t +s,@builddir@,$ac_builddir,;t t +s,@abs_builddir@,$ac_abs_builddir,;t t +s,@top_builddir@,$ac_top_builddir,;t t +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t +s,@INSTALL@,$ac_INSTALL,;t t +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out + rm -f $tmp/stdin + if test x"$ac_file" != x-; then + mv $tmp/out $ac_file + else + cat $tmp/out + rm -f $tmp/out + fi + +done +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + +# +# CONFIG_HEADER section. +# # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where # NAME is the cpp macro being defined and VALUE is the value it is being given. # # ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)' -ac_dB='\([ ][ ]*\)[^ ]*%\1#\2' -ac_dC='\3' -ac_dD='%g' -# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE". -ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='\([ ]\)%\1#\2define\3' +ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' +ac_dB='[ ].*$,\1#\2' +ac_dC=' ' +ac_dD=',;t' +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". +ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' +ac_uB='$,\1#\2define\3' ac_uC=' ' -ac_uD='\4%g' -# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_eB='$%\1#\2define\3' -ac_eC=' ' -ac_eD='%g' - -if test "${CONFIG_HEADERS+set}" != set; then -EOF -cat >> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF -fi -for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then +ac_uD=',;t' + +for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case "$ac_file" in - *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` - ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - *) ac_file_in="${ac_file}.in" ;; + case $ac_file in + - | *:- | *:-:* ) # input from stdin + cat >$tmp/stdin + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + * ) ac_file_in=$ac_file.in ;; esac - echo creating $ac_file - - rm -f conftest.frag conftest.in conftest.out - ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` - cat $ac_file_inputs > conftest.in - -EOF - -# Transform confdefs.h into a sed script conftest.vals that substitutes -# the proper values into config.h.in to produce config.h. And first: -# Protect against being on the right side of a sed subst in config.status. -# Protect against being in an unquoted here document in config.status. -rm -f conftest.vals -cat > conftest.hdr <<\EOF -s/[\\&%]/\\&/g -s%[\\$`]%\\&%g -s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp -s%ac_d%ac_u%gp -s%ac_u%ac_e%gp -EOF -sed -n -f conftest.hdr confdefs.h > conftest.vals -rm -f conftest.hdr + test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + + # First look for the input files in the build tree, otherwise in the + # src tree. + ac_file_inputs=`IFS=: + for f in $ac_file_in; do + case $f in + -) echo $tmp/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo $f;; + *) # Relative + if test -f "$f"; then + # Build tree + echo $f + elif test -f "$srcdir/$f"; then + # Source tree + echo $srcdir/$f + else + # /dev/null tree + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; + esac + done` || { (exit 1); exit 1; } + # Remove the trailing spaces. + sed 's/[ ]*$//' $ac_file_inputs >$tmp/in + +_ACEOF + +# Transform confdefs.h into two sed scripts, `conftest.defines' and +# `conftest.undefs', that substitutes the proper values into +# config.h.in to produce config.h. The first handles `#define' +# templates, and the second `#undef' templates. +# And first: Protect against being on the right side of a sed subst in +# config.status. Protect against being in an unquoted here document +# in config.status. +rm -f conftest.defines conftest.undefs +# Using a here document instead of a string reduces the quoting nightmare. +# Putting comments in sed scripts is not portable. +# +# `end' is used to avoid that the second main sed command (meant for +# 0-ary CPP macros) applies to n-ary macro definitions. +# See the Autoconf documentation for `clear'. +cat >confdef2sed.sed <<\_ACEOF +s/[\\&,]/\\&/g +s,[\\$`],\\&,g +t clear +: clear +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp +t end +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp +: end +_ACEOF +# If some macros were called several times there might be several times +# the same #defines, which is useless. Nevertheless, we may not want to +# sort them, since we want the *last* AC-DEFINE to be honored. +uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines +sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs +rm -f confdef2sed.sed # This sed command replaces #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. -cat >> conftest.vals <<\EOF -s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */% -EOF - -# Break up conftest.vals because some shells have a limit on -# the size of here documents, and old seds have small limits too. +cat >>conftest.undefs <<\_ACEOF +s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, +_ACEOF + +# Break up conftest.defines because some shells have a limit on the size +# of here documents, and old seds have small limits too (100 cmds). +echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS +echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS +echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS +echo ' :' >>$CONFIG_STATUS +rm -f conftest.tail +while grep . conftest.defines >/dev/null +do + # Write a limited-size here document to $tmp/defines.sed. + echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS + # Speed up: don't consider the non `#define' lines. + echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS + # Work around the forget-to-reset-the-flag bug. + echo 't clr' >>$CONFIG_STATUS + echo ': clr' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS + echo 'CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in +' >>$CONFIG_STATUS + sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail + rm -f conftest.defines + mv conftest.tail conftest.defines +done +rm -f conftest.defines +echo ' fi # grep' >>$CONFIG_STATUS +echo >>$CONFIG_STATUS +# Break up conftest.undefs because some shells have a limit on the size +# of here documents, and old seds have small limits too (100 cmds). +echo ' # Handle all the #undef templates' >>$CONFIG_STATUS rm -f conftest.tail -while : +while grep . conftest.undefs >/dev/null do - ac_lines=`grep -c . conftest.vals` - # grep -c gives empty output for an empty file on some AIX systems. - if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi - # Write a limited-size here document to conftest.frag. - echo ' cat > conftest.frag <> $CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS + # Write a limited-size here document to $tmp/undefs.sed. + echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS + # Speed up: don't consider the non `#undef' + echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS + # Work around the forget-to-reset-the-flag bug. + echo 't clr' >>$CONFIG_STATUS + echo ': clr' >>$CONFIG_STATUS + sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS echo 'CEOF - sed -f conftest.frag conftest.in > conftest.out - rm -f conftest.in - mv conftest.out conftest.in -' >> $CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail - rm -f conftest.vals - mv conftest.tail conftest.vals + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in +' >>$CONFIG_STATUS + sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail + rm -f conftest.undefs + mv conftest.tail conftest.undefs done -rm -f conftest.vals - -cat >> $CONFIG_STATUS <<\EOF - rm -f conftest.frag conftest.h - echo "/* $ac_file. Generated automatically by configure. */" > conftest.h - cat conftest.in >> conftest.h - rm -f conftest.in - if cmp -s $ac_file conftest.h 2>/dev/null; then - echo "$ac_file is unchanged" - rm -f conftest.h +rm -f conftest.undefs + +cat >>$CONFIG_STATUS <<\_ACEOF + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + if test x"$ac_file" = x-; then + echo "/* Generated by configure. */" >$tmp/config.h else - # Remove last slash and all that follows it. Not all systems have dirname. - ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` - if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then - # The file is in a subdirectory. - test ! -d "$ac_dir" && mkdir "$ac_dir" - fi - rm -f $ac_file - mv conftest.h $ac_file + echo "/* $ac_file. Generated by configure. */" >$tmp/config.h fi -fi; done - -EOF -cat >> $CONFIG_STATUS <>$tmp/config.h + rm -f $tmp/in + if test x"$ac_file" != x-; then + if diff $ac_file $tmp/config.h >/dev/null 2>&1; then + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + ac_dir=`(dirname "$ac_file") 2>/dev/null || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + rm -f $ac_file + mv $tmp/config.h $ac_file + fi + else + cat $tmp/config.h + rm -f $tmp/config.h + fi +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'`/stamp-h$_am_stamp_count +done +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +# +# CONFIG_COMMANDS section. +# +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue + ac_dest=`echo "$ac_file" | sed 's,:.*,,'` + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_dir=`(dirname "$ac_dest") 2>/dev/null || +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_dest" : 'X\(//\)[^/]' \| \ + X"$ac_dest" : 'X\(//\)$' \| \ + X"$ac_dest" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_dest" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac +# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be +# absolute. +ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` +ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` +ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` +ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` + + + { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 +echo "$as_me: executing $ac_dest commands" >&6;} + case $ac_dest in + depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`(dirname "$mf") 2>/dev/null || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + else + continue + fi + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`(dirname "$file") 2>/dev/null || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p $dirpart/$fdir + else + as_dir=$dirpart/$fdir + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} + { (exit 1); exit 1; }; }; } -EOF -cat >> $CONFIG_STATUS <<\EOF -test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h -for ac_file in $CONFIG_FILES; do + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + default-1 ) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; @@ -9317,11 +17034,37 @@ for ac_file in $CONFIG_FILES; do fi ;; esac - done + done ;; + esac +done +_ACEOF -exit 0 -EOF +cat >>$CONFIG_STATUS <<\_ACEOF + +{ (exit 0); exit 0; } +_ACEOF chmod +x $CONFIG_STATUS -rm -fr confdefs* $ac_clean_files -test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 +ac_clean_files=$ac_clean_files_save + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi diff --git a/hcache.c b/hcache.c index ed1cae5..967a7c3 100644 --- a/hcache.c +++ b/hcache.c @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ - +#include #if HAVE_CONFIG_H #include "config.h" @@ -66,7 +66,7 @@ header_cache typedef union { struct timeval timeval; - unsigned long long uid_validity; + uint64_t uid_validity; } validate; static void * @@ -516,7 +516,7 @@ mutt_hcache_per_folder(const char *path, const char *folder) /* This function transforms a header into a char so that it is useable by * db_store */ static void * -mutt_hcache_dump(void *_db, HEADER *h, int *off, unsigned long long uid_validity) +mutt_hcache_dump(void *_db, HEADER *h, int *off, uint64_t uid_validity) { struct header_cache *db = _db; unsigned char *d = NULL; @@ -525,7 +525,7 @@ mutt_hcache_dump(void *_db, HEADER *h, int *off, unsigned long long uid_validity d = lazy_malloc(sizeof(validate)); if (uid_validity) { - memcpy(d, &uid_validity, sizeof(long long)); + memcpy(d, &uid_validity, sizeof(uint64_t)); } else { struct timeval now; gettimeofday(&now, NULL); @@ -658,7 +658,7 @@ mutt_hcache_fetch(void *db, const char *filename, size_t (*keylen)(const char *f } int -mutt_hcache_store(void *db, const char *filename, HEADER *header, unsigned long long uid_validity, size_t (*keylen)(const char *fn)) +mutt_hcache_store(void *db, const char *filename, HEADER *header, uint64_t uid_validity, size_t (*keylen)(const char *fn)) { struct header_cache *h = db; datum key; @@ -839,7 +839,7 @@ mutt_hcache_fetch(void *db, const char *filename, size_t (*keylen)(const char *f } int -mutt_hcache_store(void *db, const char *filename, HEADER *header, unsigned long long uid_validity, size_t (*keylen)(const char *fn)) +mutt_hcache_store(void *db, const char *filename, HEADER *header, uint64_t uid_validity, size_t (*keylen)(const char *fn)) { DBT key; DBT data; diff --git a/imap/Makefile.in b/imap/Makefile.in index b31bee2..b3a1497 100644 --- a/imap/Makefile.in +++ b/imap/Makefile.in @@ -1,6 +1,8 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# @configure_input@ -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -10,71 +12,74 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - -SHELL = @SHELL@ +@SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include - -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -transform = @program_transform_name@ - +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -host_alias = @host_alias@ host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ + +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@ +BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DBX = @DBX@ DEBUGGER = @DEBUGGER@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ DOTLOCK_GROUP = @DOTLOCK_GROUP@ DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@ DOTLOCK_TARGET = @DOTLOCK_TARGET@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ GDB = @GDB@ GENCAT = @GENCAT@ GLIBC21 = @GLIBC21@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLBISON = @INTLBISON@ INTLLIBS = @INTLLIBS@ @@ -82,39 +87,97 @@ INTLOBJS = @INTLOBJS@ INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ ISPELL = @ISPELL@ KRB5CFGPATH = @KRB5CFGPATH@ +LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBIMAP = @LIBIMAP@ LIBIMAPDEPS = @LIBIMAPDEPS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MUTTLIBS = @MUTTLIBS@ MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@ +OBJEXT = @OBJEXT@ OPS = @OPS@ PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ PGPAUX_TARGET = @PGPAUX_TARGET@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SDB = @SDB@ SENDMAIL = @SENDMAIL@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ SMIMEAUX_TARGET = @SMIMEAUX_TARGET@ +STRIP = @STRIP@ SUBVERSION = @SUBVERSION@ U = @U@ +USE_GNUTLS_FALSE = @USE_GNUTLS_FALSE@ +USE_GNUTLS_TRUE = @USE_GNUTLS_TRUE@ +USE_GSS_FALSE = @USE_GSS_FALSE@ +USE_GSS_TRUE = @USE_GSS_TRUE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ +USE_SASL_FALSE = @USE_SASL_FALSE@ +USE_SASL_TRUE = @USE_SASL_TRUE@ +USE_SSL_FALSE = @USE_SSL_FALSE@ +USE_SSL_TRUE = @USE_SSL_TRUE@ VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ docdir = @docdir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ mutt_libesmtp_config_path = @mutt_libesmtp_config_path@ - -AR = @AR@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ AUTOMAKE_OPTIONS = foreign @USE_GSS_TRUE@GSSSOURCES = auth_gss.c -@USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c @USE_SASL_FALSE@AUTHENTICATORS = auth_anon.c auth_cram.c +@USE_SASL_TRUE@AUTHENTICATORS = auth_sasl.c + EXTRA_DIST = BUGS README TODO auth_anon.c auth_cram.c auth_gss.c auth_sasl.c INCLUDES = -I$(top_srcdir) -I../intl @@ -122,205 +185,241 @@ INCLUDES = -I$(top_srcdir) -I../intl noinst_LIBRARIES = libimap.a noinst_HEADERS = auth.h imap_private.h message.h -libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES) +libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \ + message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES) +subdir = imap +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../config.h -CONFIG_CLEAN_FILES = -LIBRARIES = $(noinst_LIBRARIES) - - -DEFS = @DEFS@ -I. -I$(srcdir) -I.. -CPPFLAGS = @CPPFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ -libimap_a_LIBADD = -@USE_SASL_TRUE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \ -@USE_SASL_TRUE@@USE_GSS_TRUE@browse.o command.o imap.o message.o utf7.o \ -@USE_SASL_TRUE@@USE_GSS_TRUE@util.o auth_sasl.o auth_gss.o -@USE_SASL_FALSE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \ -@USE_SASL_FALSE@@USE_GSS_TRUE@browse.o command.o imap.o message.o \ -@USE_SASL_FALSE@@USE_GSS_TRUE@utf7.o util.o auth_anon.o auth_cram.o \ -@USE_SASL_FALSE@@USE_GSS_TRUE@auth_gss.o -@USE_SASL_FALSE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \ -@USE_SASL_FALSE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \ -@USE_SASL_FALSE@@USE_GSS_FALSE@utf7.o util.o auth_anon.o auth_cram.o -@USE_SASL_TRUE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \ -@USE_SASL_TRUE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \ -@USE_SASL_TRUE@@USE_GSS_FALSE@utf7.o util.o auth_sasl.o -CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +LIBRARIES = $(noinst_LIBRARIES) + +libimap_a_AR = $(AR) cru +libimap_a_LIBADD = +am__libimap_a_SOURCES_DIST = auth.c auth_login.c browse.c command.c \ + imap.c imap.h message.c utf7.c util.c auth_anon.c auth_cram.c \ + auth_sasl.c auth_gss.c +@USE_SASL_TRUE@am__objects_1 = auth_sasl.$(OBJEXT) +@USE_SASL_FALSE@am__objects_1 = auth_anon.$(OBJEXT) auth_cram.$(OBJEXT) +@USE_GSS_TRUE@am__objects_2 = auth_gss.$(OBJEXT) +am_libimap_a_OBJECTS = auth.$(OBJEXT) auth_login.$(OBJEXT) \ + browse.$(OBJEXT) command.$(OBJEXT) imap.$(OBJEXT) \ + message.$(OBJEXT) utf7.$(OBJEXT) util.$(OBJEXT) \ + $(am__objects_1) $(am__objects_2) +libimap_a_OBJECTS = $(am_libimap_a_OBJECTS) + +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +depcomp = +am__depfiles_maybe = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ -HEADERS = $(noinst_HEADERS) - -DIST_COMMON = README Makefile.am Makefile.in TODO - +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(am__libimap_a_SOURCES_DIST) +HEADERS = $(noinst_HEADERS) -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - -TAR = tar -GZIP_ENV = --best +DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in TODO SOURCES = $(libimap_a_SOURCES) -OBJECTS = $(libimap_a_OBJECTS) - -all: all-redirect -.SUFFIXES: -.SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps imap/Makefile - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +all: all-am -mostlyclean-noinstLIBRARIES: +.SUFFIXES: +.SUFFIXES: .c .o .obj +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign --ignore-deps imap/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) - -distclean-noinstLIBRARIES: - -maintainer-clean-noinstLIBRARIES: - -.c.o: - $(COMPILE) -c $< - -.s.o: - $(COMPILE) -c $< - -.S.o: - $(COMPILE) -c $< +libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES) + -rm -f libimap.a + $(libimap_a_AR) libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD) + $(RANLIB) libimap.a mostlyclean-compile: - -rm -f *.o core *.core - -clean-compile: + -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -maintainer-clean-compile: +.c.o: + $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< -libimap.a: $(libimap_a_OBJECTS) $(libimap_a_DEPENDENCIES) - -rm -f libimap.a - $(AR) cru libimap.a $(libimap_a_OBJECTS) $(libimap_a_LIBADD) - $(RANLIB) libimap.a +.c.obj: + $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +uninstall-info-am: + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = tags: TAGS -ID: $(HEADERS) $(SOURCES) $(LISP) - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - here=`pwd` && cd $(srcdir) \ - && mkid -f$$here/ID $$unique $(LISP) + mkid -fID $$unique -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS)'; \ - unique=`for i in $$list; do echo $$i; done | \ - awk ' { files[$$0] = 1; } \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique -mostlyclean-tags: +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(CTAGS_ARGS)$$tags$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$tags $$unique -clean-tags: +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) $$here distclean-tags: - -rm -f TAGS ID - -maintainer-clean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) - -subdir = imap +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ fi; \ done -info-am: -info: info-am -dvi-am: -dvi: dvi-am check-am: all-am check: check-am -installcheck-am: -installcheck: installcheck-am -install-exec-am: -install-exec: install-exec-am +all-am: Makefile $(LIBRARIES) $(HEADERS) -install-data-am: +installdirs: +install: install-am +install-exec: install-exec-am install-data: install-data-am +uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-am -uninstall-am: -uninstall: uninstall-am -all-am: Makefile $(LIBRARIES) $(HEADERS) -all-redirect: all-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -installdirs: - +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ - mostlyclean-tags mostlyclean-generic + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am -mostlyclean: mostlyclean-am +clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am -clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ - mostlyclean-am +distclean: distclean-am -clean: clean-am +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags -distclean-am: distclean-noinstLIBRARIES distclean-compile \ - distclean-tags distclean-generic clean-am +dvi: dvi-am -distclean: distclean-am +dvi-am: -maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ - maintainer-clean-compile maintainer-clean-tags \ - maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: maintainer-clean: maintainer-clean-am -.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ -clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ -mostlyclean-compile distclean-compile clean-compile \ -maintainer-clean-compile tags mostlyclean-tags distclean-tags \ -clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ -check-am installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-noinstLIBRARIES ctags distclean distclean-compile \ + distclean-generic distclean-tags distdir dvi dvi-am info \ + info-am install install-am install-data install-data-am \ + install-exec install-exec-am install-info install-info-am \ + install-man install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am tags uninstall uninstall-am uninstall-info-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/imap/message.c b/imap/message.c index 016487b..75089b7 100644 --- a/imap/message.c +++ b/imap/message.c @@ -19,6 +19,7 @@ /* message parsing/updating functions */ +#include #include #include @@ -65,7 +66,7 @@ int imap_read_headers (IMAP_DATA* idata, int msgbegin, int msgend) #if USE_HCACHE void *hc = NULL; - unsigned long long *uid_validity = NULL; + uint64_t *uid_validity = NULL; char uid_buf[64]; #endif /* USE_HCACHE */ @@ -150,7 +151,7 @@ int imap_read_headers (IMAP_DATA* idata, int msgbegin, int msgend) fputs ("\n\n", fp); sprintf(uid_buf, "/%u", h.data->uid); /* XXX --tg 21:41 04-07-11 */ - uid_validity = (unsigned long long *) mutt_hcache_fetch (hc, uid_buf, &imap_hcache_keylen); + uid_validity = (uint64_t *) mutt_hcache_fetch (hc, uid_buf, &imap_hcache_keylen); if (uid_validity != NULL && *uid_validity == idata->uid_validity) { diff --git a/m4/Makefile.in b/m4/Makefile.in index b6ec116..5506b60 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,6 +1,8 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# @configure_input@ -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -10,72 +12,73 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. - -SHELL = @SHELL@ +@SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -bindir = @bindir@ -sbindir = @sbindir@ -libexecdir = @libexecdir@ -datadir = @datadir@ -sysconfdir = @sysconfdir@ -sharedstatedir = @sharedstatedir@ -localstatedir = @localstatedir@ -libdir = @libdir@ -infodir = @infodir@ -mandir = @mandir@ -includedir = @includedir@ -oldincludedir = /usr/include - -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = .. -ACLOCAL = @ACLOCAL@ -AUTOCONF = @AUTOCONF@ -AUTOMAKE = @AUTOMAKE@ -AUTOHEADER = @AUTOHEADER@ - +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -transform = @program_transform_name@ - +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -host_alias = @host_alias@ host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@ +BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@ BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DBX = @DBX@ DEBUGGER = @DEBUGGER@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ DOTLOCK_GROUP = @DOTLOCK_GROUP@ DOTLOCK_PERMISSION = @DOTLOCK_PERMISSION@ DOTLOCK_TARGET = @DOTLOCK_TARGET@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ GDB = @GDB@ GENCAT = @GENCAT@ GLIBC21 = @GLIBC21@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLBISON = @INTLBISON@ INTLLIBS = @INTLLIBS@ @@ -83,130 +86,239 @@ INTLOBJS = @INTLOBJS@ INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ ISPELL = @ISPELL@ KRB5CFGPATH = @KRB5CFGPATH@ +LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBIMAP = @LIBIMAP@ LIBIMAPDEPS = @LIBIMAPDEPS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MUTTLIBS = @MUTTLIBS@ MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@ +OBJEXT = @OBJEXT@ OPS = @OPS@ PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ PGPAUX_TARGET = @PGPAUX_TARGET@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ SDB = @SDB@ SENDMAIL = @SENDMAIL@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ SMIMEAUX_TARGET = @SMIMEAUX_TARGET@ +STRIP = @STRIP@ SUBVERSION = @SUBVERSION@ U = @U@ +USE_GNUTLS_FALSE = @USE_GNUTLS_FALSE@ +USE_GNUTLS_TRUE = @USE_GNUTLS_TRUE@ +USE_GSS_FALSE = @USE_GSS_FALSE@ +USE_GSS_TRUE = @USE_GSS_TRUE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ +USE_SASL_FALSE = @USE_SASL_FALSE@ +USE_SASL_TRUE = @USE_SASL_TRUE@ +USE_SSL_FALSE = @USE_SSL_FALSE@ +USE_SSL_TRUE = @USE_SSL_TRUE@ VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ docdir = @docdir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ mutt_libesmtp_config_path = @mutt_libesmtp_config_path@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ + +EXTRA_DIST = README Makefile.am.in \ +codeset.m4 \ +curslib.m4 \ +funcdecl.m4 \ +gettext.m4 \ +glibc21.m4 \ +gssapi.m4 \ +iconv.m4 \ +lcmessage.m4 \ +libesmtp.m4 \ +progtest.m4 -EXTRA_DIST = README Makefile.am.in codeset.m4 curslib.m4 funcdecl.m4 gettext.m4 glibc21.m4 gssapi.m4 iconv.m4 lcmessage.m4 libesmtp.m4 progtest.m4 - +subdir = m4 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../config.h -CONFIG_CLEAN_FILES = -DIST_COMMON = README Makefile.am Makefile.in - +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +depcomp = +am__depfiles_maybe = +DIST_SOURCES = +DIST_COMMON = README Makefile.am Makefile.in +all: all-am -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) - -TAR = tar -GZIP_ENV = --best -all: all-redirect .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps m4/Makefile - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu --ignore-deps m4/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: tags: TAGS TAGS: +ctags: CTAGS +CTAGS: -distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -subdir = m4 +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ fi; \ done -info-am: -info: info-am -dvi-am: -dvi: dvi-am check-am: all-am check: check-am -installcheck-am: -installcheck: installcheck-am -install-exec-am: -install-exec: install-exec-am +all-am: Makefile -install-data-am: +installdirs: +install: install-am +install-exec: install-exec-am install-data: install-data-am +uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -install: install-am -uninstall-am: -uninstall: uninstall-am -all-am: Makefile -all-redirect: all-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install -installdirs: - +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) - -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: -mostlyclean-am: mostlyclean-generic + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am -mostlyclean: mostlyclean-am +clean-am: clean-generic mostlyclean-am -clean-am: clean-generic mostlyclean-am +distclean: distclean-am -clean: clean-am +distclean-am: clean-am distclean-generic -distclean-am: distclean-generic clean-am +dvi: dvi-am -distclean: distclean-am +dvi-am: -maintainer-clean-am: maintainer-clean-generic distclean-am - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: maintainer-clean: maintainer-clean-am -.PHONY: tags distdir info-am info dvi-am dvi check check-am \ -installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am Makefile.am: Makefile.am.in @@ -219,7 +331,6 @@ Makefile.am: Makefile.am.in sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t chmod a-w $@t mv $@t $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/po/bg.gmo b/po/bg.gmo index 80eb340b846b556c489551726f4f5ff3f494d1e9..692bf69656dc970117f2270df20318684793948b 100644 GIT binary patch delta 19045 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 diff --git a/po/da.gmo b/po/da.gmo index 3ec3f0212c38cd7167f632d71127674f8ef6fddf..19428ebfa9e5a031b2863a3cb68f7e2aab6899df 100644 GIT binary patch delta 17237 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 Xo@K)%_4Z^Z=tl}qpR)IwI#d4-^~hG@ delta 17183 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�XRUorowRR(p&qp=|F$9(t+ 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 VDLQ|W&qSS$IXh|N>(aG1{U1=ySfKy_ diff --git a/po/de.gmo b/po/de.gmo index 2b78d2360c0e567b4fea20a4248325fde9db7592..c46fd0481e4ca6fb6924c7bd92d0319f41a9143d 100644 GIT binary patch delta 19463 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 N0lgnTu>G#v{|~-1{=)zO delta 19392 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 bG367~_a|QpE0UamIs^I-+*Ghpz@z^GzkmBr diff --git a/po/el.gmo b/po/el.gmo index 31cc26fc682f90ce388cefef30136e014e482148..0d5253b4bf1da5e4abf281310d87692f44a59161 100644 GIT binary patch delta 18491 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 Wknt?5tsMunW#pJ=x1P4wrvC?c^QkNV delta 18355 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 delta 18355 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 GNBW)d0O3p+8l}<+&SGpJlSSeCS(Mq@E>xJ$* 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 Q9+5hd_EWdI+RC;62e>k`q5uE@ diff --git a/po/it.gmo b/po/it.gmo index 980ecc590086111ebc02280d43d8ba81e2ad2181..3048f7b7a4b794b5bb33de78803ef08b69a30910 100644 GIT binary patch delta 19164 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 ne>5tEKTubyf2*n!sfqsTlW6|EcQKD delta 19473 zcmZA82Y8L=n`yG2o< zs9B=~RYj?)RloP=+_(SV^?k1E?(5$BIp@&!+EM>&NB!MPIs89%cs}rRoM@cRKX&>% z&hxU$b)5TeI8F%ug`w!zz;VJb0u!+)#$!uV`wW!*D$ChtI zEp)fijPIN#q5*HBX8Ih}VZ@t`lLHH)8dOA0v?;1yZ`96A#)7yQwc-O9j8{?pKEOg4 z(8Met1v8PZg05y*mq-xy$6PoH3*g77j&`B8EDf{a9n6T&upat0H9OS6+7dOvRLp=Q zQ4=3)^B1G~+uoG@*VdjULld}+x;%GKXa5*W;!E^k$!2EY7O1<>9(80RFb-#-j%XWd z0(((A@GFMk16%Ij+_VdB&i?Cc63Nhvs-m{A11f(g>e9@_thgDqV>?ktl8&MH3{@W7 z!t7Wc)J`R%CQ=zyuPx@pei(-1Tq3Hl0JQ_#P?u*PY9ha(w(bQM##}AU05wq^wy^d@ zb?l=0n{C~U)kz=0%9yQ{*~x~eBX;`|$w6cu=EV)D2^_WQJE%L5t+jcrVo?LvKpjDA z)I^7%2A+l5u}!EWIf_Ym4|N1lZOqmeMqXFfsX;_D?|}(83Uw5#Py_8nb?^)3LZ7x~ z;7C-5WwAKcN3|b`djD6V2M?ky;VsnNx{JCaPcT~Ve};CZLL90>0n|!TP#rZ!o%ul2 zmMyY=kGi~nVi-Qg+?ch!Sx`aLYgq|3@ouPc7xjs`2s1Ojv&R-3My==uM&rLWKdgf} zg5s#Ht&ZWCirV5K=)r|p0>4GIzl)kcmbXm3QmFo0VL}hrUE&$29axTfUB5-$nOmrOA)U=Q1yJ>>xkS`q zJJh8Zisf*Lt#AfQk^T$SQDPUfQ*WYcQq4F!hEFbpz?cR7Id)~PP66TVOi2wP&*OX z&D-8}iV@M}YKYnKE!5WbMO~WlsI!`fYWM|eVn1S0yo$OL!QD-HQB?a{m;u|NKXyV* ztSjn>2Vkt;|CvMzkg)~zKA*=Fyp9?;qKElJOhHYw8S2Qope8s5HQ*f7QEfnN{T0*^ zJ;jU|-qXCMF_=WUvSfUx2N5-#gMoM$bs0~i-q*XR0i0fD<>9FOqNstYqIRw=YA1Ty z^kh`M`Is3uU?P5r`mVW%t}6U)3!b62CSPy!x>QH4v=yp@L8zS?je3pNTDPGt(|*(r zrDHPwgL>@}`j{iAfVzBDQ44L{hyB;e+S-Ets197~N2p7+95vBx=)r@icDJnmp>`s) zuNkl?>aNs454J_^@CeL?TQC;)^kx6!h+H8ZtmSQ48sTx`cf(9tWfM%V;5yVq|=US@0%mWe-tzA$Wi>88y*H zs3Ylu8ek}Dz*(p*UW#ge+Lk{+???1N^W_we8n_j*5Z4(%B#e$>`i!Ti_~HSkDVz5umTTQLWoKrP@p>a~9A&FB2X2AhHcsLN3q)u18j zlB8lzd>=L799#Y=hLYZen&?T?5!^%d^AvqC^Lyr7GYGX))lfUz2=g(%(}#!}%(Ml| zusrGAs3Uob1u^3gvz5iHbx}uQcoM4L8K?y>9me@< z>o$?04i94_UPYbJGgQOy;bukAsQg3>!0M<8*GH|mF=oZKsJql1bKx-5Yd#Y--j}Fx zjt^)5^^tg+3~hCe5#~(upaxDs&9odg!@9P7F=~JTaDtP53IRzZ=Niah(@L@{keyzWE`Mj2gHZYQR3I4&Fm`FcGz)X{fXQ7#rhC zERGLRmoont({EYSC2xhg3%yYj9FLKV@2n@HE!>X<@d_qk;8^n-mO?e?kDA!Ws1
f|W4}H>0-nFzRw$Lk)Nr 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 Dc-%c< diff --git a/po/sv.gmo b/po/sv.gmo index 6fbce07cf322f9e0387d358e7d279241e4bfd927..0554a3596c67b761a469282e8b64bf542f573799 100644 GIT binary patch delta 19463 zcmYk^3EWll_Q&zP&uO5+kd)H!6wOM6WWMGpQ$-0ENl7VYxITgyz@TBdMMnJO!i(kFi> z)bhW(lcdbsNz$fLas2GPaPK5J+nZFy18`qF5*y(;cpwf$`_Fz5E8r^`=V9#s5G&$J z+y^&cVfQ3yi^=|IQy6aB5VhMLgXQrww4v>}SO>cxN7|0a`uCxO+x`O^;K#_xw%f60 zlAKc;**_;7);^~_T7OPo=a(*s$ZHswiPdmEI^diyGX9JlJ+~~1;M_fNKV&r4oqHHk z>D)6=q~~6Yb+IQ>=-hD_>tD>~m!Lq;{o47Z8@3u?=seMer|0o544xMrSHUoB!+Dn= zN6+JV>AEmXne(P&6MO?jeBK(g|NIo$J)e!F8FD59IKLh4hJSZ{czAwytb`M=IzEJr z@g)pHQ6ro>eRJ)v~Q^)H|`|=4aY(5S=c2g|mtm|Mf>PGuPTW`iJ50+Kyo#dk5T1*+!?(zh3v)=i3ptS- zgsss57hZ)7UKmOQZ%2kNd;}eM;hc=&@QM2Cky977z!L0*jSCugXprTim$4qcj~uvY zL$Tj6QsKakvC*~acsx3=V_ZWi=y(HiwBvo~;Es_3&UX9|rKDrnX__RR_CzV@bQF@l z)7e;XUps{%o_D$p-Th7vp;UCru3@LhVHo%ot0&3DoQ#7nZi5V7+z}7K9%%o?Q;?$< z&%+X2i_+9t#Yb&*-UHP@XQ~$Bpw65qT|lPN1*fA(I=4fHI`>97?>q_Jiq5ZR{0P4H4QcgdJ+K2oFrFL^!ge;8PqO{_x^U8=&vu}c+Z7`*gw zl!8mo_tpF{Ua9|cl3aNNlDZ4$Leeg$Aj!L2f+fg&awtwk_PW>`4t23N)?HOI7C7*# zW04$Jor?~<>KY{TRim=`r;v14y^75+Qp2IE!q8z!(ltd9b`6I(-SwP|-H_d`!!tgB zlV)T4hXRW1>I?9AjOs0q&msk`eko%_$dRiz z73aIfe);Yu$T+xL37YQ~jw<3pxA0W{x^+PZbh|!VFb+l1?Qv9W-Ts;NzrbODx`+e1M+&5(duLPw-TNX1x{t<#a4K5ceF;{R|L(tPIOrNq#KLPDB7@hQfQsar zOR)`(z?gpn564fDp&pfxQay}CZhKsTWpFG~w8sRrug85Tg*~3n7R}k< zVUKOdiEHCl1kXm1UfT~FVHkGcwR2E}*M5y0zIF?`Ej>dK<2}_yT(h31V@qtG%|}fg zsXqe?r0V&t1_M2}qs_gHCB7_rIV>dY)fyE`ueM0~UYDaay@n#kdQHR@I1|-Eug|mj z-_ZW+Z^ZW^}2XVJmeMRCTu9mvt% zoDRo(H%AWkJ`)|-J5nYcz55~Qdq<>hRquHyCA~wj5?mAapErF}aw!i*8~cQT3OEVX zMxTdK1^0Ow9nj}J6nUR86yp)8gRbXvD0jUygc8?tzO;WnT6cZahBeoRW7NI=Cg;Zw zo$H^-7QB#6%ty*xzX4s7zT}EX`<5UBeUC*-^*s$0Zr?r`hoM^PI}Rz-cNUVl?_3N! z8&L}SdE;94i{Jku(te_h$ohrnG0_GY=oiHk?1cMZ4-`qiIH&|CVC;K7<3glFzpv1N z{X!YF(qE9VzJJ)KaQ~ChIfed_>$(PRLtlygXCR0Ae}EL|{~zRS|6h?K{r^DKJ0J|o z`G8Z9G6OoIg9Z#h2M-7ZI5yx>jCC)g)C_nZ*%`1L_m=+w>ow$Rz@KQtK!p+u1|EVo z4m=SL!VcIBv+sd{A+3D_7a2qLwEB6SoQ6bcJu(4nXZ2erln<$us| z8V()Q1zTd&giV8DXDY+r4-vKxL4IOwxXFMFcqy0BLoXx+E z_T2CZa^i*`vEbmrB^n|bd<>Fq@Wn`h!M#zD4IYlME>a`H!3$6{gTs)62mgemAF>-Z zK9ENF*L5F4MQ1^8X4LIMLhHj zG&c0oY`#BoeCQbD=+G%B1w&uKuoL!k_%A#R!*NR8SRw8|X>SZERpyOHpba;M0x^CK z9)-7}l-wAGIC0}rwCBd{Mc(8_M5H%`g9qYC86yQ8xoJF7?54?Bf^l0~;lCo+CWa}9 zh+tSqN8(|;jA9vfGBQ3aBHkT4ql1QZ#nUnNQ)1X6q|~slk)p#kqW}t(Q7Q@wIEt<=CNfx({v z_+lDP)u^T6hakm<$8D;Qp>Uix{3ZN4}1+?k$Y@uaJ`?H(*2DiBfn=1C)weIFnS8zgv#b z;J__e(cE&aKEt<6z{dDEQs|Z?C^fgN#oaIra&%OAWN=hSZG2QyB>$*Z$l+0EBRiw6 zN3}I70_O0jnHWF+N6pqyJfq%4MKkJiWNg$nbns|Vh2hcRCv)e?oT0q$p)$N>D9~Io$c-;h44t95kjcI&921Y=SdTG-E!-qc9@2 z{?;~V{jG7J0B*ej9dPTNcqGn3c5V%&th z_DPc4Lt2G%dmOMIPC~_X`!mSc?JpxoZ~qh-j@pX|#~zA%<7r5>v7L~jVEP9)XPKRNR{Jg~%bp<1a@W$4BvTVEoM}r{f<+PK=L;WBh9jgFBETcNmKz zyyGxb*>{|WuGbv{Q2=+`kM`dY4jqi!kt%mmExw8icV4g2)WDNi2|q#}-njxfaOZC* z!U@!gA0iVR9#T&@78#ztBI2fh}c0B!w!cgM)8t;;zp#* zq_87(lOhHC6*Qvy>*3YNkx92^oQ@1kT7(>#^d0j4ZYsq$-QDewk-NuZE1Zulaa(cz zo`_fq?&*Rj;shl5J>igb_qx(afrR%m7P+}MBC+A#DcBI-Ly_DYQkuW7VsZYyqp`Vu zcVzIsd+|tIjK?R*ntU>nfAWPHyP_JK+&`OFyoLCcYH}PHj7S|k`4?1N_lrI$ zLD7Xm_qWIWa3Jo3cOvQUpN0(I{|}U!`#(TZ-~R)$@jxY{>;sL9;}4vU>^yL7-2Yf` zivf{7Fg4@rs3;%!6y@~6G-C<6Ef0z^9DDFgRP_&DiIR`m9rJeIj8-1|EK;%*pPML*rJ|!X%{ghBdL=Qy-6nf|^EWy4gl7}W`evymbX$HDb5A~635V`1o#7PuFl zfQ&tIe%8MR?SEtlO3fqpW#dnyfF5}RtKxDj!Hrm1{--h)2TbK%957X-#vdl9My{*j zNMvy81L(l1p^ONozKi8CiZi$k)xx6?KcpVDCyMV;w!?u(6?*J@^gN{Eqv2>1`G0hp zMqL9-P_7>R5f#&8VSoaU*%Y2X7Ls%FvCEMok45TAFe0squVmvNW9(aBZA!rxHDPaTN%JrxSD^Hh(x{~~y5gaNsJY6`06r{-h} z!$6FOlp>p+Lyk_jCLEl8G}=G?LUh3NKFE>j_o0KQhaIX-Uy1h4P#5vLkn@_5ET6yc0eOoTHc=Tb3aRdIeML;y3xLD9|($)g_* za(HHMEWz8+zL`%)5%Ff`B6PsaFHj0*Zb4Q1v^<69Plq9nJT0FQ@zY15^-o`bB}mFB zx~IpY{ZB_K9sKkXjP+|!5kCW^q-HqyOhFXkz%%D&yb|l{4?vMVGZ`6t<{h-@nQyTf zZo>nTgyb2Z5b0g5)b76=>&;1Kq;-=#K^Re&XBzgW^Y=H&b8zVvr zKmS%X{xMqnLJn(L^n$2M2TnwuzR(q^@xmw+*$XpKR4**R<`@TZaE`U1(41pY8t0sa zYG6(jsr_@LuB^l6{8PVGlDv8sx*e~E9SXnt4HlxYT|*?V@iu;+e=QuL#%pJzNMGxM z4t#9{=5cDq$FYL`bT!%==OjtWnSW9-B7ZY#f&Dl8A$xC*MX7o7F>Hj3pflzbZp;?QVHDH6cd`XxP_fNhh2)y= z(5Q|1>L99oJ{jY_&%X#2+x$qyQ8*s0oxcbh<8q|L0(Fx}%>uzD(zrl+;w!kY;Bt*v z5C-IGK|hRz6H#gw+@EnSie|xT+$~AoEsGp@Hw-fLZbWMA-Eiz=Ww&L*O&71g2vC|8R@f#9r+?`QLCuzr%f7m{-5 zy@px84T|i&s2Tg-8;TBo?>>xmkrD^L_XU#wz0FwAc%Phc@cTB$J%9gbJQh3QNf-v2 zU~DAs;*ee>i$mgr@Dyx}eX#*Ph>CA>7#615nBE+RBR>mkMxn6oWifHMXsL+;PhE!WR4AsceF-W@K^|`4QQ&YtaGAZow89#l-Vv3(r z;GrlLAGJd@@ln{Rhj$=*A3f(%^v3!6Ym?+Zhha&Qd`8u9__IPtY2#;+f|!Vij>kvP zqR+lY4t=%*9r}4QWcc&;SO+5o!B9ZNpFf$+FGh}j9{Wr12Xq^ji$02S`TnRF3(L>e zU|@L{bl~z4$f4!oKncEslvutB<$U>{SUyRO_b+I?9u52tmf)6Re}&EQ=lm7qioefa(E~-c zVk$Plx6r;7>yUz9Q=^noWGCpKj1>KP6teSmIIh^g{t}xe$;#caAg3#%C`hyNQl!Aj zu4v=R>(DJ&84^-yWq7mL|%P62pRhJW-P&1(E;Bs$32r|6&XW`RSt<%toj=oTXg|CVAWOG z_+X^Ws@t(9&OnN-nvbn;W!(RgB>66+7TI@E1KQu6g=O*bj8|hN{hk=}VVH8?#Wib& zFCzuNTZM<=dgS2h60~mh3CRBHYmiE-9UHf3b?F}>702p-7_f2m5+wba9F`y>QRQn+ zKys})4SnOSi4+CzK~Aq(fEDl$tl_FhEl_4{2|9S~AxMF>v7b_FLupE^E%et=?Q18X zRIGg@>(9gL`u{?auU&_VXYFq&1>YZ7od2HF@q5DeXJZ2#f+G8VDmKCwQA)p$qVr|- z{TgKN2TsPVD*Vt;!@?hqM~?i^4H^7lAeP|cSOz0PO8xLYa^Qz=P((j$LXoaxw3Jke z@pUb*DxQHNUUwOCa9tmC__}+sy8N$uPJ`s@7G)Ew(Lw9}Lb+P69sh1;eH-N9`Wv$G zG05Qhndo+`UzYVFQVws36mnogc{~-J5sGf;g7t7{^a~mfX~@NfmyqWhK0=3X*ih{M zm`9TSsFGv+M>2+iA0skGf4mm$|M6C&#E+qv+W0Z-1tTEqe^LkW1@%*FR4YGSf&~%% z6q4_T1CfkBaVm=Kr*T*oBf{7aN;SpTQLX$GxuncSbFpt@=Fr9q^`&)VKXl;62ax0& z=c1f%{2V#HadX^%9{((#ald~qL6ZM`5sLQbA!y^z_hZb@!MeB(8Qv5JlXR0PBgdOg zL)URrCltV@Q78qQrlA8jy^`^hjGN>ByPuoG0n%?i5_!0}U2(zYp2+a#+mL*lA4HCA zem?6*&N;9-l&FF`QL47s6AEonA7O7xD8r#GaqX<%G8_fAWpYR@H(Opnso3&w3f7yiIf=?KU!pquY+j z7`b=Awt-k4??J`6?ID!nZ8LFqTu?e+NVYB2sBGXr=)i5Ok@0PtP|mkQNWPu75z+QG zSc2yx$G7)I^|Spxv}XHLSQg(z4sV~2>S_BY$kE>;1=jt3DxNI=zmp{#`28_#kCD4Z zN%99H@l)y#--c04e_VkM|6>$V>W{f-?vGGN#5=-45$-q~>*9InX6)#L6x%Ts1+?QO zWP8VAER<+`q`}i2o6&+l(Ie_n*5__IsK@u=eed>LEfdno6B z{$AwHaLj=_4@EY29*GKa=LK>970=EvD3?1gLmPJv!V;W>a<}tEjCF4#2X`*YxB^AI z^B1JhU(yiO{TJ23(Z3=^Qu$XXtQP)?>rCmt`Xh(`8WH!uy~f=Jj>R9aYLbThu4Nj( zI65#*!m&CS8xO#6EY?NDCHMihz#p+ylBV+P$9bAY3hYZGW!3R<+#BCOcG3@>@8C2I z>1!uxj(l>L=FTZD$X$mg=}*K4_$ls>JMhpX%~P$EXW<0>Va53}p@em1nqdVz4I3iK z-LACEU_25FPily;%-2{2x8gBLTGo}LLR$8ejJ>di{yiw-va@k_T!tbkyBs-Kb|;oi z(sFKwYnztyof46kiiBeELijnlYMNtc2w@{{0Qb>0@TjM|jk=v$t zKT64Nac_@H(%pRxtC4i~zhP^<7v*;M50PRO^5}pHQRN(~aCp`aM;%n*N<0KdBIzqc zfX(n*^!tBWQH93BiXl}^42k5fVni1G5lDfG4}x4(paQurKfNY3_FD*G@^RzCu!w~#6guCA_J9AMT%4oWjIp#5fo|V*H9#t zKgY&Nx<@&5@E!+aE$onu_r(+SBejZcj}<7zdsasZ?%6i(ziYE+MA!zO$LL4yPfpUk z-0fJn*Wa-v#x>>GUJH4u?p+rZ)!q>?NB53f<96(Q8(P12TsJkb_c}Z(NvqUB zfmi7i_g{{yOfaB0sw_p)RQU!;TIFXX;XWzugH@5E`!q(8>=U`=@II4KO7>ZZZp}Wc z(ZN-tcsW${XxtAk#LCz^>)+)3khE$PRTGTjkmIUfqnfC?9o>d~Ly2m543c=?b|_W* z_Q~cW0QY;}7my?SMrzpI_cwGaszq^9tXh4vuG%?Szc3(cJc??d+7c8|wTPU7>LG0z zJPs96^{DFL-;w0ihhnUI1XX$UH#5e5so5_M zW_$xi|626lf6|)6G<=cNjO$euBL$?d`96k$C`LK0`4?77(*5ISg9G+I4EMxvNKx&7 z4LV@|_>Pz3{o{JMZu>9BR`?B;OVV2VW~>$S?tiTVG;FBVCI&FRt2t2XQk1J&;h<|) z>j~sYt@z?mT(y2J&ex9nu6S#oRh+LK`$SlK6iQL;C{7C1j$6Q9?fBkMJGFOW!9<-p z#RYZ30SDJE*t*}Ia+5MN*4VCN`_g_(zLql`Zp86e7B=w`JgHw^G^%o#V>wkj` z)sI>b(E(B295^6~%en)uK-ctun=-~1mRoSZ)7ku|88@TqKX8viap1t?&<~dbFGk-? z2TsI1#;;O}@W3VLb{rTENXda4P^1kipkF8^>2IDH}&bB5fSE!u@aD zF&iJ0jo*=tKY~)&_)QdHVSjGKsGDd^sO&&l+)g-Fa zb!rmT?ck;rkhD!h8HSr4j2vznMMt5gkwS_zorbaQbyPb|m!i}({RP=+Rvz7sX8R$< znw^QY3mV-t+~;N?aXXxYQgKjh;ORl30O<}oBkRZdJ@toUteb!wIp|f4b#Xn}J1CSC zaq}j~PV=)-pv}9YqHjJ03nFPgUqkUV4^J6xaS-yn#W5&XEh17Lw-}64(BfXCREwwu zIc)JII;qe*}j8k>+i1rA-2KK;{My%vWfwbv^*h6%GucR8hs8O zaX&inh)9Wpj`$gUMYrA?{g7%M#kL#9wUwIIQRTs5XnpI4Q8Biji;A)JJII07?;2i= z%OomE%{BHm)r=pr*^^UH`2#GRl}u{UrbZ!^*Yp-|$RE#o^F7Q*{%iZ=}JtA9Bz z(jVdVwVQj}m?!-tV?9(KIriee$>$zI&Zn!3^9nb~U9Qi5I>1}{7ZrW8Nl4X3F690K zMU|f8o$QU``kyB!_qiyvxPG48LQY>%Y{zFR!1!0PNq2MqLYE*7O?(gKx?m{SUweZn zbI%)i&44F&Sdr;>+Tm@aI-Gk6j1WvhE45LeEz2lHO@uf$`jO1A{T@!ISG$WNG^ppEE7CLCqxTQ@9uAW7d-?liS1C5gdrQ zooxJqwXtP!S#B*-G`GT4Dm*ld-CIp%2AL)H9TXcu9 zayFl&|8zEXPmw93DJN3f>|ecDf08|oZgT=)NeZZ%sp;@)YFN@b!h~s&PtzM z!Q7S2tv5G8`!VnNQk=_-rze^C4}%dv7ww-Jb$jw^A|3Ai-J2Dx6-g?cc_k1}F4i2P zQD0k`{mPU(^)KU}+lF_}yMSsaV+Vm~&s&UPFBW>G{LPl^8F`fpjoVA9oF z$?Hkq_s%h|xN{x68;j$9T}blY+_qvry-{0MQYDnDXs(J^&6YmZjTic8`UXvVS#W{L zeX~i(T~uu6r7s4T z+~mx}t{nf1VP2=-8XsGn%eS)WR%2y~{oMUUrr#K!ZTx9$=3QSLkAD!KwAH_qt!uNf z02R|kc%N4==?jtn_jG!CAGhID{GTV?&Dil4hPUMy+h3d9X*=!8*xC5A*@i5qIcxKo zqv_TEHI{BIw(|-+FPMBu^yNQyXK|wR^Xpti2`Uk|OhaSWoJB z^3{Aa)PIcxJ_^K^!OAH1PBmOt*lYZC{@lYUxc>1U)z?)_p^`sAj-Fl(X~Mis}h&xoJ#)js@e zDE+&_(vjjv?!m0n%^FUmb-g6dedT~ihbMQ058oaB&{X=QFK65nNuNL7p1&2xl4bh) zX@8gXE5`Z%@LtSNQ$1I$GldKf!V`*rWw(wQXfug!iE1$(S{b(Nmx{4^xFP-lN6SI)w`Jf~BO8 zovl65nD2&EJH5;ss>S0frIoCy<(1!D)#7mOD(z2-?OmU_5483z_R?qUYpee9-7I|3 zd!C8wvPn71xx49h&J6LM>#b?5UpD`l_Bw6R=Ej-ZRlFQ8eI70%oo>EfHb#x)0&DYL zwUHa{{i3Um9~`+&CcWu2ZAF&vQ{0pn>8>Z=!F)x%aO`dC6jgec_h#)^cdgQY@W1V7 z;d#`);qGji`e>C%_zS1YJCU!kJLFHTT z>Y)SDdyDEhUw%i<_47E-Fr@^Gt{`pQSw4 zUE7VwaU>mFT(j#lRa5D2S#JT((*MQ#v-ebc&MMC3_tEcIY^T=5lSW|kv2dx6A03jG zj+cI<>M9qTPBGra(8t)A8kr!n5lm`jpKV?ug=+WY?}eZbt6x`$%izOMg2 zRockckDI|D>NuCpRwd={Z)q2Vs4n$smvhGDZ&inV` zs`Th06LkbEDHHy4$p$^gg5A%lWyL-iap3nv;{{5r$7dPkx}W zc3vroCnaS*)bjXqYmuAbbN$cEQ7c!wI3AyQj--k<*HfpJS3tSbVg_$F-!_xU-&d4A zX+(97P4{H|Gqpd|e$e|?actLTDz~NoJxkFh?`!v*RPWeoXQqcS(U5%tqm`D<%pWQ!P<(}DUCEl_T+mTU!bvO(yG&&5Qu1LS~^wwkybG;&b+C3@|XLVZp|w1 zTJ2k~7RD2yOe!{08BZi=*OPu>@7cS0Y*y004Vz=#;&}R(L(=x%I}Ef$rIjD6y;Hl9 z_i+74oKj3LN7a$OS==0-=^A51DE)uwH1)sZ$y{S`UcQmBl6L9{Sb2WAyFIDcN|^^SloCmyt=1lIgSB ze`o6?{V%oSo#MUL+b@0;-fH4P9a7~!w6L>wRqxCCFX=a7@DrPwSU5inD^f3_2icNbuiaaV^6&f-d`>1grZMJ;;!c~jZ3|& ztsRO#7AMlH^vkd*bqR;ki25k3oJ_jxtQz@raWZMhS+xtf$ISmy+~Y4VliV5E{)QRn zvk~Y1&y$n>c=EBc6#nVPo&%NrjVo_v&*^&#rT7 JoIUcV{{zEm2$cW; delta 19392 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 iqfR}_zr}^5eI-~?Ci*Qfuchz9Tf_5T16+yx;3 diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 0ddbf5869933071de5d21cc540611d591604f17c..b001fb6d7aaba0be5958b5fcca77665efff48d33 100644 GIT binary patch delta 12977 zcmYkC2Yi)9x`*dG3Rrek#J(sI1woV^LP!s3kP3t(K!602&_k0z8YdMJ^lQn#`k%$ zL4RZVU2V*1{>BWx&Xtc5`WiFFffvAj@IpAm%0uDbSf^O|Qg{~Y3fKp3hTIv`3a@~- zKr{$41xsYpNf4&;-6;)C6Gw`w?Gv5?}O*VhoH{A1aZ#)L#T7VLzIrgSu+$4 zhs?*xVeXGx4RLf_6&waTAdZfE3gXbX!`L@}Ve$(CE(G+3WFp{Vcn%y3i7;TIWg_gw zIvwIjz-)*k0c-7k3q)VQPDlv?6aXa%xDS%SfJ1N~JOXhf;3w=$!T8f4o{lG7O3io~ z=D_$Eh(qJ2LLwW#98!|;wNUr|4t4KING8U=3CYy>FWvn>=|yLt^x|+}803853`=i5 z6D|f;LKFtJK~f%g4rfYeg*Y;SJw-Huv`Ri95?%|HnTufsq_-w)hoj&F za4`HFlEENsC_~;L8bXl6WXlya`f*kPb*@LhghF8KM&D{<{$UAwR?ZUSmRSDnqYFK!l-D5RXGM zAin{jt01WkRiu(1fb>M@zaUu(Rjv6g2vY`$JS+hceV8J|>9AtRy)c!8K*KsA83?-> zdZ|g+b4iy$DcY94V20hc45fEb9-FB8oZaRd&4-$Npd#2G1!42DD=nGA_6 zvKnGE5`{{2`9(6?xK?Poym7Tw^8<*89hkiQ}vw)gH)!G~Yy}kc><$ zgS_jBdTuD5c%PL&15q~dYe-3=lmYHVkzP3*MHbCpq4bLLAbU~DzzEokeJO}~9CA78 zb;u7-)H{$`MSTuQY1EI9=%f2U9Eetm{h)e=2&0oM4hVmZ2ExqLjx3LL7-v^IuZ-yY8<5h( z$PgKhrOe7qEd8SUv2q-{-q;W(9E^>F7>-qndcy^9B$Q#Cj8$z(aqO)SM`NFbL>~Jw zBr~zULG;Aoj7k+Z3=(Ct{2q!;3Dgrli{+#x2UGwvIRr<1s>6i&Jp649hE zNG&I&K+a7nghVi@6_VmfQiOp?2O$O~y$Pj9O-m*w%OM<{d^O}1OrBun(6#I9f$*yzlNkPo~-BxE1oloI6fYdnRu0sG{>)n=fE9Sz7KLI zUeBEj#J>i;cpU#F6TC}Mb6oCC89&6O_cs#aE#tRiV_16;Ax^FAi~6%5Jiav5XFg`A*oBe8S0{5 z3mHgM4@mwh#QDUpAPy$}X!n1Ge>Elvqbg+*!6@>iK@dAhA$tE9NScA*8n_ygqNE*= z!%5a)l4^^CNirc%9Q+9r4r)!6lDwpQyzt6 zV9Hx?C{$*yHD)TmdfK0w0C8+;9^`3yr zKdl|&$h7BSU-%vz2fu|lmO2FDaB4WDXHw@v981lG+OL2YQUBEKOfZEq)7X=~G_oW;X(14MY4PxK zE~m*OB1%&#>B_YGv;hx8x;yP_h{1G~f^|Cm;#)^T6s6CF17IQKUU~;4GwE`Kv+4hY zlp_5E>}yO0S<$_WkW+uAyKV)X=7Z0arR=E2!pVIp$r89p-fZj)%*Ss%b*@CQiAGF2MVoEZoGU=~D{Sq@2k<{n6(nFk?GXTA&xDDw-w zf4rN0E`k9NrP`RS+Hi5Ux?KAkAr8)#BJp8Jjc30J{fwEz3-WOgWXvHe%IKV>5QB5- zEdLJuSQEKQHRm|?Rin95fZ@4BuZZR*LqAvmab&JaA^BaFDg~LC`#Z!?)_IWZWsQJ1 zmNf(7cvcm>5_UsMne{m2UeOi-FP6OzijWe|t**ptG%Hp>H$2=ZQo7|8n;QtJiCbZ&th;ogE= zh@%TiA*EQL`}EKP1*CJ&Sh;$@O9TskV}fT3@m48ZI1Zv<;S`ASg-amOF4QZ)!G-t2 zbD&a;!G+eLgBqNJ? z88WbV0vrIRLYi>#Du{!NrAYhxpdWl3UI{;doL|xlVt5ICr1MKcAw9Gt!*ZG4KZcf6 zAP`$2nOLHCN{W}f0Hx>$c%d;%8T#Q_%23Uhrb7%YErz_3rCT8>UV0fSvjN}%eo;RFH_3N)G{?wIQ$UeSiT~|P<}Kd!hGqW z=J{*j*{~jBIKLf|x%`8ca)?0leeWNG%c-+!yj-as0T;mGunki4<*GFqTK)#);&Meo zsaDVjTCY$>aA-vmq{b`qAr7x-fdsbV4oGQM$N}vig=47y%F~!&d}RP66Dy}#E`cLi zSHd%)GC*W2ABIG-@-;}Gto+^>4?iX=e>cWK#|<(}Rq1$$3iX?OoT*OkOA?ypcsaA55mNQ7&N#>Wj1#cOxMzreeo&KPAMbub;lrz3vtp% z8cQ`U90|!>VLT-2!fBS7@O0L>kmf9049RF=73>W=^!_ni*o}Z%7AmE>@E|0Gg^xhe zSNJlN;!hyP3%`ZjD^iL@`bPJPlwu++QpD80C=8;fXbR+BQMTP*2gzhnz23hrD8(2m zQp8$652g61J*Z}pBAQH*7qh4RV)YD>6<=%RQ4l@FGDv2N6*0Y1Tx$1Qpzd`;GFN;j z_SN;pGI%*uiv5f!0a8?QB_zs{2@u02YDSuh+K_V>O0CA|a z6QZwlHzehyDy8IyA%T|u8%p0-uH3u+G$trmFT*0M8vS+nV{mb5Ff~RH2 zA%@F-a#>DPdWPkAE5+pr5J$`BSk8x(qI@AlVfiY^{qkx^W0tEFG;{esAlWQesr`(p za3J<7sK4=Iq+$#cnyW&dYa`h*3u<4@L?jhukW^OG*>$(&t&q%B9Drn~;t-_yD&BxN zRH49z!QUW`Rt|+^v@#g`>fXxf2=Jy-k!h{kVz9E-9&CkVq4Exh1C>W0nW+2};$Y=h zmNGyfRSe0ic$x~RY6zrMRe@HXW|^z^uY)%rpw?BDki%8#0a9C~)RD@n#~~h99fdep zr4kXTGA&1{IU_yQeh@v?BOr#WgCK!aCqSI4PPfdl@|Al3I#2?69@QHmO;X(jF;xAq z7fm&5XUy;K}xZ~yOs$aZ>WWM zyV@`k4&&vC;ssDnSlQO0cKtkxT)P)xB@Gm?Rg1rSFzDm6H;u?OPNM!g=bpM*HD zQ32qPcjFgUAkR^->0C>)p#MR!>3Yb;O^KFD9fmg*LrSn|i(TIW$;_sMc753He+Y44 z(;u$9hPg6ZbGdKrH8n~R9@nTjs8LNCq!cxZh%T;?A)Zl94J0EqJ0T9#+ygOKqfFs= zjUp01gBYp#1)gq9EkoyP=_eVk#g_Ec($MC7>R%gV4xgTt|d;nso{w>J!tp60^&}NUNdWn0Rm2&iKz6zpu z^ANi~O7CAAp$Jg4d7|Bz3aQcNxlk9@SowOW^L0??8zIqb?t-Lq^FAmCjzUVa`Ey9> zxAcN!Xp0;o;4OZ39e{n+WJ{doEJ*FQg%0MXO93F2^Lo0a!KdZkegbGK2MAw!M7LhN~)NU#3Ipow(pVv}A28%;5g zgH7pnoda>CNu{^~)?4|lkf@su+Vx?mbH^Z#HvQtRo6)6p^Hq@Z&EtIZn&x;W7;Mgh zq_lY@91LqA^=jS^>H6l!AWE8FgM*+9;B<=uz+ek$*8hZS34}!2BFDA90g{21W;hbw z4o5*{Vi5J;igEqYZIwsYz%)1nu7?3o&y1RHeGg)!l?Ie!t(?`lR?hh3S&)*ns>YO} zRfce^RhjXFuR)PA4dzYZKhfCKFxK@7E@ zfTXD7Y>1H#8dM58MnDX8C{tP|L(X?(Lhg60wsINNy1{Z6B%>WFiS8YMINk9C_T@mw zCw4>Kih=DsK{eTS8cY|qD>5+wBHKR0QU-Bg`(~(ndm(k*em}&4?a#q}@D02F1tbI8 z|A5%tq5A9K4vfje9b@f=-nG_A5XC#vt$Z=m`C^FS9eO3&-)-0TLMeU$VtB_pkY?TS z4aBidpl0vnj!NL|9L;110yQ1N<+7I~9?56U0#GBM`-%|Av&L^J9pEoj*Vv>iiv& zp`GmcNMHD<=H}i`1%{rT(RS^Y%xiWovw{+c13P6{?6&fIET4pDA%6|x*v|JMhIguD z$amq49NITFuZp-q)w(E4rkJR3Lhy!~Y zA*J2h0nxu#Jtg_`{8zHa;H#|ZBTwikIE+OO14BCO;l1i}bO@ym^>&&WbA4j|naX?@ zqr|l255Cmvv{?CRE}d}prZ8q&xj$6X=?g}VPJPbfF3nn~^T~Fd0lV-6nYo=&#UOCU z15bUiOm6WlltR8GT)=tfC8(_EqdA@L8Iu_sT#@hZ`~1yBR_Mw+Dwi^)tn)c_j2JsV z!u%S>qpUx1W%`fYj(Vt)@i_LK6%6{tIfU^z#&mmdKeF|VCs?;K`Y^wr{VcmLsN}C8 zXWv7gc%+!m6ND_yojW+^;So6BFzT6yGA?JYjkQhcJ2=QLHb~6Fy=O z%aMP$bN!C!>FQI*JIhd{#?sXNCwa~X>>m>+7(#Q#@lSF1gqG~f!DB}3Hdzd^JgvC~dhX6>NgyxAa{=Qj=3dqNJtiN)e=~^6L-fvR%>VRxu0TEmK{w-0#xTYSWT$iX zVdmE{?+vwn7IreWF#i>P2494H4gom#x^uIh`aAs)yl(~a)_#skLH+bO%1Wwl>i#+W zzqu!#{V>L-uFNCH?_kjF`kX4pJa_I}6SesY*$_sV3IE^D-2Y9TJ%5_3?h`mnbRI5w z{8;}0QyABome65Cy^a)8PfveHN%b$P9^KJTx<0btEOMv5zj_&`N_3FDi&z)IC*df@ zF6NPNK0_Y?IQtl9GOvN}_@u^s%6uhF?8G5B#^NW&w~Q?e`ou|Rl;VtfgU`8z(Z)E+ zVyI7K%=1t$gU?Z5v+R5~^e|4X>1i2=>bGE}X8Tul)#FKOA zDbH}$7c%s_5r&N41M@R{0qR@L{62=BG;)0&HGeO6Zf>@u3i>=FTsq#pOcb@!wZ;{i z$5?;Od?{lk<9-H>>QusQ3`(WXqtxrOP3io{U79_Xz!|{!z^)g=@9q38n1cCEd9{)~lW)Z7Y{O+IIi z{>4xq4XMv_4&!fj?zl96z-N(j)R|;j&L8gI&+%t|HS&*;pU3>TX_+~EP(SBGdzTWK z*~p9d*U#aDyv|*$3t2w^kGp4#J?m5>KUI#w>^+Che#p*Xylv0=G1pHFpYs=&CV~0w zj8Uw4$sW#|t*mdd`|^wAIPaNs;|XR`<8CF+T~58D!h2m(D`zspjs( znt+Tl$>(s-ENF=sc9GXP!SZs(M&FL_k8_!w|AdN58EWY-;3O;m(z4X0LvajU;+bpZ zufc_kCy@<9_r=V2GpD$||M>e7tY8e+1OAu|+RQTz0iQF7@n3iDxe_X-SVlP`+LizL zud~Lkrn_`#agXBDH;z%qz3Y7|<9x>aUyO&`wf-s0|LqgOek;&M7VA4uav=<2yuw(; zxRt$T26r4OKK1DrA%L;;lmK4AScHyKhTmkZIazjUA)luYf4ua%)5)N99n$9XVzm4A z`TqohFWR|48lC4El*ByExSKg?cK*o-Vcm$*fe>B3?>p8wrhlz+-eBBg<-nm^Jfq$C zjWdfyI?~>Zk!%Jsav6%^O}HGUaV84#IWsIjXWoRIrKc}{zINsR|CfGo66}hfM$b^z z>Z1rNJE~k_$iy)c*+_;h9O`DC4R3~jPW4XKlab3w{RFLJ&`8c=hIP&pjtxRP<=$Bgf7Z57kn%5*nLZdN-ldrdNvHlT#_Z$p1O_SfD8y4AB|7yvkFZB``o3`f Rj&P^GzZ>p3Il5!@{{f-%8S4N5 delta 12940 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 -- 2.20.1