masqmail-0.2
changeset 36:9cb4031fa5e0
updated the generated AutoHELL files
author | meillo@marmaro.de |
---|---|
date | Fri, 07 May 2010 16:44:26 +0200 |
parents | 9bf8b9f0f09d |
children | 4fee89792559 |
files | Makefile.in aclocal.m4 config.h.in config.status.lineno configure src/Makefile.in src/base64/Makefile.in src/libident/Makefile.in src/md5/Makefile.in |
diffstat | 9 files changed, 5405 insertions(+), 6897 deletions(-) [+] |
line diff
1.1 --- a/Makefile.in Fri May 07 16:42:58 2010 +0200 1.2 +++ b/Makefile.in Fri May 07 16:44:26 2010 +0200 1.3 @@ -1,8 +1,9 @@ 1.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am. 1.5 +# Makefile.in generated by automake 1.11.1 from Makefile.am. 1.6 # @configure_input@ 1.7 1.8 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 1.9 -# Free Software Foundation, Inc. 1.10 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 1.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 1.12 +# Inc. 1.13 # This Makefile.in is free software; the Free Software Foundation 1.14 # gives unlimited permission to copy and/or distribute it, 1.15 # with or without modifications, as long as this notice is preserved. 1.16 @@ -13,17 +14,12 @@ 1.17 # PARTICULAR PURPOSE. 1.18 1.19 @SET_MAKE@ 1.20 - 1.21 -srcdir = @srcdir@ 1.22 -top_srcdir = @top_srcdir@ 1.23 VPATH = @srcdir@ 1.24 pkgdatadir = $(datadir)/@PACKAGE@ 1.25 +pkgincludedir = $(includedir)/@PACKAGE@ 1.26 pkglibdir = $(libdir)/@PACKAGE@ 1.27 -pkgincludedir = $(includedir)/@PACKAGE@ 1.28 -top_builddir = . 1.29 - 1.30 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 1.31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1.32 -INSTALL = @INSTALL@ 1.33 install_sh_DATA = $(install_sh) -c -m 644 1.34 install_sh_PROGRAM = $(install_sh) -c 1.35 install_sh_SCRIPT = $(install_sh) -c 1.36 @@ -35,9 +31,76 @@ 1.37 NORMAL_UNINSTALL = : 1.38 PRE_UNINSTALL = : 1.39 POST_UNINSTALL = : 1.40 +subdir = . 1.41 +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 1.42 + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 1.43 + $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 1.44 + TODO acconfig.h config.guess config.sub depcomp install-sh \ 1.45 + missing mkinstalldirs 1.46 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.47 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac 1.48 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1.49 + $(ACLOCAL_M4) 1.50 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1.51 + configure.lineno config.status.lineno 1.52 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.53 +CONFIG_HEADER = config.h 1.54 +CONFIG_CLEAN_FILES = 1.55 +CONFIG_CLEAN_VPATH_FILES = 1.56 +SOURCES = 1.57 +DIST_SOURCES = 1.58 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 1.59 + html-recursive info-recursive install-data-recursive \ 1.60 + install-dvi-recursive install-exec-recursive \ 1.61 + install-html-recursive install-info-recursive \ 1.62 + install-pdf-recursive install-ps-recursive install-recursive \ 1.63 + installcheck-recursive installdirs-recursive pdf-recursive \ 1.64 + ps-recursive uninstall-recursive 1.65 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 1.66 + distclean-recursive maintainer-clean-recursive 1.67 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 1.68 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 1.69 + distdir dist dist-all distcheck 1.70 +ETAGS = etags 1.71 +CTAGS = ctags 1.72 +DIST_SUBDIRS = $(SUBDIRS) 1.73 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.74 +distdir = $(PACKAGE)-$(VERSION) 1.75 +top_distdir = $(distdir) 1.76 +am__remove_distdir = \ 1.77 + { test ! -d "$(distdir)" \ 1.78 + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 1.79 + && rm -fr "$(distdir)"; }; } 1.80 +am__relativize = \ 1.81 + dir0=`pwd`; \ 1.82 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 1.83 + sed_rest='s,^[^/]*/*,,'; \ 1.84 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 1.85 + sed_butlast='s,/*[^/]*$$,,'; \ 1.86 + while test -n "$$dir1"; do \ 1.87 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 1.88 + if test "$$first" != "."; then \ 1.89 + if test "$$first" = ".."; then \ 1.90 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 1.91 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 1.92 + else \ 1.93 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 1.94 + if test "$$first2" = "$$first"; then \ 1.95 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 1.96 + else \ 1.97 + dir2="../$$dir2"; \ 1.98 + fi; \ 1.99 + dir0="$$dir0"/"$$first"; \ 1.100 + fi; \ 1.101 + fi; \ 1.102 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 1.103 + done; \ 1.104 + reldir="$$dir2" 1.105 +DIST_ARCHIVES = $(distdir).tar.gz 1.106 +GZIP_ENV = --best 1.107 +distuninstallcheck_listfiles = find . -type f -print 1.108 +distcleancheck_listfiles = find . -type f -print 1.109 ACLOCAL = @ACLOCAL@ 1.110 -AMDEP_FALSE = @AMDEP_FALSE@ 1.111 -AMDEP_TRUE = @AMDEP_TRUE@ 1.112 AMTAR = @AMTAR@ 1.113 AUTOCONF = @AUTOCONF@ 1.114 AUTOHEADER = @AUTOHEADER@ 1.115 @@ -61,6 +124,7 @@ 1.116 GLIB_LIBS = @GLIB_LIBS@ 1.117 GREP = @GREP@ 1.118 IDENT_LIBS = @IDENT_LIBS@ 1.119 +INSTALL = @INSTALL@ 1.120 INSTALL_DATA = @INSTALL_DATA@ 1.121 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1.122 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1.123 @@ -72,12 +136,14 @@ 1.124 LTLIBOBJS = @LTLIBOBJS@ 1.125 MAKEINFO = @MAKEINFO@ 1.126 MD5_LIBS = @MD5_LIBS@ 1.127 +MKDIR_P = @MKDIR_P@ 1.128 OBJEXT = @OBJEXT@ 1.129 PACKAGE = @PACKAGE@ 1.130 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1.131 PACKAGE_NAME = @PACKAGE_NAME@ 1.132 PACKAGE_STRING = @PACKAGE_STRING@ 1.133 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1.134 +PACKAGE_URL = @PACKAGE_URL@ 1.135 PACKAGE_VERSION = @PACKAGE_VERSION@ 1.136 PATH_SEPARATOR = @PATH_SEPARATOR@ 1.137 PKG_CONFIG = @PKG_CONFIG@ 1.138 @@ -88,14 +154,19 @@ 1.139 STRIP = @STRIP@ 1.140 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 1.141 VERSION = @VERSION@ 1.142 +abs_builddir = @abs_builddir@ 1.143 +abs_srcdir = @abs_srcdir@ 1.144 +abs_top_builddir = @abs_top_builddir@ 1.145 +abs_top_srcdir = @abs_top_srcdir@ 1.146 ac_ct_CC = @ac_ct_CC@ 1.147 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 1.148 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 1.149 am__include = @am__include@ 1.150 am__leading_dot = @am__leading_dot@ 1.151 am__quote = @am__quote@ 1.152 +am__tar = @am__tar@ 1.153 +am__untar = @am__untar@ 1.154 bindir = @bindir@ 1.155 build_alias = @build_alias@ 1.156 +builddir = @builddir@ 1.157 datadir = @datadir@ 1.158 datarootdir = @datarootdir@ 1.159 docdir = @docdir@ 1.160 @@ -112,6 +183,7 @@ 1.161 localedir = @localedir@ 1.162 localstatedir = @localstatedir@ 1.163 mandir = @mandir@ 1.164 +mkdir_p = @mkdir_p@ 1.165 oldincludedir = @oldincludedir@ 1.166 pdfdir = @pdfdir@ 1.167 prefix = @prefix@ 1.168 @@ -119,8 +191,12 @@ 1.169 psdir = @psdir@ 1.170 sbindir = @sbindir@ 1.171 sharedstatedir = @sharedstatedir@ 1.172 +srcdir = @srcdir@ 1.173 sysconfdir = @sysconfdir@ 1.174 target_alias = @target_alias@ 1.175 +top_build_prefix = @top_build_prefix@ 1.176 +top_builddir = @top_builddir@ 1.177 +top_srcdir = @top_srcdir@ 1.178 with_confdir = @with_confdir@ 1.179 with_group = @with_group@ 1.180 with_logdir = @with_logdir@ 1.181 @@ -133,63 +209,62 @@ 1.182 tpl/warnmsg.tpl tpl/warnmsg.tpl.de tpl/warnmsg.tpl.fr \ 1.183 INSTALL.agenda INSTALL.ipaq agenda-config.site 1.184 1.185 - 1.186 SUBDIRS = src 1.187 -subdir = . 1.188 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.189 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 1.190 -CONFIG_HEADER = config.h 1.191 -CONFIG_CLEAN_FILES = 1.192 -DIST_SOURCES = 1.193 - 1.194 -RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 1.195 - ps-recursive install-info-recursive uninstall-info-recursive \ 1.196 - all-recursive install-data-recursive install-exec-recursive \ 1.197 - installdirs-recursive install-recursive uninstall-recursive \ 1.198 - check-recursive installcheck-recursive 1.199 -DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \ 1.200 - COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \ 1.201 - aclocal.m4 config.guess config.h.in config.sub configure \ 1.202 - configure.ac depcomp install-sh missing mkinstalldirs 1.203 -DIST_SUBDIRS = $(SUBDIRS) 1.204 all: config.h 1.205 $(MAKE) $(AM_MAKEFLAGS) all-recursive 1.206 1.207 .SUFFIXES: 1.208 +am--refresh: 1.209 + @: 1.210 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 1.211 + @for dep in $?; do \ 1.212 + case '$(am__configure_deps)' in \ 1.213 + *$$dep*) \ 1.214 + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 1.215 + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 1.216 + && exit 0; \ 1.217 + exit 1;; \ 1.218 + esac; \ 1.219 + done; \ 1.220 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 1.221 + $(am__cd) $(top_srcdir) && \ 1.222 + $(AUTOMAKE) --gnu Makefile 1.223 +.PRECIOUS: Makefile 1.224 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1.225 + @case '$?' in \ 1.226 + *config.status*) \ 1.227 + echo ' $(SHELL) ./config.status'; \ 1.228 + $(SHELL) ./config.status;; \ 1.229 + *) \ 1.230 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 1.231 + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 1.232 + esac; 1.233 1.234 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1.235 - configure.lineno 1.236 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 1.237 - cd $(top_srcdir) && \ 1.238 - $(AUTOMAKE) --gnu Makefile 1.239 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1.240 - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 1.241 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.242 + $(SHELL) ./config.status --recheck 1.243 1.244 -$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.245 - $(SHELL) ./config.status --recheck 1.246 -$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 1.247 - cd $(srcdir) && $(AUTOCONF) 1.248 - 1.249 -$(ACLOCAL_M4): configure.ac 1.250 - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 1.251 +$(top_srcdir)/configure: $(am__configure_deps) 1.252 + $(am__cd) $(srcdir) && $(AUTOCONF) 1.253 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 1.254 + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 1.255 +$(am__aclocal_m4_deps): 1.256 1.257 config.h: stamp-h1 1.258 @if test ! -f $@; then \ 1.259 rm -f stamp-h1; \ 1.260 - $(MAKE) stamp-h1; \ 1.261 + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 1.262 else :; fi 1.263 1.264 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 1.265 @rm -f stamp-h1 1.266 cd $(top_builddir) && $(SHELL) ./config.status config.h 1.267 - 1.268 -$(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(top_srcdir)/acconfig.h 1.269 - cd $(top_srcdir) && $(AUTOHEADER) 1.270 - touch $(srcdir)/config.h.in 1.271 +$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h 1.272 + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 1.273 + rm -f stamp-h1 1.274 + touch $@ 1.275 1.276 distclean-hdr: 1.277 -rm -f config.h stamp-h1 1.278 -uninstall-info-am: 1.279 1.280 # This directory's subdirectories are mostly independent; you can cd 1.281 # into them and run `make' without going through this Makefile. 1.282 @@ -198,7 +273,13 @@ 1.283 # (which will cause the Makefiles to be regenerated when you run `make'); 1.284 # (2) otherwise, pass the desired values on the `make' command line. 1.285 $(RECURSIVE_TARGETS): 1.286 - @set fnord $$MAKEFLAGS; amf=$$2; \ 1.287 + @fail= failcom='exit 1'; \ 1.288 + for f in x $$MAKEFLAGS; do \ 1.289 + case $$f in \ 1.290 + *=* | --[!k]*);; \ 1.291 + *k*) failcom='fail=yes';; \ 1.292 + esac; \ 1.293 + done; \ 1.294 dot_seen=no; \ 1.295 target=`echo $@ | sed s/-recursive//`; \ 1.296 list='$(SUBDIRS)'; for subdir in $$list; do \ 1.297 @@ -209,16 +290,21 @@ 1.298 else \ 1.299 local_target="$$target"; \ 1.300 fi; \ 1.301 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.302 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 1.303 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.304 + || eval $$failcom; \ 1.305 done; \ 1.306 if test "$$dot_seen" = "no"; then \ 1.307 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1.308 fi; test -z "$$fail" 1.309 1.310 -mostlyclean-recursive clean-recursive distclean-recursive \ 1.311 -maintainer-clean-recursive: 1.312 - @set fnord $$MAKEFLAGS; amf=$$2; \ 1.313 +$(RECURSIVE_CLEAN_TARGETS): 1.314 + @fail= failcom='exit 1'; \ 1.315 + for f in x $$MAKEFLAGS; do \ 1.316 + case $$f in \ 1.317 + *=* | --[!k]*);; \ 1.318 + *k*) failcom='fail=yes';; \ 1.319 + esac; \ 1.320 + done; \ 1.321 dot_seen=no; \ 1.322 case "$@" in \ 1.323 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1.324 @@ -238,165 +324,212 @@ 1.325 else \ 1.326 local_target="$$target"; \ 1.327 fi; \ 1.328 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.329 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 1.330 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.331 + || eval $$failcom; \ 1.332 done && test -z "$$fail" 1.333 tags-recursive: 1.334 list='$(SUBDIRS)'; for subdir in $$list; do \ 1.335 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1.336 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1.337 done 1.338 ctags-recursive: 1.339 list='$(SUBDIRS)'; for subdir in $$list; do \ 1.340 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1.341 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1.342 done 1.343 1.344 -ETAGS = etags 1.345 -ETAGSFLAGS = 1.346 - 1.347 -CTAGS = ctags 1.348 -CTAGSFLAGS = 1.349 - 1.350 -tags: TAGS 1.351 - 1.352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.353 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.354 unique=`for i in $$list; do \ 1.355 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.356 done | \ 1.357 - $(AWK) ' { files[$$0] = 1; } \ 1.358 - END { for (i in files) print i; }'`; \ 1.359 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.360 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.361 mkid -fID $$unique 1.362 +tags: TAGS 1.363 1.364 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.365 $(TAGS_FILES) $(LISP) 1.366 - tags=; \ 1.367 + set x; \ 1.368 here=`pwd`; \ 1.369 - if (etags --etags-include --version) >/dev/null 2>&1; then \ 1.370 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1.371 include_option=--etags-include; \ 1.372 + empty_fix=.; \ 1.373 else \ 1.374 include_option=--include; \ 1.375 + empty_fix=; \ 1.376 fi; \ 1.377 list='$(SUBDIRS)'; for subdir in $$list; do \ 1.378 if test "$$subdir" = .; then :; else \ 1.379 - test -f $$subdir/TAGS && \ 1.380 - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 1.381 + test ! -f $$subdir/TAGS || \ 1.382 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1.383 fi; \ 1.384 done; \ 1.385 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.386 unique=`for i in $$list; do \ 1.387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.388 done | \ 1.389 - $(AWK) ' { files[$$0] = 1; } \ 1.390 - END { for (i in files) print i; }'`; \ 1.391 - test -z "$(ETAGS_ARGS)$$tags$$unique" \ 1.392 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.393 - $$tags $$unique 1.394 - 1.395 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.396 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.397 + shift; \ 1.398 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1.399 + test -n "$$unique" || unique=$$empty_fix; \ 1.400 + if test $$# -gt 0; then \ 1.401 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.402 + "$$@" $$unique; \ 1.403 + else \ 1.404 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.405 + $$unique; \ 1.406 + fi; \ 1.407 + fi 1.408 ctags: CTAGS 1.409 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.410 $(TAGS_FILES) $(LISP) 1.411 - tags=; \ 1.412 - here=`pwd`; \ 1.413 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.414 unique=`for i in $$list; do \ 1.415 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.416 done | \ 1.417 - $(AWK) ' { files[$$0] = 1; } \ 1.418 - END { for (i in files) print i; }'`; \ 1.419 - test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1.420 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.421 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.422 + test -z "$(CTAGS_ARGS)$$unique" \ 1.423 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.424 - $$tags $$unique 1.425 + $$unique 1.426 1.427 GTAGS: 1.428 here=`$(am__cd) $(top_builddir) && pwd` \ 1.429 - && cd $(top_srcdir) \ 1.430 - && gtags -i $(GTAGS_ARGS) $$here 1.431 + && $(am__cd) $(top_srcdir) \ 1.432 + && gtags -i $(GTAGS_ARGS) "$$here" 1.433 1.434 distclean-tags: 1.435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.436 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.437 - 1.438 -top_distdir = . 1.439 -distdir = $(PACKAGE)-$(VERSION) 1.440 - 1.441 -am__remove_distdir = \ 1.442 - { test ! -d $(distdir) \ 1.443 - || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 1.444 - && rm -fr $(distdir); }; } 1.445 - 1.446 -GZIP_ENV = --best 1.447 -distuninstallcheck_listfiles = find . -type f -print 1.448 -distcleancheck_listfiles = find . -type f -print 1.449 1.450 distdir: $(DISTFILES) 1.451 $(am__remove_distdir) 1.452 - mkdir $(distdir) 1.453 - $(mkinstalldirs) $(distdir)/docs $(distdir)/examples $(distdir)/tpl 1.454 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 1.455 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 1.456 - list='$(DISTFILES)'; for file in $$list; do \ 1.457 - case $$file in \ 1.458 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 1.459 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 1.460 - esac; \ 1.461 + test -d "$(distdir)" || mkdir "$(distdir)" 1.462 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.463 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.464 + list='$(DISTFILES)'; \ 1.465 + dist_files=`for file in $$list; do echo $$file; done | \ 1.466 + sed -e "s|^$$srcdirstrip/||;t" \ 1.467 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1.468 + case $$dist_files in \ 1.469 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 1.470 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1.471 + sort -u` ;; \ 1.472 + esac; \ 1.473 + for file in $$dist_files; do \ 1.474 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.475 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.476 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 1.477 - dir="/$$dir"; \ 1.478 - $(mkinstalldirs) "$(distdir)$$dir"; \ 1.479 + if test -d $$d/$$file; then \ 1.480 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.481 + if test -d "$(distdir)/$$file"; then \ 1.482 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1.483 + fi; \ 1.484 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.485 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1.486 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1.487 + fi; \ 1.488 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1.489 else \ 1.490 - dir=''; \ 1.491 - fi; \ 1.492 - if test -d $$d/$$file; then \ 1.493 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.494 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 1.495 - fi; \ 1.496 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 1.497 - else \ 1.498 - test -f $(distdir)/$$file \ 1.499 - || cp -p $$d/$$file $(distdir)/$$file \ 1.500 + test -f "$(distdir)/$$file" \ 1.501 + || cp -p $$d/$$file "$(distdir)/$$file" \ 1.502 || exit 1; \ 1.503 fi; \ 1.504 done 1.505 - list='$(SUBDIRS)'; for subdir in $$list; do \ 1.506 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1.507 if test "$$subdir" = .; then :; else \ 1.508 - test -d $(distdir)/$$subdir \ 1.509 - || mkdir $(distdir)/$$subdir \ 1.510 + test -d "$(distdir)/$$subdir" \ 1.511 + || $(MKDIR_P) "$(distdir)/$$subdir" \ 1.512 || exit 1; \ 1.513 - (cd $$subdir && \ 1.514 + fi; \ 1.515 + done 1.516 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1.517 + if test "$$subdir" = .; then :; else \ 1.518 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1.519 + $(am__relativize); \ 1.520 + new_distdir=$$reldir; \ 1.521 + dir1=$$subdir; dir2="$(top_distdir)"; \ 1.522 + $(am__relativize); \ 1.523 + new_top_distdir=$$reldir; \ 1.524 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1.525 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1.526 + ($(am__cd) $$subdir && \ 1.527 $(MAKE) $(AM_MAKEFLAGS) \ 1.528 - top_distdir="$(top_distdir)" \ 1.529 - distdir=../$(distdir)/$$subdir \ 1.530 + top_distdir="$$new_top_distdir" \ 1.531 + distdir="$$new_distdir" \ 1.532 + am__remove_distdir=: \ 1.533 + am__skip_length_check=: \ 1.534 + am__skip_mode_fix=: \ 1.535 distdir) \ 1.536 || exit 1; \ 1.537 fi; \ 1.538 done 1.539 - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 1.540 + -test -n "$(am__skip_mode_fix)" \ 1.541 + || find "$(distdir)" -type d ! -perm -755 \ 1.542 + -exec chmod u+rwx,go+rx {} \; -o \ 1.543 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1.544 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1.545 - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 1.546 - || chmod -R a+r $(distdir) 1.547 + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1.548 + || chmod -R a+r "$(distdir)" 1.549 dist-gzip: distdir 1.550 - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.551 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.552 + $(am__remove_distdir) 1.553 + 1.554 +dist-bzip2: distdir 1.555 + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 1.556 + $(am__remove_distdir) 1.557 + 1.558 +dist-lzma: distdir 1.559 + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 1.560 + $(am__remove_distdir) 1.561 + 1.562 +dist-xz: distdir 1.563 + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 1.564 + $(am__remove_distdir) 1.565 + 1.566 +dist-tarZ: distdir 1.567 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1.568 + $(am__remove_distdir) 1.569 + 1.570 +dist-shar: distdir 1.571 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 1.572 + $(am__remove_distdir) 1.573 + 1.574 +dist-zip: distdir 1.575 + -rm -f $(distdir).zip 1.576 + zip -rq $(distdir).zip $(distdir) 1.577 $(am__remove_distdir) 1.578 1.579 dist dist-all: distdir 1.580 - $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.581 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.582 $(am__remove_distdir) 1.583 1.584 # This target untars the dist file and tries a VPATH configuration. Then 1.585 # it guarantees that the distribution is self-contained by making another 1.586 # tarfile. 1.587 distcheck: dist 1.588 - $(am__remove_distdir) 1.589 - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 1.590 + case '$(DIST_ARCHIVES)' in \ 1.591 + *.tar.gz*) \ 1.592 + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 1.593 + *.tar.bz2*) \ 1.594 + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1.595 + *.tar.lzma*) \ 1.596 + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 1.597 + *.tar.xz*) \ 1.598 + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1.599 + *.tar.Z*) \ 1.600 + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1.601 + *.shar.gz*) \ 1.602 + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 1.603 + *.zip*) \ 1.604 + unzip $(distdir).zip ;;\ 1.605 + esac 1.606 chmod -R a-w $(distdir); chmod a+w $(distdir) 1.607 mkdir $(distdir)/_build 1.608 mkdir $(distdir)/_inst 1.609 chmod a-w $(distdir) 1.610 + test -d $(distdir)/_build || exit 0; \ 1.611 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1.612 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1.613 - && cd $(distdir)/_build \ 1.614 + && am__cwd=`pwd` \ 1.615 + && $(am__cd) $(distdir)/_build \ 1.616 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1.617 $(DISTCHECK_CONFIGURE_FLAGS) \ 1.618 && $(MAKE) $(AM_MAKEFLAGS) \ 1.619 @@ -409,21 +542,24 @@ 1.620 distuninstallcheck \ 1.621 && chmod -R a-w "$$dc_install_base" \ 1.622 && ({ \ 1.623 - (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 1.624 + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1.625 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1.626 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1.627 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1.628 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1.629 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1.630 && rm -rf "$$dc_destdir" \ 1.631 - && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 1.632 - && rm -f $(distdir).tar.gz \ 1.633 - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 1.634 + && $(MAKE) $(AM_MAKEFLAGS) dist \ 1.635 + && rm -rf $(DIST_ARCHIVES) \ 1.636 + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1.637 + && cd "$$am__cwd" \ 1.638 + || exit 1 1.639 $(am__remove_distdir) 1.640 - @echo "$(distdir).tar.gz is ready for distribution" | \ 1.641 - sed 'h;s/./=/g;p;x;p;x' 1.642 + @(echo "$(distdir) archives ready for distribution: "; \ 1.643 + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1.644 + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1.645 distuninstallcheck: 1.646 - @cd $(distuninstallcheck_dir) \ 1.647 + @$(am__cd) '$(distuninstallcheck_dir)' \ 1.648 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 1.649 || { echo "ERROR: files left after uninstall:" ; \ 1.650 if test -n "$(DESTDIR)"; then \ 1.651 @@ -445,7 +581,6 @@ 1.652 all-am: Makefile config.h 1.653 installdirs: installdirs-recursive 1.654 installdirs-am: 1.655 - 1.656 install: install-recursive 1.657 install-exec: install-exec-recursive 1.658 install-data: install-data-recursive 1.659 @@ -465,7 +600,8 @@ 1.660 clean-generic: 1.661 1.662 distclean-generic: 1.663 - -rm -f $(CONFIG_CLEAN_FILES) 1.664 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.665 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1.666 1.667 maintainer-clean-generic: 1.668 @echo "This command is intended for maintainers to use" 1.669 @@ -483,18 +619,40 @@ 1.670 1.671 dvi-am: 1.672 1.673 +html: html-recursive 1.674 + 1.675 +html-am: 1.676 + 1.677 info: info-recursive 1.678 1.679 info-am: 1.680 1.681 install-data-am: install-data-local 1.682 1.683 +install-dvi: install-dvi-recursive 1.684 + 1.685 +install-dvi-am: 1.686 + 1.687 install-exec-am: 1.688 1.689 +install-html: install-html-recursive 1.690 + 1.691 +install-html-am: 1.692 + 1.693 install-info: install-info-recursive 1.694 1.695 +install-info-am: 1.696 + 1.697 install-man: 1.698 1.699 +install-pdf: install-pdf-recursive 1.700 + 1.701 +install-pdf-am: 1.702 + 1.703 +install-ps: install-ps-recursive 1.704 + 1.705 +install-ps-am: 1.706 + 1.707 installcheck-am: 1.708 1.709 maintainer-clean: maintainer-clean-recursive 1.710 @@ -515,26 +673,26 @@ 1.711 1.712 ps-am: 1.713 1.714 -uninstall-am: uninstall-info-am 1.715 +uninstall-am: 1.716 1.717 -uninstall-info: uninstall-info-recursive 1.718 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 1.719 + ctags-recursive install-am install-strip tags-recursive 1.720 1.721 -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 1.722 - clean-generic clean-recursive ctags ctags-recursive dist \ 1.723 - dist-all dist-gzip distcheck distclean distclean-generic \ 1.724 - distclean-hdr distclean-recursive distclean-tags distcleancheck \ 1.725 - distdir distuninstallcheck dvi dvi-am dvi-recursive info \ 1.726 - info-am info-recursive install install-am install-data \ 1.727 - install-data-am install-data-local install-data-recursive \ 1.728 - install-exec install-exec-am install-exec-recursive \ 1.729 - install-info install-info-am install-info-recursive install-man \ 1.730 - install-recursive install-strip installcheck installcheck-am \ 1.731 - installdirs installdirs-am installdirs-recursive \ 1.732 - maintainer-clean maintainer-clean-generic \ 1.733 - maintainer-clean-recursive mostlyclean mostlyclean-generic \ 1.734 - mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \ 1.735 - ps-recursive tags tags-recursive uninstall uninstall-am \ 1.736 - uninstall-info-am uninstall-info-recursive uninstall-recursive 1.737 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 1.738 + all all-am am--refresh check check-am clean clean-generic \ 1.739 + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 1.740 + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ 1.741 + distclean distclean-generic distclean-hdr distclean-tags \ 1.742 + distcleancheck distdir distuninstallcheck dvi dvi-am html \ 1.743 + html-am info info-am install install-am install-data \ 1.744 + install-data-am install-data-local install-dvi install-dvi-am \ 1.745 + install-exec install-exec-am install-html install-html-am \ 1.746 + install-info install-info-am install-man install-pdf \ 1.747 + install-pdf-am install-ps install-ps-am install-strip \ 1.748 + installcheck installcheck-am installdirs installdirs-am \ 1.749 + maintainer-clean maintainer-clean-generic mostlyclean \ 1.750 + mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 1.751 + uninstall uninstall-am 1.752 1.753 1.754 install-data-local: log_dir spool_dir uid_bit conf_dir tpl_dir run_dir 1.755 @@ -575,6 +733,7 @@ 1.756 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/lock 1.757 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/input 1.758 install -d -o @with_user@ -g @with_group@ $(DESTDIR)@with_spooldir@/popuidl 1.759 + 1.760 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1.761 # Otherwise a system limit (for SysV at least) may be exceeded. 1.762 .NOEXPORT:
2.1 --- a/aclocal.m4 Fri May 07 16:42:58 2010 +0200 2.2 +++ b/aclocal.m4 Fri May 07 16:44:26 2010 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 -# generated automatically by aclocal 1.7.9 -*- Autoconf -*- 2.5 +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- 2.6 2.7 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 2.8 -# Free Software Foundation, Inc. 2.9 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2.10 +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 2.11 # This file is free software; the Free Software Foundation 2.12 # gives unlimited permission to copy and/or distribute it, 2.13 # with or without modifications, as long as this notice is preserved. 2.14 @@ -11,853 +11,13 @@ 2.15 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 2.16 # PARTICULAR PURPOSE. 2.17 2.18 -# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- 2.19 - 2.20 -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. 2.21 - 2.22 -# This program is free software; you can redistribute it and/or modify 2.23 -# it under the terms of the GNU General Public License as published by 2.24 -# the Free Software Foundation; either version 2, or (at your option) 2.25 -# any later version. 2.26 - 2.27 -# This program is distributed in the hope that it will be useful, 2.28 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.29 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.30 -# GNU General Public License for more details. 2.31 - 2.32 -# You should have received a copy of the GNU General Public License 2.33 -# along with this program; if not, write to the Free Software 2.34 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.35 -# 02111-1307, USA. 2.36 - 2.37 -AC_PREREQ([2.52]) 2.38 - 2.39 -# serial 6 2.40 - 2.41 -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. 2.42 -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 2.43 - 2.44 -# Do all the work for Automake. -*- Autoconf -*- 2.45 - 2.46 -# This macro actually does too much some checks are only needed if 2.47 -# your package does certain things. But this isn't really a big deal. 2.48 - 2.49 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 2.50 -# Free Software Foundation, Inc. 2.51 - 2.52 -# This program is free software; you can redistribute it and/or modify 2.53 -# it under the terms of the GNU General Public License as published by 2.54 -# the Free Software Foundation; either version 2, or (at your option) 2.55 -# any later version. 2.56 - 2.57 -# This program is distributed in the hope that it will be useful, 2.58 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.59 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.60 -# GNU General Public License for more details. 2.61 - 2.62 -# You should have received a copy of the GNU General Public License 2.63 -# along with this program; if not, write to the Free Software 2.64 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.65 -# 02111-1307, USA. 2.66 - 2.67 -# serial 10 2.68 - 2.69 -AC_PREREQ([2.54]) 2.70 - 2.71 -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow 2.72 -# the ones we care about. 2.73 -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl 2.74 - 2.75 -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 2.76 -# AM_INIT_AUTOMAKE([OPTIONS]) 2.77 -# ----------------------------------------------- 2.78 -# The call with PACKAGE and VERSION arguments is the old style 2.79 -# call (pre autoconf-2.50), which is being phased out. PACKAGE 2.80 -# and VERSION should now be passed to AC_INIT and removed from 2.81 -# the call to AM_INIT_AUTOMAKE. 2.82 -# We support both call styles for the transition. After 2.83 -# the next Automake release, Autoconf can make the AC_INIT 2.84 -# arguments mandatory, and then we can depend on a new Autoconf 2.85 -# release and drop the old call support. 2.86 -AC_DEFUN([AM_INIT_AUTOMAKE], 2.87 -[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 2.88 - AC_REQUIRE([AC_PROG_INSTALL])dnl 2.89 -# test to see if srcdir already configured 2.90 -if test "`cd $srcdir && pwd`" != "`pwd`" && 2.91 - test -f $srcdir/config.status; then 2.92 - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 2.93 -fi 2.94 - 2.95 -# test whether we have cygpath 2.96 -if test -z "$CYGPATH_W"; then 2.97 - if (cygpath --version) >/dev/null 2>/dev/null; then 2.98 - CYGPATH_W='cygpath -w' 2.99 - else 2.100 - CYGPATH_W=echo 2.101 - fi 2.102 -fi 2.103 -AC_SUBST([CYGPATH_W]) 2.104 - 2.105 -# Define the identity of the package. 2.106 -dnl Distinguish between old-style and new-style calls. 2.107 -m4_ifval([$2], 2.108 -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl 2.109 - AC_SUBST([PACKAGE], [$1])dnl 2.110 - AC_SUBST([VERSION], [$2])], 2.111 -[_AM_SET_OPTIONS([$1])dnl 2.112 - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 2.113 - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 2.114 - 2.115 -_AM_IF_OPTION([no-define],, 2.116 -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 2.117 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 2.118 - 2.119 -# Some tools Automake needs. 2.120 -AC_REQUIRE([AM_SANITY_CHECK])dnl 2.121 -AC_REQUIRE([AC_ARG_PROGRAM])dnl 2.122 -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 2.123 -AM_MISSING_PROG(AUTOCONF, autoconf) 2.124 -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 2.125 -AM_MISSING_PROG(AUTOHEADER, autoheader) 2.126 -AM_MISSING_PROG(MAKEINFO, makeinfo) 2.127 -AM_MISSING_PROG(AMTAR, tar) 2.128 -AM_PROG_INSTALL_SH 2.129 -AM_PROG_INSTALL_STRIP 2.130 -# We need awk for the "check" target. The system "awk" is bad on 2.131 -# some platforms. 2.132 -AC_REQUIRE([AC_PROG_AWK])dnl 2.133 -AC_REQUIRE([AC_PROG_MAKE_SET])dnl 2.134 -AC_REQUIRE([AM_SET_LEADING_DOT])dnl 2.135 - 2.136 -_AM_IF_OPTION([no-dependencies],, 2.137 -[AC_PROVIDE_IFELSE([AC_PROG_CC], 2.138 - [_AM_DEPENDENCIES(CC)], 2.139 - [define([AC_PROG_CC], 2.140 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 2.141 -AC_PROVIDE_IFELSE([AC_PROG_CXX], 2.142 - [_AM_DEPENDENCIES(CXX)], 2.143 - [define([AC_PROG_CXX], 2.144 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 2.145 -]) 2.146 -]) 2.147 - 2.148 - 2.149 -# When config.status generates a header, we must update the stamp-h file. 2.150 -# This file resides in the same directory as the config header 2.151 -# that is generated. The stamp files are numbered to have different names. 2.152 - 2.153 -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 2.154 -# loop where config.status creates the headers, so we can generate 2.155 -# our stamp files there. 2.156 -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 2.157 -[# Compute $1's index in $config_headers. 2.158 -_am_stamp_count=1 2.159 -for _am_header in $config_headers :; do 2.160 - case $_am_header in 2.161 - $1 | $1:* ) 2.162 - break ;; 2.163 - * ) 2.164 - _am_stamp_count=`expr $_am_stamp_count + 1` ;; 2.165 - esac 2.166 -done 2.167 -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 2.168 - 2.169 -# Copyright 2002 Free Software Foundation, Inc. 2.170 - 2.171 -# This program is free software; you can redistribute it and/or modify 2.172 -# it under the terms of the GNU General Public License as published by 2.173 -# the Free Software Foundation; either version 2, or (at your option) 2.174 -# any later version. 2.175 - 2.176 -# This program is distributed in the hope that it will be useful, 2.177 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.178 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.179 -# GNU General Public License for more details. 2.180 - 2.181 -# You should have received a copy of the GNU General Public License 2.182 -# along with this program; if not, write to the Free Software 2.183 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.184 - 2.185 -# AM_AUTOMAKE_VERSION(VERSION) 2.186 -# ---------------------------- 2.187 -# Automake X.Y traces this macro to ensure aclocal.m4 has been 2.188 -# generated from the m4 files accompanying Automake X.Y. 2.189 -AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) 2.190 - 2.191 -# AM_SET_CURRENT_AUTOMAKE_VERSION 2.192 -# ------------------------------- 2.193 -# Call AM_AUTOMAKE_VERSION so it can be traced. 2.194 -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 2.195 -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 2.196 - [AM_AUTOMAKE_VERSION([1.7.9])]) 2.197 - 2.198 -# Helper functions for option handling. -*- Autoconf -*- 2.199 - 2.200 -# Copyright 2001, 2002 Free Software Foundation, Inc. 2.201 - 2.202 -# This program is free software; you can redistribute it and/or modify 2.203 -# it under the terms of the GNU General Public License as published by 2.204 -# the Free Software Foundation; either version 2, or (at your option) 2.205 -# any later version. 2.206 - 2.207 -# This program is distributed in the hope that it will be useful, 2.208 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.209 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.210 -# GNU General Public License for more details. 2.211 - 2.212 -# You should have received a copy of the GNU General Public License 2.213 -# along with this program; if not, write to the Free Software 2.214 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.215 -# 02111-1307, USA. 2.216 - 2.217 -# serial 2 2.218 - 2.219 -# _AM_MANGLE_OPTION(NAME) 2.220 -# ----------------------- 2.221 -AC_DEFUN([_AM_MANGLE_OPTION], 2.222 -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 2.223 - 2.224 -# _AM_SET_OPTION(NAME) 2.225 -# ------------------------------ 2.226 -# Set option NAME. Presently that only means defining a flag for this option. 2.227 -AC_DEFUN([_AM_SET_OPTION], 2.228 -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 2.229 - 2.230 -# _AM_SET_OPTIONS(OPTIONS) 2.231 -# ---------------------------------- 2.232 -# OPTIONS is a space-separated list of Automake options. 2.233 -AC_DEFUN([_AM_SET_OPTIONS], 2.234 -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 2.235 - 2.236 -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 2.237 -# ------------------------------------------- 2.238 -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 2.239 -AC_DEFUN([_AM_IF_OPTION], 2.240 -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 2.241 - 2.242 -# 2.243 -# Check to make sure that the build environment is sane. 2.244 -# 2.245 - 2.246 -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. 2.247 - 2.248 -# This program is free software; you can redistribute it and/or modify 2.249 -# it under the terms of the GNU General Public License as published by 2.250 -# the Free Software Foundation; either version 2, or (at your option) 2.251 -# any later version. 2.252 - 2.253 -# This program is distributed in the hope that it will be useful, 2.254 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.255 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.256 -# GNU General Public License for more details. 2.257 - 2.258 -# You should have received a copy of the GNU General Public License 2.259 -# along with this program; if not, write to the Free Software 2.260 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.261 -# 02111-1307, USA. 2.262 - 2.263 -# serial 3 2.264 - 2.265 -# AM_SANITY_CHECK 2.266 -# --------------- 2.267 -AC_DEFUN([AM_SANITY_CHECK], 2.268 -[AC_MSG_CHECKING([whether build environment is sane]) 2.269 -# Just in case 2.270 -sleep 1 2.271 -echo timestamp > conftest.file 2.272 -# Do `set' in a subshell so we don't clobber the current shell's 2.273 -# arguments. Must try -L first in case configure is actually a 2.274 -# symlink; some systems play weird games with the mod time of symlinks 2.275 -# (eg FreeBSD returns the mod time of the symlink's containing 2.276 -# directory). 2.277 -if ( 2.278 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 2.279 - if test "$[*]" = "X"; then 2.280 - # -L didn't work. 2.281 - set X `ls -t $srcdir/configure conftest.file` 2.282 - fi 2.283 - rm -f conftest.file 2.284 - if test "$[*]" != "X $srcdir/configure conftest.file" \ 2.285 - && test "$[*]" != "X conftest.file $srcdir/configure"; then 2.286 - 2.287 - # If neither matched, then we have a broken ls. This can happen 2.288 - # if, for instance, CONFIG_SHELL is bash and it inherits a 2.289 - # broken ls alias from the environment. This has actually 2.290 - # happened. Such a system could not be considered "sane". 2.291 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken 2.292 -alias in your environment]) 2.293 - fi 2.294 - 2.295 - test "$[2]" = conftest.file 2.296 - ) 2.297 -then 2.298 - # Ok. 2.299 - : 2.300 -else 2.301 - AC_MSG_ERROR([newly created file is older than distributed files! 2.302 -Check your system clock]) 2.303 -fi 2.304 -AC_MSG_RESULT(yes)]) 2.305 - 2.306 -# -*- Autoconf -*- 2.307 - 2.308 - 2.309 -# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. 2.310 - 2.311 -# This program is free software; you can redistribute it and/or modify 2.312 -# it under the terms of the GNU General Public License as published by 2.313 -# the Free Software Foundation; either version 2, or (at your option) 2.314 -# any later version. 2.315 - 2.316 -# This program is distributed in the hope that it will be useful, 2.317 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.318 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.319 -# GNU General Public License for more details. 2.320 - 2.321 -# You should have received a copy of the GNU General Public License 2.322 -# along with this program; if not, write to the Free Software 2.323 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.324 -# 02111-1307, USA. 2.325 - 2.326 -# serial 3 2.327 - 2.328 -# AM_MISSING_PROG(NAME, PROGRAM) 2.329 -# ------------------------------ 2.330 -AC_DEFUN([AM_MISSING_PROG], 2.331 -[AC_REQUIRE([AM_MISSING_HAS_RUN]) 2.332 -$1=${$1-"${am_missing_run}$2"} 2.333 -AC_SUBST($1)]) 2.334 - 2.335 - 2.336 -# AM_MISSING_HAS_RUN 2.337 -# ------------------ 2.338 -# Define MISSING if not defined so far and test if it supports --run. 2.339 -# If it does, set am_missing_run to use it, otherwise, to nothing. 2.340 -AC_DEFUN([AM_MISSING_HAS_RUN], 2.341 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 2.342 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 2.343 -# Use eval to expand $SHELL 2.344 -if eval "$MISSING --run true"; then 2.345 - am_missing_run="$MISSING --run " 2.346 -else 2.347 - am_missing_run= 2.348 - AC_MSG_WARN([`missing' script is too old or missing]) 2.349 -fi 2.350 -]) 2.351 - 2.352 -# AM_AUX_DIR_EXPAND 2.353 - 2.354 -# Copyright 2001 Free Software Foundation, Inc. 2.355 - 2.356 -# This program is free software; you can redistribute it and/or modify 2.357 -# it under the terms of the GNU General Public License as published by 2.358 -# the Free Software Foundation; either version 2, or (at your option) 2.359 -# any later version. 2.360 - 2.361 -# This program is distributed in the hope that it will be useful, 2.362 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.363 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.364 -# GNU General Public License for more details. 2.365 - 2.366 -# You should have received a copy of the GNU General Public License 2.367 -# along with this program; if not, write to the Free Software 2.368 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.369 -# 02111-1307, USA. 2.370 - 2.371 -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 2.372 -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 2.373 -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. 2.374 -# 2.375 -# Of course, Automake must honor this variable whenever it calls a 2.376 -# tool from the auxiliary directory. The problem is that $srcdir (and 2.377 -# therefore $ac_aux_dir as well) can be either absolute or relative, 2.378 -# depending on how configure is run. This is pretty annoying, since 2.379 -# it makes $ac_aux_dir quite unusable in subdirectories: in the top 2.380 -# source directory, any form will work fine, but in subdirectories a 2.381 -# relative path needs to be adjusted first. 2.382 -# 2.383 -# $ac_aux_dir/missing 2.384 -# fails when called from a subdirectory if $ac_aux_dir is relative 2.385 -# $top_srcdir/$ac_aux_dir/missing 2.386 -# fails if $ac_aux_dir is absolute, 2.387 -# fails when called from a subdirectory in a VPATH build with 2.388 -# a relative $ac_aux_dir 2.389 -# 2.390 -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir 2.391 -# are both prefixed by $srcdir. In an in-source build this is usually 2.392 -# harmless because $srcdir is `.', but things will broke when you 2.393 -# start a VPATH build or use an absolute $srcdir. 2.394 -# 2.395 -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, 2.396 -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: 2.397 -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` 2.398 -# and then we would define $MISSING as 2.399 -# MISSING="\${SHELL} $am_aux_dir/missing" 2.400 -# This will work as long as MISSING is not called from configure, because 2.401 -# unfortunately $(top_srcdir) has no meaning in configure. 2.402 -# However there are other variables, like CC, which are often used in 2.403 -# configure, and could therefore not use this "fixed" $ac_aux_dir. 2.404 -# 2.405 -# Another solution, used here, is to always expand $ac_aux_dir to an 2.406 -# absolute PATH. The drawback is that using absolute paths prevent a 2.407 -# configured tree to be moved without reconfiguration. 2.408 - 2.409 -# Rely on autoconf to set up CDPATH properly. 2.410 -AC_PREREQ([2.50]) 2.411 - 2.412 -AC_DEFUN([AM_AUX_DIR_EXPAND], [ 2.413 -# expand $ac_aux_dir to an absolute path 2.414 -am_aux_dir=`cd $ac_aux_dir && pwd` 2.415 -]) 2.416 - 2.417 -# AM_PROG_INSTALL_SH 2.418 -# ------------------ 2.419 -# Define $install_sh. 2.420 - 2.421 -# Copyright 2001 Free Software Foundation, Inc. 2.422 - 2.423 -# This program is free software; you can redistribute it and/or modify 2.424 -# it under the terms of the GNU General Public License as published by 2.425 -# the Free Software Foundation; either version 2, or (at your option) 2.426 -# any later version. 2.427 - 2.428 -# This program is distributed in the hope that it will be useful, 2.429 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.430 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.431 -# GNU General Public License for more details. 2.432 - 2.433 -# You should have received a copy of the GNU General Public License 2.434 -# along with this program; if not, write to the Free Software 2.435 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.436 -# 02111-1307, USA. 2.437 - 2.438 -AC_DEFUN([AM_PROG_INSTALL_SH], 2.439 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 2.440 -install_sh=${install_sh-"$am_aux_dir/install-sh"} 2.441 -AC_SUBST(install_sh)]) 2.442 - 2.443 -# AM_PROG_INSTALL_STRIP 2.444 - 2.445 -# Copyright 2001 Free Software Foundation, Inc. 2.446 - 2.447 -# This program is free software; you can redistribute it and/or modify 2.448 -# it under the terms of the GNU General Public License as published by 2.449 -# the Free Software Foundation; either version 2, or (at your option) 2.450 -# any later version. 2.451 - 2.452 -# This program is distributed in the hope that it will be useful, 2.453 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.454 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.455 -# GNU General Public License for more details. 2.456 - 2.457 -# You should have received a copy of the GNU General Public License 2.458 -# along with this program; if not, write to the Free Software 2.459 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.460 -# 02111-1307, USA. 2.461 - 2.462 -# One issue with vendor `install' (even GNU) is that you can't 2.463 -# specify the program used to strip binaries. This is especially 2.464 -# annoying in cross-compiling environments, where the build's strip 2.465 -# is unlikely to handle the host's binaries. 2.466 -# Fortunately install-sh will honor a STRIPPROG variable, so we 2.467 -# always use install-sh in `make install-strip', and initialize 2.468 -# STRIPPROG with the value of the STRIP variable (set by the user). 2.469 -AC_DEFUN([AM_PROG_INSTALL_STRIP], 2.470 -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 2.471 -# Installed binaries are usually stripped using `strip' when the user 2.472 -# run `make install-strip'. However `strip' might not be the right 2.473 -# tool to use in cross-compilation environments, therefore Automake 2.474 -# will honor the `STRIP' environment variable to overrule this program. 2.475 -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 2.476 -if test "$cross_compiling" != no; then 2.477 - AC_CHECK_TOOL([STRIP], [strip], :) 2.478 -fi 2.479 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 2.480 -AC_SUBST([INSTALL_STRIP_PROGRAM])]) 2.481 - 2.482 -# -*- Autoconf -*- 2.483 -# Copyright (C) 2003 Free Software Foundation, Inc. 2.484 - 2.485 -# This program is free software; you can redistribute it and/or modify 2.486 -# it under the terms of the GNU General Public License as published by 2.487 -# the Free Software Foundation; either version 2, or (at your option) 2.488 -# any later version. 2.489 - 2.490 -# This program is distributed in the hope that it will be useful, 2.491 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.492 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.493 -# GNU General Public License for more details. 2.494 - 2.495 -# You should have received a copy of the GNU General Public License 2.496 -# along with this program; if not, write to the Free Software 2.497 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.498 -# 02111-1307, USA. 2.499 - 2.500 -# serial 1 2.501 - 2.502 -# Check whether the underlying file-system supports filenames 2.503 -# with a leading dot. For instance MS-DOS doesn't. 2.504 -AC_DEFUN([AM_SET_LEADING_DOT], 2.505 -[rm -rf .tst 2>/dev/null 2.506 -mkdir .tst 2>/dev/null 2.507 -if test -d .tst; then 2.508 - am__leading_dot=. 2.509 -else 2.510 - am__leading_dot=_ 2.511 -fi 2.512 -rmdir .tst 2>/dev/null 2.513 -AC_SUBST([am__leading_dot])]) 2.514 - 2.515 -# serial 5 -*- Autoconf -*- 2.516 - 2.517 -# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 2.518 - 2.519 -# This program is free software; you can redistribute it and/or modify 2.520 -# it under the terms of the GNU General Public License as published by 2.521 -# the Free Software Foundation; either version 2, or (at your option) 2.522 -# any later version. 2.523 - 2.524 -# This program is distributed in the hope that it will be useful, 2.525 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.526 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.527 -# GNU General Public License for more details. 2.528 - 2.529 -# You should have received a copy of the GNU General Public License 2.530 -# along with this program; if not, write to the Free Software 2.531 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.532 -# 02111-1307, USA. 2.533 - 2.534 - 2.535 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 2.536 -# written in clear, in which case automake, when reading aclocal.m4, 2.537 -# will think it sees a *use*, and therefore will trigger all it's 2.538 -# C support machinery. Also note that it means that autoscan, seeing 2.539 -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... 2.540 - 2.541 - 2.542 - 2.543 -# _AM_DEPENDENCIES(NAME) 2.544 -# ---------------------- 2.545 -# See how the compiler implements dependency checking. 2.546 -# NAME is "CC", "CXX", "GCJ", or "OBJC". 2.547 -# We try a few techniques and use that to set a single cache variable. 2.548 -# 2.549 -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was 2.550 -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular 2.551 -# dependency, and given that the user is not expected to run this macro, 2.552 -# just rely on AC_PROG_CC. 2.553 -AC_DEFUN([_AM_DEPENDENCIES], 2.554 -[AC_REQUIRE([AM_SET_DEPDIR])dnl 2.555 -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 2.556 -AC_REQUIRE([AM_MAKE_INCLUDE])dnl 2.557 -AC_REQUIRE([AM_DEP_TRACK])dnl 2.558 - 2.559 -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], 2.560 - [$1], CXX, [depcc="$CXX" am_compiler_list=], 2.561 - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 2.562 - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 2.563 - [depcc="$$1" am_compiler_list=]) 2.564 - 2.565 -AC_CACHE_CHECK([dependency style of $depcc], 2.566 - [am_cv_$1_dependencies_compiler_type], 2.567 -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 2.568 - # We make a subdir and do the tests there. Otherwise we can end up 2.569 - # making bogus files that we don't know about and never remove. For 2.570 - # instance it was reported that on HP-UX the gcc test will end up 2.571 - # making a dummy file named `D' -- because `-MD' means `put the output 2.572 - # in D'. 2.573 - mkdir conftest.dir 2.574 - # Copy depcomp to subdir because otherwise we won't find it if we're 2.575 - # using a relative directory. 2.576 - cp "$am_depcomp" conftest.dir 2.577 - cd conftest.dir 2.578 - # We will build objects and dependencies in a subdirectory because 2.579 - # it helps to detect inapplicable dependency modes. For instance 2.580 - # both Tru64's cc and ICC support -MD to output dependencies as a 2.581 - # side effect of compilation, but ICC will put the dependencies in 2.582 - # the current directory while Tru64 will put them in the object 2.583 - # directory. 2.584 - mkdir sub 2.585 - 2.586 - am_cv_$1_dependencies_compiler_type=none 2.587 - if test "$am_compiler_list" = ""; then 2.588 - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` 2.589 - fi 2.590 - for depmode in $am_compiler_list; do 2.591 - # Setup a source with many dependencies, because some compilers 2.592 - # like to wrap large dependency lists on column 80 (with \), and 2.593 - # we should not choose a depcomp mode which is confused by this. 2.594 - # 2.595 - # We need to recreate these files for each test, as the compiler may 2.596 - # overwrite some of them when testing with obscure command lines. 2.597 - # This happens at least with the AIX C compiler. 2.598 - : > sub/conftest.c 2.599 - for i in 1 2 3 4 5 6; do 2.600 - echo '#include "conftst'$i'.h"' >> sub/conftest.c 2.601 - : > sub/conftst$i.h 2.602 - done 2.603 - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 2.604 - 2.605 - case $depmode in 2.606 - nosideeffect) 2.607 - # after this tag, mechanisms are not by side-effect, so they'll 2.608 - # only be used when explicitly requested 2.609 - if test "x$enable_dependency_tracking" = xyes; then 2.610 - continue 2.611 - else 2.612 - break 2.613 - fi 2.614 - ;; 2.615 - none) break ;; 2.616 - esac 2.617 - # We check with `-c' and `-o' for the sake of the "dashmstdout" 2.618 - # mode. It turns out that the SunPro C++ compiler does not properly 2.619 - # handle `-M -o', and we need to detect this. 2.620 - if depmode=$depmode \ 2.621 - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 2.622 - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 2.623 - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 2.624 - >/dev/null 2>conftest.err && 2.625 - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 2.626 - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 2.627 - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2.628 - # icc doesn't choke on unknown options, it will just issue warnings 2.629 - # (even with -Werror). So we grep stderr for any message 2.630 - # that says an option was ignored. 2.631 - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2.632 - am_cv_$1_dependencies_compiler_type=$depmode 2.633 - break 2.634 - fi 2.635 - fi 2.636 - done 2.637 - 2.638 - cd .. 2.639 - rm -rf conftest.dir 2.640 -else 2.641 - am_cv_$1_dependencies_compiler_type=none 2.642 -fi 2.643 -]) 2.644 -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) 2.645 -AM_CONDITIONAL([am__fastdep$1], [ 2.646 - test "x$enable_dependency_tracking" != xno \ 2.647 - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 2.648 -]) 2.649 - 2.650 - 2.651 -# AM_SET_DEPDIR 2.652 -# ------------- 2.653 -# Choose a directory name for dependency files. 2.654 -# This macro is AC_REQUIREd in _AM_DEPENDENCIES 2.655 -AC_DEFUN([AM_SET_DEPDIR], 2.656 -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl 2.657 -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 2.658 -]) 2.659 - 2.660 - 2.661 -# AM_DEP_TRACK 2.662 -# ------------ 2.663 -AC_DEFUN([AM_DEP_TRACK], 2.664 -[AC_ARG_ENABLE(dependency-tracking, 2.665 -[ --disable-dependency-tracking Speeds up one-time builds 2.666 - --enable-dependency-tracking Do not reject slow dependency extractors]) 2.667 -if test "x$enable_dependency_tracking" != xno; then 2.668 - am_depcomp="$ac_aux_dir/depcomp" 2.669 - AMDEPBACKSLASH='\' 2.670 -fi 2.671 -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 2.672 -AC_SUBST([AMDEPBACKSLASH]) 2.673 -]) 2.674 - 2.675 -# Generate code to set up dependency tracking. -*- Autoconf -*- 2.676 - 2.677 -# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 2.678 - 2.679 -# This program is free software; you can redistribute it and/or modify 2.680 -# it under the terms of the GNU General Public License as published by 2.681 -# the Free Software Foundation; either version 2, or (at your option) 2.682 -# any later version. 2.683 - 2.684 -# This program is distributed in the hope that it will be useful, 2.685 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.686 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.687 -# GNU General Public License for more details. 2.688 - 2.689 -# You should have received a copy of the GNU General Public License 2.690 -# along with this program; if not, write to the Free Software 2.691 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.692 -# 02111-1307, USA. 2.693 - 2.694 -#serial 2 2.695 - 2.696 -# _AM_OUTPUT_DEPENDENCY_COMMANDS 2.697 -# ------------------------------ 2.698 -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 2.699 -[for mf in $CONFIG_FILES; do 2.700 - # Strip MF so we end up with the name of the file. 2.701 - mf=`echo "$mf" | sed -e 's/:.*$//'` 2.702 - # Check whether this is an Automake generated Makefile or not. 2.703 - # We used to match only the files named `Makefile.in', but 2.704 - # some people rename them; so instead we look at the file content. 2.705 - # Grep'ing the first line is not enough: some people post-process 2.706 - # each Makefile.in and add a new line on top of each file to say so. 2.707 - # So let's grep whole file. 2.708 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 2.709 - dirpart=`AS_DIRNAME("$mf")` 2.710 - else 2.711 - continue 2.712 - fi 2.713 - grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue 2.714 - # Extract the definition of DEP_FILES from the Makefile without 2.715 - # running `make'. 2.716 - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 2.717 - test -z "$DEPDIR" && continue 2.718 - # When using ansi2knr, U may be empty or an underscore; expand it 2.719 - U=`sed -n -e '/^U = / s///p' < "$mf"` 2.720 - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 2.721 - # We invoke sed twice because it is the simplest approach to 2.722 - # changing $(DEPDIR) to its actual value in the expansion. 2.723 - for file in `sed -n -e ' 2.724 - /^DEP_FILES = .*\\\\$/ { 2.725 - s/^DEP_FILES = // 2.726 - :loop 2.727 - s/\\\\$// 2.728 - p 2.729 - n 2.730 - /\\\\$/ b loop 2.731 - p 2.732 - } 2.733 - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 2.734 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 2.735 - # Make sure the directory exists. 2.736 - test -f "$dirpart/$file" && continue 2.737 - fdir=`AS_DIRNAME(["$file"])` 2.738 - AS_MKDIR_P([$dirpart/$fdir]) 2.739 - # echo "creating $dirpart/$file" 2.740 - echo '# dummy' > "$dirpart/$file" 2.741 - done 2.742 -done 2.743 -])# _AM_OUTPUT_DEPENDENCY_COMMANDS 2.744 - 2.745 - 2.746 -# AM_OUTPUT_DEPENDENCY_COMMANDS 2.747 -# ----------------------------- 2.748 -# This macro should only be invoked once -- use via AC_REQUIRE. 2.749 -# 2.750 -# This code is only required when automatic dependency tracking 2.751 -# is enabled. FIXME. This creates each `.P' file that we will 2.752 -# need in order to bootstrap the dependency handling code. 2.753 -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 2.754 -[AC_CONFIG_COMMANDS([depfiles], 2.755 - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 2.756 - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 2.757 -]) 2.758 - 2.759 -# Check to see how 'make' treats includes. -*- Autoconf -*- 2.760 - 2.761 -# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. 2.762 - 2.763 -# This program is free software; you can redistribute it and/or modify 2.764 -# it under the terms of the GNU General Public License as published by 2.765 -# the Free Software Foundation; either version 2, or (at your option) 2.766 -# any later version. 2.767 - 2.768 -# This program is distributed in the hope that it will be useful, 2.769 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.770 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.771 -# GNU General Public License for more details. 2.772 - 2.773 -# You should have received a copy of the GNU General Public License 2.774 -# along with this program; if not, write to the Free Software 2.775 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.776 -# 02111-1307, USA. 2.777 - 2.778 -# serial 2 2.779 - 2.780 -# AM_MAKE_INCLUDE() 2.781 -# ----------------- 2.782 -# Check to see how make treats includes. 2.783 -AC_DEFUN([AM_MAKE_INCLUDE], 2.784 -[am_make=${MAKE-make} 2.785 -cat > confinc << 'END' 2.786 -am__doit: 2.787 - @echo done 2.788 -.PHONY: am__doit 2.789 -END 2.790 -# If we don't find an include directive, just comment out the code. 2.791 -AC_MSG_CHECKING([for style of include used by $am_make]) 2.792 -am__include="#" 2.793 -am__quote= 2.794 -_am_result=none 2.795 -# First try GNU make style include. 2.796 -echo "include confinc" > confmf 2.797 -# We grep out `Entering directory' and `Leaving directory' 2.798 -# messages which can occur if `w' ends up in MAKEFLAGS. 2.799 -# In particular we don't look at `^make:' because GNU make might 2.800 -# be invoked under some other name (usually "gmake"), in which 2.801 -# case it prints its new name instead of `make'. 2.802 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 2.803 - am__include=include 2.804 - am__quote= 2.805 - _am_result=GNU 2.806 -fi 2.807 -# Now try BSD make style include. 2.808 -if test "$am__include" = "#"; then 2.809 - echo '.include "confinc"' > confmf 2.810 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 2.811 - am__include=.include 2.812 - am__quote="\"" 2.813 - _am_result=BSD 2.814 - fi 2.815 -fi 2.816 -AC_SUBST([am__include]) 2.817 -AC_SUBST([am__quote]) 2.818 -AC_MSG_RESULT([$_am_result]) 2.819 -rm -f confinc confmf 2.820 -]) 2.821 - 2.822 -# AM_CONDITIONAL -*- Autoconf -*- 2.823 - 2.824 -# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. 2.825 - 2.826 -# This program is free software; you can redistribute it and/or modify 2.827 -# it under the terms of the GNU General Public License as published by 2.828 -# the Free Software Foundation; either version 2, or (at your option) 2.829 -# any later version. 2.830 - 2.831 -# This program is distributed in the hope that it will be useful, 2.832 -# but WITHOUT ANY WARRANTY; without even the implied warranty of 2.833 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2.834 -# GNU General Public License for more details. 2.835 - 2.836 -# You should have received a copy of the GNU General Public License 2.837 -# along with this program; if not, write to the Free Software 2.838 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 2.839 -# 02111-1307, USA. 2.840 - 2.841 -# serial 5 2.842 - 2.843 -AC_PREREQ(2.52) 2.844 - 2.845 -# AM_CONDITIONAL(NAME, SHELL-CONDITION) 2.846 -# ------------------------------------- 2.847 -# Define a conditional. 2.848 -AC_DEFUN([AM_CONDITIONAL], 2.849 -[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 2.850 - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 2.851 -AC_SUBST([$1_TRUE]) 2.852 -AC_SUBST([$1_FALSE]) 2.853 -if $2; then 2.854 - $1_TRUE= 2.855 - $1_FALSE='#' 2.856 -else 2.857 - $1_TRUE='#' 2.858 - $1_FALSE= 2.859 -fi 2.860 -AC_CONFIG_COMMANDS_PRE( 2.861 -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 2.862 - AC_MSG_ERROR([conditional "$1" was never defined. 2.863 -Usually this means the macro was only invoked conditionally.]) 2.864 -fi])]) 2.865 +m4_ifndef([AC_AUTOCONF_VERSION], 2.866 + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 2.867 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 2.868 +[m4_warning([this file was generated for autoconf 2.65. 2.869 +You have another version of autoconf. It may work, but is not guaranteed to. 2.870 +If you have problems, you may need to regenerate the build system entirely. 2.871 +To do so, use the procedure documented by the package, typically `autoreconf'.])]) 2.872 2.873 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 2.874 # 2.875 @@ -1017,3 +177,945 @@ 2.876 fi[]dnl 2.877 ])# PKG_CHECK_MODULES 2.878 2.879 +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2.880 +# 2.881 +# This file is free software; the Free Software Foundation 2.882 +# gives unlimited permission to copy and/or distribute it, 2.883 +# with or without modifications, as long as this notice is preserved. 2.884 + 2.885 +# AM_AUTOMAKE_VERSION(VERSION) 2.886 +# ---------------------------- 2.887 +# Automake X.Y traces this macro to ensure aclocal.m4 has been 2.888 +# generated from the m4 files accompanying Automake X.Y. 2.889 +# (This private macro should not be called outside this file.) 2.890 +AC_DEFUN([AM_AUTOMAKE_VERSION], 2.891 +[am__api_version='1.11' 2.892 +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 2.893 +dnl require some minimum version. Point them to the right macro. 2.894 +m4_if([$1], [1.11.1], [], 2.895 + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 2.896 +]) 2.897 + 2.898 +# _AM_AUTOCONF_VERSION(VERSION) 2.899 +# ----------------------------- 2.900 +# aclocal traces this macro to find the Autoconf version. 2.901 +# This is a private macro too. Using m4_define simplifies 2.902 +# the logic in aclocal, which can simply ignore this definition. 2.903 +m4_define([_AM_AUTOCONF_VERSION], []) 2.904 + 2.905 +# AM_SET_CURRENT_AUTOMAKE_VERSION 2.906 +# ------------------------------- 2.907 +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 2.908 +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 2.909 +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 2.910 +[AM_AUTOMAKE_VERSION([1.11.1])dnl 2.911 +m4_ifndef([AC_AUTOCONF_VERSION], 2.912 + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 2.913 +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 2.914 + 2.915 +# AM_AUX_DIR_EXPAND -*- Autoconf -*- 2.916 + 2.917 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 2.918 +# 2.919 +# This file is free software; the Free Software Foundation 2.920 +# gives unlimited permission to copy and/or distribute it, 2.921 +# with or without modifications, as long as this notice is preserved. 2.922 + 2.923 +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 2.924 +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 2.925 +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. 2.926 +# 2.927 +# Of course, Automake must honor this variable whenever it calls a 2.928 +# tool from the auxiliary directory. The problem is that $srcdir (and 2.929 +# therefore $ac_aux_dir as well) can be either absolute or relative, 2.930 +# depending on how configure is run. This is pretty annoying, since 2.931 +# it makes $ac_aux_dir quite unusable in subdirectories: in the top 2.932 +# source directory, any form will work fine, but in subdirectories a 2.933 +# relative path needs to be adjusted first. 2.934 +# 2.935 +# $ac_aux_dir/missing 2.936 +# fails when called from a subdirectory if $ac_aux_dir is relative 2.937 +# $top_srcdir/$ac_aux_dir/missing 2.938 +# fails if $ac_aux_dir is absolute, 2.939 +# fails when called from a subdirectory in a VPATH build with 2.940 +# a relative $ac_aux_dir 2.941 +# 2.942 +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir 2.943 +# are both prefixed by $srcdir. In an in-source build this is usually 2.944 +# harmless because $srcdir is `.', but things will broke when you 2.945 +# start a VPATH build or use an absolute $srcdir. 2.946 +# 2.947 +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, 2.948 +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: 2.949 +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` 2.950 +# and then we would define $MISSING as 2.951 +# MISSING="\${SHELL} $am_aux_dir/missing" 2.952 +# This will work as long as MISSING is not called from configure, because 2.953 +# unfortunately $(top_srcdir) has no meaning in configure. 2.954 +# However there are other variables, like CC, which are often used in 2.955 +# configure, and could therefore not use this "fixed" $ac_aux_dir. 2.956 +# 2.957 +# Another solution, used here, is to always expand $ac_aux_dir to an 2.958 +# absolute PATH. The drawback is that using absolute paths prevent a 2.959 +# configured tree to be moved without reconfiguration. 2.960 + 2.961 +AC_DEFUN([AM_AUX_DIR_EXPAND], 2.962 +[dnl Rely on autoconf to set up CDPATH properly. 2.963 +AC_PREREQ([2.50])dnl 2.964 +# expand $ac_aux_dir to an absolute path 2.965 +am_aux_dir=`cd $ac_aux_dir && pwd` 2.966 +]) 2.967 + 2.968 +# AM_CONDITIONAL -*- Autoconf -*- 2.969 + 2.970 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 2.971 +# Free Software Foundation, Inc. 2.972 +# 2.973 +# This file is free software; the Free Software Foundation 2.974 +# gives unlimited permission to copy and/or distribute it, 2.975 +# with or without modifications, as long as this notice is preserved. 2.976 + 2.977 +# serial 9 2.978 + 2.979 +# AM_CONDITIONAL(NAME, SHELL-CONDITION) 2.980 +# ------------------------------------- 2.981 +# Define a conditional. 2.982 +AC_DEFUN([AM_CONDITIONAL], 2.983 +[AC_PREREQ(2.52)dnl 2.984 + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], 2.985 + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl 2.986 +AC_SUBST([$1_TRUE])dnl 2.987 +AC_SUBST([$1_FALSE])dnl 2.988 +_AM_SUBST_NOTMAKE([$1_TRUE])dnl 2.989 +_AM_SUBST_NOTMAKE([$1_FALSE])dnl 2.990 +m4_define([_AM_COND_VALUE_$1], [$2])dnl 2.991 +if $2; then 2.992 + $1_TRUE= 2.993 + $1_FALSE='#' 2.994 +else 2.995 + $1_TRUE='#' 2.996 + $1_FALSE= 2.997 +fi 2.998 +AC_CONFIG_COMMANDS_PRE( 2.999 +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 2.1000 + AC_MSG_ERROR([[conditional "$1" was never defined. 2.1001 +Usually this means the macro was only invoked conditionally.]]) 2.1002 +fi])]) 2.1003 + 2.1004 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 2.1005 +# Free Software Foundation, Inc. 2.1006 +# 2.1007 +# This file is free software; the Free Software Foundation 2.1008 +# gives unlimited permission to copy and/or distribute it, 2.1009 +# with or without modifications, as long as this notice is preserved. 2.1010 + 2.1011 +# serial 10 2.1012 + 2.1013 +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 2.1014 +# written in clear, in which case automake, when reading aclocal.m4, 2.1015 +# will think it sees a *use*, and therefore will trigger all it's 2.1016 +# C support machinery. Also note that it means that autoscan, seeing 2.1017 +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... 2.1018 + 2.1019 + 2.1020 +# _AM_DEPENDENCIES(NAME) 2.1021 +# ---------------------- 2.1022 +# See how the compiler implements dependency checking. 2.1023 +# NAME is "CC", "CXX", "GCJ", or "OBJC". 2.1024 +# We try a few techniques and use that to set a single cache variable. 2.1025 +# 2.1026 +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was 2.1027 +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular 2.1028 +# dependency, and given that the user is not expected to run this macro, 2.1029 +# just rely on AC_PROG_CC. 2.1030 +AC_DEFUN([_AM_DEPENDENCIES], 2.1031 +[AC_REQUIRE([AM_SET_DEPDIR])dnl 2.1032 +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl 2.1033 +AC_REQUIRE([AM_MAKE_INCLUDE])dnl 2.1034 +AC_REQUIRE([AM_DEP_TRACK])dnl 2.1035 + 2.1036 +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], 2.1037 + [$1], CXX, [depcc="$CXX" am_compiler_list=], 2.1038 + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], 2.1039 + [$1], UPC, [depcc="$UPC" am_compiler_list=], 2.1040 + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], 2.1041 + [depcc="$$1" am_compiler_list=]) 2.1042 + 2.1043 +AC_CACHE_CHECK([dependency style of $depcc], 2.1044 + [am_cv_$1_dependencies_compiler_type], 2.1045 +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 2.1046 + # We make a subdir and do the tests there. Otherwise we can end up 2.1047 + # making bogus files that we don't know about and never remove. For 2.1048 + # instance it was reported that on HP-UX the gcc test will end up 2.1049 + # making a dummy file named `D' -- because `-MD' means `put the output 2.1050 + # in D'. 2.1051 + mkdir conftest.dir 2.1052 + # Copy depcomp to subdir because otherwise we won't find it if we're 2.1053 + # using a relative directory. 2.1054 + cp "$am_depcomp" conftest.dir 2.1055 + cd conftest.dir 2.1056 + # We will build objects and dependencies in a subdirectory because 2.1057 + # it helps to detect inapplicable dependency modes. For instance 2.1058 + # both Tru64's cc and ICC support -MD to output dependencies as a 2.1059 + # side effect of compilation, but ICC will put the dependencies in 2.1060 + # the current directory while Tru64 will put them in the object 2.1061 + # directory. 2.1062 + mkdir sub 2.1063 + 2.1064 + am_cv_$1_dependencies_compiler_type=none 2.1065 + if test "$am_compiler_list" = ""; then 2.1066 + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` 2.1067 + fi 2.1068 + am__universal=false 2.1069 + m4_case([$1], [CC], 2.1070 + [case " $depcc " in #( 2.1071 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 2.1072 + esac], 2.1073 + [CXX], 2.1074 + [case " $depcc " in #( 2.1075 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 2.1076 + esac]) 2.1077 + 2.1078 + for depmode in $am_compiler_list; do 2.1079 + # Setup a source with many dependencies, because some compilers 2.1080 + # like to wrap large dependency lists on column 80 (with \), and 2.1081 + # we should not choose a depcomp mode which is confused by this. 2.1082 + # 2.1083 + # We need to recreate these files for each test, as the compiler may 2.1084 + # overwrite some of them when testing with obscure command lines. 2.1085 + # This happens at least with the AIX C compiler. 2.1086 + : > sub/conftest.c 2.1087 + for i in 1 2 3 4 5 6; do 2.1088 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 2.1089 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2.1090 + # Solaris 8's {/usr,}/bin/sh. 2.1091 + touch sub/conftst$i.h 2.1092 + done 2.1093 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 2.1094 + 2.1095 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 2.1096 + # mode. It turns out that the SunPro C++ compiler does not properly 2.1097 + # handle `-M -o', and we need to detect this. Also, some Intel 2.1098 + # versions had trouble with output in subdirs 2.1099 + am__obj=sub/conftest.${OBJEXT-o} 2.1100 + am__minus_obj="-o $am__obj" 2.1101 + case $depmode in 2.1102 + gcc) 2.1103 + # This depmode causes a compiler race in universal mode. 2.1104 + test "$am__universal" = false || continue 2.1105 + ;; 2.1106 + nosideeffect) 2.1107 + # after this tag, mechanisms are not by side-effect, so they'll 2.1108 + # only be used when explicitly requested 2.1109 + if test "x$enable_dependency_tracking" = xyes; then 2.1110 + continue 2.1111 + else 2.1112 + break 2.1113 + fi 2.1114 + ;; 2.1115 + msvisualcpp | msvcmsys) 2.1116 + # This compiler won't grok `-c -o', but also, the minuso test has 2.1117 + # not run yet. These depmodes are late enough in the game, and 2.1118 + # so weak that their functioning should not be impacted. 2.1119 + am__obj=conftest.${OBJEXT-o} 2.1120 + am__minus_obj= 2.1121 + ;; 2.1122 + none) break ;; 2.1123 + esac 2.1124 + if depmode=$depmode \ 2.1125 + source=sub/conftest.c object=$am__obj \ 2.1126 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 2.1127 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 2.1128 + >/dev/null 2>conftest.err && 2.1129 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 2.1130 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 2.1131 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 2.1132 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2.1133 + # icc doesn't choke on unknown options, it will just issue warnings 2.1134 + # or remarks (even with -Werror). So we grep stderr for any message 2.1135 + # that says an option was ignored or not supported. 2.1136 + # When given -MP, icc 7.0 and 7.1 complain thusly: 2.1137 + # icc: Command line warning: ignoring option '-M'; no argument required 2.1138 + # The diagnosis changed in icc 8.0: 2.1139 + # icc: Command line remark: option '-MP' not supported 2.1140 + if (grep 'ignoring option' conftest.err || 2.1141 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2.1142 + am_cv_$1_dependencies_compiler_type=$depmode 2.1143 + break 2.1144 + fi 2.1145 + fi 2.1146 + done 2.1147 + 2.1148 + cd .. 2.1149 + rm -rf conftest.dir 2.1150 +else 2.1151 + am_cv_$1_dependencies_compiler_type=none 2.1152 +fi 2.1153 +]) 2.1154 +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) 2.1155 +AM_CONDITIONAL([am__fastdep$1], [ 2.1156 + test "x$enable_dependency_tracking" != xno \ 2.1157 + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) 2.1158 +]) 2.1159 + 2.1160 + 2.1161 +# AM_SET_DEPDIR 2.1162 +# ------------- 2.1163 +# Choose a directory name for dependency files. 2.1164 +# This macro is AC_REQUIREd in _AM_DEPENDENCIES 2.1165 +AC_DEFUN([AM_SET_DEPDIR], 2.1166 +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl 2.1167 +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 2.1168 +]) 2.1169 + 2.1170 + 2.1171 +# AM_DEP_TRACK 2.1172 +# ------------ 2.1173 +AC_DEFUN([AM_DEP_TRACK], 2.1174 +[AC_ARG_ENABLE(dependency-tracking, 2.1175 +[ --disable-dependency-tracking speeds up one-time build 2.1176 + --enable-dependency-tracking do not reject slow dependency extractors]) 2.1177 +if test "x$enable_dependency_tracking" != xno; then 2.1178 + am_depcomp="$ac_aux_dir/depcomp" 2.1179 + AMDEPBACKSLASH='\' 2.1180 +fi 2.1181 +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 2.1182 +AC_SUBST([AMDEPBACKSLASH])dnl 2.1183 +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 2.1184 +]) 2.1185 + 2.1186 +# Generate code to set up dependency tracking. -*- Autoconf -*- 2.1187 + 2.1188 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 2.1189 +# Free Software Foundation, Inc. 2.1190 +# 2.1191 +# This file is free software; the Free Software Foundation 2.1192 +# gives unlimited permission to copy and/or distribute it, 2.1193 +# with or without modifications, as long as this notice is preserved. 2.1194 + 2.1195 +#serial 5 2.1196 + 2.1197 +# _AM_OUTPUT_DEPENDENCY_COMMANDS 2.1198 +# ------------------------------ 2.1199 +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 2.1200 +[{ 2.1201 + # Autoconf 2.62 quotes --file arguments for eval, but not when files 2.1202 + # are listed without --file. Let's play safe and only enable the eval 2.1203 + # if we detect the quoting. 2.1204 + case $CONFIG_FILES in 2.1205 + *\'*) eval set x "$CONFIG_FILES" ;; 2.1206 + *) set x $CONFIG_FILES ;; 2.1207 + esac 2.1208 + shift 2.1209 + for mf 2.1210 + do 2.1211 + # Strip MF so we end up with the name of the file. 2.1212 + mf=`echo "$mf" | sed -e 's/:.*$//'` 2.1213 + # Check whether this is an Automake generated Makefile or not. 2.1214 + # We used to match only the files named `Makefile.in', but 2.1215 + # some people rename them; so instead we look at the file content. 2.1216 + # Grep'ing the first line is not enough: some people post-process 2.1217 + # each Makefile.in and add a new line on top of each file to say so. 2.1218 + # Grep'ing the whole file is not good either: AIX grep has a line 2.1219 + # limit of 2048, but all sed's we know have understand at least 4000. 2.1220 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 2.1221 + dirpart=`AS_DIRNAME("$mf")` 2.1222 + else 2.1223 + continue 2.1224 + fi 2.1225 + # Extract the definition of DEPDIR, am__include, and am__quote 2.1226 + # from the Makefile without running `make'. 2.1227 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 2.1228 + test -z "$DEPDIR" && continue 2.1229 + am__include=`sed -n 's/^am__include = //p' < "$mf"` 2.1230 + test -z "am__include" && continue 2.1231 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 2.1232 + # When using ansi2knr, U may be empty or an underscore; expand it 2.1233 + U=`sed -n 's/^U = //p' < "$mf"` 2.1234 + # Find all dependency output files, they are included files with 2.1235 + # $(DEPDIR) in their names. We invoke sed twice because it is the 2.1236 + # simplest approach to changing $(DEPDIR) to its actual value in the 2.1237 + # expansion. 2.1238 + for file in `sed -n " 2.1239 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 2.1240 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 2.1241 + # Make sure the directory exists. 2.1242 + test -f "$dirpart/$file" && continue 2.1243 + fdir=`AS_DIRNAME(["$file"])` 2.1244 + AS_MKDIR_P([$dirpart/$fdir]) 2.1245 + # echo "creating $dirpart/$file" 2.1246 + echo '# dummy' > "$dirpart/$file" 2.1247 + done 2.1248 + done 2.1249 +} 2.1250 +])# _AM_OUTPUT_DEPENDENCY_COMMANDS 2.1251 + 2.1252 + 2.1253 +# AM_OUTPUT_DEPENDENCY_COMMANDS 2.1254 +# ----------------------------- 2.1255 +# This macro should only be invoked once -- use via AC_REQUIRE. 2.1256 +# 2.1257 +# This code is only required when automatic dependency tracking 2.1258 +# is enabled. FIXME. This creates each `.P' file that we will 2.1259 +# need in order to bootstrap the dependency handling code. 2.1260 +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 2.1261 +[AC_CONFIG_COMMANDS([depfiles], 2.1262 + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 2.1263 + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 2.1264 +]) 2.1265 + 2.1266 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 2.1267 +# Free Software Foundation, Inc. 2.1268 +# 2.1269 +# This file is free software; the Free Software Foundation 2.1270 +# gives unlimited permission to copy and/or distribute it, 2.1271 +# with or without modifications, as long as this notice is preserved. 2.1272 + 2.1273 +# serial 8 2.1274 + 2.1275 +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. 2.1276 +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) 2.1277 + 2.1278 +# Do all the work for Automake. -*- Autoconf -*- 2.1279 + 2.1280 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2.1281 +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. 2.1282 +# 2.1283 +# This file is free software; the Free Software Foundation 2.1284 +# gives unlimited permission to copy and/or distribute it, 2.1285 +# with or without modifications, as long as this notice is preserved. 2.1286 + 2.1287 +# serial 16 2.1288 + 2.1289 +# This macro actually does too much. Some checks are only needed if 2.1290 +# your package does certain things. But this isn't really a big deal. 2.1291 + 2.1292 +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 2.1293 +# AM_INIT_AUTOMAKE([OPTIONS]) 2.1294 +# ----------------------------------------------- 2.1295 +# The call with PACKAGE and VERSION arguments is the old style 2.1296 +# call (pre autoconf-2.50), which is being phased out. PACKAGE 2.1297 +# and VERSION should now be passed to AC_INIT and removed from 2.1298 +# the call to AM_INIT_AUTOMAKE. 2.1299 +# We support both call styles for the transition. After 2.1300 +# the next Automake release, Autoconf can make the AC_INIT 2.1301 +# arguments mandatory, and then we can depend on a new Autoconf 2.1302 +# release and drop the old call support. 2.1303 +AC_DEFUN([AM_INIT_AUTOMAKE], 2.1304 +[AC_PREREQ([2.62])dnl 2.1305 +dnl Autoconf wants to disallow AM_ names. We explicitly allow 2.1306 +dnl the ones we care about. 2.1307 +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl 2.1308 +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl 2.1309 +AC_REQUIRE([AC_PROG_INSTALL])dnl 2.1310 +if test "`cd $srcdir && pwd`" != "`pwd`"; then 2.1311 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 2.1312 + # is not polluted with repeated "-I." 2.1313 + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl 2.1314 + # test to see if srcdir already configured 2.1315 + if test -f $srcdir/config.status; then 2.1316 + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 2.1317 + fi 2.1318 +fi 2.1319 + 2.1320 +# test whether we have cygpath 2.1321 +if test -z "$CYGPATH_W"; then 2.1322 + if (cygpath --version) >/dev/null 2>/dev/null; then 2.1323 + CYGPATH_W='cygpath -w' 2.1324 + else 2.1325 + CYGPATH_W=echo 2.1326 + fi 2.1327 +fi 2.1328 +AC_SUBST([CYGPATH_W]) 2.1329 + 2.1330 +# Define the identity of the package. 2.1331 +dnl Distinguish between old-style and new-style calls. 2.1332 +m4_ifval([$2], 2.1333 +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl 2.1334 + AC_SUBST([PACKAGE], [$1])dnl 2.1335 + AC_SUBST([VERSION], [$2])], 2.1336 +[_AM_SET_OPTIONS([$1])dnl 2.1337 +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. 2.1338 +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 2.1339 + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 2.1340 + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 2.1341 + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 2.1342 + 2.1343 +_AM_IF_OPTION([no-define],, 2.1344 +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 2.1345 + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 2.1346 + 2.1347 +# Some tools Automake needs. 2.1348 +AC_REQUIRE([AM_SANITY_CHECK])dnl 2.1349 +AC_REQUIRE([AC_ARG_PROGRAM])dnl 2.1350 +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 2.1351 +AM_MISSING_PROG(AUTOCONF, autoconf) 2.1352 +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 2.1353 +AM_MISSING_PROG(AUTOHEADER, autoheader) 2.1354 +AM_MISSING_PROG(MAKEINFO, makeinfo) 2.1355 +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 2.1356 +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl 2.1357 +AC_REQUIRE([AM_PROG_MKDIR_P])dnl 2.1358 +# We need awk for the "check" target. The system "awk" is bad on 2.1359 +# some platforms. 2.1360 +AC_REQUIRE([AC_PROG_AWK])dnl 2.1361 +AC_REQUIRE([AC_PROG_MAKE_SET])dnl 2.1362 +AC_REQUIRE([AM_SET_LEADING_DOT])dnl 2.1363 +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 2.1364 + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 2.1365 + [_AM_PROG_TAR([v7])])]) 2.1366 +_AM_IF_OPTION([no-dependencies],, 2.1367 +[AC_PROVIDE_IFELSE([AC_PROG_CC], 2.1368 + [_AM_DEPENDENCIES(CC)], 2.1369 + [define([AC_PROG_CC], 2.1370 + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 2.1371 +AC_PROVIDE_IFELSE([AC_PROG_CXX], 2.1372 + [_AM_DEPENDENCIES(CXX)], 2.1373 + [define([AC_PROG_CXX], 2.1374 + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 2.1375 +AC_PROVIDE_IFELSE([AC_PROG_OBJC], 2.1376 + [_AM_DEPENDENCIES(OBJC)], 2.1377 + [define([AC_PROG_OBJC], 2.1378 + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl 2.1379 +]) 2.1380 +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl 2.1381 +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the 2.1382 +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 2.1383 +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. 2.1384 +AC_CONFIG_COMMANDS_PRE(dnl 2.1385 +[m4_provide_if([_AM_COMPILER_EXEEXT], 2.1386 + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl 2.1387 +]) 2.1388 + 2.1389 +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not 2.1390 +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 2.1391 +dnl mangled by Autoconf and run in a shell conditional statement. 2.1392 +m4_define([_AC_COMPILER_EXEEXT], 2.1393 +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) 2.1394 + 2.1395 + 2.1396 +# When config.status generates a header, we must update the stamp-h file. 2.1397 +# This file resides in the same directory as the config header 2.1398 +# that is generated. The stamp files are numbered to have different names. 2.1399 + 2.1400 +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 2.1401 +# loop where config.status creates the headers, so we can generate 2.1402 +# our stamp files there. 2.1403 +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 2.1404 +[# Compute $1's index in $config_headers. 2.1405 +_am_arg=$1 2.1406 +_am_stamp_count=1 2.1407 +for _am_header in $config_headers :; do 2.1408 + case $_am_header in 2.1409 + $_am_arg | $_am_arg:* ) 2.1410 + break ;; 2.1411 + * ) 2.1412 + _am_stamp_count=`expr $_am_stamp_count + 1` ;; 2.1413 + esac 2.1414 +done 2.1415 +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 2.1416 + 2.1417 +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 2.1418 +# 2.1419 +# This file is free software; the Free Software Foundation 2.1420 +# gives unlimited permission to copy and/or distribute it, 2.1421 +# with or without modifications, as long as this notice is preserved. 2.1422 + 2.1423 +# AM_PROG_INSTALL_SH 2.1424 +# ------------------ 2.1425 +# Define $install_sh. 2.1426 +AC_DEFUN([AM_PROG_INSTALL_SH], 2.1427 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 2.1428 +if test x"${install_sh}" != xset; then 2.1429 + case $am_aux_dir in 2.1430 + *\ * | *\ *) 2.1431 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 2.1432 + *) 2.1433 + install_sh="\${SHELL} $am_aux_dir/install-sh" 2.1434 + esac 2.1435 +fi 2.1436 +AC_SUBST(install_sh)]) 2.1437 + 2.1438 +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. 2.1439 +# 2.1440 +# This file is free software; the Free Software Foundation 2.1441 +# gives unlimited permission to copy and/or distribute it, 2.1442 +# with or without modifications, as long as this notice is preserved. 2.1443 + 2.1444 +# serial 2 2.1445 + 2.1446 +# Check whether the underlying file-system supports filenames 2.1447 +# with a leading dot. For instance MS-DOS doesn't. 2.1448 +AC_DEFUN([AM_SET_LEADING_DOT], 2.1449 +[rm -rf .tst 2>/dev/null 2.1450 +mkdir .tst 2>/dev/null 2.1451 +if test -d .tst; then 2.1452 + am__leading_dot=. 2.1453 +else 2.1454 + am__leading_dot=_ 2.1455 +fi 2.1456 +rmdir .tst 2>/dev/null 2.1457 +AC_SUBST([am__leading_dot])]) 2.1458 + 2.1459 +# Check to see how 'make' treats includes. -*- Autoconf -*- 2.1460 + 2.1461 +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. 2.1462 +# 2.1463 +# This file is free software; the Free Software Foundation 2.1464 +# gives unlimited permission to copy and/or distribute it, 2.1465 +# with or without modifications, as long as this notice is preserved. 2.1466 + 2.1467 +# serial 4 2.1468 + 2.1469 +# AM_MAKE_INCLUDE() 2.1470 +# ----------------- 2.1471 +# Check to see how make treats includes. 2.1472 +AC_DEFUN([AM_MAKE_INCLUDE], 2.1473 +[am_make=${MAKE-make} 2.1474 +cat > confinc << 'END' 2.1475 +am__doit: 2.1476 + @echo this is the am__doit target 2.1477 +.PHONY: am__doit 2.1478 +END 2.1479 +# If we don't find an include directive, just comment out the code. 2.1480 +AC_MSG_CHECKING([for style of include used by $am_make]) 2.1481 +am__include="#" 2.1482 +am__quote= 2.1483 +_am_result=none 2.1484 +# First try GNU make style include. 2.1485 +echo "include confinc" > confmf 2.1486 +# Ignore all kinds of additional output from `make'. 2.1487 +case `$am_make -s -f confmf 2> /dev/null` in #( 2.1488 +*the\ am__doit\ target*) 2.1489 + am__include=include 2.1490 + am__quote= 2.1491 + _am_result=GNU 2.1492 + ;; 2.1493 +esac 2.1494 +# Now try BSD make style include. 2.1495 +if test "$am__include" = "#"; then 2.1496 + echo '.include "confinc"' > confmf 2.1497 + case `$am_make -s -f confmf 2> /dev/null` in #( 2.1498 + *the\ am__doit\ target*) 2.1499 + am__include=.include 2.1500 + am__quote="\"" 2.1501 + _am_result=BSD 2.1502 + ;; 2.1503 + esac 2.1504 +fi 2.1505 +AC_SUBST([am__include]) 2.1506 +AC_SUBST([am__quote]) 2.1507 +AC_MSG_RESULT([$_am_result]) 2.1508 +rm -f confinc confmf 2.1509 +]) 2.1510 + 2.1511 +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 2.1512 + 2.1513 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 2.1514 +# Free Software Foundation, Inc. 2.1515 +# 2.1516 +# This file is free software; the Free Software Foundation 2.1517 +# gives unlimited permission to copy and/or distribute it, 2.1518 +# with or without modifications, as long as this notice is preserved. 2.1519 + 2.1520 +# serial 6 2.1521 + 2.1522 +# AM_MISSING_PROG(NAME, PROGRAM) 2.1523 +# ------------------------------ 2.1524 +AC_DEFUN([AM_MISSING_PROG], 2.1525 +[AC_REQUIRE([AM_MISSING_HAS_RUN]) 2.1526 +$1=${$1-"${am_missing_run}$2"} 2.1527 +AC_SUBST($1)]) 2.1528 + 2.1529 + 2.1530 +# AM_MISSING_HAS_RUN 2.1531 +# ------------------ 2.1532 +# Define MISSING if not defined so far and test if it supports --run. 2.1533 +# If it does, set am_missing_run to use it, otherwise, to nothing. 2.1534 +AC_DEFUN([AM_MISSING_HAS_RUN], 2.1535 +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 2.1536 +AC_REQUIRE_AUX_FILE([missing])dnl 2.1537 +if test x"${MISSING+set}" != xset; then 2.1538 + case $am_aux_dir in 2.1539 + *\ * | *\ *) 2.1540 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 2.1541 + *) 2.1542 + MISSING="\${SHELL} $am_aux_dir/missing" ;; 2.1543 + esac 2.1544 +fi 2.1545 +# Use eval to expand $SHELL 2.1546 +if eval "$MISSING --run true"; then 2.1547 + am_missing_run="$MISSING --run " 2.1548 +else 2.1549 + am_missing_run= 2.1550 + AC_MSG_WARN([`missing' script is too old or missing]) 2.1551 +fi 2.1552 +]) 2.1553 + 2.1554 +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2.1555 +# 2.1556 +# This file is free software; the Free Software Foundation 2.1557 +# gives unlimited permission to copy and/or distribute it, 2.1558 +# with or without modifications, as long as this notice is preserved. 2.1559 + 2.1560 +# AM_PROG_MKDIR_P 2.1561 +# --------------- 2.1562 +# Check for `mkdir -p'. 2.1563 +AC_DEFUN([AM_PROG_MKDIR_P], 2.1564 +[AC_PREREQ([2.60])dnl 2.1565 +AC_REQUIRE([AC_PROG_MKDIR_P])dnl 2.1566 +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, 2.1567 +dnl while keeping a definition of mkdir_p for backward compatibility. 2.1568 +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 2.1569 +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 2.1570 +dnl Makefile.ins that do not define MKDIR_P, so we do our own 2.1571 +dnl adjustment using top_builddir (which is defined more often than 2.1572 +dnl MKDIR_P). 2.1573 +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 2.1574 +case $mkdir_p in 2.1575 + [[\\/$]]* | ?:[[\\/]]*) ;; 2.1576 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 2.1577 +esac 2.1578 +]) 2.1579 + 2.1580 +# Helper functions for option handling. -*- Autoconf -*- 2.1581 + 2.1582 +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. 2.1583 +# 2.1584 +# This file is free software; the Free Software Foundation 2.1585 +# gives unlimited permission to copy and/or distribute it, 2.1586 +# with or without modifications, as long as this notice is preserved. 2.1587 + 2.1588 +# serial 4 2.1589 + 2.1590 +# _AM_MANGLE_OPTION(NAME) 2.1591 +# ----------------------- 2.1592 +AC_DEFUN([_AM_MANGLE_OPTION], 2.1593 +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 2.1594 + 2.1595 +# _AM_SET_OPTION(NAME) 2.1596 +# ------------------------------ 2.1597 +# Set option NAME. Presently that only means defining a flag for this option. 2.1598 +AC_DEFUN([_AM_SET_OPTION], 2.1599 +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 2.1600 + 2.1601 +# _AM_SET_OPTIONS(OPTIONS) 2.1602 +# ---------------------------------- 2.1603 +# OPTIONS is a space-separated list of Automake options. 2.1604 +AC_DEFUN([_AM_SET_OPTIONS], 2.1605 +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 2.1606 + 2.1607 +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 2.1608 +# ------------------------------------------- 2.1609 +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 2.1610 +AC_DEFUN([_AM_IF_OPTION], 2.1611 +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 2.1612 + 2.1613 +# Check to make sure that the build environment is sane. -*- Autoconf -*- 2.1614 + 2.1615 +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 2.1616 +# Free Software Foundation, Inc. 2.1617 +# 2.1618 +# This file is free software; the Free Software Foundation 2.1619 +# gives unlimited permission to copy and/or distribute it, 2.1620 +# with or without modifications, as long as this notice is preserved. 2.1621 + 2.1622 +# serial 5 2.1623 + 2.1624 +# AM_SANITY_CHECK 2.1625 +# --------------- 2.1626 +AC_DEFUN([AM_SANITY_CHECK], 2.1627 +[AC_MSG_CHECKING([whether build environment is sane]) 2.1628 +# Just in case 2.1629 +sleep 1 2.1630 +echo timestamp > conftest.file 2.1631 +# Reject unsafe characters in $srcdir or the absolute working directory 2.1632 +# name. Accept space and tab only in the latter. 2.1633 +am_lf=' 2.1634 +' 2.1635 +case `pwd` in 2.1636 + *[[\\\"\#\$\&\'\`$am_lf]]*) 2.1637 + AC_MSG_ERROR([unsafe absolute working directory name]);; 2.1638 +esac 2.1639 +case $srcdir in 2.1640 + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) 2.1641 + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; 2.1642 +esac 2.1643 + 2.1644 +# Do `set' in a subshell so we don't clobber the current shell's 2.1645 +# arguments. Must try -L first in case configure is actually a 2.1646 +# symlink; some systems play weird games with the mod time of symlinks 2.1647 +# (eg FreeBSD returns the mod time of the symlink's containing 2.1648 +# directory). 2.1649 +if ( 2.1650 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 2.1651 + if test "$[*]" = "X"; then 2.1652 + # -L didn't work. 2.1653 + set X `ls -t "$srcdir/configure" conftest.file` 2.1654 + fi 2.1655 + rm -f conftest.file 2.1656 + if test "$[*]" != "X $srcdir/configure conftest.file" \ 2.1657 + && test "$[*]" != "X conftest.file $srcdir/configure"; then 2.1658 + 2.1659 + # If neither matched, then we have a broken ls. This can happen 2.1660 + # if, for instance, CONFIG_SHELL is bash and it inherits a 2.1661 + # broken ls alias from the environment. This has actually 2.1662 + # happened. Such a system could not be considered "sane". 2.1663 + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken 2.1664 +alias in your environment]) 2.1665 + fi 2.1666 + 2.1667 + test "$[2]" = conftest.file 2.1668 + ) 2.1669 +then 2.1670 + # Ok. 2.1671 + : 2.1672 +else 2.1673 + AC_MSG_ERROR([newly created file is older than distributed files! 2.1674 +Check your system clock]) 2.1675 +fi 2.1676 +AC_MSG_RESULT(yes)]) 2.1677 + 2.1678 +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. 2.1679 +# 2.1680 +# This file is free software; the Free Software Foundation 2.1681 +# gives unlimited permission to copy and/or distribute it, 2.1682 +# with or without modifications, as long as this notice is preserved. 2.1683 + 2.1684 +# AM_PROG_INSTALL_STRIP 2.1685 +# --------------------- 2.1686 +# One issue with vendor `install' (even GNU) is that you can't 2.1687 +# specify the program used to strip binaries. This is especially 2.1688 +# annoying in cross-compiling environments, where the build's strip 2.1689 +# is unlikely to handle the host's binaries. 2.1690 +# Fortunately install-sh will honor a STRIPPROG variable, so we 2.1691 +# always use install-sh in `make install-strip', and initialize 2.1692 +# STRIPPROG with the value of the STRIP variable (set by the user). 2.1693 +AC_DEFUN([AM_PROG_INSTALL_STRIP], 2.1694 +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 2.1695 +# Installed binaries are usually stripped using `strip' when the user 2.1696 +# run `make install-strip'. However `strip' might not be the right 2.1697 +# tool to use in cross-compilation environments, therefore Automake 2.1698 +# will honor the `STRIP' environment variable to overrule this program. 2.1699 +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 2.1700 +if test "$cross_compiling" != no; then 2.1701 + AC_CHECK_TOOL([STRIP], [strip], :) 2.1702 +fi 2.1703 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2.1704 +AC_SUBST([INSTALL_STRIP_PROGRAM])]) 2.1705 + 2.1706 +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. 2.1707 +# 2.1708 +# This file is free software; the Free Software Foundation 2.1709 +# gives unlimited permission to copy and/or distribute it, 2.1710 +# with or without modifications, as long as this notice is preserved. 2.1711 + 2.1712 +# serial 2 2.1713 + 2.1714 +# _AM_SUBST_NOTMAKE(VARIABLE) 2.1715 +# --------------------------- 2.1716 +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. 2.1717 +# This macro is traced by Automake. 2.1718 +AC_DEFUN([_AM_SUBST_NOTMAKE]) 2.1719 + 2.1720 +# AM_SUBST_NOTMAKE(VARIABLE) 2.1721 +# --------------------------- 2.1722 +# Public sister of _AM_SUBST_NOTMAKE. 2.1723 +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 2.1724 + 2.1725 +# Check how to create a tarball. -*- Autoconf -*- 2.1726 + 2.1727 +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. 2.1728 +# 2.1729 +# This file is free software; the Free Software Foundation 2.1730 +# gives unlimited permission to copy and/or distribute it, 2.1731 +# with or without modifications, as long as this notice is preserved. 2.1732 + 2.1733 +# serial 2 2.1734 + 2.1735 +# _AM_PROG_TAR(FORMAT) 2.1736 +# -------------------- 2.1737 +# Check how to create a tarball in format FORMAT. 2.1738 +# FORMAT should be one of `v7', `ustar', or `pax'. 2.1739 +# 2.1740 +# Substitute a variable $(am__tar) that is a command 2.1741 +# writing to stdout a FORMAT-tarball containing the directory 2.1742 +# $tardir. 2.1743 +# tardir=directory && $(am__tar) > result.tar 2.1744 +# 2.1745 +# Substitute a variable $(am__untar) that extract such 2.1746 +# a tarball read from stdin. 2.1747 +# $(am__untar) < result.tar 2.1748 +AC_DEFUN([_AM_PROG_TAR], 2.1749 +[# Always define AMTAR for backward compatibility. 2.1750 +AM_MISSING_PROG([AMTAR], [tar]) 2.1751 +m4_if([$1], [v7], 2.1752 + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], 2.1753 + [m4_case([$1], [ustar],, [pax],, 2.1754 + [m4_fatal([Unknown tar format])]) 2.1755 +AC_MSG_CHECKING([how to create a $1 tar archive]) 2.1756 +# Loop over all known methods to create a tar archive until one works. 2.1757 +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' 2.1758 +_am_tools=${am_cv_prog_tar_$1-$_am_tools} 2.1759 +# Do not fold the above two line into one, because Tru64 sh and 2.1760 +# Solaris sh will not grok spaces in the rhs of `-'. 2.1761 +for _am_tool in $_am_tools 2.1762 +do 2.1763 + case $_am_tool in 2.1764 + gnutar) 2.1765 + for _am_tar in tar gnutar gtar; 2.1766 + do 2.1767 + AM_RUN_LOG([$_am_tar --version]) && break 2.1768 + done 2.1769 + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' 2.1770 + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' 2.1771 + am__untar="$_am_tar -xf -" 2.1772 + ;; 2.1773 + plaintar) 2.1774 + # Must skip GNU tar: if it does not support --format= it doesn't create 2.1775 + # ustar tarball either. 2.1776 + (tar --version) >/dev/null 2>&1 && continue 2.1777 + am__tar='tar chf - "$$tardir"' 2.1778 + am__tar_='tar chf - "$tardir"' 2.1779 + am__untar='tar xf -' 2.1780 + ;; 2.1781 + pax) 2.1782 + am__tar='pax -L -x $1 -w "$$tardir"' 2.1783 + am__tar_='pax -L -x $1 -w "$tardir"' 2.1784 + am__untar='pax -r' 2.1785 + ;; 2.1786 + cpio) 2.1787 + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' 2.1788 + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' 2.1789 + am__untar='cpio -i -H $1 -d' 2.1790 + ;; 2.1791 + none) 2.1792 + am__tar=false 2.1793 + am__tar_=false 2.1794 + am__untar=false 2.1795 + ;; 2.1796 + esac 2.1797 + 2.1798 + # If the value was cached, stop now. We just wanted to have am__tar 2.1799 + # and am__untar set. 2.1800 + test -n "${am_cv_prog_tar_$1}" && break 2.1801 + 2.1802 + # tar/untar a dummy directory, and stop if the command works 2.1803 + rm -rf conftest.dir 2.1804 + mkdir conftest.dir 2.1805 + echo GrepMe > conftest.dir/file 2.1806 + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) 2.1807 + rm -rf conftest.dir 2.1808 + if test -s conftest.tar; then 2.1809 + AM_RUN_LOG([$am__untar <conftest.tar]) 2.1810 + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break 2.1811 + fi 2.1812 +done 2.1813 +rm -rf conftest.dir 2.1814 + 2.1815 +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 2.1816 +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 2.1817 +AC_SUBST([am__tar]) 2.1818 +AC_SUBST([am__untar]) 2.1819 +]) # _AM_PROG_TAR 2.1820 +
3.1 --- a/config.h.in Fri May 07 16:42:58 2010 +0200 3.2 +++ b/config.h.in Fri May 07 16:44:26 2010 +0200 3.3 @@ -146,6 +146,9 @@ 3.4 /* Define to the one symbol short name of this package. */ 3.5 #undef PACKAGE_TARNAME 3.6 3.7 +/* Define to the home page for this package. */ 3.8 +#undef PACKAGE_URL 3.9 + 3.10 /* Define to the version of this package. */ 3.11 #undef PACKAGE_VERSION 3.12
4.1 --- a/config.status.lineno Fri May 07 16:42:58 2010 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,1087 +0,0 @@ 4.4 -#! /bin/sh 4.5 -# Generated by configure. 4.6 -# Run this file to recreate the current configuration. 4.7 -# Compiler output produced by configure, useful for debugging 4.8 -# configure, is in config.log if it exists. 4.9 - 4.10 -debug=false 4.11 -ac_cs_recheck=false 4.12 -ac_cs_silent=false 4.13 -SHELL=${CONFIG_SHELL-/bin/sh} 4.14 -## --------------------- ## 4.15 -## M4sh Initialization. ## 4.16 -## --------------------- ## 4.17 - 4.18 -# Be more Bourne compatible 4.19 -DUALCASE=1; export DUALCASE # for MKS sh 4.20 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 4.21 - emulate sh 4.22 - NULLCMD=: 4.23 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 4.24 - # is contrary to our usage. Disable this feature. 4.25 - alias -g '${1+"$@"}'='"$@"' 4.26 - setopt NO_GLOB_SUBST 4.27 -else 4.28 - case `(set -o) 2>/dev/null` in 4.29 - *posix*) set -o posix ;; 4.30 -esac 4.31 - 4.32 -fi 4.33 - 4.34 - 4.35 - 4.36 - 4.37 -# PATH needs CR 4.38 -# Avoid depending upon Character Ranges. 4.39 -as_cr_letters='abcdefghijklmnopqrstuvwxyz' 4.40 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 4.41 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS 4.42 -as_cr_digits='0123456789' 4.43 -as_cr_alnum=$as_cr_Letters$as_cr_digits 4.44 - 4.45 -# The user is always right. 4.46 -if test "${PATH_SEPARATOR+set}" != set; then 4.47 - echo "#! /bin/sh" >conf$$.sh 4.48 - echo "exit 0" >>conf$$.sh 4.49 - chmod +x conf$$.sh 4.50 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 4.51 - PATH_SEPARATOR=';' 4.52 - else 4.53 - PATH_SEPARATOR=: 4.54 - fi 4.55 - rm -f conf$$.sh 4.56 -fi 4.57 - 4.58 -# Support unset when possible. 4.59 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 4.60 - as_unset=unset 4.61 -else 4.62 - as_unset=false 4.63 -fi 4.64 - 4.65 - 4.66 -# IFS 4.67 -# We need space, tab and new line, in precisely that order. Quoting is 4.68 -# there to prevent editors from complaining about space-tab. 4.69 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word 4.70 -# splitting by setting IFS to empty value.) 4.71 -as_nl=' 4.72 -' 4.73 -IFS=" "" $as_nl" 4.74 - 4.75 -# Find who we are. Look in the path if we contain no directory separator. 4.76 -case $0 in 4.77 - *[\\/]* ) as_myself=$0 ;; 4.78 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4.79 -for as_dir in $PATH 4.80 -do 4.81 - IFS=$as_save_IFS 4.82 - test -z "$as_dir" && as_dir=. 4.83 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 4.84 -done 4.85 -IFS=$as_save_IFS 4.86 - 4.87 - ;; 4.88 -esac 4.89 -# We did not find ourselves, most probably we were run as `sh COMMAND' 4.90 -# in which case we are not to be found in the path. 4.91 -if test "x$as_myself" = x; then 4.92 - as_myself=$0 4.93 -fi 4.94 -if test ! -f "$as_myself"; then 4.95 - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 4.96 - { (exit 1); exit 1; } 4.97 -fi 4.98 - 4.99 -# Work around bugs in pre-3.0 UWIN ksh. 4.100 -for as_var in ENV MAIL MAILPATH 4.101 -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4.102 -done 4.103 -PS1='$ ' 4.104 -PS2='> ' 4.105 -PS4='+ ' 4.106 - 4.107 -# NLS nuisances. 4.108 -for as_var in \ 4.109 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 4.110 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 4.111 - LC_TELEPHONE LC_TIME 4.112 -do 4.113 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 4.114 - eval $as_var=C; export $as_var 4.115 - else 4.116 - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 4.117 - fi 4.118 -done 4.119 - 4.120 -# Required to use basename. 4.121 -if expr a : '\(a\)' >/dev/null 2>&1 && 4.122 - test "X`expr 00001 : '.*\(...\)'`" = X001; then 4.123 - as_expr=expr 4.124 -else 4.125 - as_expr=false 4.126 -fi 4.127 - 4.128 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 4.129 - as_basename=basename 4.130 -else 4.131 - as_basename=false 4.132 -fi 4.133 - 4.134 - 4.135 -# Name of the executable. 4.136 -as_me=`$as_basename -- "$0" || 4.137 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 4.138 - X"$0" : 'X\(//\)$' \| \ 4.139 - X"$0" : 'X\(/\)' \| . 2>/dev/null || 4.140 -echo X/"$0" | 4.141 - sed '/^.*\/\([^/][^/]*\)\/*$/{ 4.142 - s//\1/ 4.143 - q 4.144 - } 4.145 - /^X\/\(\/\/\)$/{ 4.146 - s//\1/ 4.147 - q 4.148 - } 4.149 - /^X\/\(\/\).*/{ 4.150 - s//\1/ 4.151 - q 4.152 - } 4.153 - s/.*/./; q'` 4.154 - 4.155 -# CDPATH. 4.156 -$as_unset CDPATH 4.157 - 4.158 - 4.159 - 4.160 - as_lineno_1=157 4.161 - as_lineno_2=158 4.162 - test "x$as_lineno_1" != "x$as_lineno_2" && 4.163 - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 4.164 - 4.165 - # Create $as_me.lineno as a copy of $as_myself, but with 162 4.166 - # uniformly replaced by the line number. The first 'sed' inserts a 4.167 - # line-number line after each line using 164; the second 'sed' 4.168 - # does the real work. The second script uses 'N' to pair each 4.169 - # line-number line with the line containing 166, and appends 4.170 - # trailing '-' during substitution so that 167 is not a special 4.171 - # case at line end. 4.172 - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 4.173 - # scripts with optimization help from Paolo Bonzini. Blame Lee 4.174 - # E. McMahon (1931-1989) for sed's syntax. :-) 4.175 - sed -n ' 4.176 - p 4.177 - /[$]LINENO/= 4.178 - ' <$as_myself | 4.179 - sed ' 4.180 - s/[$]LINENO.*/&-/ 4.181 - t lineno 4.182 - b 4.183 - :lineno 4.184 - N 4.185 - :loop 4.186 - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 4.187 - t loop 4.188 - s/-\n.*// 4.189 - ' >$as_me.lineno && 4.190 - chmod +x "$as_me.lineno" || 4.191 - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 4.192 - { (exit 1); exit 1; }; } 4.193 - 4.194 - # Don't try to exec as it changes $[0], causing all sort of problems 4.195 - # (the dirname of $[0] is not the place where we might find the 4.196 - # original and so on. Autoconf is especially sensitive to this). 4.197 - . "./$as_me.lineno" 4.198 - # Exit status is that of the last command. 4.199 - exit 4.200 -} 4.201 - 4.202 - 4.203 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 4.204 - as_dirname=dirname 4.205 -else 4.206 - as_dirname=false 4.207 -fi 4.208 - 4.209 -ECHO_C= ECHO_N= ECHO_T= 4.210 -case `echo -n x` in 4.211 --n*) 4.212 - case `echo 'x\c'` in 4.213 - *c*) ECHO_T=' ';; # ECHO_T is single tab character. 4.214 - *) ECHO_C='\c';; 4.215 - esac;; 4.216 -*) 4.217 - ECHO_N='-n';; 4.218 -esac 4.219 - 4.220 -if expr a : '\(a\)' >/dev/null 2>&1 && 4.221 - test "X`expr 00001 : '.*\(...\)'`" = X001; then 4.222 - as_expr=expr 4.223 -else 4.224 - as_expr=false 4.225 -fi 4.226 - 4.227 -rm -f conf$$ conf$$.exe conf$$.file 4.228 -if test -d conf$$.dir; then 4.229 - rm -f conf$$.dir/conf$$.file 4.230 -else 4.231 - rm -f conf$$.dir 4.232 - mkdir conf$$.dir 4.233 -fi 4.234 -echo >conf$$.file 4.235 -if ln -s conf$$.file conf$$ 2>/dev/null; then 4.236 - as_ln_s='ln -s' 4.237 - # ... but there are two gotchas: 4.238 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4.239 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4.240 - # In both cases, we have to default to `cp -p'. 4.241 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4.242 - as_ln_s='cp -p' 4.243 -elif ln conf$$.file conf$$ 2>/dev/null; then 4.244 - as_ln_s=ln 4.245 -else 4.246 - as_ln_s='cp -p' 4.247 -fi 4.248 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 4.249 -rmdir conf$$.dir 2>/dev/null 4.250 - 4.251 -if mkdir -p . 2>/dev/null; then 4.252 - as_mkdir_p=: 4.253 -else 4.254 - test -d ./-p && rmdir ./-p 4.255 - as_mkdir_p=false 4.256 -fi 4.257 - 4.258 -if test -x / >/dev/null 2>&1; then 4.259 - as_test_x='test -x' 4.260 -else 4.261 - if ls -dL / >/dev/null 2>&1; then 4.262 - as_ls_L_option=L 4.263 - else 4.264 - as_ls_L_option= 4.265 - fi 4.266 - as_test_x=' 4.267 - eval sh -c '\'' 4.268 - if test -d "$1"; then 4.269 - test -d "$1/."; 4.270 - else 4.271 - case $1 in 4.272 - -*)set "./$1";; 4.273 - esac; 4.274 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 4.275 - ???[sx]*):;;*)false;;esac;fi 4.276 - '\'' sh 4.277 - ' 4.278 -fi 4.279 -as_executable_p=$as_test_x 4.280 - 4.281 -# Sed expression to map a string onto a valid CPP name. 4.282 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 4.283 - 4.284 -# Sed expression to map a string onto a valid variable name. 4.285 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 4.286 - 4.287 - 4.288 -exec 6>&1 4.289 - 4.290 -# Save the log message, to keep $[0] and so on meaningful, and to 4.291 -# report actual input values of CONFIG_FILES etc. instead of their 4.292 -# values after options handling. 4.293 -ac_log=" 4.294 -This file was extended by masqmail $as_me 0.2.21, which was 4.295 -generated by GNU Autoconf 2.61. Invocation command line was 4.296 - 4.297 - CONFIG_FILES = $CONFIG_FILES 4.298 - CONFIG_HEADERS = $CONFIG_HEADERS 4.299 - CONFIG_LINKS = $CONFIG_LINKS 4.300 - CONFIG_COMMANDS = $CONFIG_COMMANDS 4.301 - $ $0 $@ 4.302 - 4.303 -on `(hostname || uname -n) 2>/dev/null | sed 1q` 4.304 -" 4.305 - 4.306 -# Files that config.status was made for. 4.307 -config_files=" Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile" 4.308 -config_headers=" config.h" 4.309 -config_commands=" depfiles" 4.310 - 4.311 -ac_cs_usage="\ 4.312 -\`$as_me' instantiates files from templates according to the 4.313 -current configuration. 4.314 - 4.315 -Usage: $0 [OPTIONS] [FILE]... 4.316 - 4.317 - -h, --help print this help, then exit 4.318 - -V, --version print version number and configuration settings, then exit 4.319 - -q, --quiet do not print progress messages 4.320 - -d, --debug don't remove temporary files 4.321 - --recheck update $as_me by reconfiguring in the same conditions 4.322 - --file=FILE[:TEMPLATE] 4.323 - instantiate the configuration file FILE 4.324 - --header=FILE[:TEMPLATE] 4.325 - instantiate the configuration header FILE 4.326 - 4.327 -Configuration files: 4.328 -$config_files 4.329 - 4.330 -Configuration headers: 4.331 -$config_headers 4.332 - 4.333 -Configuration commands: 4.334 -$config_commands 4.335 - 4.336 -Report bugs to <bug-autoconf@gnu.org>." 4.337 - 4.338 -ac_cs_version="\ 4.339 -masqmail config.status 0.2.21 4.340 -configured by ./configure, generated by GNU Autoconf 2.61, 4.341 - with options \"'--build' 'i486-linux-gnu' '--prefix=/usr' '--mandir=\${prefix}/share/man' '--with-logdir=/var/log/masqmail' '--with-spooldir=/var/spool/masqmail' '--with-user=mail' '--with-group=mail' '--with-confdir=/etc/masqmail' '--with-liblockfile' '--enable-auth' '--enable-ident' '--enable-maildir' 'build_alias=i486-linux-gnu'\" 4.342 - 4.343 -Copyright (C) 2006 Free Software Foundation, Inc. 4.344 -This config.status script is free software; the Free Software Foundation 4.345 -gives unlimited permission to copy, distribute and modify it." 4.346 - 4.347 -ac_pwd='/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21' 4.348 -srcdir='.' 4.349 -INSTALL='/usr/bin/install -c' 4.350 -# If no file are specified by the user, then we need to provide default 4.351 -# value. By we need to know if files were specified by the user. 4.352 -ac_need_defaults=: 4.353 -while test $# != 0 4.354 -do 4.355 - case $1 in 4.356 - --*=*) 4.357 - ac_option=`expr "X$1" : 'X\([^=]*\)='` 4.358 - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 4.359 - ac_shift=: 4.360 - ;; 4.361 - *) 4.362 - ac_option=$1 4.363 - ac_optarg=$2 4.364 - ac_shift=shift 4.365 - ;; 4.366 - esac 4.367 - 4.368 - case $ac_option in 4.369 - # Handling of the options. 4.370 - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 4.371 - ac_cs_recheck=: ;; 4.372 - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 4.373 - echo "$ac_cs_version"; exit ;; 4.374 - --debug | --debu | --deb | --de | --d | -d ) 4.375 - debug=: ;; 4.376 - --file | --fil | --fi | --f ) 4.377 - $ac_shift 4.378 - CONFIG_FILES="$CONFIG_FILES $ac_optarg" 4.379 - ac_need_defaults=false;; 4.380 - --header | --heade | --head | --hea ) 4.381 - $ac_shift 4.382 - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 4.383 - ac_need_defaults=false;; 4.384 - --he | --h) 4.385 - # Conflict between --help and --header 4.386 - { echo "$as_me: error: ambiguous option: $1 4.387 -Try \`$0 --help' for more information." >&2 4.388 - { (exit 1); exit 1; }; };; 4.389 - --help | --hel | -h ) 4.390 - echo "$ac_cs_usage"; exit ;; 4.391 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 4.392 - | -silent | --silent | --silen | --sile | --sil | --si | --s) 4.393 - ac_cs_silent=: ;; 4.394 - 4.395 - # This is an error. 4.396 - -*) { echo "$as_me: error: unrecognized option: $1 4.397 -Try \`$0 --help' for more information." >&2 4.398 - { (exit 1); exit 1; }; } ;; 4.399 - 4.400 - *) ac_config_targets="$ac_config_targets $1" 4.401 - ac_need_defaults=false ;; 4.402 - 4.403 - esac 4.404 - shift 4.405 -done 4.406 - 4.407 -ac_configure_extra_args= 4.408 - 4.409 -if $ac_cs_silent; then 4.410 - exec 6>/dev/null 4.411 - ac_configure_extra_args="$ac_configure_extra_args --silent" 4.412 -fi 4.413 - 4.414 -if $ac_cs_recheck; then 4.415 - echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--build' 'i486-linux-gnu' '--prefix=/usr' '--mandir=${prefix}/share/man' '--with-logdir=/var/log/masqmail' '--with-spooldir=/var/spool/masqmail' '--with-user=mail' '--with-group=mail' '--with-confdir=/etc/masqmail' '--with-liblockfile' '--enable-auth' '--enable-ident' '--enable-maildir' 'build_alias=i486-linux-gnu' $ac_configure_extra_args " --no-create --no-recursion" >&6 4.416 - CONFIG_SHELL=/bin/sh 4.417 - export CONFIG_SHELL 4.418 - exec /bin/sh "./configure" '--build' 'i486-linux-gnu' '--prefix=/usr' '--mandir=${prefix}/share/man' '--with-logdir=/var/log/masqmail' '--with-spooldir=/var/spool/masqmail' '--with-user=mail' '--with-group=mail' '--with-confdir=/etc/masqmail' '--with-liblockfile' '--enable-auth' '--enable-ident' '--enable-maildir' 'build_alias=i486-linux-gnu' $ac_configure_extra_args --no-create --no-recursion 4.419 -fi 4.420 - 4.421 -exec 5>>config.log 4.422 -{ 4.423 - echo 4.424 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 4.425 -## Running $as_me. ## 4.426 -_ASBOX 4.427 - echo "$ac_log" 4.428 -} >&5 4.429 - 4.430 -# 4.431 -# INIT-COMMANDS 4.432 -# 4.433 -AMDEP_TRUE="" ac_aux_dir="." 4.434 - 4.435 - 4.436 -# Handling of arguments. 4.437 -for ac_config_target in $ac_config_targets 4.438 -do 4.439 - case $ac_config_target in 4.440 - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 4.441 - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 4.442 - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4.443 - "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 4.444 - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 4.445 - "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 4.446 - "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 4.447 - "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 4.448 - 4.449 - *) { { echo "$as_me:452: error: invalid argument: $ac_config_target" >&5 4.450 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 4.451 - { (exit 1); exit 1; }; };; 4.452 - esac 4.453 -done 4.454 - 4.455 - 4.456 -# If the user did not use the arguments to specify the items to instantiate, 4.457 -# then the envvar interface is used. Set only those that are not. 4.458 -# We use the long form for the default assignment because of an extremely 4.459 -# bizarre bug on SunOS 4.1.3. 4.460 -if $ac_need_defaults; then 4.461 - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 4.462 - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 4.463 - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 4.464 -fi 4.465 - 4.466 -# Have a temporary directory for convenience. Make it in the build tree 4.467 -# simply because there is no reason against having it here, and in addition, 4.468 -# creating and moving files from /tmp can sometimes cause problems. 4.469 -# Hook for its removal unless debugging. 4.470 -# Note that there is a small window in which the directory will not be cleaned: 4.471 -# after its creation but before its name has been assigned to `$tmp'. 4.472 -$debug || 4.473 -{ 4.474 - tmp= 4.475 - trap 'exit_status=$? 4.476 - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 4.477 -' 0 4.478 - trap '{ (exit 1); exit 1; }' 1 2 13 15 4.479 -} 4.480 -# Create a (secure) tmp directory for tmp files. 4.481 - 4.482 -{ 4.483 - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4.484 - test -n "$tmp" && test -d "$tmp" 4.485 -} || 4.486 -{ 4.487 - tmp=./conf$$-$RANDOM 4.488 - (umask 077 && mkdir "$tmp") 4.489 -} || 4.490 -{ 4.491 - echo "$me: cannot create a temporary directory in ." >&2 4.492 - { (exit 1); exit 1; } 4.493 -} 4.494 - 4.495 -# 4.496 -# Set up the sed scripts for CONFIG_FILES section. 4.497 -# 4.498 - 4.499 -# No need to generate the scripts if there are no CONFIG_FILES. 4.500 -# This happens for instance when ./config.status config.h 4.501 -if test -n "$CONFIG_FILES"; then 4.502 - 4.503 -cat >"$tmp/subs-1.sed" <<\CEOF 4.504 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 4.505 -s,@SHELL@,|#_!!_#|/bin/sh,g 4.506 -s,@PATH_SEPARATOR@,|#_!!_#|:,g 4.507 -s,@PACKAGE_NAME@,|#_!!_#|masqmail,g 4.508 -s,@PACKAGE_TARNAME@,|#_!!_#|masqmail,g 4.509 -s,@PACKAGE_VERSION@,|#_!!_#|0.2.21,g 4.510 -s,@PACKAGE_STRING@,|#_!!_#|masqmail 0.2.21,g 4.511 -s,@PACKAGE_BUGREPORT@,|#_!!_#|oku@|#_!!_#|debian.org,g 4.512 -s,@exec_prefix@,|#_!!_#|${prefix},g 4.513 -s,@prefix@,|#_!!_#|/usr,g 4.514 -s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g 4.515 -s,@bindir@,|#_!!_#|${exec_prefix}/bin,g 4.516 -s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g 4.517 -s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g 4.518 -s,@datarootdir@,|#_!!_#|${prefix}/share,g 4.519 -s,@datadir@,|#_!!_#|${datarootdir},g 4.520 -s,@sysconfdir@,|#_!!_#|${prefix}/etc,g 4.521 -s,@sharedstatedir@,|#_!!_#|${prefix}/com,g 4.522 -s,@localstatedir@,|#_!!_#|${prefix}/var,g 4.523 -s,@includedir@,|#_!!_#|${prefix}/include,g 4.524 -s,@oldincludedir@,|#_!!_#|/usr/include,g 4.525 -s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g 4.526 -s,@infodir@,|#_!!_#|${datarootdir}/info,g 4.527 -s,@htmldir@,|#_!!_#|${docdir},g 4.528 -s,@dvidir@,|#_!!_#|${docdir},g 4.529 -s,@pdfdir@,|#_!!_#|${docdir},g 4.530 -s,@psdir@,|#_!!_#|${docdir},g 4.531 -s,@libdir@,|#_!!_#|${exec_prefix}/lib,g 4.532 -s,@localedir@,|#_!!_#|${datarootdir}/locale,g 4.533 -s,@mandir@,|#_!!_#|${prefix}/share/man,g 4.534 -s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g 4.535 -s,@ECHO_C@,|#_!!_#|,g 4.536 -s,@ECHO_N@,|#_!!_#|-n,g 4.537 -s,@ECHO_T@,|#_!!_#|,g 4.538 -s,@LIBS@,|#_!!_#|,g 4.539 -s,@build_alias@,|#_!!_#|i486-linux-gnu,g 4.540 -s,@host_alias@,|#_!!_#|,g 4.541 -s,@target_alias@,|#_!!_#|,g 4.542 -s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g 4.543 -s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g 4.544 -s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g 4.545 -s,@CYGPATH_W@,|#_!!_#|echo,g 4.546 -s,@PACKAGE@,|#_!!_#|masqmail,g 4.547 -s,@VERSION@,|#_!!_#|0.2.21,g 4.548 -s,@ACLOCAL@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run aclocal-1.7,g 4.549 -s,@AUTOCONF@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoconf,g 4.550 -s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run automake-1.7,g 4.551 -s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoheader,g 4.552 -s,@MAKEINFO@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run makeinfo,g 4.553 -s,@AMTAR@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run tar,g 4.554 -s,@install_sh@,|#_!!_#|/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/install-sh,g 4.555 -s,@STRIP@,|#_!!_#|,g 4.556 -s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g 4.557 -s,@AWK@,|#_!!_#|gawk,g 4.558 -s,@SET_MAKE@,|#_!!_#|,g 4.559 -s,@am__leading_dot@,|#_!!_#|.,g 4.560 -s,@CC@,|#_!!_#|gcc,g 4.561 -s,@CFLAGS@,|#_!!_#|-g -O2,g 4.562 -s,@LDFLAGS@,|#_!!_#|,g 4.563 -s,@CPPFLAGS@,|#_!!_#|,g 4.564 -s,@ac_ct_CC@,|#_!!_#|gcc,g 4.565 -s,@EXEEXT@,|#_!!_#|,g 4.566 -s,@OBJEXT@,|#_!!_#|o,g 4.567 -s,@DEPDIR@,|#_!!_#|.deps,g 4.568 -s,@am__include@,|#_!!_#|include,g 4.569 -s,@am__quote@,|#_!!_#|,g 4.570 -s,@AMDEP_TRUE@,|#_!!_#|,g 4.571 -s,@AMDEP_FALSE@,|#_!!_#|#,g 4.572 -s,@AMDEPBACKSLASH@,|#_!!_#|\\,g 4.573 -s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g 4.574 -s,@am__fastdepCC_TRUE@,|#_!!_#|,g 4.575 -s,@am__fastdepCC_FALSE@,|#_!!_#|#,g 4.576 -s,@CPP@,|#_!!_#|gcc -E,g 4.577 -s,@GREP@,|#_!!_#|/bin/grep,g 4.578 -s,@EGREP@,|#_!!_#|/bin/grep -E,g 4.579 -s,@RANLIB@,|#_!!_#|ranlib,g 4.580 -s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g 4.581 -s,@GLIB_CFLAGS@,|#_!!_#|-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ,g 4.582 -s,@GLIB_LIBS@,|#_!!_#|-lglib-2.0 ,g 4.583 -s,@RESOLV_LIBS@,|#_!!_#|-lresolv,g 4.584 -s,@with_user@,|#_!!_#|mail,g 4.585 -s,@with_group@,|#_!!_#|mail,g 4.586 -s,@BASE64_LIBS@,|#_!!_#|base64/libbase64.a,g 4.587 -s,@MD5_LIBS@,|#_!!_#|md5/libmd5c.a,g 4.588 -s,@has_ident@,|#_!!_#|,g 4.589 -s,@IDENT_LIBS@,|#_!!_#|-lident,g 4.590 -s,@LOCKFILE_LIBS@,|#_!!_#|-llockfile,g 4.591 -s,@USE_LIBLOCKFILE@,|#_!!_#|,g 4.592 -s,@with_logdir@,|#_!!_#|/var/log/masqmail,g 4.593 -s,@with_spooldir@,|#_!!_#|/var/spool/masqmail,g 4.594 -s,@with_confdir@,|#_!!_#|/etc/masqmail,g 4.595 -s,@LIBOBJS@,|#_!!_#|,g 4.596 -s,@LTLIBOBJS@,|#_!!_#|,g 4.597 -:end 4.598 -s/|#_!!_#|//g 4.599 -CEOF 4.600 -fi # test -n "$CONFIG_FILES" 4.601 - 4.602 - 4.603 -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 4.604 -do 4.605 - case $ac_tag in 4.606 - :[FHLC]) ac_mode=$ac_tag; continue;; 4.607 - esac 4.608 - case $ac_mode$ac_tag in 4.609 - :[FHL]*:*);; 4.610 - :L* | :C*:*) { { echo "$as_me:613: error: Invalid tag $ac_tag." >&5 4.611 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} 4.612 - { (exit 1); exit 1; }; };; 4.613 - :[FH]-) ac_tag=-:-;; 4.614 - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4.615 - esac 4.616 - ac_save_IFS=$IFS 4.617 - IFS=: 4.618 - set x $ac_tag 4.619 - IFS=$ac_save_IFS 4.620 - shift 4.621 - ac_file=$1 4.622 - shift 4.623 - 4.624 - case $ac_mode in 4.625 - :L) ac_source=$1;; 4.626 - :[FH]) 4.627 - ac_file_inputs= 4.628 - for ac_f 4.629 - do 4.630 - case $ac_f in 4.631 - -) ac_f="$tmp/stdin";; 4.632 - *) # Look for the file first in the build tree, then in the source tree 4.633 - # (if the path is not absolute). The absolute path cannot be DOS-style, 4.634 - # because $ac_f cannot contain `:'. 4.635 - test -f "$ac_f" || 4.636 - case $ac_f in 4.637 - [\\/$]*) false;; 4.638 - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4.639 - esac || 4.640 - { { echo "$as_me:643: error: cannot find input file: $ac_f" >&5 4.641 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} 4.642 - { (exit 1); exit 1; }; };; 4.643 - esac 4.644 - ac_file_inputs="$ac_file_inputs $ac_f" 4.645 - done 4.646 - 4.647 - # Let's still pretend it is `configure' which instantiates (i.e., don't 4.648 - # use $as_me), people would be surprised to read: 4.649 - # /* config.h. Generated by config.status. */ 4.650 - configure_input="Generated from "`IFS=: 4.651 - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 4.652 - if test x"$ac_file" != x-; then 4.653 - configure_input="$ac_file. $configure_input" 4.654 - { echo "$as_me:657: creating $ac_file" >&5 4.655 -echo "$as_me: creating $ac_file" >&6;} 4.656 - fi 4.657 - 4.658 - case $ac_tag in 4.659 - *:-:* | *:-) cat >"$tmp/stdin";; 4.660 - esac 4.661 - ;; 4.662 - esac 4.663 - 4.664 - ac_dir=`$as_dirname -- "$ac_file" || 4.665 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.666 - X"$ac_file" : 'X\(//\)[^/]' \| \ 4.667 - X"$ac_file" : 'X\(//\)$' \| \ 4.668 - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 4.669 -echo X"$ac_file" | 4.670 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.671 - s//\1/ 4.672 - q 4.673 - } 4.674 - /^X\(\/\/\)[^/].*/{ 4.675 - s//\1/ 4.676 - q 4.677 - } 4.678 - /^X\(\/\/\)$/{ 4.679 - s//\1/ 4.680 - q 4.681 - } 4.682 - /^X\(\/\).*/{ 4.683 - s//\1/ 4.684 - q 4.685 - } 4.686 - s/.*/./; q'` 4.687 - { as_dir="$ac_dir" 4.688 - case $as_dir in #( 4.689 - -*) as_dir=./$as_dir;; 4.690 - esac 4.691 - test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 4.692 - as_dirs= 4.693 - while :; do 4.694 - case $as_dir in #( 4.695 - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 4.696 - *) as_qdir=$as_dir;; 4.697 - esac 4.698 - as_dirs="'$as_qdir' $as_dirs" 4.699 - as_dir=`$as_dirname -- "$as_dir" || 4.700 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.701 - X"$as_dir" : 'X\(//\)[^/]' \| \ 4.702 - X"$as_dir" : 'X\(//\)$' \| \ 4.703 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4.704 -echo X"$as_dir" | 4.705 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.706 - s//\1/ 4.707 - q 4.708 - } 4.709 - /^X\(\/\/\)[^/].*/{ 4.710 - s//\1/ 4.711 - q 4.712 - } 4.713 - /^X\(\/\/\)$/{ 4.714 - s//\1/ 4.715 - q 4.716 - } 4.717 - /^X\(\/\).*/{ 4.718 - s//\1/ 4.719 - q 4.720 - } 4.721 - s/.*/./; q'` 4.722 - test -d "$as_dir" && break 4.723 - done 4.724 - test -z "$as_dirs" || eval "mkdir $as_dirs" 4.725 - } || test -d "$as_dir" || { { echo "$as_me:728: error: cannot create directory $as_dir" >&5 4.726 -echo "$as_me: error: cannot create directory $as_dir" >&2;} 4.727 - { (exit 1); exit 1; }; }; } 4.728 - ac_builddir=. 4.729 - 4.730 -case "$ac_dir" in 4.731 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 4.732 -*) 4.733 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 4.734 - # A ".." for each directory in $ac_dir_suffix. 4.735 - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 4.736 - case $ac_top_builddir_sub in 4.737 - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 4.738 - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 4.739 - esac ;; 4.740 -esac 4.741 -ac_abs_top_builddir=$ac_pwd 4.742 -ac_abs_builddir=$ac_pwd$ac_dir_suffix 4.743 -# for backward compatibility: 4.744 -ac_top_builddir=$ac_top_build_prefix 4.745 - 4.746 -case $srcdir in 4.747 - .) # We are building in place. 4.748 - ac_srcdir=. 4.749 - ac_top_srcdir=$ac_top_builddir_sub 4.750 - ac_abs_top_srcdir=$ac_pwd ;; 4.751 - [\\/]* | ?:[\\/]* ) # Absolute name. 4.752 - ac_srcdir=$srcdir$ac_dir_suffix; 4.753 - ac_top_srcdir=$srcdir 4.754 - ac_abs_top_srcdir=$srcdir ;; 4.755 - *) # Relative name. 4.756 - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 4.757 - ac_top_srcdir=$ac_top_build_prefix$srcdir 4.758 - ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 4.759 -esac 4.760 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 4.761 - 4.762 - 4.763 - case $ac_mode in 4.764 - :F) 4.765 - # 4.766 - # CONFIG_FILE 4.767 - # 4.768 - 4.769 - case $INSTALL in 4.770 - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 4.771 - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 4.772 - esac 4.773 -# If the template does not know about datarootdir, expand it. 4.774 -# FIXME: This hack should be removed a few years after 2.60. 4.775 -ac_datarootdir_hack=; ac_datarootdir_seen= 4.776 - 4.777 -case `sed -n '/datarootdir/ { 4.778 - p 4.779 - q 4.780 -} 4.781 -/@datadir@/p 4.782 -/@docdir@/p 4.783 -/@infodir@/p 4.784 -/@localedir@/p 4.785 -/@mandir@/p 4.786 -' $ac_file_inputs` in 4.787 -*datarootdir*) ac_datarootdir_seen=yes;; 4.788 -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 4.789 - { echo "$as_me:792: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 4.790 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 4.791 - ac_datarootdir_hack=' 4.792 - s&@datadir@&${datarootdir}&g 4.793 - s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g 4.794 - s&@infodir@&${datarootdir}/info&g 4.795 - s&@localedir@&${datarootdir}/locale&g 4.796 - s&@mandir@&${prefix}/share/man&g 4.797 - s&\${datarootdir}&${prefix}/share&g' ;; 4.798 -esac 4.799 - sed "/^[ ]*VPATH[ ]*=/{ 4.800 -s/:*\$(srcdir):*/:/ 4.801 -s/:*\${srcdir}:*/:/ 4.802 -s/:*@srcdir@:*/:/ 4.803 -s/^\([^=]*=[ ]*\):*/\1/ 4.804 -s/:*$// 4.805 -s/^[^=]*=[ ]*$// 4.806 -} 4.807 - 4.808 -:t 4.809 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 4.810 -s&@configure_input@&$configure_input&;t t 4.811 -s&@top_builddir@&$ac_top_builddir_sub&;t t 4.812 -s&@srcdir@&$ac_srcdir&;t t 4.813 -s&@abs_srcdir@&$ac_abs_srcdir&;t t 4.814 -s&@top_srcdir@&$ac_top_srcdir&;t t 4.815 -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 4.816 -s&@builddir@&$ac_builddir&;t t 4.817 -s&@abs_builddir@&$ac_abs_builddir&;t t 4.818 -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 4.819 -s&@INSTALL@&$ac_INSTALL&;t t 4.820 -$ac_datarootdir_hack 4.821 -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 4.822 - 4.823 -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 4.824 - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 4.825 - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 4.826 - { echo "$as_me:829: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4.827 -which seems to be undefined. Please make sure it is defined." >&5 4.828 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 4.829 -which seems to be undefined. Please make sure it is defined." >&2;} 4.830 - 4.831 - rm -f "$tmp/stdin" 4.832 - case $ac_file in 4.833 - -) cat "$tmp/out"; rm -f "$tmp/out";; 4.834 - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 4.835 - esac 4.836 - ;; 4.837 - :H) 4.838 - # 4.839 - # CONFIG_HEADER 4.840 - # 4.841 - # First, check the format of the line: 4.842 - cat >"$tmp/defines.sed" <<\CEOF 4.843 -/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def 4.844 -/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def 4.845 -b 4.846 -:def 4.847 -s/$/ / 4.848 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "masqmail" , 4.849 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "masqmail" , 4.850 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "0.2.21" , 4.851 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "masqmail 0.2.21" , 4.852 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "oku@debian.org" , 4.853 -s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "masqmail" , 4.854 -s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "0.2.21" , 4.855 -s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , 4.856 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_RESOLVER\)[ (].*,\1define\2 1 , 4.857 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETLINE\)[ (].*,\1define\2 1 , 4.858 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_FDATASYNC\)[ (].*,\1define\2 1 , 4.859 -s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , 4.860 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , 4.861 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , 4.862 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , 4.863 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 , 4.864 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 , 4.865 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , 4.866 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , 4.867 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 , 4.868 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , 4.869 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_FCNTL_H\)[ (].*,\1define\2 1 , 4.870 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TIME_H\)[ (].*,\1define\2 1 , 4.871 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSLOG_H\)[ (].*,\1define\2 1 , 4.872 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , 4.873 -s,^\([ #]*\)[^ ]*\([ ]*TIME_WITH_SYS_TIME\)[ (].*,\1define\2 1 , 4.874 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_FNMATCH\)[ (].*,\1define\2 1 , 4.875 -s,^\([ #]*\)[^ ]*\([ ]*RETSIGTYPE\)[ (].*,\1define\2 void , 4.876 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRFTIME\)[ (].*,\1define\2 1 , 4.877 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_VPRINTF\)[ (].*,\1define\2 1 , 4.878 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SELECT\)[ (].*,\1define\2 1 , 4.879 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_SOCKET\)[ (].*,\1define\2 1 , 4.880 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRERROR\)[ (].*,\1define\2 1 , 4.881 -s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRSTR\)[ (].*,\1define\2 1 , 4.882 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_DEBUG\)[ (].*,\1define\2 1 , 4.883 -s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_USER\)[ (].*,\1define\2 "mail" , 4.884 -s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_GROUP\)[ (].*,\1define\2 "mail" , 4.885 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_SMTP_SERVER\)[ (].*,\1define\2 1 , 4.886 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_POP3\)[ (].*,\1define\2 1 , 4.887 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_AUTH\)[ (].*,\1define\2 1 , 4.888 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_MAILDIR\)[ (].*,\1define\2 1 , 4.889 -s,^\([ #]*\)[^ ]*\([ ]*ENABLE_IDENT\)[ (].*,\1define\2 1 , 4.890 -s,^\([ #]*\)[^ ]*\([ ]*USE_LIBLOCKFILE\)[ (].*,\1define\2 1 , 4.891 -s,^\([ #]*\)[^ ]*\([ ]*CONF_DIR\)[ (].*,\1define\2 "/etc/masqmail" , 4.892 -s,^\([ #]*\)[^ ]*\([ ]*DATA_DIR\)[ (].*,\1define\2 "${prefix}/share/masqmail" , 4.893 -s,^\([ #]*\)[^ ]*\([ ]*SBINDIR\)[ (].*,\1define\2 "/usr/sbin" , 4.894 -s/ $// 4.895 -s,^[ #]*u.*,/* & */, 4.896 -CEOF 4.897 - sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" 4.898 -ac_result="$tmp/out1" 4.899 - if test x"$ac_file" != x-; then 4.900 - echo "/* $configure_input */" >"$tmp/config.h" 4.901 - cat "$ac_result" >>"$tmp/config.h" 4.902 - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 4.903 - { echo "$as_me:906: $ac_file is unchanged" >&5 4.904 -echo "$as_me: $ac_file is unchanged" >&6;} 4.905 - else 4.906 - rm -f $ac_file 4.907 - mv "$tmp/config.h" $ac_file 4.908 - fi 4.909 - else 4.910 - echo "/* $configure_input */" 4.911 - cat "$ac_result" 4.912 - fi 4.913 - rm -f "$tmp/out12" 4.914 -# Compute $ac_file's index in $config_headers. 4.915 -_am_stamp_count=1 4.916 -for _am_header in $config_headers :; do 4.917 - case $_am_header in 4.918 - $ac_file | $ac_file:* ) 4.919 - break ;; 4.920 - * ) 4.921 - _am_stamp_count=`expr $_am_stamp_count + 1` ;; 4.922 - esac 4.923 -done 4.924 -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 4.925 -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.926 - X$ac_file : 'X\(//\)[^/]' \| \ 4.927 - X$ac_file : 'X\(//\)$' \| \ 4.928 - X$ac_file : 'X\(/\)' \| . 2>/dev/null || 4.929 -echo X$ac_file | 4.930 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.931 - s//\1/ 4.932 - q 4.933 - } 4.934 - /^X\(\/\/\)[^/].*/{ 4.935 - s//\1/ 4.936 - q 4.937 - } 4.938 - /^X\(\/\/\)$/{ 4.939 - s//\1/ 4.940 - q 4.941 - } 4.942 - /^X\(\/\).*/{ 4.943 - s//\1/ 4.944 - q 4.945 - } 4.946 - s/.*/./; q'`/stamp-h$_am_stamp_count 4.947 - ;; 4.948 - 4.949 - :C) { echo "$as_me:952: executing $ac_file commands" >&5 4.950 -echo "$as_me: executing $ac_file commands" >&6;} 4.951 - ;; 4.952 - esac 4.953 - 4.954 - 4.955 - case $ac_file$ac_mode in 4.956 - "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 4.957 - # Strip MF so we end up with the name of the file. 4.958 - mf=`echo "$mf" | sed -e 's/:.*$//'` 4.959 - # Check whether this is an Automake generated Makefile or not. 4.960 - # We used to match only the files named `Makefile.in', but 4.961 - # some people rename them; so instead we look at the file content. 4.962 - # Grep'ing the first line is not enough: some people post-process 4.963 - # each Makefile.in and add a new line on top of each file to say so. 4.964 - # So let's grep whole file. 4.965 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 4.966 - dirpart=`$as_dirname -- "$mf" || 4.967 -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.968 - X"$mf" : 'X\(//\)[^/]' \| \ 4.969 - X"$mf" : 'X\(//\)$' \| \ 4.970 - X"$mf" : 'X\(/\)' \| . 2>/dev/null || 4.971 -echo X"$mf" | 4.972 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.973 - s//\1/ 4.974 - q 4.975 - } 4.976 - /^X\(\/\/\)[^/].*/{ 4.977 - s//\1/ 4.978 - q 4.979 - } 4.980 - /^X\(\/\/\)$/{ 4.981 - s//\1/ 4.982 - q 4.983 - } 4.984 - /^X\(\/\).*/{ 4.985 - s//\1/ 4.986 - q 4.987 - } 4.988 - s/.*/./; q'` 4.989 - else 4.990 - continue 4.991 - fi 4.992 - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 4.993 - # Extract the definition of DEP_FILES from the Makefile without 4.994 - # running `make'. 4.995 - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 4.996 - test -z "$DEPDIR" && continue 4.997 - # When using ansi2knr, U may be empty or an underscore; expand it 4.998 - U=`sed -n -e '/^U = / s///p' < "$mf"` 4.999 - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 4.1000 - # We invoke sed twice because it is the simplest approach to 4.1001 - # changing $(DEPDIR) to its actual value in the expansion. 4.1002 - for file in `sed -n -e ' 4.1003 - /^DEP_FILES = .*\\\\$/ { 4.1004 - s/^DEP_FILES = // 4.1005 - :loop 4.1006 - s/\\\\$// 4.1007 - p 4.1008 - n 4.1009 - /\\\\$/ b loop 4.1010 - p 4.1011 - } 4.1012 - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 4.1013 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 4.1014 - # Make sure the directory exists. 4.1015 - test -f "$dirpart/$file" && continue 4.1016 - fdir=`$as_dirname -- "$file" || 4.1017 -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.1018 - X"$file" : 'X\(//\)[^/]' \| \ 4.1019 - X"$file" : 'X\(//\)$' \| \ 4.1020 - X"$file" : 'X\(/\)' \| . 2>/dev/null || 4.1021 -echo X"$file" | 4.1022 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.1023 - s//\1/ 4.1024 - q 4.1025 - } 4.1026 - /^X\(\/\/\)[^/].*/{ 4.1027 - s//\1/ 4.1028 - q 4.1029 - } 4.1030 - /^X\(\/\/\)$/{ 4.1031 - s//\1/ 4.1032 - q 4.1033 - } 4.1034 - /^X\(\/\).*/{ 4.1035 - s//\1/ 4.1036 - q 4.1037 - } 4.1038 - s/.*/./; q'` 4.1039 - { as_dir=$dirpart/$fdir 4.1040 - case $as_dir in #( 4.1041 - -*) as_dir=./$as_dir;; 4.1042 - esac 4.1043 - test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 4.1044 - as_dirs= 4.1045 - while :; do 4.1046 - case $as_dir in #( 4.1047 - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 4.1048 - *) as_qdir=$as_dir;; 4.1049 - esac 4.1050 - as_dirs="'$as_qdir' $as_dirs" 4.1051 - as_dir=`$as_dirname -- "$as_dir" || 4.1052 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 4.1053 - X"$as_dir" : 'X\(//\)[^/]' \| \ 4.1054 - X"$as_dir" : 'X\(//\)$' \| \ 4.1055 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 4.1056 -echo X"$as_dir" | 4.1057 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 4.1058 - s//\1/ 4.1059 - q 4.1060 - } 4.1061 - /^X\(\/\/\)[^/].*/{ 4.1062 - s//\1/ 4.1063 - q 4.1064 - } 4.1065 - /^X\(\/\/\)$/{ 4.1066 - s//\1/ 4.1067 - q 4.1068 - } 4.1069 - /^X\(\/\).*/{ 4.1070 - s//\1/ 4.1071 - q 4.1072 - } 4.1073 - s/.*/./; q'` 4.1074 - test -d "$as_dir" && break 4.1075 - done 4.1076 - test -z "$as_dirs" || eval "mkdir $as_dirs" 4.1077 - } || test -d "$as_dir" || { { echo "$as_me:1080: error: cannot create directory $as_dir" >&5 4.1078 -echo "$as_me: error: cannot create directory $as_dir" >&2;} 4.1079 - { (exit 1); exit 1; }; }; } 4.1080 - # echo "creating $dirpart/$file" 4.1081 - echo '# dummy' > "$dirpart/$file" 4.1082 - done 4.1083 -done 4.1084 - ;; 4.1085 - 4.1086 - esac 4.1087 -done # for ac_tag 4.1088 - 4.1089 - 4.1090 -{ (exit 0); exit 0; }
5.1 --- a/configure Fri May 07 16:42:58 2010 +0200 5.2 +++ b/configure Fri May 07 16:44:26 2010 +0200 5.3 @@ -1,62 +1,85 @@ 5.4 #! /bin/sh 5.5 # Guess values for system-dependent variables and create Makefiles. 5.6 -# Generated by GNU Autoconf 2.61 for masqmail 0.2.21. 5.7 +# Generated by GNU Autoconf 2.65 for masqmail 0.2.21. 5.8 # 5.9 -# Report bugs to <oku@debian.org>. 5.10 +# Report bugs to <meillo@marmaro.de>. 5.11 +# 5.12 # 5.13 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5.14 -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 5.15 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5.16 +# Inc. 5.17 +# 5.18 +# 5.19 # This configure script is free software; the Free Software Foundation 5.20 # gives unlimited permission to copy, distribute and modify it. 5.21 -## --------------------- ## 5.22 -## M4sh Initialization. ## 5.23 -## --------------------- ## 5.24 +## -------------------- ## 5.25 +## M4sh Initialization. ## 5.26 +## -------------------- ## 5.27 5.28 # Be more Bourne compatible 5.29 DUALCASE=1; export DUALCASE # for MKS sh 5.30 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 5.31 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 5.32 emulate sh 5.33 NULLCMD=: 5.34 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 5.35 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 5.36 # is contrary to our usage. Disable this feature. 5.37 alias -g '${1+"$@"}'='"$@"' 5.38 setopt NO_GLOB_SUBST 5.39 else 5.40 - case `(set -o) 2>/dev/null` in 5.41 - *posix*) set -o posix ;; 5.42 + case `(set -o) 2>/dev/null` in #( 5.43 + *posix*) : 5.44 + set -o posix ;; #( 5.45 + *) : 5.46 + ;; 5.47 esac 5.48 - 5.49 -fi 5.50 - 5.51 - 5.52 - 5.53 - 5.54 -# PATH needs CR 5.55 -# Avoid depending upon Character Ranges. 5.56 -as_cr_letters='abcdefghijklmnopqrstuvwxyz' 5.57 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 5.58 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS 5.59 -as_cr_digits='0123456789' 5.60 -as_cr_alnum=$as_cr_Letters$as_cr_digits 5.61 +fi 5.62 + 5.63 + 5.64 +as_nl=' 5.65 +' 5.66 +export as_nl 5.67 +# Printing a long string crashes Solaris 7 /usr/bin/printf. 5.68 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 5.69 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 5.70 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 5.71 +# Prefer a ksh shell builtin over an external printf program on Solaris, 5.72 +# but without wasting forks for bash or zsh. 5.73 +if test -z "$BASH_VERSION$ZSH_VERSION" \ 5.74 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 5.75 + as_echo='print -r --' 5.76 + as_echo_n='print -rn --' 5.77 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 5.78 + as_echo='printf %s\n' 5.79 + as_echo_n='printf %s' 5.80 +else 5.81 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 5.82 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 5.83 + as_echo_n='/usr/ucb/echo -n' 5.84 + else 5.85 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 5.86 + as_echo_n_body='eval 5.87 + arg=$1; 5.88 + case $arg in #( 5.89 + *"$as_nl"*) 5.90 + expr "X$arg" : "X\\(.*\\)$as_nl"; 5.91 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 5.92 + esac; 5.93 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 5.94 + ' 5.95 + export as_echo_n_body 5.96 + as_echo_n='sh -c $as_echo_n_body as_echo' 5.97 + fi 5.98 + export as_echo_body 5.99 + as_echo='sh -c $as_echo_body as_echo' 5.100 +fi 5.101 5.102 # The user is always right. 5.103 if test "${PATH_SEPARATOR+set}" != set; then 5.104 - echo "#! /bin/sh" >conf$$.sh 5.105 - echo "exit 0" >>conf$$.sh 5.106 - chmod +x conf$$.sh 5.107 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 5.108 - PATH_SEPARATOR=';' 5.109 - else 5.110 - PATH_SEPARATOR=: 5.111 - fi 5.112 - rm -f conf$$.sh 5.113 -fi 5.114 - 5.115 -# Support unset when possible. 5.116 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 5.117 - as_unset=unset 5.118 -else 5.119 - as_unset=false 5.120 + PATH_SEPARATOR=: 5.121 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 5.122 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 5.123 + PATH_SEPARATOR=';' 5.124 + } 5.125 fi 5.126 5.127 5.128 @@ -65,20 +88,18 @@ 5.129 # there to prevent editors from complaining about space-tab. 5.130 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5.131 # splitting by setting IFS to empty value.) 5.132 -as_nl=' 5.133 -' 5.134 IFS=" "" $as_nl" 5.135 5.136 # Find who we are. Look in the path if we contain no directory separator. 5.137 -case $0 in 5.138 +case $0 in #(( 5.139 *[\\/]* ) as_myself=$0 ;; 5.140 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.141 for as_dir in $PATH 5.142 do 5.143 IFS=$as_save_IFS 5.144 test -z "$as_dir" && as_dir=. 5.145 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 5.146 -done 5.147 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 5.148 + done 5.149 IFS=$as_save_IFS 5.150 5.151 ;; 5.152 @@ -89,32 +110,271 @@ 5.153 as_myself=$0 5.154 fi 5.155 if test ! -f "$as_myself"; then 5.156 - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5.157 - { (exit 1); exit 1; } 5.158 -fi 5.159 - 5.160 -# Work around bugs in pre-3.0 UWIN ksh. 5.161 -for as_var in ENV MAIL MAILPATH 5.162 -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5.163 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5.164 + exit 1 5.165 +fi 5.166 + 5.167 +# Unset variables that we do not need and which cause bugs (e.g. in 5.168 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 5.169 +# suppresses any "Segmentation fault" message there. '((' could 5.170 +# trigger a bug in pdksh 5.2.14. 5.171 +for as_var in BASH_ENV ENV MAIL MAILPATH 5.172 +do eval test x\${$as_var+set} = xset \ 5.173 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 5.174 done 5.175 PS1='$ ' 5.176 PS2='> ' 5.177 PS4='+ ' 5.178 5.179 # NLS nuisances. 5.180 -for as_var in \ 5.181 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 5.182 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 5.183 - LC_TELEPHONE LC_TIME 5.184 +LC_ALL=C 5.185 +export LC_ALL 5.186 +LANGUAGE=C 5.187 +export LANGUAGE 5.188 + 5.189 +# CDPATH. 5.190 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 5.191 + 5.192 +if test "x$CONFIG_SHELL" = x; then 5.193 + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 5.194 + emulate sh 5.195 + NULLCMD=: 5.196 + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 5.197 + # is contrary to our usage. Disable this feature. 5.198 + alias -g '\${1+\"\$@\"}'='\"\$@\"' 5.199 + setopt NO_GLOB_SUBST 5.200 +else 5.201 + case \`(set -o) 2>/dev/null\` in #( 5.202 + *posix*) : 5.203 + set -o posix ;; #( 5.204 + *) : 5.205 + ;; 5.206 +esac 5.207 +fi 5.208 +" 5.209 + as_required="as_fn_return () { (exit \$1); } 5.210 +as_fn_success () { as_fn_return 0; } 5.211 +as_fn_failure () { as_fn_return 1; } 5.212 +as_fn_ret_success () { return 0; } 5.213 +as_fn_ret_failure () { return 1; } 5.214 + 5.215 +exitcode=0 5.216 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } 5.217 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 5.218 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 5.219 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 5.220 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 5.221 + 5.222 +else 5.223 + exitcode=1; echo positional parameters were not saved. 5.224 +fi 5.225 +test x\$exitcode = x0 || exit 1" 5.226 + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 5.227 + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 5.228 + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 5.229 + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 5.230 +test \$(( 1 + 1 )) = 2 || exit 1" 5.231 + if (eval "$as_required") 2>/dev/null; then : 5.232 + as_have_required=yes 5.233 +else 5.234 + as_have_required=no 5.235 +fi 5.236 + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 5.237 + 5.238 +else 5.239 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.240 +as_found=false 5.241 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 5.242 do 5.243 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 5.244 - eval $as_var=C; export $as_var 5.245 + IFS=$as_save_IFS 5.246 + test -z "$as_dir" && as_dir=. 5.247 + as_found=: 5.248 + case $as_dir in #( 5.249 + /*) 5.250 + for as_base in sh bash ksh sh5; do 5.251 + # Try only shells that exist, to save several forks. 5.252 + as_shell=$as_dir/$as_base 5.253 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 5.254 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 5.255 + CONFIG_SHELL=$as_shell as_have_required=yes 5.256 + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 5.257 + break 2 5.258 +fi 5.259 +fi 5.260 + done;; 5.261 + esac 5.262 + as_found=false 5.263 +done 5.264 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 5.265 + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 5.266 + CONFIG_SHELL=$SHELL as_have_required=yes 5.267 +fi; } 5.268 +IFS=$as_save_IFS 5.269 + 5.270 + 5.271 + if test "x$CONFIG_SHELL" != x; then : 5.272 + # We cannot yet assume a decent shell, so we have to provide a 5.273 + # neutralization value for shells without unset; and this also 5.274 + # works around shells that cannot unset nonexistent variables. 5.275 + BASH_ENV=/dev/null 5.276 + ENV=/dev/null 5.277 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 5.278 + export CONFIG_SHELL 5.279 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 5.280 +fi 5.281 + 5.282 + if test x$as_have_required = xno; then : 5.283 + $as_echo "$0: This script requires a shell more modern than all" 5.284 + $as_echo "$0: the shells that I found on your system." 5.285 + if test x${ZSH_VERSION+set} = xset ; then 5.286 + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 5.287 + $as_echo "$0: be upgraded to zsh 4.3.4 or later." 5.288 else 5.289 - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5.290 + $as_echo "$0: Please tell bug-autoconf@gnu.org and meillo@marmaro.de 5.291 +$0: about your system, including any error possibly output 5.292 +$0: before this message. Then install a modern shell, or 5.293 +$0: manually run the script under such a shell if you do 5.294 +$0: have one." 5.295 fi 5.296 -done 5.297 - 5.298 -# Required to use basename. 5.299 + exit 1 5.300 +fi 5.301 +fi 5.302 +fi 5.303 +SHELL=${CONFIG_SHELL-/bin/sh} 5.304 +export SHELL 5.305 +# Unset more variables known to interfere with behavior of common tools. 5.306 +CLICOLOR_FORCE= GREP_OPTIONS= 5.307 +unset CLICOLOR_FORCE GREP_OPTIONS 5.308 + 5.309 +## --------------------- ## 5.310 +## M4sh Shell Functions. ## 5.311 +## --------------------- ## 5.312 +# as_fn_unset VAR 5.313 +# --------------- 5.314 +# Portably unset VAR. 5.315 +as_fn_unset () 5.316 +{ 5.317 + { eval $1=; unset $1;} 5.318 +} 5.319 +as_unset=as_fn_unset 5.320 + 5.321 +# as_fn_set_status STATUS 5.322 +# ----------------------- 5.323 +# Set $? to STATUS, without forking. 5.324 +as_fn_set_status () 5.325 +{ 5.326 + return $1 5.327 +} # as_fn_set_status 5.328 + 5.329 +# as_fn_exit STATUS 5.330 +# ----------------- 5.331 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 5.332 +as_fn_exit () 5.333 +{ 5.334 + set +e 5.335 + as_fn_set_status $1 5.336 + exit $1 5.337 +} # as_fn_exit 5.338 + 5.339 +# as_fn_mkdir_p 5.340 +# ------------- 5.341 +# Create "$as_dir" as a directory, including parents if necessary. 5.342 +as_fn_mkdir_p () 5.343 +{ 5.344 + 5.345 + case $as_dir in #( 5.346 + -*) as_dir=./$as_dir;; 5.347 + esac 5.348 + test -d "$as_dir" || eval $as_mkdir_p || { 5.349 + as_dirs= 5.350 + while :; do 5.351 + case $as_dir in #( 5.352 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 5.353 + *) as_qdir=$as_dir;; 5.354 + esac 5.355 + as_dirs="'$as_qdir' $as_dirs" 5.356 + as_dir=`$as_dirname -- "$as_dir" || 5.357 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.358 + X"$as_dir" : 'X\(//\)[^/]' \| \ 5.359 + X"$as_dir" : 'X\(//\)$' \| \ 5.360 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5.361 +$as_echo X"$as_dir" | 5.362 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.363 + s//\1/ 5.364 + q 5.365 + } 5.366 + /^X\(\/\/\)[^/].*/{ 5.367 + s//\1/ 5.368 + q 5.369 + } 5.370 + /^X\(\/\/\)$/{ 5.371 + s//\1/ 5.372 + q 5.373 + } 5.374 + /^X\(\/\).*/{ 5.375 + s//\1/ 5.376 + q 5.377 + } 5.378 + s/.*/./; q'` 5.379 + test -d "$as_dir" && break 5.380 + done 5.381 + test -z "$as_dirs" || eval "mkdir $as_dirs" 5.382 + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 5.383 + 5.384 + 5.385 +} # as_fn_mkdir_p 5.386 +# as_fn_append VAR VALUE 5.387 +# ---------------------- 5.388 +# Append the text in VALUE to the end of the definition contained in VAR. Take 5.389 +# advantage of any shell optimizations that allow amortized linear growth over 5.390 +# repeated appends, instead of the typical quadratic growth present in naive 5.391 +# implementations. 5.392 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 5.393 + eval 'as_fn_append () 5.394 + { 5.395 + eval $1+=\$2 5.396 + }' 5.397 +else 5.398 + as_fn_append () 5.399 + { 5.400 + eval $1=\$$1\$2 5.401 + } 5.402 +fi # as_fn_append 5.403 + 5.404 +# as_fn_arith ARG... 5.405 +# ------------------ 5.406 +# Perform arithmetic evaluation on the ARGs, and store the result in the 5.407 +# global $as_val. Take advantage of shells that can avoid forks. The arguments 5.408 +# must be portable across $(()) and expr. 5.409 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 5.410 + eval 'as_fn_arith () 5.411 + { 5.412 + as_val=$(( $* )) 5.413 + }' 5.414 +else 5.415 + as_fn_arith () 5.416 + { 5.417 + as_val=`expr "$@" || test $? -eq 1` 5.418 + } 5.419 +fi # as_fn_arith 5.420 + 5.421 + 5.422 +# as_fn_error ERROR [LINENO LOG_FD] 5.423 +# --------------------------------- 5.424 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 5.425 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 5.426 +# script with status $?, using 1 if that was 0. 5.427 +as_fn_error () 5.428 +{ 5.429 + as_status=$?; test $as_status -eq 0 && as_status=1 5.430 + if test "$3"; then 5.431 + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.432 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 5.433 + fi 5.434 + $as_echo "$as_me: error: $1" >&2 5.435 + as_fn_exit $as_status 5.436 +} # as_fn_error 5.437 + 5.438 if expr a : '\(a\)' >/dev/null 2>&1 && 5.439 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5.440 as_expr=expr 5.441 @@ -128,13 +388,17 @@ 5.442 as_basename=false 5.443 fi 5.444 5.445 - 5.446 -# Name of the executable. 5.447 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5.448 + as_dirname=dirname 5.449 +else 5.450 + as_dirname=false 5.451 +fi 5.452 + 5.453 as_me=`$as_basename -- "$0" || 5.454 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5.455 X"$0" : 'X\(//\)$' \| \ 5.456 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5.457 -echo X/"$0" | 5.458 +$as_echo X/"$0" | 5.459 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5.460 s//\1/ 5.461 q 5.462 @@ -149,294 +413,19 @@ 5.463 } 5.464 s/.*/./; q'` 5.465 5.466 -# CDPATH. 5.467 -$as_unset CDPATH 5.468 - 5.469 - 5.470 -if test "x$CONFIG_SHELL" = x; then 5.471 - if (eval ":") 2>/dev/null; then 5.472 - as_have_required=yes 5.473 -else 5.474 - as_have_required=no 5.475 -fi 5.476 - 5.477 - if test $as_have_required = yes && (eval ": 5.478 -(as_func_return () { 5.479 - (exit \$1) 5.480 -} 5.481 -as_func_success () { 5.482 - as_func_return 0 5.483 -} 5.484 -as_func_failure () { 5.485 - as_func_return 1 5.486 -} 5.487 -as_func_ret_success () { 5.488 - return 0 5.489 -} 5.490 -as_func_ret_failure () { 5.491 - return 1 5.492 -} 5.493 - 5.494 -exitcode=0 5.495 -if as_func_success; then 5.496 - : 5.497 -else 5.498 - exitcode=1 5.499 - echo as_func_success failed. 5.500 -fi 5.501 - 5.502 -if as_func_failure; then 5.503 - exitcode=1 5.504 - echo as_func_failure succeeded. 5.505 -fi 5.506 - 5.507 -if as_func_ret_success; then 5.508 - : 5.509 -else 5.510 - exitcode=1 5.511 - echo as_func_ret_success failed. 5.512 -fi 5.513 - 5.514 -if as_func_ret_failure; then 5.515 - exitcode=1 5.516 - echo as_func_ret_failure succeeded. 5.517 -fi 5.518 - 5.519 -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 5.520 - : 5.521 -else 5.522 - exitcode=1 5.523 - echo positional parameters were not saved. 5.524 -fi 5.525 - 5.526 -test \$exitcode = 0) || { (exit 1); exit 1; } 5.527 - 5.528 -( 5.529 - as_lineno_1=\$LINENO 5.530 - as_lineno_2=\$LINENO 5.531 - test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 5.532 - test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 5.533 -") 2> /dev/null; then 5.534 - : 5.535 -else 5.536 - as_candidate_shells= 5.537 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.538 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 5.539 -do 5.540 - IFS=$as_save_IFS 5.541 - test -z "$as_dir" && as_dir=. 5.542 - case $as_dir in 5.543 - /*) 5.544 - for as_base in sh bash ksh sh5; do 5.545 - as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 5.546 - done;; 5.547 - esac 5.548 -done 5.549 -IFS=$as_save_IFS 5.550 - 5.551 - 5.552 - for as_shell in $as_candidate_shells $SHELL; do 5.553 - # Try only shells that exist, to save several forks. 5.554 - if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 5.555 - { ("$as_shell") 2> /dev/null <<\_ASEOF 5.556 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 5.557 - emulate sh 5.558 - NULLCMD=: 5.559 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 5.560 - # is contrary to our usage. Disable this feature. 5.561 - alias -g '${1+"$@"}'='"$@"' 5.562 - setopt NO_GLOB_SUBST 5.563 -else 5.564 - case `(set -o) 2>/dev/null` in 5.565 - *posix*) set -o posix ;; 5.566 -esac 5.567 - 5.568 -fi 5.569 - 5.570 - 5.571 -: 5.572 -_ASEOF 5.573 -}; then 5.574 - CONFIG_SHELL=$as_shell 5.575 - as_have_required=yes 5.576 - if { "$as_shell" 2> /dev/null <<\_ASEOF 5.577 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 5.578 - emulate sh 5.579 - NULLCMD=: 5.580 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 5.581 - # is contrary to our usage. Disable this feature. 5.582 - alias -g '${1+"$@"}'='"$@"' 5.583 - setopt NO_GLOB_SUBST 5.584 -else 5.585 - case `(set -o) 2>/dev/null` in 5.586 - *posix*) set -o posix ;; 5.587 -esac 5.588 - 5.589 -fi 5.590 - 5.591 - 5.592 -: 5.593 -(as_func_return () { 5.594 - (exit $1) 5.595 -} 5.596 -as_func_success () { 5.597 - as_func_return 0 5.598 -} 5.599 -as_func_failure () { 5.600 - as_func_return 1 5.601 -} 5.602 -as_func_ret_success () { 5.603 - return 0 5.604 -} 5.605 -as_func_ret_failure () { 5.606 - return 1 5.607 -} 5.608 - 5.609 -exitcode=0 5.610 -if as_func_success; then 5.611 - : 5.612 -else 5.613 - exitcode=1 5.614 - echo as_func_success failed. 5.615 -fi 5.616 - 5.617 -if as_func_failure; then 5.618 - exitcode=1 5.619 - echo as_func_failure succeeded. 5.620 -fi 5.621 - 5.622 -if as_func_ret_success; then 5.623 - : 5.624 -else 5.625 - exitcode=1 5.626 - echo as_func_ret_success failed. 5.627 -fi 5.628 - 5.629 -if as_func_ret_failure; then 5.630 - exitcode=1 5.631 - echo as_func_ret_failure succeeded. 5.632 -fi 5.633 - 5.634 -if ( set x; as_func_ret_success y && test x = "$1" ); then 5.635 - : 5.636 -else 5.637 - exitcode=1 5.638 - echo positional parameters were not saved. 5.639 -fi 5.640 - 5.641 -test $exitcode = 0) || { (exit 1); exit 1; } 5.642 - 5.643 -( 5.644 - as_lineno_1=$LINENO 5.645 - as_lineno_2=$LINENO 5.646 - test "x$as_lineno_1" != "x$as_lineno_2" && 5.647 - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 5.648 - 5.649 -_ASEOF 5.650 -}; then 5.651 - break 5.652 -fi 5.653 - 5.654 -fi 5.655 - 5.656 - done 5.657 - 5.658 - if test "x$CONFIG_SHELL" != x; then 5.659 - for as_var in BASH_ENV ENV 5.660 - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5.661 - done 5.662 - export CONFIG_SHELL 5.663 - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 5.664 -fi 5.665 - 5.666 - 5.667 - if test $as_have_required = no; then 5.668 - echo This script requires a shell more modern than all the 5.669 - echo shells that I found on your system. Please install a 5.670 - echo modern shell, or manually run the script under such a 5.671 - echo shell if you do have one. 5.672 - { (exit 1); exit 1; } 5.673 -fi 5.674 - 5.675 - 5.676 -fi 5.677 - 5.678 -fi 5.679 - 5.680 - 5.681 - 5.682 -(eval "as_func_return () { 5.683 - (exit \$1) 5.684 -} 5.685 -as_func_success () { 5.686 - as_func_return 0 5.687 -} 5.688 -as_func_failure () { 5.689 - as_func_return 1 5.690 -} 5.691 -as_func_ret_success () { 5.692 - return 0 5.693 -} 5.694 -as_func_ret_failure () { 5.695 - return 1 5.696 -} 5.697 - 5.698 -exitcode=0 5.699 -if as_func_success; then 5.700 - : 5.701 -else 5.702 - exitcode=1 5.703 - echo as_func_success failed. 5.704 -fi 5.705 - 5.706 -if as_func_failure; then 5.707 - exitcode=1 5.708 - echo as_func_failure succeeded. 5.709 -fi 5.710 - 5.711 -if as_func_ret_success; then 5.712 - : 5.713 -else 5.714 - exitcode=1 5.715 - echo as_func_ret_success failed. 5.716 -fi 5.717 - 5.718 -if as_func_ret_failure; then 5.719 - exitcode=1 5.720 - echo as_func_ret_failure succeeded. 5.721 -fi 5.722 - 5.723 -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 5.724 - : 5.725 -else 5.726 - exitcode=1 5.727 - echo positional parameters were not saved. 5.728 -fi 5.729 - 5.730 -test \$exitcode = 0") || { 5.731 - echo No shell found that supports shell functions. 5.732 - echo Please tell autoconf@gnu.org about your system, 5.733 - echo including any error possibly output before this 5.734 - echo message 5.735 -} 5.736 - 5.737 - 5.738 - 5.739 - as_lineno_1=$LINENO 5.740 - as_lineno_2=$LINENO 5.741 - test "x$as_lineno_1" != "x$as_lineno_2" && 5.742 - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 5.743 - 5.744 - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 5.745 - # uniformly replaced by the line number. The first 'sed' inserts a 5.746 - # line-number line after each line using $LINENO; the second 'sed' 5.747 - # does the real work. The second script uses 'N' to pair each 5.748 - # line-number line with the line containing $LINENO, and appends 5.749 - # trailing '-' during substitution so that $LINENO is not a special 5.750 - # case at line end. 5.751 - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 5.752 - # scripts with optimization help from Paolo Bonzini. Blame Lee 5.753 - # E. McMahon (1931-1989) for sed's syntax. :-) 5.754 +# Avoid depending upon Character Ranges. 5.755 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 5.756 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 5.757 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 5.758 +as_cr_digits='0123456789' 5.759 +as_cr_alnum=$as_cr_Letters$as_cr_digits 5.760 + 5.761 + 5.762 + as_lineno_1=$LINENO as_lineno_1a=$LINENO 5.763 + as_lineno_2=$LINENO as_lineno_2a=$LINENO 5.764 + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 5.765 + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 5.766 + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 5.767 sed -n ' 5.768 p 5.769 /[$]LINENO/= 5.770 @@ -453,8 +442,7 @@ 5.771 s/-\n.*// 5.772 ' >$as_me.lineno && 5.773 chmod +x "$as_me.lineno" || 5.774 - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 5.775 - { (exit 1); exit 1; }; } 5.776 + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 5.777 5.778 # Don't try to exec as it changes $[0], causing all sort of problems 5.779 # (the dirname of $[0] is not the place where we might find the 5.780 @@ -464,49 +452,40 @@ 5.781 exit 5.782 } 5.783 5.784 - 5.785 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5.786 - as_dirname=dirname 5.787 -else 5.788 - as_dirname=false 5.789 -fi 5.790 - 5.791 ECHO_C= ECHO_N= ECHO_T= 5.792 -case `echo -n x` in 5.793 +case `echo -n x` in #((((( 5.794 -n*) 5.795 - case `echo 'x\c'` in 5.796 + case `echo 'xy\c'` in 5.797 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 5.798 - *) ECHO_C='\c';; 5.799 + xy) ECHO_C='\c';; 5.800 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 5.801 + ECHO_T=' ';; 5.802 esac;; 5.803 *) 5.804 ECHO_N='-n';; 5.805 esac 5.806 5.807 -if expr a : '\(a\)' >/dev/null 2>&1 && 5.808 - test "X`expr 00001 : '.*\(...\)'`" = X001; then 5.809 - as_expr=expr 5.810 -else 5.811 - as_expr=false 5.812 -fi 5.813 - 5.814 rm -f conf$$ conf$$.exe conf$$.file 5.815 if test -d conf$$.dir; then 5.816 rm -f conf$$.dir/conf$$.file 5.817 else 5.818 rm -f conf$$.dir 5.819 - mkdir conf$$.dir 5.820 -fi 5.821 -echo >conf$$.file 5.822 -if ln -s conf$$.file conf$$ 2>/dev/null; then 5.823 - as_ln_s='ln -s' 5.824 - # ... but there are two gotchas: 5.825 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5.826 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5.827 - # In both cases, we have to default to `cp -p'. 5.828 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5.829 + mkdir conf$$.dir 2>/dev/null 5.830 +fi 5.831 +if (echo >conf$$.file) 2>/dev/null; then 5.832 + if ln -s conf$$.file conf$$ 2>/dev/null; then 5.833 + as_ln_s='ln -s' 5.834 + # ... but there are two gotchas: 5.835 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5.836 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5.837 + # In both cases, we have to default to `cp -p'. 5.838 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5.839 + as_ln_s='cp -p' 5.840 + elif ln conf$$.file conf$$ 2>/dev/null; then 5.841 + as_ln_s=ln 5.842 + else 5.843 as_ln_s='cp -p' 5.844 -elif ln conf$$.file conf$$ 2>/dev/null; then 5.845 - as_ln_s=ln 5.846 + fi 5.847 else 5.848 as_ln_s='cp -p' 5.849 fi 5.850 @@ -514,7 +493,7 @@ 5.851 rmdir conf$$.dir 2>/dev/null 5.852 5.853 if mkdir -p . 2>/dev/null; then 5.854 - as_mkdir_p=: 5.855 + as_mkdir_p='mkdir -p "$as_dir"' 5.856 else 5.857 test -d ./-p && rmdir ./-p 5.858 as_mkdir_p=false 5.859 @@ -531,12 +510,12 @@ 5.860 as_test_x=' 5.861 eval sh -c '\'' 5.862 if test -d "$1"; then 5.863 - test -d "$1/."; 5.864 + test -d "$1/."; 5.865 else 5.866 - case $1 in 5.867 - -*)set "./$1";; 5.868 + case $1 in #( 5.869 + -*)set "./$1";; 5.870 esac; 5.871 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 5.872 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 5.873 ???[sx]*):;;*)false;;esac;fi 5.874 '\'' sh 5.875 ' 5.876 @@ -550,8 +529,8 @@ 5.877 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 5.878 5.879 5.880 - 5.881 -exec 7<&0 </dev/null 6>&1 5.882 +test -n "$DJDIR" || exec 7<&0 </dev/null 5.883 +exec 6>&1 5.884 5.885 # Name of the host. 5.886 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 5.887 @@ -569,14 +548,14 @@ 5.888 subdirs= 5.889 MFLAGS= 5.890 MAKEFLAGS= 5.891 -SHELL=${CONFIG_SHELL-/bin/sh} 5.892 5.893 # Identity of this package. 5.894 PACKAGE_NAME='masqmail' 5.895 PACKAGE_TARNAME='masqmail' 5.896 PACKAGE_VERSION='0.2.21' 5.897 PACKAGE_STRING='masqmail 0.2.21' 5.898 -PACKAGE_BUGREPORT='oku@debian.org' 5.899 +PACKAGE_BUGREPORT='meillo@marmaro.de' 5.900 +PACKAGE_URL='' 5.901 5.902 ac_unique_file="src/masqmail.c" 5.903 ac_default_prefix=/usr 5.904 @@ -616,99 +595,127 @@ 5.905 # include <unistd.h> 5.906 #endif" 5.907 5.908 -ac_subst_vars='SHELL 5.909 +ac_subst_vars='am__EXEEXT_FALSE 5.910 +am__EXEEXT_TRUE 5.911 +LTLIBOBJS 5.912 +LIBOBJS 5.913 +with_confdir 5.914 +with_spooldir 5.915 +with_logdir 5.916 +USE_LIBLOCKFILE 5.917 +LOCKFILE_LIBS 5.918 +IDENT_LIBS 5.919 +has_ident 5.920 +MD5_LIBS 5.921 +BASE64_LIBS 5.922 +with_group 5.923 +with_user 5.924 +RESOLV_LIBS 5.925 +GLIB_LIBS 5.926 +GLIB_CFLAGS 5.927 +PKG_CONFIG 5.928 +RANLIB 5.929 +EGREP 5.930 +GREP 5.931 +CPP 5.932 +am__fastdepCC_FALSE 5.933 +am__fastdepCC_TRUE 5.934 +CCDEPMODE 5.935 +AMDEPBACKSLASH 5.936 +AMDEP_FALSE 5.937 +AMDEP_TRUE 5.938 +am__quote 5.939 +am__include 5.940 +DEPDIR 5.941 +OBJEXT 5.942 +EXEEXT 5.943 +ac_ct_CC 5.944 +CPPFLAGS 5.945 +LDFLAGS 5.946 +CFLAGS 5.947 +CC 5.948 +am__untar 5.949 +am__tar 5.950 +AMTAR 5.951 +am__leading_dot 5.952 +SET_MAKE 5.953 +AWK 5.954 +mkdir_p 5.955 +MKDIR_P 5.956 +INSTALL_STRIP_PROGRAM 5.957 +STRIP 5.958 +install_sh 5.959 +MAKEINFO 5.960 +AUTOHEADER 5.961 +AUTOMAKE 5.962 +AUTOCONF 5.963 +ACLOCAL 5.964 +VERSION 5.965 +PACKAGE 5.966 +CYGPATH_W 5.967 +am__isrc 5.968 +INSTALL_DATA 5.969 +INSTALL_SCRIPT 5.970 +INSTALL_PROGRAM 5.971 +target_alias 5.972 +host_alias 5.973 +build_alias 5.974 +LIBS 5.975 +ECHO_T 5.976 +ECHO_N 5.977 +ECHO_C 5.978 +DEFS 5.979 +mandir 5.980 +localedir 5.981 +libdir 5.982 +psdir 5.983 +pdfdir 5.984 +dvidir 5.985 +htmldir 5.986 +infodir 5.987 +docdir 5.988 +oldincludedir 5.989 +includedir 5.990 +localstatedir 5.991 +sharedstatedir 5.992 +sysconfdir 5.993 +datadir 5.994 +datarootdir 5.995 +libexecdir 5.996 +sbindir 5.997 +bindir 5.998 +program_transform_name 5.999 +prefix 5.1000 +exec_prefix 5.1001 +PACKAGE_URL 5.1002 +PACKAGE_BUGREPORT 5.1003 +PACKAGE_STRING 5.1004 +PACKAGE_VERSION 5.1005 +PACKAGE_TARNAME 5.1006 +PACKAGE_NAME 5.1007 PATH_SEPARATOR 5.1008 -PACKAGE_NAME 5.1009 -PACKAGE_TARNAME 5.1010 -PACKAGE_VERSION 5.1011 -PACKAGE_STRING 5.1012 -PACKAGE_BUGREPORT 5.1013 -exec_prefix 5.1014 -prefix 5.1015 -program_transform_name 5.1016 -bindir 5.1017 -sbindir 5.1018 -libexecdir 5.1019 -datarootdir 5.1020 -datadir 5.1021 -sysconfdir 5.1022 -sharedstatedir 5.1023 -localstatedir 5.1024 -includedir 5.1025 -oldincludedir 5.1026 -docdir 5.1027 -infodir 5.1028 -htmldir 5.1029 -dvidir 5.1030 -pdfdir 5.1031 -psdir 5.1032 -libdir 5.1033 -localedir 5.1034 -mandir 5.1035 -DEFS 5.1036 -ECHO_C 5.1037 -ECHO_N 5.1038 -ECHO_T 5.1039 -LIBS 5.1040 -build_alias 5.1041 -host_alias 5.1042 -target_alias 5.1043 -INSTALL_PROGRAM 5.1044 -INSTALL_SCRIPT 5.1045 -INSTALL_DATA 5.1046 -CYGPATH_W 5.1047 -PACKAGE 5.1048 -VERSION 5.1049 -ACLOCAL 5.1050 -AUTOCONF 5.1051 -AUTOMAKE 5.1052 -AUTOHEADER 5.1053 -MAKEINFO 5.1054 -AMTAR 5.1055 -install_sh 5.1056 -STRIP 5.1057 -INSTALL_STRIP_PROGRAM 5.1058 -AWK 5.1059 -SET_MAKE 5.1060 -am__leading_dot 5.1061 -CC 5.1062 -CFLAGS 5.1063 -LDFLAGS 5.1064 -CPPFLAGS 5.1065 -ac_ct_CC 5.1066 -EXEEXT 5.1067 -OBJEXT 5.1068 -DEPDIR 5.1069 -am__include 5.1070 -am__quote 5.1071 -AMDEP_TRUE 5.1072 -AMDEP_FALSE 5.1073 -AMDEPBACKSLASH 5.1074 -CCDEPMODE 5.1075 -am__fastdepCC_TRUE 5.1076 -am__fastdepCC_FALSE 5.1077 -CPP 5.1078 -GREP 5.1079 -EGREP 5.1080 -RANLIB 5.1081 -PKG_CONFIG 5.1082 -GLIB_CFLAGS 5.1083 -GLIB_LIBS 5.1084 -RESOLV_LIBS 5.1085 +SHELL' 5.1086 +ac_subst_files='' 5.1087 +ac_user_opts=' 5.1088 +enable_option_checking 5.1089 +enable_dependency_tracking 5.1090 +enable_resolver 5.1091 with_user 5.1092 with_group 5.1093 -BASE64_LIBS 5.1094 -MD5_LIBS 5.1095 -has_ident 5.1096 -IDENT_LIBS 5.1097 -LOCKFILE_LIBS 5.1098 -USE_LIBLOCKFILE 5.1099 +enable_debug 5.1100 +with_glib_static 5.1101 +enable_smtp_server 5.1102 +enable_pop3 5.1103 +enable_auth 5.1104 +enable_maildir 5.1105 +with_libcrypto 5.1106 +enable_ident 5.1107 +enable_mserver 5.1108 +with_liblockfile 5.1109 with_logdir 5.1110 with_spooldir 5.1111 with_confdir 5.1112 -LIBOBJS 5.1113 -LTLIBOBJS' 5.1114 -ac_subst_files='' 5.1115 +' 5.1116 ac_precious_vars='build_alias 5.1117 host_alias 5.1118 target_alias 5.1119 @@ -726,6 +733,8 @@ 5.1120 # Initialize some variables set by options. 5.1121 ac_init_help= 5.1122 ac_init_version=false 5.1123 +ac_unrecognized_opts= 5.1124 +ac_unrecognized_sep= 5.1125 # The variables have the same names as the options, with 5.1126 # dashes changed to underlines. 5.1127 cache_file=/dev/null 5.1128 @@ -824,13 +833,20 @@ 5.1129 datarootdir=$ac_optarg ;; 5.1130 5.1131 -disable-* | --disable-*) 5.1132 - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 5.1133 + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 5.1134 # Reject names that are not valid shell variable names. 5.1135 - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 5.1136 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 5.1137 - { (exit 1); exit 1; }; } 5.1138 - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 5.1139 - eval enable_$ac_feature=no ;; 5.1140 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 5.1141 + as_fn_error "invalid feature name: $ac_useropt" 5.1142 + ac_useropt_orig=$ac_useropt 5.1143 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 5.1144 + case $ac_user_opts in 5.1145 + *" 5.1146 +"enable_$ac_useropt" 5.1147 +"*) ;; 5.1148 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 5.1149 + ac_unrecognized_sep=', ';; 5.1150 + esac 5.1151 + eval enable_$ac_useropt=no ;; 5.1152 5.1153 -docdir | --docdir | --docdi | --doc | --do) 5.1154 ac_prev=docdir ;; 5.1155 @@ -843,13 +859,20 @@ 5.1156 dvidir=$ac_optarg ;; 5.1157 5.1158 -enable-* | --enable-*) 5.1159 - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 5.1160 + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 5.1161 # Reject names that are not valid shell variable names. 5.1162 - expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 5.1163 - { echo "$as_me: error: invalid feature name: $ac_feature" >&2 5.1164 - { (exit 1); exit 1; }; } 5.1165 - ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 5.1166 - eval enable_$ac_feature=\$ac_optarg ;; 5.1167 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 5.1168 + as_fn_error "invalid feature name: $ac_useropt" 5.1169 + ac_useropt_orig=$ac_useropt 5.1170 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 5.1171 + case $ac_user_opts in 5.1172 + *" 5.1173 +"enable_$ac_useropt" 5.1174 +"*) ;; 5.1175 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 5.1176 + ac_unrecognized_sep=', ';; 5.1177 + esac 5.1178 + eval enable_$ac_useropt=\$ac_optarg ;; 5.1179 5.1180 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 5.1181 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 5.1182 @@ -1040,22 +1063,36 @@ 5.1183 ac_init_version=: ;; 5.1184 5.1185 -with-* | --with-*) 5.1186 - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 5.1187 + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 5.1188 # Reject names that are not valid shell variable names. 5.1189 - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 5.1190 - { echo "$as_me: error: invalid package name: $ac_package" >&2 5.1191 - { (exit 1); exit 1; }; } 5.1192 - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 5.1193 - eval with_$ac_package=\$ac_optarg ;; 5.1194 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 5.1195 + as_fn_error "invalid package name: $ac_useropt" 5.1196 + ac_useropt_orig=$ac_useropt 5.1197 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 5.1198 + case $ac_user_opts in 5.1199 + *" 5.1200 +"with_$ac_useropt" 5.1201 +"*) ;; 5.1202 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 5.1203 + ac_unrecognized_sep=', ';; 5.1204 + esac 5.1205 + eval with_$ac_useropt=\$ac_optarg ;; 5.1206 5.1207 -without-* | --without-*) 5.1208 - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 5.1209 + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 5.1210 # Reject names that are not valid shell variable names. 5.1211 - expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 5.1212 - { echo "$as_me: error: invalid package name: $ac_package" >&2 5.1213 - { (exit 1); exit 1; }; } 5.1214 - ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 5.1215 - eval with_$ac_package=no ;; 5.1216 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 5.1217 + as_fn_error "invalid package name: $ac_useropt" 5.1218 + ac_useropt_orig=$ac_useropt 5.1219 + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 5.1220 + case $ac_user_opts in 5.1221 + *" 5.1222 +"with_$ac_useropt" 5.1223 +"*) ;; 5.1224 + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 5.1225 + ac_unrecognized_sep=', ';; 5.1226 + esac 5.1227 + eval with_$ac_useropt=no ;; 5.1228 5.1229 --x) 5.1230 # Obsolete; use --with-x. 5.1231 @@ -1075,25 +1112,25 @@ 5.1232 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 5.1233 x_libraries=$ac_optarg ;; 5.1234 5.1235 - -*) { echo "$as_me: error: unrecognized option: $ac_option 5.1236 -Try \`$0 --help' for more information." >&2 5.1237 - { (exit 1); exit 1; }; } 5.1238 + -*) as_fn_error "unrecognized option: \`$ac_option' 5.1239 +Try \`$0 --help' for more information." 5.1240 ;; 5.1241 5.1242 *=*) 5.1243 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 5.1244 # Reject names that are not valid shell variable names. 5.1245 - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 5.1246 - { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 5.1247 - { (exit 1); exit 1; }; } 5.1248 + case $ac_envvar in #( 5.1249 + '' | [0-9]* | *[!_$as_cr_alnum]* ) 5.1250 + as_fn_error "invalid variable name: \`$ac_envvar'" ;; 5.1251 + esac 5.1252 eval $ac_envvar=\$ac_optarg 5.1253 export $ac_envvar ;; 5.1254 5.1255 *) 5.1256 # FIXME: should be removed in autoconf 3.0. 5.1257 - echo "$as_me: WARNING: you should use --build, --host, --target" >&2 5.1258 + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 5.1259 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 5.1260 - echo "$as_me: WARNING: invalid host type: $ac_option" >&2 5.1261 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 5.1262 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 5.1263 ;; 5.1264 5.1265 @@ -1102,23 +1139,36 @@ 5.1266 5.1267 if test -n "$ac_prev"; then 5.1268 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 5.1269 - { echo "$as_me: error: missing argument to $ac_option" >&2 5.1270 - { (exit 1); exit 1; }; } 5.1271 -fi 5.1272 - 5.1273 -# Be sure to have absolute directory names. 5.1274 + as_fn_error "missing argument to $ac_option" 5.1275 +fi 5.1276 + 5.1277 +if test -n "$ac_unrecognized_opts"; then 5.1278 + case $enable_option_checking in 5.1279 + no) ;; 5.1280 + fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 5.1281 + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 5.1282 + esac 5.1283 +fi 5.1284 + 5.1285 +# Check all directory arguments for consistency. 5.1286 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 5.1287 datadir sysconfdir sharedstatedir localstatedir includedir \ 5.1288 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 5.1289 libdir localedir mandir 5.1290 do 5.1291 eval ac_val=\$$ac_var 5.1292 + # Remove trailing slashes. 5.1293 + case $ac_val in 5.1294 + */ ) 5.1295 + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 5.1296 + eval $ac_var=\$ac_val;; 5.1297 + esac 5.1298 + # Be sure to have absolute directory names. 5.1299 case $ac_val in 5.1300 [\\/$]* | ?:[\\/]* ) continue;; 5.1301 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 5.1302 esac 5.1303 - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 5.1304 - { (exit 1); exit 1; }; } 5.1305 + as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 5.1306 done 5.1307 5.1308 # There might be people who depend on the old broken behavior: `$host' 5.1309 @@ -1132,7 +1182,7 @@ 5.1310 if test "x$host_alias" != x; then 5.1311 if test "x$build_alias" = x; then 5.1312 cross_compiling=maybe 5.1313 - echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 5.1314 + $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 5.1315 If a cross compiler is detected then cross compile mode will be used." >&2 5.1316 elif test "x$build_alias" != "x$host_alias"; then 5.1317 cross_compiling=yes 5.1318 @@ -1148,23 +1198,21 @@ 5.1319 ac_pwd=`pwd` && test -n "$ac_pwd" && 5.1320 ac_ls_di=`ls -di .` && 5.1321 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 5.1322 - { echo "$as_me: error: Working directory cannot be determined" >&2 5.1323 - { (exit 1); exit 1; }; } 5.1324 + as_fn_error "working directory cannot be determined" 5.1325 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 5.1326 - { echo "$as_me: error: pwd does not report name of working directory" >&2 5.1327 - { (exit 1); exit 1; }; } 5.1328 + as_fn_error "pwd does not report name of working directory" 5.1329 5.1330 5.1331 # Find the source files, if location was not specified. 5.1332 if test -z "$srcdir"; then 5.1333 ac_srcdir_defaulted=yes 5.1334 # Try the directory containing this script, then the parent directory. 5.1335 - ac_confdir=`$as_dirname -- "$0" || 5.1336 -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.1337 - X"$0" : 'X\(//\)[^/]' \| \ 5.1338 - X"$0" : 'X\(//\)$' \| \ 5.1339 - X"$0" : 'X\(/\)' \| . 2>/dev/null || 5.1340 -echo X"$0" | 5.1341 + ac_confdir=`$as_dirname -- "$as_myself" || 5.1342 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.1343 + X"$as_myself" : 'X\(//\)[^/]' \| \ 5.1344 + X"$as_myself" : 'X\(//\)$' \| \ 5.1345 + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 5.1346 +$as_echo X"$as_myself" | 5.1347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.1348 s//\1/ 5.1349 q 5.1350 @@ -1191,13 +1239,11 @@ 5.1351 fi 5.1352 if test ! -r "$srcdir/$ac_unique_file"; then 5.1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 5.1354 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 5.1355 - { (exit 1); exit 1; }; } 5.1356 + as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 5.1357 fi 5.1358 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 5.1359 ac_abs_confdir=`( 5.1360 - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 5.1361 - { (exit 1); exit 1; }; } 5.1362 + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 5.1363 pwd)` 5.1364 # When building in place, set srcdir=. 5.1365 if test "$ac_abs_confdir" = "$ac_pwd"; then 5.1366 @@ -1245,9 +1291,9 @@ 5.1367 5.1368 Installation directories: 5.1369 --prefix=PREFIX install architecture-independent files in PREFIX 5.1370 - [$ac_default_prefix] 5.1371 + [$ac_default_prefix] 5.1372 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 5.1373 - [PREFIX] 5.1374 + [PREFIX] 5.1375 5.1376 By default, \`make install' will install all the files in 5.1377 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 5.1378 @@ -1257,25 +1303,25 @@ 5.1379 For better control, use the options below. 5.1380 5.1381 Fine tuning of the installation directories: 5.1382 - --bindir=DIR user executables [EPREFIX/bin] 5.1383 - --sbindir=DIR system admin executables [EPREFIX/sbin] 5.1384 - --libexecdir=DIR program executables [EPREFIX/libexec] 5.1385 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 5.1386 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 5.1387 - --localstatedir=DIR modifiable single-machine data [PREFIX/var] 5.1388 - --libdir=DIR object code libraries [EPREFIX/lib] 5.1389 - --includedir=DIR C header files [PREFIX/include] 5.1390 - --oldincludedir=DIR C header files for non-gcc [/usr/include] 5.1391 - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 5.1392 - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 5.1393 - --infodir=DIR info documentation [DATAROOTDIR/info] 5.1394 - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 5.1395 - --mandir=DIR man documentation [DATAROOTDIR/man] 5.1396 - --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] 5.1397 - --htmldir=DIR html documentation [DOCDIR] 5.1398 - --dvidir=DIR dvi documentation [DOCDIR] 5.1399 - --pdfdir=DIR pdf documentation [DOCDIR] 5.1400 - --psdir=DIR ps documentation [DOCDIR] 5.1401 + --bindir=DIR user executables [EPREFIX/bin] 5.1402 + --sbindir=DIR system admin executables [EPREFIX/sbin] 5.1403 + --libexecdir=DIR program executables [EPREFIX/libexec] 5.1404 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 5.1405 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 5.1406 + --localstatedir=DIR modifiable single-machine data [PREFIX/var] 5.1407 + --libdir=DIR object code libraries [EPREFIX/lib] 5.1408 + --includedir=DIR C header files [PREFIX/include] 5.1409 + --oldincludedir=DIR C header files for non-gcc [/usr/include] 5.1410 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 5.1411 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 5.1412 + --infodir=DIR info documentation [DATAROOTDIR/info] 5.1413 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 5.1414 + --mandir=DIR man documentation [DATAROOTDIR/man] 5.1415 + --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] 5.1416 + --htmldir=DIR html documentation [DOCDIR] 5.1417 + --dvidir=DIR dvi documentation [DOCDIR] 5.1418 + --pdfdir=DIR pdf documentation [DOCDIR] 5.1419 + --psdir=DIR ps documentation [DOCDIR] 5.1420 _ACEOF 5.1421 5.1422 cat <<\_ACEOF 5.1423 @@ -1294,10 +1340,11 @@ 5.1424 cat <<\_ACEOF 5.1425 5.1426 Optional Features: 5.1427 + --disable-option-checking ignore unrecognized --enable/--with options 5.1428 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 5.1429 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 5.1430 - --disable-dependency-tracking Speeds up one-time builds 5.1431 - --enable-dependency-tracking Do not reject slow dependency extractors 5.1432 + --disable-dependency-tracking speeds up one-time build 5.1433 + --enable-dependency-tracking do not reject slow dependency extractors 5.1434 --disable-resolver disable resolver support 5.1435 --disable-debug disable debugging 5.1436 --disable-smtp-server disable smtp server support 5.1437 @@ -1325,7 +1372,7 @@ 5.1438 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 5.1439 nonstandard directory <lib dir> 5.1440 LIBS libraries to pass to the linker, e.g. -l<library> 5.1441 - CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 5.1442 + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 5.1443 you have headers in a nonstandard directory <include dir> 5.1444 CPP C preprocessor 5.1445 PKG_CONFIG path to pkg-config utility 5.1446 @@ -1335,7 +1382,7 @@ 5.1447 Use these variables to override the choices made by `configure' or to help 5.1448 it to find libraries and programs with nonstandard names/locations. 5.1449 5.1450 -Report bugs to <oku@debian.org>. 5.1451 +Report bugs to <meillo@marmaro.de>. 5.1452 _ACEOF 5.1453 ac_status=$? 5.1454 fi 5.1455 @@ -1343,15 +1390,17 @@ 5.1456 if test "$ac_init_help" = "recursive"; then 5.1457 # If there are subdirs, report their specific --help. 5.1458 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 5.1459 - test -d "$ac_dir" || continue 5.1460 + test -d "$ac_dir" || 5.1461 + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 5.1462 + continue 5.1463 ac_builddir=. 5.1464 5.1465 case "$ac_dir" in 5.1466 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5.1467 *) 5.1468 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5.1469 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 5.1470 # A ".." for each directory in $ac_dir_suffix. 5.1471 - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 5.1472 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 5.1473 case $ac_top_builddir_sub in 5.1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 5.1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 5.1476 @@ -1387,7 +1436,7 @@ 5.1477 echo && 5.1478 $SHELL "$ac_srcdir/configure" --help=recursive 5.1479 else 5.1480 - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 5.1481 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 5.1482 fi || ac_status=$? 5.1483 cd "$ac_pwd" || { ac_status=$?; break; } 5.1484 done 5.1485 @@ -1397,21 +1446,432 @@ 5.1486 if $ac_init_version; then 5.1487 cat <<\_ACEOF 5.1488 masqmail configure 0.2.21 5.1489 -generated by GNU Autoconf 2.61 5.1490 - 5.1491 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 5.1492 -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 5.1493 +generated by GNU Autoconf 2.65 5.1494 + 5.1495 +Copyright (C) 2009 Free Software Foundation, Inc. 5.1496 This configure script is free software; the Free Software Foundation 5.1497 gives unlimited permission to copy, distribute and modify it. 5.1498 _ACEOF 5.1499 exit 5.1500 fi 5.1501 + 5.1502 +## ------------------------ ## 5.1503 +## Autoconf initialization. ## 5.1504 +## ------------------------ ## 5.1505 + 5.1506 +# ac_fn_c_try_compile LINENO 5.1507 +# -------------------------- 5.1508 +# Try to compile conftest.$ac_ext, and return whether this succeeded. 5.1509 +ac_fn_c_try_compile () 5.1510 +{ 5.1511 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1512 + rm -f conftest.$ac_objext 5.1513 + if { { ac_try="$ac_compile" 5.1514 +case "(($ac_try" in 5.1515 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.1516 + *) ac_try_echo=$ac_try;; 5.1517 +esac 5.1518 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.1519 +$as_echo "$ac_try_echo"; } >&5 5.1520 + (eval "$ac_compile") 2>conftest.err 5.1521 + ac_status=$? 5.1522 + if test -s conftest.err; then 5.1523 + grep -v '^ *+' conftest.err >conftest.er1 5.1524 + cat conftest.er1 >&5 5.1525 + mv -f conftest.er1 conftest.err 5.1526 + fi 5.1527 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.1528 + test $ac_status = 0; } && { 5.1529 + test -z "$ac_c_werror_flag" || 5.1530 + test ! -s conftest.err 5.1531 + } && test -s conftest.$ac_objext; then : 5.1532 + ac_retval=0 5.1533 +else 5.1534 + $as_echo "$as_me: failed program was:" >&5 5.1535 +sed 's/^/| /' conftest.$ac_ext >&5 5.1536 + 5.1537 + ac_retval=1 5.1538 +fi 5.1539 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1540 + as_fn_set_status $ac_retval 5.1541 + 5.1542 +} # ac_fn_c_try_compile 5.1543 + 5.1544 +# ac_fn_c_try_link LINENO 5.1545 +# ----------------------- 5.1546 +# Try to link conftest.$ac_ext, and return whether this succeeded. 5.1547 +ac_fn_c_try_link () 5.1548 +{ 5.1549 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1550 + rm -f conftest.$ac_objext conftest$ac_exeext 5.1551 + if { { ac_try="$ac_link" 5.1552 +case "(($ac_try" in 5.1553 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.1554 + *) ac_try_echo=$ac_try;; 5.1555 +esac 5.1556 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.1557 +$as_echo "$ac_try_echo"; } >&5 5.1558 + (eval "$ac_link") 2>conftest.err 5.1559 + ac_status=$? 5.1560 + if test -s conftest.err; then 5.1561 + grep -v '^ *+' conftest.err >conftest.er1 5.1562 + cat conftest.er1 >&5 5.1563 + mv -f conftest.er1 conftest.err 5.1564 + fi 5.1565 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.1566 + test $ac_status = 0; } && { 5.1567 + test -z "$ac_c_werror_flag" || 5.1568 + test ! -s conftest.err 5.1569 + } && test -s conftest$ac_exeext && { 5.1570 + test "$cross_compiling" = yes || 5.1571 + $as_test_x conftest$ac_exeext 5.1572 + }; then : 5.1573 + ac_retval=0 5.1574 +else 5.1575 + $as_echo "$as_me: failed program was:" >&5 5.1576 +sed 's/^/| /' conftest.$ac_ext >&5 5.1577 + 5.1578 + ac_retval=1 5.1579 +fi 5.1580 + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 5.1581 + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 5.1582 + # interfere with the next link command; also delete a directory that is 5.1583 + # left behind by Apple's compiler. We do this before executing the actions. 5.1584 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 5.1585 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1586 + as_fn_set_status $ac_retval 5.1587 + 5.1588 +} # ac_fn_c_try_link 5.1589 + 5.1590 +# ac_fn_c_try_cpp LINENO 5.1591 +# ---------------------- 5.1592 +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. 5.1593 +ac_fn_c_try_cpp () 5.1594 +{ 5.1595 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1596 + if { { ac_try="$ac_cpp conftest.$ac_ext" 5.1597 +case "(($ac_try" in 5.1598 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.1599 + *) ac_try_echo=$ac_try;; 5.1600 +esac 5.1601 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.1602 +$as_echo "$ac_try_echo"; } >&5 5.1603 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 5.1604 + ac_status=$? 5.1605 + if test -s conftest.err; then 5.1606 + grep -v '^ *+' conftest.err >conftest.er1 5.1607 + cat conftest.er1 >&5 5.1608 + mv -f conftest.er1 conftest.err 5.1609 + fi 5.1610 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.1611 + test $ac_status = 0; } >/dev/null && { 5.1612 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.1613 + test ! -s conftest.err 5.1614 + }; then : 5.1615 + ac_retval=0 5.1616 +else 5.1617 + $as_echo "$as_me: failed program was:" >&5 5.1618 +sed 's/^/| /' conftest.$ac_ext >&5 5.1619 + 5.1620 + ac_retval=1 5.1621 +fi 5.1622 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1623 + as_fn_set_status $ac_retval 5.1624 + 5.1625 +} # ac_fn_c_try_cpp 5.1626 + 5.1627 +# ac_fn_c_try_run LINENO 5.1628 +# ---------------------- 5.1629 +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 5.1630 +# that executables *can* be run. 5.1631 +ac_fn_c_try_run () 5.1632 +{ 5.1633 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1634 + if { { ac_try="$ac_link" 5.1635 +case "(($ac_try" in 5.1636 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.1637 + *) ac_try_echo=$ac_try;; 5.1638 +esac 5.1639 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.1640 +$as_echo "$ac_try_echo"; } >&5 5.1641 + (eval "$ac_link") 2>&5 5.1642 + ac_status=$? 5.1643 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.1644 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 5.1645 + { { case "(($ac_try" in 5.1646 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.1647 + *) ac_try_echo=$ac_try;; 5.1648 +esac 5.1649 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.1650 +$as_echo "$ac_try_echo"; } >&5 5.1651 + (eval "$ac_try") 2>&5 5.1652 + ac_status=$? 5.1653 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.1654 + test $ac_status = 0; }; }; then : 5.1655 + ac_retval=0 5.1656 +else 5.1657 + $as_echo "$as_me: program exited with status $ac_status" >&5 5.1658 + $as_echo "$as_me: failed program was:" >&5 5.1659 +sed 's/^/| /' conftest.$ac_ext >&5 5.1660 + 5.1661 + ac_retval=$ac_status 5.1662 +fi 5.1663 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo 5.1664 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1665 + as_fn_set_status $ac_retval 5.1666 + 5.1667 +} # ac_fn_c_try_run 5.1668 + 5.1669 +# ac_fn_c_check_func LINENO FUNC VAR 5.1670 +# ---------------------------------- 5.1671 +# Tests whether FUNC exists, setting the cache variable VAR accordingly 5.1672 +ac_fn_c_check_func () 5.1673 +{ 5.1674 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1675 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 5.1676 +$as_echo_n "checking for $2... " >&6; } 5.1677 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1678 + $as_echo_n "(cached) " >&6 5.1679 +else 5.1680 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1681 +/* end confdefs.h. */ 5.1682 +/* Define $2 to an innocuous variant, in case <limits.h> declares $2. 5.1683 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.1684 +#define $2 innocuous_$2 5.1685 + 5.1686 +/* System header to define __stub macros and hopefully few prototypes, 5.1687 + which can conflict with char $2 (); below. 5.1688 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.1689 + <limits.h> exists even on freestanding compilers. */ 5.1690 + 5.1691 +#ifdef __STDC__ 5.1692 +# include <limits.h> 5.1693 +#else 5.1694 +# include <assert.h> 5.1695 +#endif 5.1696 + 5.1697 +#undef $2 5.1698 + 5.1699 +/* Override any GCC internal prototype to avoid an error. 5.1700 + Use char because int might match the return type of a GCC 5.1701 + builtin and then its argument prototype would still apply. */ 5.1702 +#ifdef __cplusplus 5.1703 +extern "C" 5.1704 +#endif 5.1705 +char $2 (); 5.1706 +/* The GNU C library defines this for functions which it implements 5.1707 + to always fail with ENOSYS. Some functions are actually named 5.1708 + something starting with __ and the normal name is an alias. */ 5.1709 +#if defined __stub_$2 || defined __stub___$2 5.1710 +choke me 5.1711 +#endif 5.1712 + 5.1713 +int 5.1714 +main () 5.1715 +{ 5.1716 +return $2 (); 5.1717 + ; 5.1718 + return 0; 5.1719 +} 5.1720 +_ACEOF 5.1721 +if ac_fn_c_try_link "$LINENO"; then : 5.1722 + eval "$3=yes" 5.1723 +else 5.1724 + eval "$3=no" 5.1725 +fi 5.1726 +rm -f core conftest.err conftest.$ac_objext \ 5.1727 + conftest$ac_exeext conftest.$ac_ext 5.1728 +fi 5.1729 +eval ac_res=\$$3 5.1730 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5.1731 +$as_echo "$ac_res" >&6; } 5.1732 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1733 + 5.1734 +} # ac_fn_c_check_func 5.1735 + 5.1736 +# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 5.1737 +# ------------------------------------------------------- 5.1738 +# Tests whether HEADER exists, giving a warning if it cannot be compiled using 5.1739 +# the include files in INCLUDES and setting the cache variable VAR 5.1740 +# accordingly. 5.1741 +ac_fn_c_check_header_mongrel () 5.1742 +{ 5.1743 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1744 + if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1745 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 5.1746 +$as_echo_n "checking for $2... " >&6; } 5.1747 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1748 + $as_echo_n "(cached) " >&6 5.1749 +fi 5.1750 +eval ac_res=\$$3 5.1751 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5.1752 +$as_echo "$ac_res" >&6; } 5.1753 +else 5.1754 + # Is the header compilable? 5.1755 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 5.1756 +$as_echo_n "checking $2 usability... " >&6; } 5.1757 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1758 +/* end confdefs.h. */ 5.1759 +$4 5.1760 +#include <$2> 5.1761 +_ACEOF 5.1762 +if ac_fn_c_try_compile "$LINENO"; then : 5.1763 + ac_header_compiler=yes 5.1764 +else 5.1765 + ac_header_compiler=no 5.1766 +fi 5.1767 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.1768 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 5.1769 +$as_echo "$ac_header_compiler" >&6; } 5.1770 + 5.1771 +# Is the header present? 5.1772 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 5.1773 +$as_echo_n "checking $2 presence... " >&6; } 5.1774 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1775 +/* end confdefs.h. */ 5.1776 +#include <$2> 5.1777 +_ACEOF 5.1778 +if ac_fn_c_try_cpp "$LINENO"; then : 5.1779 + ac_header_preproc=yes 5.1780 +else 5.1781 + ac_header_preproc=no 5.1782 +fi 5.1783 +rm -f conftest.err conftest.$ac_ext 5.1784 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 5.1785 +$as_echo "$ac_header_preproc" >&6; } 5.1786 + 5.1787 +# So? What about this header? 5.1788 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 5.1789 + yes:no: ) 5.1790 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 5.1791 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 5.1792 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 5.1793 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 5.1794 + ;; 5.1795 + no:yes:* ) 5.1796 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 5.1797 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 5.1798 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 5.1799 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 5.1800 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 5.1801 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 5.1802 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 5.1803 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 5.1804 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 5.1805 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 5.1806 +( cat <<\_ASBOX 5.1807 +## -------------------------------- ## 5.1808 +## Report this to meillo@marmaro.de ## 5.1809 +## -------------------------------- ## 5.1810 +_ASBOX 5.1811 + ) | sed "s/^/$as_me: WARNING: /" >&2 5.1812 + ;; 5.1813 +esac 5.1814 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 5.1815 +$as_echo_n "checking for $2... " >&6; } 5.1816 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1817 + $as_echo_n "(cached) " >&6 5.1818 +else 5.1819 + eval "$3=\$ac_header_compiler" 5.1820 +fi 5.1821 +eval ac_res=\$$3 5.1822 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5.1823 +$as_echo "$ac_res" >&6; } 5.1824 +fi 5.1825 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1826 + 5.1827 +} # ac_fn_c_check_header_mongrel 5.1828 + 5.1829 +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 5.1830 +# ------------------------------------------------------- 5.1831 +# Tests whether HEADER exists and can be compiled using the include files in 5.1832 +# INCLUDES, setting the cache variable VAR accordingly. 5.1833 +ac_fn_c_check_header_compile () 5.1834 +{ 5.1835 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1836 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 5.1837 +$as_echo_n "checking for $2... " >&6; } 5.1838 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1839 + $as_echo_n "(cached) " >&6 5.1840 +else 5.1841 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1842 +/* end confdefs.h. */ 5.1843 +$4 5.1844 +#include <$2> 5.1845 +_ACEOF 5.1846 +if ac_fn_c_try_compile "$LINENO"; then : 5.1847 + eval "$3=yes" 5.1848 +else 5.1849 + eval "$3=no" 5.1850 +fi 5.1851 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.1852 +fi 5.1853 +eval ac_res=\$$3 5.1854 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5.1855 +$as_echo "$ac_res" >&6; } 5.1856 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1857 + 5.1858 +} # ac_fn_c_check_header_compile 5.1859 + 5.1860 +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES 5.1861 +# ------------------------------------------- 5.1862 +# Tests whether TYPE exists after having included INCLUDES, setting cache 5.1863 +# variable VAR accordingly. 5.1864 +ac_fn_c_check_type () 5.1865 +{ 5.1866 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.1867 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 5.1868 +$as_echo_n "checking for $2... " >&6; } 5.1869 +if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 5.1870 + $as_echo_n "(cached) " >&6 5.1871 +else 5.1872 + eval "$3=no" 5.1873 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1874 +/* end confdefs.h. */ 5.1875 +$4 5.1876 +int 5.1877 +main () 5.1878 +{ 5.1879 +if (sizeof ($2)) 5.1880 + return 0; 5.1881 + ; 5.1882 + return 0; 5.1883 +} 5.1884 +_ACEOF 5.1885 +if ac_fn_c_try_compile "$LINENO"; then : 5.1886 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.1887 +/* end confdefs.h. */ 5.1888 +$4 5.1889 +int 5.1890 +main () 5.1891 +{ 5.1892 +if (sizeof (($2))) 5.1893 + return 0; 5.1894 + ; 5.1895 + return 0; 5.1896 +} 5.1897 +_ACEOF 5.1898 +if ac_fn_c_try_compile "$LINENO"; then : 5.1899 + 5.1900 +else 5.1901 + eval "$3=yes" 5.1902 +fi 5.1903 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.1904 +fi 5.1905 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.1906 +fi 5.1907 +eval ac_res=\$$3 5.1908 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 5.1909 +$as_echo "$ac_res" >&6; } 5.1910 + eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 5.1911 + 5.1912 +} # ac_fn_c_check_type 5.1913 cat >config.log <<_ACEOF 5.1914 This file contains any messages produced by compilers while 5.1915 running configure, to aid debugging if configure makes a mistake. 5.1916 5.1917 It was created by masqmail $as_me 0.2.21, which was 5.1918 -generated by GNU Autoconf 2.61. Invocation command line was 5.1919 +generated by GNU Autoconf 2.65. Invocation command line was 5.1920 5.1921 $ $0 $@ 5.1922 5.1923 @@ -1447,8 +1907,8 @@ 5.1924 do 5.1925 IFS=$as_save_IFS 5.1926 test -z "$as_dir" && as_dir=. 5.1927 - echo "PATH: $as_dir" 5.1928 -done 5.1929 + $as_echo "PATH: $as_dir" 5.1930 + done 5.1931 IFS=$as_save_IFS 5.1932 5.1933 } >&5 5.1934 @@ -1482,12 +1942,12 @@ 5.1935 | -silent | --silent | --silen | --sile | --sil) 5.1936 continue ;; 5.1937 *\'*) 5.1938 - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 5.1939 + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 5.1940 esac 5.1941 case $ac_pass in 5.1942 - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 5.1943 + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 5.1944 2) 5.1945 - ac_configure_args1="$ac_configure_args1 '$ac_arg'" 5.1946 + as_fn_append ac_configure_args1 " '$ac_arg'" 5.1947 if test $ac_must_keep_next = true; then 5.1948 ac_must_keep_next=false # Got value, back to normal. 5.1949 else 5.1950 @@ -1503,13 +1963,13 @@ 5.1951 -* ) ac_must_keep_next=true ;; 5.1952 esac 5.1953 fi 5.1954 - ac_configure_args="$ac_configure_args '$ac_arg'" 5.1955 + as_fn_append ac_configure_args " '$ac_arg'" 5.1956 ;; 5.1957 esac 5.1958 done 5.1959 done 5.1960 -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 5.1961 -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 5.1962 +{ ac_configure_args0=; unset ac_configure_args0;} 5.1963 +{ ac_configure_args1=; unset ac_configure_args1;} 5.1964 5.1965 # When interrupted or exit'd, cleanup temporary files, and complete 5.1966 # config.log. We remove comments because anyway the quotes in there 5.1967 @@ -1534,12 +1994,13 @@ 5.1968 case $ac_val in #( 5.1969 *${as_nl}*) 5.1970 case $ac_var in #( 5.1971 - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 5.1972 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 5.1973 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 5.1974 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 5.1975 esac 5.1976 case $ac_var in #( 5.1977 _ | IFS | as_nl) ;; #( 5.1978 - *) $as_unset $ac_var ;; 5.1979 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 5.1980 + *) { eval $ac_var=; unset $ac_var;} ;; 5.1981 esac ;; 5.1982 esac 5.1983 done 5.1984 @@ -1568,9 +2029,9 @@ 5.1985 do 5.1986 eval ac_val=\$$ac_var 5.1987 case $ac_val in 5.1988 - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 5.1989 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 5.1990 esac 5.1991 - echo "$ac_var='\''$ac_val'\''" 5.1992 + $as_echo "$ac_var='\''$ac_val'\''" 5.1993 done | sort 5.1994 echo 5.1995 5.1996 @@ -1585,9 +2046,9 @@ 5.1997 do 5.1998 eval ac_val=\$$ac_var 5.1999 case $ac_val in 5.2000 - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 5.2001 + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 5.2002 esac 5.2003 - echo "$ac_var='\''$ac_val'\''" 5.2004 + $as_echo "$ac_var='\''$ac_val'\''" 5.2005 done | sort 5.2006 echo 5.2007 fi 5.2008 @@ -1603,83 +2064,88 @@ 5.2009 echo 5.2010 fi 5.2011 test "$ac_signal" != 0 && 5.2012 - echo "$as_me: caught signal $ac_signal" 5.2013 - echo "$as_me: exit $exit_status" 5.2014 + $as_echo "$as_me: caught signal $ac_signal" 5.2015 + $as_echo "$as_me: exit $exit_status" 5.2016 } >&5 5.2017 rm -f core *.core core.conftest.* && 5.2018 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 5.2019 exit $exit_status 5.2020 ' 0 5.2021 for ac_signal in 1 2 13 15; do 5.2022 - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 5.2023 + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 5.2024 done 5.2025 ac_signal=0 5.2026 5.2027 # confdefs.h avoids OS command line length limits that DEFS can exceed. 5.2028 rm -f -r conftest* confdefs.h 5.2029 5.2030 +$as_echo "/* confdefs.h */" > confdefs.h 5.2031 + 5.2032 # Predefined preprocessor variables. 5.2033 5.2034 cat >>confdefs.h <<_ACEOF 5.2035 #define PACKAGE_NAME "$PACKAGE_NAME" 5.2036 _ACEOF 5.2037 5.2038 - 5.2039 cat >>confdefs.h <<_ACEOF 5.2040 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 5.2041 _ACEOF 5.2042 5.2043 - 5.2044 cat >>confdefs.h <<_ACEOF 5.2045 #define PACKAGE_VERSION "$PACKAGE_VERSION" 5.2046 _ACEOF 5.2047 5.2048 - 5.2049 cat >>confdefs.h <<_ACEOF 5.2050 #define PACKAGE_STRING "$PACKAGE_STRING" 5.2051 _ACEOF 5.2052 5.2053 - 5.2054 cat >>confdefs.h <<_ACEOF 5.2055 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 5.2056 _ACEOF 5.2057 5.2058 +cat >>confdefs.h <<_ACEOF 5.2059 +#define PACKAGE_URL "$PACKAGE_URL" 5.2060 +_ACEOF 5.2061 + 5.2062 5.2063 # Let the site file select an alternate cache file if it wants to. 5.2064 -# Prefer explicitly selected file to automatically selected ones. 5.2065 +# Prefer an explicitly selected file to automatically selected ones. 5.2066 +ac_site_file1=NONE 5.2067 +ac_site_file2=NONE 5.2068 if test -n "$CONFIG_SITE"; then 5.2069 - set x "$CONFIG_SITE" 5.2070 + ac_site_file1=$CONFIG_SITE 5.2071 elif test "x$prefix" != xNONE; then 5.2072 - set x "$prefix/share/config.site" "$prefix/etc/config.site" 5.2073 -else 5.2074 - set x "$ac_default_prefix/share/config.site" \ 5.2075 - "$ac_default_prefix/etc/config.site" 5.2076 -fi 5.2077 -shift 5.2078 -for ac_site_file 5.2079 + ac_site_file1=$prefix/share/config.site 5.2080 + ac_site_file2=$prefix/etc/config.site 5.2081 +else 5.2082 + ac_site_file1=$ac_default_prefix/share/config.site 5.2083 + ac_site_file2=$ac_default_prefix/etc/config.site 5.2084 +fi 5.2085 +for ac_site_file in "$ac_site_file1" "$ac_site_file2" 5.2086 do 5.2087 - if test -r "$ac_site_file"; then 5.2088 - { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 5.2089 -echo "$as_me: loading site script $ac_site_file" >&6;} 5.2090 + test "x$ac_site_file" = xNONE && continue 5.2091 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 5.2092 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 5.2093 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} 5.2094 sed 's/^/| /' "$ac_site_file" >&5 5.2095 . "$ac_site_file" 5.2096 fi 5.2097 done 5.2098 5.2099 if test -r "$cache_file"; then 5.2100 - # Some versions of bash will fail to source /dev/null (special 5.2101 - # files actually), so we avoid doing that. 5.2102 - if test -f "$cache_file"; then 5.2103 - { echo "$as_me:$LINENO: loading cache $cache_file" >&5 5.2104 -echo "$as_me: loading cache $cache_file" >&6;} 5.2105 + # Some versions of bash will fail to source /dev/null (special files 5.2106 + # actually), so we avoid doing that. DJGPP emulates it as a regular file. 5.2107 + if test /dev/null != "$cache_file" && test -f "$cache_file"; then 5.2108 + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 5.2109 +$as_echo "$as_me: loading cache $cache_file" >&6;} 5.2110 case $cache_file in 5.2111 [\\/]* | ?:[\\/]* ) . "$cache_file";; 5.2112 *) . "./$cache_file";; 5.2113 esac 5.2114 fi 5.2115 else 5.2116 - { echo "$as_me:$LINENO: creating cache $cache_file" >&5 5.2117 -echo "$as_me: creating cache $cache_file" >&6;} 5.2118 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 5.2119 +$as_echo "$as_me: creating cache $cache_file" >&6;} 5.2120 >$cache_file 5.2121 fi 5.2122 5.2123 @@ -1693,68 +2159,56 @@ 5.2124 eval ac_new_val=\$ac_env_${ac_var}_value 5.2125 case $ac_old_set,$ac_new_set in 5.2126 set,) 5.2127 - { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 5.2128 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 5.2129 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 5.2130 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 5.2131 ac_cache_corrupted=: ;; 5.2132 ,set) 5.2133 - { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 5.2134 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 5.2135 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 5.2136 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 5.2137 ac_cache_corrupted=: ;; 5.2138 ,);; 5.2139 *) 5.2140 if test "x$ac_old_val" != "x$ac_new_val"; then 5.2141 - { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 5.2142 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 5.2143 - { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 5.2144 -echo "$as_me: former value: $ac_old_val" >&2;} 5.2145 - { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 5.2146 -echo "$as_me: current value: $ac_new_val" >&2;} 5.2147 - ac_cache_corrupted=: 5.2148 + # differences in whitespace do not lead to failure. 5.2149 + ac_old_val_w=`echo x $ac_old_val` 5.2150 + ac_new_val_w=`echo x $ac_new_val` 5.2151 + if test "$ac_old_val_w" != "$ac_new_val_w"; then 5.2152 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 5.2153 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 5.2154 + ac_cache_corrupted=: 5.2155 + else 5.2156 + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 5.2157 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 5.2158 + eval $ac_var=\$ac_old_val 5.2159 + fi 5.2160 + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 5.2161 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 5.2162 + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 5.2163 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 5.2164 fi;; 5.2165 esac 5.2166 # Pass precious variables to config.status. 5.2167 if test "$ac_new_set" = set; then 5.2168 case $ac_new_val in 5.2169 - *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 5.2170 + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 5.2171 *) ac_arg=$ac_var=$ac_new_val ;; 5.2172 esac 5.2173 case " $ac_configure_args " in 5.2174 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 5.2175 - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 5.2176 + *) as_fn_append ac_configure_args " '$ac_arg'" ;; 5.2177 esac 5.2178 fi 5.2179 done 5.2180 if $ac_cache_corrupted; then 5.2181 - { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 5.2182 -echo "$as_me: error: changes in the environment can compromise the build" >&2;} 5.2183 - { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 5.2184 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 5.2185 - { (exit 1); exit 1; }; } 5.2186 -fi 5.2187 - 5.2188 - 5.2189 - 5.2190 - 5.2191 - 5.2192 - 5.2193 - 5.2194 - 5.2195 - 5.2196 - 5.2197 - 5.2198 - 5.2199 - 5.2200 - 5.2201 - 5.2202 - 5.2203 - 5.2204 - 5.2205 - 5.2206 - 5.2207 - 5.2208 - 5.2209 - 5.2210 - 5.2211 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.2212 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.2213 + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 5.2214 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 5.2215 + as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 5.2216 +fi 5.2217 +## -------------------- ## 5.2218 +## Main body of script. ## 5.2219 +## -------------------- ## 5.2220 5.2221 ac_ext=c 5.2222 ac_cpp='$CPP $CPPFLAGS' 5.2223 @@ -1766,27 +2220,20 @@ 5.2224 5.2225 ac_config_headers="$ac_config_headers config.h" 5.2226 5.2227 -am__api_version="1.7" 5.2228 +am__api_version='1.11' 5.2229 + 5.2230 ac_aux_dir= 5.2231 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 5.2232 - if test -f "$ac_dir/install-sh"; then 5.2233 - ac_aux_dir=$ac_dir 5.2234 - ac_install_sh="$ac_aux_dir/install-sh -c" 5.2235 - break 5.2236 - elif test -f "$ac_dir/install.sh"; then 5.2237 - ac_aux_dir=$ac_dir 5.2238 - ac_install_sh="$ac_aux_dir/install.sh -c" 5.2239 - break 5.2240 - elif test -f "$ac_dir/shtool"; then 5.2241 - ac_aux_dir=$ac_dir 5.2242 - ac_install_sh="$ac_aux_dir/shtool install -c" 5.2243 - break 5.2244 - fi 5.2245 + for ac_t in install-sh install.sh shtool; do 5.2246 + if test -f "$ac_dir/$ac_t"; then 5.2247 + ac_aux_dir=$ac_dir 5.2248 + ac_install_sh="$ac_aux_dir/$ac_t -c" 5.2249 + break 2 5.2250 + fi 5.2251 + done 5.2252 done 5.2253 if test -z "$ac_aux_dir"; then 5.2254 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 5.2255 -echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 5.2256 - { (exit 1); exit 1; }; } 5.2257 + as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 5.2258 fi 5.2259 5.2260 # These three variables are undocumented and unsupported, 5.2261 @@ -1811,22 +2258,23 @@ 5.2262 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 5.2263 # OS/2's system install, which has a completely different semantic 5.2264 # ./install, which can be erroneously created by make from ./install.sh. 5.2265 -{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 5.2266 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 5.2267 +# Reject install programs that cannot install multiple files. 5.2268 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 5.2269 +$as_echo_n "checking for a BSD-compatible install... " >&6; } 5.2270 if test -z "$INSTALL"; then 5.2271 -if test "${ac_cv_path_install+set}" = set; then 5.2272 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2273 +if test "${ac_cv_path_install+set}" = set; then : 5.2274 + $as_echo_n "(cached) " >&6 5.2275 else 5.2276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2277 for as_dir in $PATH 5.2278 do 5.2279 IFS=$as_save_IFS 5.2280 test -z "$as_dir" && as_dir=. 5.2281 - # Account for people who put trailing slashes in PATH elements. 5.2282 -case $as_dir/ in 5.2283 - ./ | .// | /cC/* | \ 5.2284 + # Account for people who put trailing slashes in PATH elements. 5.2285 +case $as_dir/ in #(( 5.2286 + ./ | .// | /[cC]/* | \ 5.2287 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 5.2288 - ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 5.2289 + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 5.2290 /usr/ucb/* ) ;; 5.2291 *) 5.2292 # OSF1 and SCO ODT 3.0 have their own names for install. 5.2293 @@ -1844,17 +2292,29 @@ 5.2294 # program-specific install script used by HP pwplus--don't use. 5.2295 : 5.2296 else 5.2297 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 5.2298 - break 3 5.2299 + rm -rf conftest.one conftest.two conftest.dir 5.2300 + echo one > conftest.one 5.2301 + echo two > conftest.two 5.2302 + mkdir conftest.dir 5.2303 + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && 5.2304 + test -s conftest.one && test -s conftest.two && 5.2305 + test -s conftest.dir/conftest.one && 5.2306 + test -s conftest.dir/conftest.two 5.2307 + then 5.2308 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 5.2309 + break 3 5.2310 + fi 5.2311 fi 5.2312 fi 5.2313 done 5.2314 done 5.2315 ;; 5.2316 esac 5.2317 -done 5.2318 + 5.2319 + done 5.2320 IFS=$as_save_IFS 5.2321 5.2322 +rm -rf conftest.one conftest.two conftest.dir 5.2323 5.2324 fi 5.2325 if test "${ac_cv_path_install+set}" = set; then 5.2326 @@ -1867,8 +2327,8 @@ 5.2327 INSTALL=$ac_install_sh 5.2328 fi 5.2329 fi 5.2330 -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 5.2331 -echo "${ECHO_T}$INSTALL" >&6; } 5.2332 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 5.2333 +$as_echo "$INSTALL" >&6; } 5.2334 5.2335 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 5.2336 # It thinks the first close brace ends the variable substitution. 5.2337 @@ -1878,21 +2338,34 @@ 5.2338 5.2339 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 5.2340 5.2341 -{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 5.2342 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 5.2343 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 5.2344 +$as_echo_n "checking whether build environment is sane... " >&6; } 5.2345 # Just in case 5.2346 sleep 1 5.2347 echo timestamp > conftest.file 5.2348 +# Reject unsafe characters in $srcdir or the absolute working directory 5.2349 +# name. Accept space and tab only in the latter. 5.2350 +am_lf=' 5.2351 +' 5.2352 +case `pwd` in 5.2353 + *[\\\"\#\$\&\'\`$am_lf]*) 5.2354 + as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 5.2355 +esac 5.2356 +case $srcdir in 5.2357 + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 5.2358 + as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 5.2359 +esac 5.2360 + 5.2361 # Do `set' in a subshell so we don't clobber the current shell's 5.2362 # arguments. Must try -L first in case configure is actually a 5.2363 # symlink; some systems play weird games with the mod time of symlinks 5.2364 # (eg FreeBSD returns the mod time of the symlink's containing 5.2365 # directory). 5.2366 if ( 5.2367 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 5.2368 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` 5.2369 if test "$*" = "X"; then 5.2370 # -L didn't work. 5.2371 - set X `ls -t $srcdir/configure conftest.file` 5.2372 + set X `ls -t "$srcdir/configure" conftest.file` 5.2373 fi 5.2374 rm -f conftest.file 5.2375 if test "$*" != "X $srcdir/configure conftest.file" \ 5.2376 @@ -1902,11 +2375,8 @@ 5.2377 # if, for instance, CONFIG_SHELL is bash and it inherits a 5.2378 # broken ls alias from the environment. This has actually 5.2379 # happened. Such a system could not be considered "sane". 5.2380 - { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 5.2381 -alias in your environment" >&5 5.2382 -echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 5.2383 -alias in your environment" >&2;} 5.2384 - { (exit 1); exit 1; }; } 5.2385 + as_fn_error "ls -t appears to fail. Make sure there is not a broken 5.2386 +alias in your environment" "$LINENO" 5 5.2387 fi 5.2388 5.2389 test "$2" = conftest.file 5.2390 @@ -1915,88 +2385,246 @@ 5.2391 # Ok. 5.2392 : 5.2393 else 5.2394 - { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 5.2395 -Check your system clock" >&5 5.2396 -echo "$as_me: error: newly created file is older than distributed files! 5.2397 -Check your system clock" >&2;} 5.2398 - { (exit 1); exit 1; }; } 5.2399 -fi 5.2400 -{ echo "$as_me:$LINENO: result: yes" >&5 5.2401 -echo "${ECHO_T}yes" >&6; } 5.2402 + as_fn_error "newly created file is older than distributed files! 5.2403 +Check your system clock" "$LINENO" 5 5.2404 +fi 5.2405 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.2406 +$as_echo "yes" >&6; } 5.2407 test "$program_prefix" != NONE && 5.2408 program_transform_name="s&^&$program_prefix&;$program_transform_name" 5.2409 # Use a double $ so make ignores it. 5.2410 test "$program_suffix" != NONE && 5.2411 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 5.2412 -# Double any \ or $. echo might interpret backslashes. 5.2413 +# Double any \ or $. 5.2414 # By default was `s,x,x', remove it if useless. 5.2415 -cat <<\_ACEOF >conftest.sed 5.2416 -s/[\\$]/&&/g;s/;s,x,x,$// 5.2417 -_ACEOF 5.2418 -program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 5.2419 -rm -f conftest.sed 5.2420 - 5.2421 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 5.2422 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 5.2423 5.2424 # expand $ac_aux_dir to an absolute path 5.2425 am_aux_dir=`cd $ac_aux_dir && pwd` 5.2426 5.2427 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 5.2428 +if test x"${MISSING+set}" != xset; then 5.2429 + case $am_aux_dir in 5.2430 + *\ * | *\ *) 5.2431 + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; 5.2432 + *) 5.2433 + MISSING="\${SHELL} $am_aux_dir/missing" ;; 5.2434 + esac 5.2435 +fi 5.2436 # Use eval to expand $SHELL 5.2437 if eval "$MISSING --run true"; then 5.2438 am_missing_run="$MISSING --run " 5.2439 else 5.2440 am_missing_run= 5.2441 - { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 5.2442 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 5.2443 -fi 5.2444 - 5.2445 -for ac_prog in gawk mawk nawk awk 5.2446 -do 5.2447 - # Extract the first word of "$ac_prog", so it can be a program name with args. 5.2448 -set dummy $ac_prog; ac_word=$2 5.2449 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2450 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2451 -if test "${ac_cv_prog_AWK+set}" = set; then 5.2452 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2453 -else 5.2454 - if test -n "$AWK"; then 5.2455 - ac_cv_prog_AWK="$AWK" # Let the user override the test. 5.2456 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 5.2457 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 5.2458 +fi 5.2459 + 5.2460 +if test x"${install_sh}" != xset; then 5.2461 + case $am_aux_dir in 5.2462 + *\ * | *\ *) 5.2463 + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 5.2464 + *) 5.2465 + install_sh="\${SHELL} $am_aux_dir/install-sh" 5.2466 + esac 5.2467 +fi 5.2468 + 5.2469 +# Installed binaries are usually stripped using `strip' when the user 5.2470 +# run `make install-strip'. However `strip' might not be the right 5.2471 +# tool to use in cross-compilation environments, therefore Automake 5.2472 +# will honor the `STRIP' environment variable to overrule this program. 5.2473 +if test "$cross_compiling" != no; then 5.2474 + if test -n "$ac_tool_prefix"; then 5.2475 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5.2476 +set dummy ${ac_tool_prefix}strip; ac_word=$2 5.2477 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2478 +$as_echo_n "checking for $ac_word... " >&6; } 5.2479 +if test "${ac_cv_prog_STRIP+set}" = set; then : 5.2480 + $as_echo_n "(cached) " >&6 5.2481 +else 5.2482 + if test -n "$STRIP"; then 5.2483 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5.2484 else 5.2485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2486 for as_dir in $PATH 5.2487 do 5.2488 IFS=$as_save_IFS 5.2489 test -z "$as_dir" && as_dir=. 5.2490 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2491 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2493 - ac_cv_prog_AWK="$ac_prog" 5.2494 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2495 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5.2496 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2497 break 2 5.2498 fi 5.2499 done 5.2500 + done 5.2501 +IFS=$as_save_IFS 5.2502 + 5.2503 +fi 5.2504 +fi 5.2505 +STRIP=$ac_cv_prog_STRIP 5.2506 +if test -n "$STRIP"; then 5.2507 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 5.2508 +$as_echo "$STRIP" >&6; } 5.2509 +else 5.2510 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2511 +$as_echo "no" >&6; } 5.2512 +fi 5.2513 + 5.2514 + 5.2515 +fi 5.2516 +if test -z "$ac_cv_prog_STRIP"; then 5.2517 + ac_ct_STRIP=$STRIP 5.2518 + # Extract the first word of "strip", so it can be a program name with args. 5.2519 +set dummy strip; ac_word=$2 5.2520 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2521 +$as_echo_n "checking for $ac_word... " >&6; } 5.2522 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 5.2523 + $as_echo_n "(cached) " >&6 5.2524 +else 5.2525 + if test -n "$ac_ct_STRIP"; then 5.2526 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 5.2527 +else 5.2528 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2529 +for as_dir in $PATH 5.2530 +do 5.2531 + IFS=$as_save_IFS 5.2532 + test -z "$as_dir" && as_dir=. 5.2533 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2534 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2535 + ac_cv_prog_ac_ct_STRIP="strip" 5.2536 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2537 + break 2 5.2538 + fi 5.2539 done 5.2540 + done 5.2541 +IFS=$as_save_IFS 5.2542 + 5.2543 +fi 5.2544 +fi 5.2545 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 5.2546 +if test -n "$ac_ct_STRIP"; then 5.2547 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 5.2548 +$as_echo "$ac_ct_STRIP" >&6; } 5.2549 +else 5.2550 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2551 +$as_echo "no" >&6; } 5.2552 +fi 5.2553 + 5.2554 + if test "x$ac_ct_STRIP" = x; then 5.2555 + STRIP=":" 5.2556 + else 5.2557 + case $cross_compiling:$ac_tool_warned in 5.2558 +yes:) 5.2559 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5.2560 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5.2561 +ac_tool_warned=yes ;; 5.2562 +esac 5.2563 + STRIP=$ac_ct_STRIP 5.2564 + fi 5.2565 +else 5.2566 + STRIP="$ac_cv_prog_STRIP" 5.2567 +fi 5.2568 + 5.2569 +fi 5.2570 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 5.2571 + 5.2572 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 5.2573 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 5.2574 +if test -z "$MKDIR_P"; then 5.2575 + if test "${ac_cv_path_mkdir+set}" = set; then : 5.2576 + $as_echo_n "(cached) " >&6 5.2577 +else 5.2578 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2579 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin 5.2580 +do 5.2581 + IFS=$as_save_IFS 5.2582 + test -z "$as_dir" && as_dir=. 5.2583 + for ac_prog in mkdir gmkdir; do 5.2584 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2585 + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue 5.2586 + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 5.2587 + 'mkdir (GNU coreutils) '* | \ 5.2588 + 'mkdir (coreutils) '* | \ 5.2589 + 'mkdir (fileutils) '4.1*) 5.2590 + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext 5.2591 + break 3;; 5.2592 + esac 5.2593 + done 5.2594 + done 5.2595 + done 5.2596 +IFS=$as_save_IFS 5.2597 + 5.2598 +fi 5.2599 + 5.2600 + test -d ./--version && rmdir ./--version 5.2601 + if test "${ac_cv_path_mkdir+set}" = set; then 5.2602 + MKDIR_P="$ac_cv_path_mkdir -p" 5.2603 + else 5.2604 + # As a last resort, use the slow shell script. Don't cache a 5.2605 + # value for MKDIR_P within a source directory, because that will 5.2606 + # break other packages using the cache if that directory is 5.2607 + # removed, or if the value is a relative name. 5.2608 + MKDIR_P="$ac_install_sh -d" 5.2609 + fi 5.2610 +fi 5.2611 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 5.2612 +$as_echo "$MKDIR_P" >&6; } 5.2613 + 5.2614 +mkdir_p="$MKDIR_P" 5.2615 +case $mkdir_p in 5.2616 + [\\/$]* | ?:[\\/]*) ;; 5.2617 + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 5.2618 +esac 5.2619 + 5.2620 +for ac_prog in gawk mawk nawk awk 5.2621 +do 5.2622 + # Extract the first word of "$ac_prog", so it can be a program name with args. 5.2623 +set dummy $ac_prog; ac_word=$2 5.2624 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2625 +$as_echo_n "checking for $ac_word... " >&6; } 5.2626 +if test "${ac_cv_prog_AWK+set}" = set; then : 5.2627 + $as_echo_n "(cached) " >&6 5.2628 +else 5.2629 + if test -n "$AWK"; then 5.2630 + ac_cv_prog_AWK="$AWK" # Let the user override the test. 5.2631 +else 5.2632 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2633 +for as_dir in $PATH 5.2634 +do 5.2635 + IFS=$as_save_IFS 5.2636 + test -z "$as_dir" && as_dir=. 5.2637 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2638 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2639 + ac_cv_prog_AWK="$ac_prog" 5.2640 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2641 + break 2 5.2642 + fi 5.2643 +done 5.2644 + done 5.2645 IFS=$as_save_IFS 5.2646 5.2647 fi 5.2648 fi 5.2649 AWK=$ac_cv_prog_AWK 5.2650 if test -n "$AWK"; then 5.2651 - { echo "$as_me:$LINENO: result: $AWK" >&5 5.2652 -echo "${ECHO_T}$AWK" >&6; } 5.2653 -else 5.2654 - { echo "$as_me:$LINENO: result: no" >&5 5.2655 -echo "${ECHO_T}no" >&6; } 5.2656 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 5.2657 +$as_echo "$AWK" >&6; } 5.2658 +else 5.2659 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2660 +$as_echo "no" >&6; } 5.2661 fi 5.2662 5.2663 5.2664 test -n "$AWK" && break 5.2665 done 5.2666 5.2667 -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 5.2668 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 5.2669 -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 5.2670 -if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 5.2671 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2672 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 5.2673 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 5.2674 +set x ${MAKE-make} 5.2675 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 5.2676 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 5.2677 + $as_echo_n "(cached) " >&6 5.2678 else 5.2679 cat >conftest.make <<\_ACEOF 5.2680 SHELL = /bin/sh 5.2681 @@ -2013,12 +2641,12 @@ 5.2682 rm -f conftest.make 5.2683 fi 5.2684 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 5.2685 - { echo "$as_me:$LINENO: result: yes" >&5 5.2686 -echo "${ECHO_T}yes" >&6; } 5.2687 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.2688 +$as_echo "yes" >&6; } 5.2689 SET_MAKE= 5.2690 else 5.2691 - { echo "$as_me:$LINENO: result: no" >&5 5.2692 -echo "${ECHO_T}no" >&6; } 5.2693 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2694 +$as_echo "no" >&6; } 5.2695 SET_MAKE="MAKE=${MAKE-make}" 5.2696 fi 5.2697 5.2698 @@ -2031,12 +2659,14 @@ 5.2699 fi 5.2700 rmdir .tst 2>/dev/null 5.2701 5.2702 - # test to see if srcdir already configured 5.2703 -if test "`cd $srcdir && pwd`" != "`pwd`" && 5.2704 - test -f $srcdir/config.status; then 5.2705 - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 5.2706 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 5.2707 - { (exit 1); exit 1; }; } 5.2708 +if test "`cd $srcdir && pwd`" != "`pwd`"; then 5.2709 + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 5.2710 + # is not polluted with repeated "-I." 5.2711 + am__isrc=' -I$(srcdir)' 5.2712 + # test to see if srcdir already configured 5.2713 + if test -f $srcdir/config.status; then 5.2714 + as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 5.2715 + fi 5.2716 fi 5.2717 5.2718 # test whether we have cygpath 5.2719 @@ -2079,117 +2709,15 @@ 5.2720 5.2721 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 5.2722 5.2723 - 5.2724 -AMTAR=${AMTAR-"${am_missing_run}tar"} 5.2725 - 5.2726 -install_sh=${install_sh-"$am_aux_dir/install-sh"} 5.2727 - 5.2728 -# Installed binaries are usually stripped using `strip' when the user 5.2729 -# run `make install-strip'. However `strip' might not be the right 5.2730 -# tool to use in cross-compilation environments, therefore Automake 5.2731 -# will honor the `STRIP' environment variable to overrule this program. 5.2732 -if test "$cross_compiling" != no; then 5.2733 - if test -n "$ac_tool_prefix"; then 5.2734 - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 5.2735 -set dummy ${ac_tool_prefix}strip; ac_word=$2 5.2736 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2737 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2738 -if test "${ac_cv_prog_STRIP+set}" = set; then 5.2739 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2740 -else 5.2741 - if test -n "$STRIP"; then 5.2742 - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 5.2743 -else 5.2744 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2745 -for as_dir in $PATH 5.2746 -do 5.2747 - IFS=$as_save_IFS 5.2748 - test -z "$as_dir" && as_dir=. 5.2749 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2750 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2751 - ac_cv_prog_STRIP="${ac_tool_prefix}strip" 5.2752 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2753 - break 2 5.2754 - fi 5.2755 -done 5.2756 -done 5.2757 -IFS=$as_save_IFS 5.2758 - 5.2759 -fi 5.2760 -fi 5.2761 -STRIP=$ac_cv_prog_STRIP 5.2762 -if test -n "$STRIP"; then 5.2763 - { echo "$as_me:$LINENO: result: $STRIP" >&5 5.2764 -echo "${ECHO_T}$STRIP" >&6; } 5.2765 -else 5.2766 - { echo "$as_me:$LINENO: result: no" >&5 5.2767 -echo "${ECHO_T}no" >&6; } 5.2768 -fi 5.2769 - 5.2770 - 5.2771 -fi 5.2772 -if test -z "$ac_cv_prog_STRIP"; then 5.2773 - ac_ct_STRIP=$STRIP 5.2774 - # Extract the first word of "strip", so it can be a program name with args. 5.2775 -set dummy strip; ac_word=$2 5.2776 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2777 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2778 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 5.2779 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2780 -else 5.2781 - if test -n "$ac_ct_STRIP"; then 5.2782 - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 5.2783 -else 5.2784 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.2785 -for as_dir in $PATH 5.2786 -do 5.2787 - IFS=$as_save_IFS 5.2788 - test -z "$as_dir" && as_dir=. 5.2789 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2790 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2791 - ac_cv_prog_ac_ct_STRIP="strip" 5.2792 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2793 - break 2 5.2794 - fi 5.2795 -done 5.2796 -done 5.2797 -IFS=$as_save_IFS 5.2798 - 5.2799 -fi 5.2800 -fi 5.2801 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 5.2802 -if test -n "$ac_ct_STRIP"; then 5.2803 - { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 5.2804 -echo "${ECHO_T}$ac_ct_STRIP" >&6; } 5.2805 -else 5.2806 - { echo "$as_me:$LINENO: result: no" >&5 5.2807 -echo "${ECHO_T}no" >&6; } 5.2808 -fi 5.2809 - 5.2810 - if test "x$ac_ct_STRIP" = x; then 5.2811 - STRIP=":" 5.2812 - else 5.2813 - case $cross_compiling:$ac_tool_warned in 5.2814 -yes:) 5.2815 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5.2816 -whose name does not start with the host triplet. If you think this 5.2817 -configuration is useful to you, please write to autoconf@gnu.org." >&5 5.2818 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5.2819 -whose name does not start with the host triplet. If you think this 5.2820 -configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5.2821 -ac_tool_warned=yes ;; 5.2822 -esac 5.2823 - STRIP=$ac_ct_STRIP 5.2824 - fi 5.2825 -else 5.2826 - STRIP="$ac_cv_prog_STRIP" 5.2827 -fi 5.2828 - 5.2829 -fi 5.2830 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 5.2831 - 5.2832 # We need awk for the "check" target. The system "awk" is bad on 5.2833 # some platforms. 5.2834 +# Always define AMTAR for backward compatibility. 5.2835 + 5.2836 +AMTAR=${AMTAR-"${am_missing_run}tar"} 5.2837 + 5.2838 +am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' 5.2839 + 5.2840 + 5.2841 5.2842 5.2843 5.2844 @@ -2206,10 +2734,10 @@ 5.2845 if test -n "$ac_tool_prefix"; then 5.2846 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 5.2847 set dummy ${ac_tool_prefix}gcc; ac_word=$2 5.2848 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2849 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2850 -if test "${ac_cv_prog_CC+set}" = set; then 5.2851 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2852 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2853 +$as_echo_n "checking for $ac_word... " >&6; } 5.2854 +if test "${ac_cv_prog_CC+set}" = set; then : 5.2855 + $as_echo_n "(cached) " >&6 5.2856 else 5.2857 if test -n "$CC"; then 5.2858 ac_cv_prog_CC="$CC" # Let the user override the test. 5.2859 @@ -2219,25 +2747,25 @@ 5.2860 do 5.2861 IFS=$as_save_IFS 5.2862 test -z "$as_dir" && as_dir=. 5.2863 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2864 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2866 ac_cv_prog_CC="${ac_tool_prefix}gcc" 5.2867 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2868 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2869 break 2 5.2870 fi 5.2871 done 5.2872 -done 5.2873 + done 5.2874 IFS=$as_save_IFS 5.2875 5.2876 fi 5.2877 fi 5.2878 CC=$ac_cv_prog_CC 5.2879 if test -n "$CC"; then 5.2880 - { echo "$as_me:$LINENO: result: $CC" >&5 5.2881 -echo "${ECHO_T}$CC" >&6; } 5.2882 -else 5.2883 - { echo "$as_me:$LINENO: result: no" >&5 5.2884 -echo "${ECHO_T}no" >&6; } 5.2885 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 5.2886 +$as_echo "$CC" >&6; } 5.2887 +else 5.2888 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2889 +$as_echo "no" >&6; } 5.2890 fi 5.2891 5.2892 5.2893 @@ -2246,10 +2774,10 @@ 5.2894 ac_ct_CC=$CC 5.2895 # Extract the first word of "gcc", so it can be a program name with args. 5.2896 set dummy gcc; ac_word=$2 5.2897 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2898 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2899 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 5.2900 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2901 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2902 +$as_echo_n "checking for $ac_word... " >&6; } 5.2903 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 5.2904 + $as_echo_n "(cached) " >&6 5.2905 else 5.2906 if test -n "$ac_ct_CC"; then 5.2907 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 5.2908 @@ -2259,25 +2787,25 @@ 5.2909 do 5.2910 IFS=$as_save_IFS 5.2911 test -z "$as_dir" && as_dir=. 5.2912 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2913 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2915 ac_cv_prog_ac_ct_CC="gcc" 5.2916 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2917 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2918 break 2 5.2919 fi 5.2920 done 5.2921 -done 5.2922 + done 5.2923 IFS=$as_save_IFS 5.2924 5.2925 fi 5.2926 fi 5.2927 ac_ct_CC=$ac_cv_prog_ac_ct_CC 5.2928 if test -n "$ac_ct_CC"; then 5.2929 - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 5.2930 -echo "${ECHO_T}$ac_ct_CC" >&6; } 5.2931 -else 5.2932 - { echo "$as_me:$LINENO: result: no" >&5 5.2933 -echo "${ECHO_T}no" >&6; } 5.2934 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 5.2935 +$as_echo "$ac_ct_CC" >&6; } 5.2936 +else 5.2937 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.2938 +$as_echo "no" >&6; } 5.2939 fi 5.2940 5.2941 if test "x$ac_ct_CC" = x; then 5.2942 @@ -2285,12 +2813,8 @@ 5.2943 else 5.2944 case $cross_compiling:$ac_tool_warned in 5.2945 yes:) 5.2946 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5.2947 -whose name does not start with the host triplet. If you think this 5.2948 -configuration is useful to you, please write to autoconf@gnu.org." >&5 5.2949 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5.2950 -whose name does not start with the host triplet. If you think this 5.2951 -configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5.2952 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5.2953 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5.2954 ac_tool_warned=yes ;; 5.2955 esac 5.2956 CC=$ac_ct_CC 5.2957 @@ -2303,10 +2827,10 @@ 5.2958 if test -n "$ac_tool_prefix"; then 5.2959 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 5.2960 set dummy ${ac_tool_prefix}cc; ac_word=$2 5.2961 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.2962 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.2963 -if test "${ac_cv_prog_CC+set}" = set; then 5.2964 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.2965 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.2966 +$as_echo_n "checking for $ac_word... " >&6; } 5.2967 +if test "${ac_cv_prog_CC+set}" = set; then : 5.2968 + $as_echo_n "(cached) " >&6 5.2969 else 5.2970 if test -n "$CC"; then 5.2971 ac_cv_prog_CC="$CC" # Let the user override the test. 5.2972 @@ -2316,25 +2840,25 @@ 5.2973 do 5.2974 IFS=$as_save_IFS 5.2975 test -z "$as_dir" && as_dir=. 5.2976 - for ac_exec_ext in '' $ac_executable_extensions; do 5.2977 + for ac_exec_ext in '' $ac_executable_extensions; do 5.2978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.2979 ac_cv_prog_CC="${ac_tool_prefix}cc" 5.2980 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2981 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.2982 break 2 5.2983 fi 5.2984 done 5.2985 -done 5.2986 + done 5.2987 IFS=$as_save_IFS 5.2988 5.2989 fi 5.2990 fi 5.2991 CC=$ac_cv_prog_CC 5.2992 if test -n "$CC"; then 5.2993 - { echo "$as_me:$LINENO: result: $CC" >&5 5.2994 -echo "${ECHO_T}$CC" >&6; } 5.2995 -else 5.2996 - { echo "$as_me:$LINENO: result: no" >&5 5.2997 -echo "${ECHO_T}no" >&6; } 5.2998 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 5.2999 +$as_echo "$CC" >&6; } 5.3000 +else 5.3001 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.3002 +$as_echo "no" >&6; } 5.3003 fi 5.3004 5.3005 5.3006 @@ -2343,10 +2867,10 @@ 5.3007 if test -z "$CC"; then 5.3008 # Extract the first word of "cc", so it can be a program name with args. 5.3009 set dummy cc; ac_word=$2 5.3010 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.3011 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.3012 -if test "${ac_cv_prog_CC+set}" = set; then 5.3013 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3014 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.3015 +$as_echo_n "checking for $ac_word... " >&6; } 5.3016 +if test "${ac_cv_prog_CC+set}" = set; then : 5.3017 + $as_echo_n "(cached) " >&6 5.3018 else 5.3019 if test -n "$CC"; then 5.3020 ac_cv_prog_CC="$CC" # Let the user override the test. 5.3021 @@ -2357,18 +2881,18 @@ 5.3022 do 5.3023 IFS=$as_save_IFS 5.3024 test -z "$as_dir" && as_dir=. 5.3025 - for ac_exec_ext in '' $ac_executable_extensions; do 5.3026 + for ac_exec_ext in '' $ac_executable_extensions; do 5.3027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.3028 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 5.3029 ac_prog_rejected=yes 5.3030 continue 5.3031 fi 5.3032 ac_cv_prog_CC="cc" 5.3033 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3034 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3035 break 2 5.3036 fi 5.3037 done 5.3038 -done 5.3039 + done 5.3040 IFS=$as_save_IFS 5.3041 5.3042 if test $ac_prog_rejected = yes; then 5.3043 @@ -2387,11 +2911,11 @@ 5.3044 fi 5.3045 CC=$ac_cv_prog_CC 5.3046 if test -n "$CC"; then 5.3047 - { echo "$as_me:$LINENO: result: $CC" >&5 5.3048 -echo "${ECHO_T}$CC" >&6; } 5.3049 -else 5.3050 - { echo "$as_me:$LINENO: result: no" >&5 5.3051 -echo "${ECHO_T}no" >&6; } 5.3052 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 5.3053 +$as_echo "$CC" >&6; } 5.3054 +else 5.3055 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.3056 +$as_echo "no" >&6; } 5.3057 fi 5.3058 5.3059 5.3060 @@ -2402,10 +2926,10 @@ 5.3061 do 5.3062 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5.3063 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5.3064 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.3065 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.3066 -if test "${ac_cv_prog_CC+set}" = set; then 5.3067 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3068 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.3069 +$as_echo_n "checking for $ac_word... " >&6; } 5.3070 +if test "${ac_cv_prog_CC+set}" = set; then : 5.3071 + $as_echo_n "(cached) " >&6 5.3072 else 5.3073 if test -n "$CC"; then 5.3074 ac_cv_prog_CC="$CC" # Let the user override the test. 5.3075 @@ -2415,25 +2939,25 @@ 5.3076 do 5.3077 IFS=$as_save_IFS 5.3078 test -z "$as_dir" && as_dir=. 5.3079 - for ac_exec_ext in '' $ac_executable_extensions; do 5.3080 + for ac_exec_ext in '' $ac_executable_extensions; do 5.3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 5.3083 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3084 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3085 break 2 5.3086 fi 5.3087 done 5.3088 -done 5.3089 + done 5.3090 IFS=$as_save_IFS 5.3091 5.3092 fi 5.3093 fi 5.3094 CC=$ac_cv_prog_CC 5.3095 if test -n "$CC"; then 5.3096 - { echo "$as_me:$LINENO: result: $CC" >&5 5.3097 -echo "${ECHO_T}$CC" >&6; } 5.3098 -else 5.3099 - { echo "$as_me:$LINENO: result: no" >&5 5.3100 -echo "${ECHO_T}no" >&6; } 5.3101 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 5.3102 +$as_echo "$CC" >&6; } 5.3103 +else 5.3104 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.3105 +$as_echo "no" >&6; } 5.3106 fi 5.3107 5.3108 5.3109 @@ -2446,10 +2970,10 @@ 5.3110 do 5.3111 # Extract the first word of "$ac_prog", so it can be a program name with args. 5.3112 set dummy $ac_prog; ac_word=$2 5.3113 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.3114 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.3115 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 5.3116 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3117 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.3118 +$as_echo_n "checking for $ac_word... " >&6; } 5.3119 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 5.3120 + $as_echo_n "(cached) " >&6 5.3121 else 5.3122 if test -n "$ac_ct_CC"; then 5.3123 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 5.3124 @@ -2459,25 +2983,25 @@ 5.3125 do 5.3126 IFS=$as_save_IFS 5.3127 test -z "$as_dir" && as_dir=. 5.3128 - for ac_exec_ext in '' $ac_executable_extensions; do 5.3129 + for ac_exec_ext in '' $ac_executable_extensions; do 5.3130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.3131 ac_cv_prog_ac_ct_CC="$ac_prog" 5.3132 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3133 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.3134 break 2 5.3135 fi 5.3136 done 5.3137 -done 5.3138 + done 5.3139 IFS=$as_save_IFS 5.3140 5.3141 fi 5.3142 fi 5.3143 ac_ct_CC=$ac_cv_prog_ac_ct_CC 5.3144 if test -n "$ac_ct_CC"; then 5.3145 - { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 5.3146 -echo "${ECHO_T}$ac_ct_CC" >&6; } 5.3147 -else 5.3148 - { echo "$as_me:$LINENO: result: no" >&5 5.3149 -echo "${ECHO_T}no" >&6; } 5.3150 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 5.3151 +$as_echo "$ac_ct_CC" >&6; } 5.3152 +else 5.3153 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.3154 +$as_echo "no" >&6; } 5.3155 fi 5.3156 5.3157 5.3158 @@ -2489,12 +3013,8 @@ 5.3159 else 5.3160 case $cross_compiling:$ac_tool_warned in 5.3161 yes:) 5.3162 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5.3163 -whose name does not start with the host triplet. If you think this 5.3164 -configuration is useful to you, please write to autoconf@gnu.org." >&5 5.3165 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5.3166 -whose name does not start with the host triplet. If you think this 5.3167 -configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5.3168 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5.3169 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5.3170 ac_tool_warned=yes ;; 5.3171 esac 5.3172 CC=$ac_ct_CC 5.3173 @@ -2504,51 +3024,37 @@ 5.3174 fi 5.3175 5.3176 5.3177 -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 5.3178 -See \`config.log' for more details." >&5 5.3179 -echo "$as_me: error: no acceptable C compiler found in \$PATH 5.3180 -See \`config.log' for more details." >&2;} 5.3181 - { (exit 1); exit 1; }; } 5.3182 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.3183 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.3184 +as_fn_error "no acceptable C compiler found in \$PATH 5.3185 +See \`config.log' for more details." "$LINENO" 5; } 5.3186 5.3187 # Provide some information about the compiler. 5.3188 -echo "$as_me:$LINENO: checking for C compiler version" >&5 5.3189 -ac_compiler=`set X $ac_compile; echo $2` 5.3190 -{ (ac_try="$ac_compiler --version >&5" 5.3191 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 5.3192 +set X $ac_compile 5.3193 +ac_compiler=$2 5.3194 +for ac_option in --version -v -V -qversion; do 5.3195 + { { ac_try="$ac_compiler $ac_option >&5" 5.3196 case "(($ac_try" in 5.3197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3198 *) ac_try_echo=$ac_try;; 5.3199 esac 5.3200 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3201 - (eval "$ac_compiler --version >&5") 2>&5 5.3202 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3203 +$as_echo "$ac_try_echo"; } >&5 5.3204 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err 5.3205 ac_status=$? 5.3206 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3207 - (exit $ac_status); } 5.3208 -{ (ac_try="$ac_compiler -v >&5" 5.3209 -case "(($ac_try" in 5.3210 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3211 - *) ac_try_echo=$ac_try;; 5.3212 -esac 5.3213 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3214 - (eval "$ac_compiler -v >&5") 2>&5 5.3215 - ac_status=$? 5.3216 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3217 - (exit $ac_status); } 5.3218 -{ (ac_try="$ac_compiler -V >&5" 5.3219 -case "(($ac_try" in 5.3220 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3221 - *) ac_try_echo=$ac_try;; 5.3222 -esac 5.3223 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3224 - (eval "$ac_compiler -V >&5") 2>&5 5.3225 - ac_status=$? 5.3226 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3227 - (exit $ac_status); } 5.3228 - 5.3229 -cat >conftest.$ac_ext <<_ACEOF 5.3230 -/* confdefs.h. */ 5.3231 -_ACEOF 5.3232 -cat confdefs.h >>conftest.$ac_ext 5.3233 -cat >>conftest.$ac_ext <<_ACEOF 5.3234 + if test -s conftest.err; then 5.3235 + sed '10a\ 5.3236 +... rest of stderr output deleted ... 5.3237 + 10q' conftest.err >conftest.er1 5.3238 + cat conftest.er1 >&5 5.3239 + fi 5.3240 + rm -f conftest.er1 conftest.err 5.3241 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3242 + test $ac_status = 0; } 5.3243 +done 5.3244 + 5.3245 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3246 /* end confdefs.h. */ 5.3247 5.3248 int 5.3249 @@ -2560,42 +3066,38 @@ 5.3250 } 5.3251 _ACEOF 5.3252 ac_clean_files_save=$ac_clean_files 5.3253 -ac_clean_files="$ac_clean_files a.out a.exe b.out" 5.3254 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 5.3255 # Try to create an executable without -o first, disregard a.out. 5.3256 # It will help us diagnose broken compilers, and finding out an intuition 5.3257 # of exeext. 5.3258 -{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 5.3259 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 5.3260 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 5.3261 -# 5.3262 -# List of possible output files, starting from the most likely. 5.3263 -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 5.3264 -# only as a last resort. b.out is created by i960 compilers. 5.3265 -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 5.3266 -# 5.3267 -# The IRIX 6 linker writes into existing files which may not be 5.3268 -# executable, retaining their permissions. Remove them first so a 5.3269 -# subsequent execution test works. 5.3270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 5.3271 +$as_echo_n "checking whether the C compiler works... " >&6; } 5.3272 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 5.3273 + 5.3274 +# The possible output files: 5.3275 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 5.3276 + 5.3277 ac_rmfiles= 5.3278 for ac_file in $ac_files 5.3279 do 5.3280 case $ac_file in 5.3281 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 5.3282 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 5.3283 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 5.3284 esac 5.3285 done 5.3286 rm -f $ac_rmfiles 5.3287 5.3288 -if { (ac_try="$ac_link_default" 5.3289 +if { { ac_try="$ac_link_default" 5.3290 case "(($ac_try" in 5.3291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3292 *) ac_try_echo=$ac_try;; 5.3293 esac 5.3294 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3295 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3296 +$as_echo "$ac_try_echo"; } >&5 5.3297 (eval "$ac_link_default") 2>&5 5.3298 ac_status=$? 5.3299 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3300 - (exit $ac_status); }; then 5.3301 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3302 + test $ac_status = 0; }; then : 5.3303 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 5.3304 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 5.3305 # in a Makefile. We should not override ac_cv_exeext if it was cached, 5.3306 @@ -2605,14 +3107,14 @@ 5.3307 do 5.3308 test -f "$ac_file" || continue 5.3309 case $ac_file in 5.3310 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 5.3311 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 5.3312 ;; 5.3313 [ab].out ) 5.3314 # We found the default executable, but exeext='' is most 5.3315 # certainly right. 5.3316 break;; 5.3317 *.* ) 5.3318 - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 5.3319 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 5.3320 then :; else 5.3321 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 5.3322 fi 5.3323 @@ -2631,78 +3133,42 @@ 5.3324 else 5.3325 ac_file='' 5.3326 fi 5.3327 - 5.3328 -{ echo "$as_me:$LINENO: result: $ac_file" >&5 5.3329 -echo "${ECHO_T}$ac_file" >&6; } 5.3330 -if test -z "$ac_file"; then 5.3331 - echo "$as_me: failed program was:" >&5 5.3332 +if test -z "$ac_file"; then : 5.3333 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.3334 +$as_echo "no" >&6; } 5.3335 +$as_echo "$as_me: failed program was:" >&5 5.3336 sed 's/^/| /' conftest.$ac_ext >&5 5.3337 5.3338 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 5.3339 -See \`config.log' for more details." >&5 5.3340 -echo "$as_me: error: C compiler cannot create executables 5.3341 -See \`config.log' for more details." >&2;} 5.3342 - { (exit 77); exit 77; }; } 5.3343 -fi 5.3344 - 5.3345 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.3346 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.3347 +{ as_fn_set_status 77 5.3348 +as_fn_error "C compiler cannot create executables 5.3349 +See \`config.log' for more details." "$LINENO" 5; }; } 5.3350 +else 5.3351 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.3352 +$as_echo "yes" >&6; } 5.3353 +fi 5.3354 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 5.3355 +$as_echo_n "checking for C compiler default output file name... " >&6; } 5.3356 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 5.3357 +$as_echo "$ac_file" >&6; } 5.3358 ac_exeext=$ac_cv_exeext 5.3359 5.3360 -# Check that the compiler produces executables we can run. If not, either 5.3361 -# the compiler is broken, or we cross compile. 5.3362 -{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 5.3363 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 5.3364 -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 5.3365 -# If not cross compiling, check that we can run a simple program. 5.3366 -if test "$cross_compiling" != yes; then 5.3367 - if { ac_try='./$ac_file' 5.3368 - { (case "(($ac_try" in 5.3369 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3370 - *) ac_try_echo=$ac_try;; 5.3371 -esac 5.3372 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3373 - (eval "$ac_try") 2>&5 5.3374 - ac_status=$? 5.3375 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3376 - (exit $ac_status); }; }; then 5.3377 - cross_compiling=no 5.3378 - else 5.3379 - if test "$cross_compiling" = maybe; then 5.3380 - cross_compiling=yes 5.3381 - else 5.3382 - { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 5.3383 -If you meant to cross compile, use \`--host'. 5.3384 -See \`config.log' for more details." >&5 5.3385 -echo "$as_me: error: cannot run C compiled programs. 5.3386 -If you meant to cross compile, use \`--host'. 5.3387 -See \`config.log' for more details." >&2;} 5.3388 - { (exit 1); exit 1; }; } 5.3389 - fi 5.3390 - fi 5.3391 -fi 5.3392 -{ echo "$as_me:$LINENO: result: yes" >&5 5.3393 -echo "${ECHO_T}yes" >&6; } 5.3394 - 5.3395 -rm -f a.out a.exe conftest$ac_cv_exeext b.out 5.3396 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 5.3397 ac_clean_files=$ac_clean_files_save 5.3398 -# Check that the compiler produces executables we can run. If not, either 5.3399 -# the compiler is broken, or we cross compile. 5.3400 -{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 5.3401 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 5.3402 -{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 5.3403 -echo "${ECHO_T}$cross_compiling" >&6; } 5.3404 - 5.3405 -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 5.3406 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 5.3407 -if { (ac_try="$ac_link" 5.3408 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 5.3409 +$as_echo_n "checking for suffix of executables... " >&6; } 5.3410 +if { { ac_try="$ac_link" 5.3411 case "(($ac_try" in 5.3412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3413 *) ac_try_echo=$ac_try;; 5.3414 esac 5.3415 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3416 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3417 +$as_echo "$ac_try_echo"; } >&5 5.3418 (eval "$ac_link") 2>&5 5.3419 ac_status=$? 5.3420 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3421 - (exit $ac_status); }; then 5.3422 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3423 + test $ac_status = 0; }; then : 5.3424 # If both `conftest.exe' and `conftest' are `present' (well, observable) 5.3425 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 5.3426 # work properly (i.e., refer to `conftest.exe'), while it won't with 5.3427 @@ -2710,37 +3176,90 @@ 5.3428 for ac_file in conftest.exe conftest conftest.*; do 5.3429 test -f "$ac_file" || continue 5.3430 case $ac_file in 5.3431 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 5.3432 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 5.3433 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 5.3434 break;; 5.3435 * ) break;; 5.3436 esac 5.3437 done 5.3438 else 5.3439 - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 5.3440 -See \`config.log' for more details." >&5 5.3441 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 5.3442 -See \`config.log' for more details." >&2;} 5.3443 - { (exit 1); exit 1; }; } 5.3444 -fi 5.3445 - 5.3446 -rm -f conftest$ac_cv_exeext 5.3447 -{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 5.3448 -echo "${ECHO_T}$ac_cv_exeext" >&6; } 5.3449 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.3450 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.3451 +as_fn_error "cannot compute suffix of executables: cannot compile and link 5.3452 +See \`config.log' for more details." "$LINENO" 5; } 5.3453 +fi 5.3454 +rm -f conftest conftest$ac_cv_exeext 5.3455 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 5.3456 +$as_echo "$ac_cv_exeext" >&6; } 5.3457 5.3458 rm -f conftest.$ac_ext 5.3459 EXEEXT=$ac_cv_exeext 5.3460 ac_exeext=$EXEEXT 5.3461 -{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 5.3462 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 5.3463 -if test "${ac_cv_objext+set}" = set; then 5.3464 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3465 -else 5.3466 - cat >conftest.$ac_ext <<_ACEOF 5.3467 -/* confdefs.h. */ 5.3468 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3469 +/* end confdefs.h. */ 5.3470 +#include <stdio.h> 5.3471 +int 5.3472 +main () 5.3473 +{ 5.3474 +FILE *f = fopen ("conftest.out", "w"); 5.3475 + return ferror (f) || fclose (f) != 0; 5.3476 + 5.3477 + ; 5.3478 + return 0; 5.3479 +} 5.3480 _ACEOF 5.3481 -cat confdefs.h >>conftest.$ac_ext 5.3482 -cat >>conftest.$ac_ext <<_ACEOF 5.3483 +ac_clean_files="$ac_clean_files conftest.out" 5.3484 +# Check that the compiler produces executables we can run. If not, either 5.3485 +# the compiler is broken, or we cross compile. 5.3486 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 5.3487 +$as_echo_n "checking whether we are cross compiling... " >&6; } 5.3488 +if test "$cross_compiling" != yes; then 5.3489 + { { ac_try="$ac_link" 5.3490 +case "(($ac_try" in 5.3491 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3492 + *) ac_try_echo=$ac_try;; 5.3493 +esac 5.3494 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3495 +$as_echo "$ac_try_echo"; } >&5 5.3496 + (eval "$ac_link") 2>&5 5.3497 + ac_status=$? 5.3498 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3499 + test $ac_status = 0; } 5.3500 + if { ac_try='./conftest$ac_cv_exeext' 5.3501 + { { case "(($ac_try" in 5.3502 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3503 + *) ac_try_echo=$ac_try;; 5.3504 +esac 5.3505 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3506 +$as_echo "$ac_try_echo"; } >&5 5.3507 + (eval "$ac_try") 2>&5 5.3508 + ac_status=$? 5.3509 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3510 + test $ac_status = 0; }; }; then 5.3511 + cross_compiling=no 5.3512 + else 5.3513 + if test "$cross_compiling" = maybe; then 5.3514 + cross_compiling=yes 5.3515 + else 5.3516 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.3517 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.3518 +as_fn_error "cannot run C compiled programs. 5.3519 +If you meant to cross compile, use \`--host'. 5.3520 +See \`config.log' for more details." "$LINENO" 5; } 5.3521 + fi 5.3522 + fi 5.3523 +fi 5.3524 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 5.3525 +$as_echo "$cross_compiling" >&6; } 5.3526 + 5.3527 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 5.3528 +ac_clean_files=$ac_clean_files_save 5.3529 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 5.3530 +$as_echo_n "checking for suffix of object files... " >&6; } 5.3531 +if test "${ac_cv_objext+set}" = set; then : 5.3532 + $as_echo_n "(cached) " >&6 5.3533 +else 5.3534 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3535 /* end confdefs.h. */ 5.3536 5.3537 int 5.3538 @@ -2752,51 +3271,46 @@ 5.3539 } 5.3540 _ACEOF 5.3541 rm -f conftest.o conftest.obj 5.3542 -if { (ac_try="$ac_compile" 5.3543 +if { { ac_try="$ac_compile" 5.3544 case "(($ac_try" in 5.3545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3546 *) ac_try_echo=$ac_try;; 5.3547 esac 5.3548 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3549 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 5.3550 +$as_echo "$ac_try_echo"; } >&5 5.3551 (eval "$ac_compile") 2>&5 5.3552 ac_status=$? 5.3553 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3554 - (exit $ac_status); }; then 5.3555 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.3556 + test $ac_status = 0; }; then : 5.3557 for ac_file in conftest.o conftest.obj conftest.*; do 5.3558 test -f "$ac_file" || continue; 5.3559 case $ac_file in 5.3560 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 5.3561 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 5.3562 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 5.3563 break;; 5.3564 esac 5.3565 done 5.3566 else 5.3567 - echo "$as_me: failed program was:" >&5 5.3568 + $as_echo "$as_me: failed program was:" >&5 5.3569 sed 's/^/| /' conftest.$ac_ext >&5 5.3570 5.3571 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 5.3572 -See \`config.log' for more details." >&5 5.3573 -echo "$as_me: error: cannot compute suffix of object files: cannot compile 5.3574 -See \`config.log' for more details." >&2;} 5.3575 - { (exit 1); exit 1; }; } 5.3576 -fi 5.3577 - 5.3578 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.3579 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.3580 +as_fn_error "cannot compute suffix of object files: cannot compile 5.3581 +See \`config.log' for more details." "$LINENO" 5; } 5.3582 +fi 5.3583 rm -f conftest.$ac_cv_objext conftest.$ac_ext 5.3584 fi 5.3585 -{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 5.3586 -echo "${ECHO_T}$ac_cv_objext" >&6; } 5.3587 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 5.3588 +$as_echo "$ac_cv_objext" >&6; } 5.3589 OBJEXT=$ac_cv_objext 5.3590 ac_objext=$OBJEXT 5.3591 -{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 5.3592 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 5.3593 -if test "${ac_cv_c_compiler_gnu+set}" = set; then 5.3594 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3595 -else 5.3596 - cat >conftest.$ac_ext <<_ACEOF 5.3597 -/* confdefs.h. */ 5.3598 -_ACEOF 5.3599 -cat confdefs.h >>conftest.$ac_ext 5.3600 -cat >>conftest.$ac_ext <<_ACEOF 5.3601 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 5.3602 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 5.3603 +if test "${ac_cv_c_compiler_gnu+set}" = set; then : 5.3604 + $as_echo_n "(cached) " >&6 5.3605 +else 5.3606 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3607 /* end confdefs.h. */ 5.3608 5.3609 int 5.3610 @@ -2810,54 +3324,34 @@ 5.3611 return 0; 5.3612 } 5.3613 _ACEOF 5.3614 -rm -f conftest.$ac_objext 5.3615 -if { (ac_try="$ac_compile" 5.3616 -case "(($ac_try" in 5.3617 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3618 - *) ac_try_echo=$ac_try;; 5.3619 -esac 5.3620 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3621 - (eval "$ac_compile") 2>conftest.er1 5.3622 - ac_status=$? 5.3623 - grep -v '^ *+' conftest.er1 >conftest.err 5.3624 - rm -f conftest.er1 5.3625 - cat conftest.err >&5 5.3626 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3627 - (exit $ac_status); } && { 5.3628 - test -z "$ac_c_werror_flag" || 5.3629 - test ! -s conftest.err 5.3630 - } && test -s conftest.$ac_objext; then 5.3631 +if ac_fn_c_try_compile "$LINENO"; then : 5.3632 ac_compiler_gnu=yes 5.3633 else 5.3634 - echo "$as_me: failed program was:" >&5 5.3635 -sed 's/^/| /' conftest.$ac_ext >&5 5.3636 - 5.3637 - ac_compiler_gnu=no 5.3638 -fi 5.3639 - 5.3640 + ac_compiler_gnu=no 5.3641 +fi 5.3642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.3643 ac_cv_c_compiler_gnu=$ac_compiler_gnu 5.3644 5.3645 fi 5.3646 -{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 5.3647 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 5.3648 -GCC=`test $ac_compiler_gnu = yes && echo yes` 5.3649 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 5.3650 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } 5.3651 +if test $ac_compiler_gnu = yes; then 5.3652 + GCC=yes 5.3653 +else 5.3654 + GCC= 5.3655 +fi 5.3656 ac_test_CFLAGS=${CFLAGS+set} 5.3657 ac_save_CFLAGS=$CFLAGS 5.3658 -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 5.3659 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 5.3660 -if test "${ac_cv_prog_cc_g+set}" = set; then 5.3661 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3662 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 5.3663 +$as_echo_n "checking whether $CC accepts -g... " >&6; } 5.3664 +if test "${ac_cv_prog_cc_g+set}" = set; then : 5.3665 + $as_echo_n "(cached) " >&6 5.3666 else 5.3667 ac_save_c_werror_flag=$ac_c_werror_flag 5.3668 ac_c_werror_flag=yes 5.3669 ac_cv_prog_cc_g=no 5.3670 CFLAGS="-g" 5.3671 - cat >conftest.$ac_ext <<_ACEOF 5.3672 -/* confdefs.h. */ 5.3673 -_ACEOF 5.3674 -cat confdefs.h >>conftest.$ac_ext 5.3675 -cat >>conftest.$ac_ext <<_ACEOF 5.3676 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3677 /* end confdefs.h. */ 5.3678 5.3679 int 5.3680 @@ -2868,34 +3362,11 @@ 5.3681 return 0; 5.3682 } 5.3683 _ACEOF 5.3684 -rm -f conftest.$ac_objext 5.3685 -if { (ac_try="$ac_compile" 5.3686 -case "(($ac_try" in 5.3687 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3688 - *) ac_try_echo=$ac_try;; 5.3689 -esac 5.3690 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3691 - (eval "$ac_compile") 2>conftest.er1 5.3692 - ac_status=$? 5.3693 - grep -v '^ *+' conftest.er1 >conftest.err 5.3694 - rm -f conftest.er1 5.3695 - cat conftest.err >&5 5.3696 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3697 - (exit $ac_status); } && { 5.3698 - test -z "$ac_c_werror_flag" || 5.3699 - test ! -s conftest.err 5.3700 - } && test -s conftest.$ac_objext; then 5.3701 +if ac_fn_c_try_compile "$LINENO"; then : 5.3702 ac_cv_prog_cc_g=yes 5.3703 else 5.3704 - echo "$as_me: failed program was:" >&5 5.3705 -sed 's/^/| /' conftest.$ac_ext >&5 5.3706 - 5.3707 - CFLAGS="" 5.3708 - cat >conftest.$ac_ext <<_ACEOF 5.3709 -/* confdefs.h. */ 5.3710 -_ACEOF 5.3711 -cat confdefs.h >>conftest.$ac_ext 5.3712 -cat >>conftest.$ac_ext <<_ACEOF 5.3713 + CFLAGS="" 5.3714 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3715 /* end confdefs.h. */ 5.3716 5.3717 int 5.3718 @@ -2906,35 +3377,12 @@ 5.3719 return 0; 5.3720 } 5.3721 _ACEOF 5.3722 -rm -f conftest.$ac_objext 5.3723 -if { (ac_try="$ac_compile" 5.3724 -case "(($ac_try" in 5.3725 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3726 - *) ac_try_echo=$ac_try;; 5.3727 -esac 5.3728 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3729 - (eval "$ac_compile") 2>conftest.er1 5.3730 - ac_status=$? 5.3731 - grep -v '^ *+' conftest.er1 >conftest.err 5.3732 - rm -f conftest.er1 5.3733 - cat conftest.err >&5 5.3734 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3735 - (exit $ac_status); } && { 5.3736 - test -z "$ac_c_werror_flag" || 5.3737 - test ! -s conftest.err 5.3738 - } && test -s conftest.$ac_objext; then 5.3739 - : 5.3740 -else 5.3741 - echo "$as_me: failed program was:" >&5 5.3742 -sed 's/^/| /' conftest.$ac_ext >&5 5.3743 - 5.3744 - ac_c_werror_flag=$ac_save_c_werror_flag 5.3745 +if ac_fn_c_try_compile "$LINENO"; then : 5.3746 + 5.3747 +else 5.3748 + ac_c_werror_flag=$ac_save_c_werror_flag 5.3749 CFLAGS="-g" 5.3750 - cat >conftest.$ac_ext <<_ACEOF 5.3751 -/* confdefs.h. */ 5.3752 -_ACEOF 5.3753 -cat confdefs.h >>conftest.$ac_ext 5.3754 -cat >>conftest.$ac_ext <<_ACEOF 5.3755 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3756 /* end confdefs.h. */ 5.3757 5.3758 int 5.3759 @@ -2945,42 +3393,18 @@ 5.3760 return 0; 5.3761 } 5.3762 _ACEOF 5.3763 -rm -f conftest.$ac_objext 5.3764 -if { (ac_try="$ac_compile" 5.3765 -case "(($ac_try" in 5.3766 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3767 - *) ac_try_echo=$ac_try;; 5.3768 -esac 5.3769 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3770 - (eval "$ac_compile") 2>conftest.er1 5.3771 - ac_status=$? 5.3772 - grep -v '^ *+' conftest.er1 >conftest.err 5.3773 - rm -f conftest.er1 5.3774 - cat conftest.err >&5 5.3775 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3776 - (exit $ac_status); } && { 5.3777 - test -z "$ac_c_werror_flag" || 5.3778 - test ! -s conftest.err 5.3779 - } && test -s conftest.$ac_objext; then 5.3780 +if ac_fn_c_try_compile "$LINENO"; then : 5.3781 ac_cv_prog_cc_g=yes 5.3782 -else 5.3783 - echo "$as_me: failed program was:" >&5 5.3784 -sed 's/^/| /' conftest.$ac_ext >&5 5.3785 - 5.3786 - 5.3787 -fi 5.3788 - 5.3789 +fi 5.3790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.3791 fi 5.3792 - 5.3793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.3794 fi 5.3795 - 5.3796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.3797 ac_c_werror_flag=$ac_save_c_werror_flag 5.3798 fi 5.3799 -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 5.3800 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 5.3801 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 5.3802 +$as_echo "$ac_cv_prog_cc_g" >&6; } 5.3803 if test "$ac_test_CFLAGS" = set; then 5.3804 CFLAGS=$ac_save_CFLAGS 5.3805 elif test $ac_cv_prog_cc_g = yes; then 5.3806 @@ -2996,18 +3420,14 @@ 5.3807 CFLAGS= 5.3808 fi 5.3809 fi 5.3810 -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 5.3811 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 5.3812 -if test "${ac_cv_prog_cc_c89+set}" = set; then 5.3813 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3814 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 5.3815 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 5.3816 +if test "${ac_cv_prog_cc_c89+set}" = set; then : 5.3817 + $as_echo_n "(cached) " >&6 5.3818 else 5.3819 ac_cv_prog_cc_c89=no 5.3820 ac_save_CC=$CC 5.3821 -cat >conftest.$ac_ext <<_ACEOF 5.3822 -/* confdefs.h. */ 5.3823 -_ACEOF 5.3824 -cat confdefs.h >>conftest.$ac_ext 5.3825 -cat >>conftest.$ac_ext <<_ACEOF 5.3826 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.3827 /* end confdefs.h. */ 5.3828 #include <stdarg.h> 5.3829 #include <stdio.h> 5.3830 @@ -3064,31 +3484,9 @@ 5.3831 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 5.3832 do 5.3833 CC="$ac_save_CC $ac_arg" 5.3834 - rm -f conftest.$ac_objext 5.3835 -if { (ac_try="$ac_compile" 5.3836 -case "(($ac_try" in 5.3837 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.3838 - *) ac_try_echo=$ac_try;; 5.3839 -esac 5.3840 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.3841 - (eval "$ac_compile") 2>conftest.er1 5.3842 - ac_status=$? 5.3843 - grep -v '^ *+' conftest.er1 >conftest.err 5.3844 - rm -f conftest.er1 5.3845 - cat conftest.err >&5 5.3846 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.3847 - (exit $ac_status); } && { 5.3848 - test -z "$ac_c_werror_flag" || 5.3849 - test ! -s conftest.err 5.3850 - } && test -s conftest.$ac_objext; then 5.3851 + if ac_fn_c_try_compile "$LINENO"; then : 5.3852 ac_cv_prog_cc_c89=$ac_arg 5.3853 -else 5.3854 - echo "$as_me: failed program was:" >&5 5.3855 -sed 's/^/| /' conftest.$ac_ext >&5 5.3856 - 5.3857 - 5.3858 -fi 5.3859 - 5.3860 +fi 5.3861 rm -f core conftest.err conftest.$ac_objext 5.3862 test "x$ac_cv_prog_cc_c89" != "xno" && break 5.3863 done 5.3864 @@ -3099,17 +3497,19 @@ 5.3865 # AC_CACHE_VAL 5.3866 case "x$ac_cv_prog_cc_c89" in 5.3867 x) 5.3868 - { echo "$as_me:$LINENO: result: none needed" >&5 5.3869 -echo "${ECHO_T}none needed" >&6; } ;; 5.3870 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 5.3871 +$as_echo "none needed" >&6; } ;; 5.3872 xno) 5.3873 - { echo "$as_me:$LINENO: result: unsupported" >&5 5.3874 -echo "${ECHO_T}unsupported" >&6; } ;; 5.3875 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 5.3876 +$as_echo "unsupported" >&6; } ;; 5.3877 *) 5.3878 CC="$CC $ac_cv_prog_cc_c89" 5.3879 - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 5.3880 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 5.3881 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 5.3882 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 5.3883 esac 5.3884 - 5.3885 +if test "x$ac_cv_prog_cc_c89" != xno; then : 5.3886 + 5.3887 +fi 5.3888 5.3889 ac_ext=c 5.3890 ac_cpp='$CPP $CPPFLAGS' 5.3891 @@ -3124,44 +3524,44 @@ 5.3892 am_make=${MAKE-make} 5.3893 cat > confinc << 'END' 5.3894 am__doit: 5.3895 - @echo done 5.3896 + @echo this is the am__doit target 5.3897 .PHONY: am__doit 5.3898 END 5.3899 # If we don't find an include directive, just comment out the code. 5.3900 -{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 5.3901 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 5.3902 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 5.3903 +$as_echo_n "checking for style of include used by $am_make... " >&6; } 5.3904 am__include="#" 5.3905 am__quote= 5.3906 _am_result=none 5.3907 # First try GNU make style include. 5.3908 echo "include confinc" > confmf 5.3909 -# We grep out `Entering directory' and `Leaving directory' 5.3910 -# messages which can occur if `w' ends up in MAKEFLAGS. 5.3911 -# In particular we don't look at `^make:' because GNU make might 5.3912 -# be invoked under some other name (usually "gmake"), in which 5.3913 -# case it prints its new name instead of `make'. 5.3914 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 5.3915 - am__include=include 5.3916 - am__quote= 5.3917 - _am_result=GNU 5.3918 -fi 5.3919 +# Ignore all kinds of additional output from `make'. 5.3920 +case `$am_make -s -f confmf 2> /dev/null` in #( 5.3921 +*the\ am__doit\ target*) 5.3922 + am__include=include 5.3923 + am__quote= 5.3924 + _am_result=GNU 5.3925 + ;; 5.3926 +esac 5.3927 # Now try BSD make style include. 5.3928 if test "$am__include" = "#"; then 5.3929 echo '.include "confinc"' > confmf 5.3930 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 5.3931 - am__include=.include 5.3932 - am__quote="\"" 5.3933 - _am_result=BSD 5.3934 - fi 5.3935 -fi 5.3936 - 5.3937 - 5.3938 -{ echo "$as_me:$LINENO: result: $_am_result" >&5 5.3939 -echo "${ECHO_T}$_am_result" >&6; } 5.3940 + case `$am_make -s -f confmf 2> /dev/null` in #( 5.3941 + *the\ am__doit\ target*) 5.3942 + am__include=.include 5.3943 + am__quote="\"" 5.3944 + _am_result=BSD 5.3945 + ;; 5.3946 + esac 5.3947 +fi 5.3948 + 5.3949 + 5.3950 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 5.3951 +$as_echo "$_am_result" >&6; } 5.3952 rm -f confinc confmf 5.3953 5.3954 # Check whether --enable-dependency-tracking was given. 5.3955 -if test "${enable_dependency_tracking+set}" = set; then 5.3956 +if test "${enable_dependency_tracking+set}" = set; then : 5.3957 enableval=$enable_dependency_tracking; 5.3958 fi 5.3959 5.3960 @@ -3169,9 +3569,7 @@ 5.3961 am_depcomp="$ac_aux_dir/depcomp" 5.3962 AMDEPBACKSLASH='\' 5.3963 fi 5.3964 - 5.3965 - 5.3966 -if test "x$enable_dependency_tracking" != xno; then 5.3967 + if test "x$enable_dependency_tracking" != xno; then 5.3968 AMDEP_TRUE= 5.3969 AMDEP_FALSE='#' 5.3970 else 5.3971 @@ -3181,13 +3579,12 @@ 5.3972 5.3973 5.3974 5.3975 - 5.3976 depcc="$CC" am_compiler_list= 5.3977 5.3978 -{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 5.3979 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 5.3980 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 5.3981 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.3982 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5.3983 +$as_echo_n "checking dependency style of $depcc... " >&6; } 5.3984 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 5.3985 + $as_echo_n "(cached) " >&6 5.3986 else 5.3987 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5.3988 # We make a subdir and do the tests there. Otherwise we can end up 5.3989 @@ -3212,6 +3609,11 @@ 5.3990 if test "$am_compiler_list" = ""; then 5.3991 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 5.3992 fi 5.3993 + am__universal=false 5.3994 + case " $depcc " in #( 5.3995 + *\ -arch\ *\ -arch\ *) am__universal=true ;; 5.3996 + esac 5.3997 + 5.3998 for depmode in $am_compiler_list; do 5.3999 # Setup a source with many dependencies, because some compilers 5.4000 # like to wrap large dependency lists on column 80 (with \), and 5.4001 @@ -3223,11 +3625,23 @@ 5.4002 : > sub/conftest.c 5.4003 for i in 1 2 3 4 5 6; do 5.4004 echo '#include "conftst'$i'.h"' >> sub/conftest.c 5.4005 - : > sub/conftst$i.h 5.4006 + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 5.4007 + # Solaris 8's {/usr,}/bin/sh. 5.4008 + touch sub/conftst$i.h 5.4009 done 5.4010 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 5.4011 5.4012 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 5.4013 + # mode. It turns out that the SunPro C++ compiler does not properly 5.4014 + # handle `-M -o', and we need to detect this. Also, some Intel 5.4015 + # versions had trouble with output in subdirs 5.4016 + am__obj=sub/conftest.${OBJEXT-o} 5.4017 + am__minus_obj="-o $am__obj" 5.4018 case $depmode in 5.4019 + gcc) 5.4020 + # This depmode causes a compiler race in universal mode. 5.4021 + test "$am__universal" = false || continue 5.4022 + ;; 5.4023 nosideeffect) 5.4024 # after this tag, mechanisms are not by side-effect, so they'll 5.4025 # only be used when explicitly requested 5.4026 @@ -3237,23 +3651,33 @@ 5.4027 break 5.4028 fi 5.4029 ;; 5.4030 + msvisualcpp | msvcmsys) 5.4031 + # This compiler won't grok `-c -o', but also, the minuso test has 5.4032 + # not run yet. These depmodes are late enough in the game, and 5.4033 + # so weak that their functioning should not be impacted. 5.4034 + am__obj=conftest.${OBJEXT-o} 5.4035 + am__minus_obj= 5.4036 + ;; 5.4037 none) break ;; 5.4038 esac 5.4039 - # We check with `-c' and `-o' for the sake of the "dashmstdout" 5.4040 - # mode. It turns out that the SunPro C++ compiler does not properly 5.4041 - # handle `-M -o', and we need to detect this. 5.4042 if depmode=$depmode \ 5.4043 - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 5.4044 + source=sub/conftest.c object=$am__obj \ 5.4045 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 5.4046 - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 5.4047 + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ 5.4048 >/dev/null 2>conftest.err && 5.4049 + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && 5.4050 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 5.4051 - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 5.4052 + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && 5.4053 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 5.4054 # icc doesn't choke on unknown options, it will just issue warnings 5.4055 - # (even with -Werror). So we grep stderr for any message 5.4056 - # that says an option was ignored. 5.4057 - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 5.4058 + # or remarks (even with -Werror). So we grep stderr for any message 5.4059 + # that says an option was ignored or not supported. 5.4060 + # When given -MP, icc 7.0 and 7.1 complain thusly: 5.4061 + # icc: Command line warning: ignoring option '-M'; no argument required 5.4062 + # The diagnosis changed in icc 8.0: 5.4063 + # icc: Command line remark: option '-MP' not supported 5.4064 + if (grep 'ignoring option' conftest.err || 5.4065 + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 5.4066 am_cv_CC_dependencies_compiler_type=$depmode 5.4067 break 5.4068 fi 5.4069 @@ -3267,13 +3691,11 @@ 5.4070 fi 5.4071 5.4072 fi 5.4073 -{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 5.4074 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 5.4075 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 5.4076 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } 5.4077 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 5.4078 5.4079 - 5.4080 - 5.4081 -if 5.4082 + if 5.4083 test "x$enable_dependency_tracking" != xno \ 5.4084 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 5.4085 am__fastdepCC_TRUE= 5.4086 @@ -3285,17 +3707,13 @@ 5.4087 5.4088 5.4089 5.4090 -{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 5.4091 -echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 5.4092 -if test "${ac_cv_search_strerror+set}" = set; then 5.4093 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4094 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 5.4095 +$as_echo_n "checking for library containing strerror... " >&6; } 5.4096 +if test "${ac_cv_search_strerror+set}" = set; then : 5.4097 + $as_echo_n "(cached) " >&6 5.4098 else 5.4099 ac_func_search_save_LIBS=$LIBS 5.4100 -cat >conftest.$ac_ext <<_ACEOF 5.4101 -/* confdefs.h. */ 5.4102 -_ACEOF 5.4103 -cat confdefs.h >>conftest.$ac_ext 5.4104 -cat >>conftest.$ac_ext <<_ACEOF 5.4105 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4106 /* end confdefs.h. */ 5.4107 5.4108 /* Override any GCC internal prototype to avoid an error. 5.4109 @@ -3320,50 +3738,27 @@ 5.4110 ac_res=-l$ac_lib 5.4111 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 5.4112 fi 5.4113 - rm -f conftest.$ac_objext conftest$ac_exeext 5.4114 -if { (ac_try="$ac_link" 5.4115 -case "(($ac_try" in 5.4116 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4117 - *) ac_try_echo=$ac_try;; 5.4118 -esac 5.4119 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4120 - (eval "$ac_link") 2>conftest.er1 5.4121 - ac_status=$? 5.4122 - grep -v '^ *+' conftest.er1 >conftest.err 5.4123 - rm -f conftest.er1 5.4124 - cat conftest.err >&5 5.4125 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4126 - (exit $ac_status); } && { 5.4127 - test -z "$ac_c_werror_flag" || 5.4128 - test ! -s conftest.err 5.4129 - } && test -s conftest$ac_exeext && 5.4130 - $as_test_x conftest$ac_exeext; then 5.4131 + if ac_fn_c_try_link "$LINENO"; then : 5.4132 ac_cv_search_strerror=$ac_res 5.4133 -else 5.4134 - echo "$as_me: failed program was:" >&5 5.4135 -sed 's/^/| /' conftest.$ac_ext >&5 5.4136 - 5.4137 - 5.4138 -fi 5.4139 - 5.4140 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.4141 - conftest$ac_exeext 5.4142 - if test "${ac_cv_search_strerror+set}" = set; then 5.4143 +fi 5.4144 +rm -f core conftest.err conftest.$ac_objext \ 5.4145 + conftest$ac_exeext 5.4146 + if test "${ac_cv_search_strerror+set}" = set; then : 5.4147 break 5.4148 fi 5.4149 done 5.4150 -if test "${ac_cv_search_strerror+set}" = set; then 5.4151 - : 5.4152 +if test "${ac_cv_search_strerror+set}" = set; then : 5.4153 + 5.4154 else 5.4155 ac_cv_search_strerror=no 5.4156 fi 5.4157 rm conftest.$ac_ext 5.4158 LIBS=$ac_func_search_save_LIBS 5.4159 fi 5.4160 -{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 5.4161 -echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 5.4162 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5 5.4163 +$as_echo "$ac_cv_search_strerror" >&6; } 5.4164 ac_res=$ac_cv_search_strerror 5.4165 -if test "$ac_res" != no; then 5.4166 +if test "$ac_res" != no; then : 5.4167 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 5.4168 5.4169 fi 5.4170 @@ -3373,15 +3768,15 @@ 5.4171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5.4172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5.4173 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5.4174 -{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 5.4175 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 5.4176 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 5.4177 +$as_echo_n "checking how to run the C preprocessor... " >&6; } 5.4178 # On Suns, sometimes $CPP names a directory. 5.4179 if test -n "$CPP" && test -d "$CPP"; then 5.4180 CPP= 5.4181 fi 5.4182 if test -z "$CPP"; then 5.4183 - if test "${ac_cv_prog_CPP+set}" = set; then 5.4184 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4185 + if test "${ac_cv_prog_CPP+set}" = set; then : 5.4186 + $as_echo_n "(cached) " >&6 5.4187 else 5.4188 # Double quotes because CPP needs to be expanded 5.4189 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 5.4190 @@ -3395,11 +3790,7 @@ 5.4191 # <limits.h> exists even on freestanding compilers. 5.4192 # On the NeXT, cc -E runs the code through the compiler's parser, 5.4193 # not just through cpp. "Syntax error" is here to catch this case. 5.4194 - cat >conftest.$ac_ext <<_ACEOF 5.4195 -/* confdefs.h. */ 5.4196 -_ACEOF 5.4197 -cat confdefs.h >>conftest.$ac_ext 5.4198 -cat >>conftest.$ac_ext <<_ACEOF 5.4199 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4200 /* end confdefs.h. */ 5.4201 #ifdef __STDC__ 5.4202 # include <limits.h> 5.4203 @@ -3408,76 +3799,34 @@ 5.4204 #endif 5.4205 Syntax error 5.4206 _ACEOF 5.4207 -if { (ac_try="$ac_cpp conftest.$ac_ext" 5.4208 -case "(($ac_try" in 5.4209 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4210 - *) ac_try_echo=$ac_try;; 5.4211 -esac 5.4212 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4213 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5.4214 - ac_status=$? 5.4215 - grep -v '^ *+' conftest.er1 >conftest.err 5.4216 - rm -f conftest.er1 5.4217 - cat conftest.err >&5 5.4218 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4219 - (exit $ac_status); } >/dev/null && { 5.4220 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.4221 - test ! -s conftest.err 5.4222 - }; then 5.4223 - : 5.4224 -else 5.4225 - echo "$as_me: failed program was:" >&5 5.4226 -sed 's/^/| /' conftest.$ac_ext >&5 5.4227 - 5.4228 +if ac_fn_c_try_cpp "$LINENO"; then : 5.4229 + 5.4230 +else 5.4231 # Broken: fails on valid input. 5.4232 continue 5.4233 fi 5.4234 - 5.4235 rm -f conftest.err conftest.$ac_ext 5.4236 5.4237 # OK, works on sane cases. Now check whether nonexistent headers 5.4238 # can be detected and how. 5.4239 - cat >conftest.$ac_ext <<_ACEOF 5.4240 -/* confdefs.h. */ 5.4241 -_ACEOF 5.4242 -cat confdefs.h >>conftest.$ac_ext 5.4243 -cat >>conftest.$ac_ext <<_ACEOF 5.4244 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4245 /* end confdefs.h. */ 5.4246 #include <ac_nonexistent.h> 5.4247 _ACEOF 5.4248 -if { (ac_try="$ac_cpp conftest.$ac_ext" 5.4249 -case "(($ac_try" in 5.4250 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4251 - *) ac_try_echo=$ac_try;; 5.4252 -esac 5.4253 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4254 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5.4255 - ac_status=$? 5.4256 - grep -v '^ *+' conftest.er1 >conftest.err 5.4257 - rm -f conftest.er1 5.4258 - cat conftest.err >&5 5.4259 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4260 - (exit $ac_status); } >/dev/null && { 5.4261 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.4262 - test ! -s conftest.err 5.4263 - }; then 5.4264 +if ac_fn_c_try_cpp "$LINENO"; then : 5.4265 # Broken: success on invalid input. 5.4266 continue 5.4267 else 5.4268 - echo "$as_me: failed program was:" >&5 5.4269 -sed 's/^/| /' conftest.$ac_ext >&5 5.4270 - 5.4271 # Passes both tests. 5.4272 ac_preproc_ok=: 5.4273 break 5.4274 fi 5.4275 - 5.4276 rm -f conftest.err conftest.$ac_ext 5.4277 5.4278 done 5.4279 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5.4280 rm -f conftest.err conftest.$ac_ext 5.4281 -if $ac_preproc_ok; then 5.4282 +if $ac_preproc_ok; then : 5.4283 break 5.4284 fi 5.4285 5.4286 @@ -3489,8 +3838,8 @@ 5.4287 else 5.4288 ac_cv_prog_CPP=$CPP 5.4289 fi 5.4290 -{ echo "$as_me:$LINENO: result: $CPP" >&5 5.4291 -echo "${ECHO_T}$CPP" >&6; } 5.4292 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 5.4293 +$as_echo "$CPP" >&6; } 5.4294 ac_preproc_ok=false 5.4295 for ac_c_preproc_warn_flag in '' yes 5.4296 do 5.4297 @@ -3500,11 +3849,7 @@ 5.4298 # <limits.h> exists even on freestanding compilers. 5.4299 # On the NeXT, cc -E runs the code through the compiler's parser, 5.4300 # not just through cpp. "Syntax error" is here to catch this case. 5.4301 - cat >conftest.$ac_ext <<_ACEOF 5.4302 -/* confdefs.h. */ 5.4303 -_ACEOF 5.4304 -cat confdefs.h >>conftest.$ac_ext 5.4305 -cat >>conftest.$ac_ext <<_ACEOF 5.4306 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4307 /* end confdefs.h. */ 5.4308 #ifdef __STDC__ 5.4309 # include <limits.h> 5.4310 @@ -3513,83 +3858,40 @@ 5.4311 #endif 5.4312 Syntax error 5.4313 _ACEOF 5.4314 -if { (ac_try="$ac_cpp conftest.$ac_ext" 5.4315 -case "(($ac_try" in 5.4316 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4317 - *) ac_try_echo=$ac_try;; 5.4318 -esac 5.4319 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4320 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5.4321 - ac_status=$? 5.4322 - grep -v '^ *+' conftest.er1 >conftest.err 5.4323 - rm -f conftest.er1 5.4324 - cat conftest.err >&5 5.4325 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4326 - (exit $ac_status); } >/dev/null && { 5.4327 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.4328 - test ! -s conftest.err 5.4329 - }; then 5.4330 - : 5.4331 -else 5.4332 - echo "$as_me: failed program was:" >&5 5.4333 -sed 's/^/| /' conftest.$ac_ext >&5 5.4334 - 5.4335 +if ac_fn_c_try_cpp "$LINENO"; then : 5.4336 + 5.4337 +else 5.4338 # Broken: fails on valid input. 5.4339 continue 5.4340 fi 5.4341 - 5.4342 rm -f conftest.err conftest.$ac_ext 5.4343 5.4344 # OK, works on sane cases. Now check whether nonexistent headers 5.4345 # can be detected and how. 5.4346 - cat >conftest.$ac_ext <<_ACEOF 5.4347 -/* confdefs.h. */ 5.4348 -_ACEOF 5.4349 -cat confdefs.h >>conftest.$ac_ext 5.4350 -cat >>conftest.$ac_ext <<_ACEOF 5.4351 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4352 /* end confdefs.h. */ 5.4353 #include <ac_nonexistent.h> 5.4354 _ACEOF 5.4355 -if { (ac_try="$ac_cpp conftest.$ac_ext" 5.4356 -case "(($ac_try" in 5.4357 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4358 - *) ac_try_echo=$ac_try;; 5.4359 -esac 5.4360 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4361 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5.4362 - ac_status=$? 5.4363 - grep -v '^ *+' conftest.er1 >conftest.err 5.4364 - rm -f conftest.er1 5.4365 - cat conftest.err >&5 5.4366 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4367 - (exit $ac_status); } >/dev/null && { 5.4368 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.4369 - test ! -s conftest.err 5.4370 - }; then 5.4371 +if ac_fn_c_try_cpp "$LINENO"; then : 5.4372 # Broken: success on invalid input. 5.4373 continue 5.4374 else 5.4375 - echo "$as_me: failed program was:" >&5 5.4376 -sed 's/^/| /' conftest.$ac_ext >&5 5.4377 - 5.4378 # Passes both tests. 5.4379 ac_preproc_ok=: 5.4380 break 5.4381 fi 5.4382 - 5.4383 rm -f conftest.err conftest.$ac_ext 5.4384 5.4385 done 5.4386 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5.4387 rm -f conftest.err conftest.$ac_ext 5.4388 -if $ac_preproc_ok; then 5.4389 - : 5.4390 -else 5.4391 - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 5.4392 -See \`config.log' for more details." >&5 5.4393 -echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 5.4394 -See \`config.log' for more details." >&2;} 5.4395 - { (exit 1); exit 1; }; } 5.4396 +if $ac_preproc_ok; then : 5.4397 + 5.4398 +else 5.4399 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.4400 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.4401 +as_fn_error "C preprocessor \"$CPP\" fails sanity check 5.4402 +See \`config.log' for more details." "$LINENO" 5; } 5.4403 fi 5.4404 5.4405 ac_ext=c 5.4406 @@ -3599,45 +3901,40 @@ 5.4407 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5.4408 5.4409 5.4410 -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 5.4411 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 5.4412 -if test "${ac_cv_path_GREP+set}" = set; then 5.4413 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4414 -else 5.4415 - # Extract the first word of "grep ggrep" to use in msg output 5.4416 -if test -z "$GREP"; then 5.4417 -set dummy grep ggrep; ac_prog_name=$2 5.4418 -if test "${ac_cv_path_GREP+set}" = set; then 5.4419 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4420 -else 5.4421 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 5.4422 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5.4423 +if test "${ac_cv_path_GREP+set}" = set; then : 5.4424 + $as_echo_n "(cached) " >&6 5.4425 +else 5.4426 + if test -z "$GREP"; then 5.4427 ac_path_GREP_found=false 5.4428 -# Loop through the user's path and test for each of PROGNAME-LIST 5.4429 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.4430 + # Loop through the user's path and test for each of PROGNAME-LIST 5.4431 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.4432 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 5.4433 do 5.4434 IFS=$as_save_IFS 5.4435 test -z "$as_dir" && as_dir=. 5.4436 - for ac_prog in grep ggrep; do 5.4437 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4438 - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 5.4439 - { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 5.4440 - # Check for GNU ac_path_GREP and select it if it is found. 5.4441 + for ac_prog in grep ggrep; do 5.4442 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4443 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 5.4444 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 5.4445 +# Check for GNU ac_path_GREP and select it if it is found. 5.4446 # Check for GNU $ac_path_GREP 5.4447 case `"$ac_path_GREP" --version 2>&1` in 5.4448 *GNU*) 5.4449 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 5.4450 *) 5.4451 ac_count=0 5.4452 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 5.4453 + $as_echo_n 0123456789 >"conftest.in" 5.4454 while : 5.4455 do 5.4456 cat "conftest.in" "conftest.in" >"conftest.tmp" 5.4457 mv "conftest.tmp" "conftest.in" 5.4458 cp "conftest.in" "conftest.nl" 5.4459 - echo 'GREP' >> "conftest.nl" 5.4460 + $as_echo 'GREP' >> "conftest.nl" 5.4461 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 5.4462 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 5.4463 - ac_count=`expr $ac_count + 1` 5.4464 + as_fn_arith $ac_count + 1 && ac_count=$as_val 5.4465 if test $ac_count -gt ${ac_path_GREP_max-0}; then 5.4466 # Best one so far, save it but keep looking for a better one 5.4467 ac_cv_path_GREP="$ac_path_GREP" 5.4468 @@ -3649,77 +3946,61 @@ 5.4469 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 5.4470 esac 5.4471 5.4472 - 5.4473 - $ac_path_GREP_found && break 3 5.4474 + $ac_path_GREP_found && break 3 5.4475 + done 5.4476 done 5.4477 -done 5.4478 - 5.4479 -done 5.4480 + done 5.4481 IFS=$as_save_IFS 5.4482 - 5.4483 - 5.4484 -fi 5.4485 - 5.4486 -GREP="$ac_cv_path_GREP" 5.4487 -if test -z "$GREP"; then 5.4488 - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 5.4489 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 5.4490 - { (exit 1); exit 1; }; } 5.4491 -fi 5.4492 - 5.4493 + if test -z "$ac_cv_path_GREP"; then 5.4494 + as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5.4495 + fi 5.4496 else 5.4497 ac_cv_path_GREP=$GREP 5.4498 fi 5.4499 5.4500 - 5.4501 -fi 5.4502 -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 5.4503 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 5.4504 +fi 5.4505 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 5.4506 +$as_echo "$ac_cv_path_GREP" >&6; } 5.4507 GREP="$ac_cv_path_GREP" 5.4508 5.4509 5.4510 -{ echo "$as_me:$LINENO: checking for egrep" >&5 5.4511 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 5.4512 -if test "${ac_cv_path_EGREP+set}" = set; then 5.4513 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4514 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 5.4515 +$as_echo_n "checking for egrep... " >&6; } 5.4516 +if test "${ac_cv_path_EGREP+set}" = set; then : 5.4517 + $as_echo_n "(cached) " >&6 5.4518 else 5.4519 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 5.4520 then ac_cv_path_EGREP="$GREP -E" 5.4521 else 5.4522 - # Extract the first word of "egrep" to use in msg output 5.4523 -if test -z "$EGREP"; then 5.4524 -set dummy egrep; ac_prog_name=$2 5.4525 -if test "${ac_cv_path_EGREP+set}" = set; then 5.4526 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4527 -else 5.4528 + if test -z "$EGREP"; then 5.4529 ac_path_EGREP_found=false 5.4530 -# Loop through the user's path and test for each of PROGNAME-LIST 5.4531 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.4532 + # Loop through the user's path and test for each of PROGNAME-LIST 5.4533 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.4534 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 5.4535 do 5.4536 IFS=$as_save_IFS 5.4537 test -z "$as_dir" && as_dir=. 5.4538 - for ac_prog in egrep; do 5.4539 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4540 - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 5.4541 - { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 5.4542 - # Check for GNU ac_path_EGREP and select it if it is found. 5.4543 + for ac_prog in egrep; do 5.4544 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4545 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 5.4546 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 5.4547 +# Check for GNU ac_path_EGREP and select it if it is found. 5.4548 # Check for GNU $ac_path_EGREP 5.4549 case `"$ac_path_EGREP" --version 2>&1` in 5.4550 *GNU*) 5.4551 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 5.4552 *) 5.4553 ac_count=0 5.4554 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 5.4555 + $as_echo_n 0123456789 >"conftest.in" 5.4556 while : 5.4557 do 5.4558 cat "conftest.in" "conftest.in" >"conftest.tmp" 5.4559 mv "conftest.tmp" "conftest.in" 5.4560 cp "conftest.in" "conftest.nl" 5.4561 - echo 'EGREP' >> "conftest.nl" 5.4562 + $as_echo 'EGREP' >> "conftest.nl" 5.4563 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 5.4564 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 5.4565 - ac_count=`expr $ac_count + 1` 5.4566 + as_fn_arith $ac_count + 1 && ac_count=$as_val 5.4567 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 5.4568 # Best one so far, save it but keep looking for a better one 5.4569 ac_cv_path_EGREP="$ac_path_EGREP" 5.4570 @@ -3731,46 +4012,31 @@ 5.4571 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 5.4572 esac 5.4573 5.4574 - 5.4575 - $ac_path_EGREP_found && break 3 5.4576 + $ac_path_EGREP_found && break 3 5.4577 + done 5.4578 done 5.4579 -done 5.4580 - 5.4581 -done 5.4582 + done 5.4583 IFS=$as_save_IFS 5.4584 - 5.4585 - 5.4586 -fi 5.4587 - 5.4588 -EGREP="$ac_cv_path_EGREP" 5.4589 -if test -z "$EGREP"; then 5.4590 - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 5.4591 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 5.4592 - { (exit 1); exit 1; }; } 5.4593 -fi 5.4594 - 5.4595 + if test -z "$ac_cv_path_EGREP"; then 5.4596 + as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5.4597 + fi 5.4598 else 5.4599 ac_cv_path_EGREP=$EGREP 5.4600 fi 5.4601 5.4602 - 5.4603 fi 5.4604 fi 5.4605 -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 5.4606 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 5.4607 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 5.4608 +$as_echo "$ac_cv_path_EGREP" >&6; } 5.4609 EGREP="$ac_cv_path_EGREP" 5.4610 5.4611 5.4612 -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 5.4613 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 5.4614 -if test "${ac_cv_header_stdc+set}" = set; then 5.4615 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4616 -else 5.4617 - cat >conftest.$ac_ext <<_ACEOF 5.4618 -/* confdefs.h. */ 5.4619 -_ACEOF 5.4620 -cat confdefs.h >>conftest.$ac_ext 5.4621 -cat >>conftest.$ac_ext <<_ACEOF 5.4622 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 5.4623 +$as_echo_n "checking for ANSI C header files... " >&6; } 5.4624 +if test "${ac_cv_header_stdc+set}" = set; then : 5.4625 + $as_echo_n "(cached) " >&6 5.4626 +else 5.4627 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4628 /* end confdefs.h. */ 5.4629 #include <stdlib.h> 5.4630 #include <stdarg.h> 5.4631 @@ -3785,47 +4051,23 @@ 5.4632 return 0; 5.4633 } 5.4634 _ACEOF 5.4635 -rm -f conftest.$ac_objext 5.4636 -if { (ac_try="$ac_compile" 5.4637 -case "(($ac_try" in 5.4638 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4639 - *) ac_try_echo=$ac_try;; 5.4640 -esac 5.4641 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4642 - (eval "$ac_compile") 2>conftest.er1 5.4643 - ac_status=$? 5.4644 - grep -v '^ *+' conftest.er1 >conftest.err 5.4645 - rm -f conftest.er1 5.4646 - cat conftest.err >&5 5.4647 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4648 - (exit $ac_status); } && { 5.4649 - test -z "$ac_c_werror_flag" || 5.4650 - test ! -s conftest.err 5.4651 - } && test -s conftest.$ac_objext; then 5.4652 +if ac_fn_c_try_compile "$LINENO"; then : 5.4653 ac_cv_header_stdc=yes 5.4654 else 5.4655 - echo "$as_me: failed program was:" >&5 5.4656 -sed 's/^/| /' conftest.$ac_ext >&5 5.4657 - 5.4658 - ac_cv_header_stdc=no 5.4659 -fi 5.4660 - 5.4661 + ac_cv_header_stdc=no 5.4662 +fi 5.4663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.4664 5.4665 if test $ac_cv_header_stdc = yes; then 5.4666 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5.4667 - cat >conftest.$ac_ext <<_ACEOF 5.4668 -/* confdefs.h. */ 5.4669 -_ACEOF 5.4670 -cat confdefs.h >>conftest.$ac_ext 5.4671 -cat >>conftest.$ac_ext <<_ACEOF 5.4672 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4673 /* end confdefs.h. */ 5.4674 #include <string.h> 5.4675 5.4676 _ACEOF 5.4677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5.4678 - $EGREP "memchr" >/dev/null 2>&1; then 5.4679 - : 5.4680 + $EGREP "memchr" >/dev/null 2>&1; then : 5.4681 + 5.4682 else 5.4683 ac_cv_header_stdc=no 5.4684 fi 5.4685 @@ -3835,18 +4077,14 @@ 5.4686 5.4687 if test $ac_cv_header_stdc = yes; then 5.4688 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5.4689 - cat >conftest.$ac_ext <<_ACEOF 5.4690 -/* confdefs.h. */ 5.4691 -_ACEOF 5.4692 -cat confdefs.h >>conftest.$ac_ext 5.4693 -cat >>conftest.$ac_ext <<_ACEOF 5.4694 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4695 /* end confdefs.h. */ 5.4696 #include <stdlib.h> 5.4697 5.4698 _ACEOF 5.4699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5.4700 - $EGREP "free" >/dev/null 2>&1; then 5.4701 - : 5.4702 + $EGREP "free" >/dev/null 2>&1; then : 5.4703 + 5.4704 else 5.4705 ac_cv_header_stdc=no 5.4706 fi 5.4707 @@ -3856,14 +4094,10 @@ 5.4708 5.4709 if test $ac_cv_header_stdc = yes; then 5.4710 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 5.4711 - if test "$cross_compiling" = yes; then 5.4712 + if test "$cross_compiling" = yes; then : 5.4713 : 5.4714 else 5.4715 - cat >conftest.$ac_ext <<_ACEOF 5.4716 -/* confdefs.h. */ 5.4717 -_ACEOF 5.4718 -cat confdefs.h >>conftest.$ac_ext 5.4719 -cat >>conftest.$ac_ext <<_ACEOF 5.4720 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.4721 /* end confdefs.h. */ 5.4722 #include <ctype.h> 5.4723 #include <stdlib.h> 5.4724 @@ -3890,58 +4124,32 @@ 5.4725 return 0; 5.4726 } 5.4727 _ACEOF 5.4728 -rm -f conftest$ac_exeext 5.4729 -if { (ac_try="$ac_link" 5.4730 -case "(($ac_try" in 5.4731 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4732 - *) ac_try_echo=$ac_try;; 5.4733 -esac 5.4734 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4735 - (eval "$ac_link") 2>&5 5.4736 - ac_status=$? 5.4737 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4738 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5.4739 - { (case "(($ac_try" in 5.4740 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.4741 - *) ac_try_echo=$ac_try;; 5.4742 -esac 5.4743 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.4744 - (eval "$ac_try") 2>&5 5.4745 - ac_status=$? 5.4746 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.4747 - (exit $ac_status); }; }; then 5.4748 - : 5.4749 -else 5.4750 - echo "$as_me: program exited with status $ac_status" >&5 5.4751 -echo "$as_me: failed program was:" >&5 5.4752 -sed 's/^/| /' conftest.$ac_ext >&5 5.4753 - 5.4754 -( exit $ac_status ) 5.4755 -ac_cv_header_stdc=no 5.4756 -fi 5.4757 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5.4758 -fi 5.4759 - 5.4760 - 5.4761 -fi 5.4762 -fi 5.4763 -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 5.4764 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 5.4765 +if ac_fn_c_try_run "$LINENO"; then : 5.4766 + 5.4767 +else 5.4768 + ac_cv_header_stdc=no 5.4769 +fi 5.4770 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 5.4771 + conftest.$ac_objext conftest.beam conftest.$ac_ext 5.4772 +fi 5.4773 + 5.4774 +fi 5.4775 +fi 5.4776 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 5.4777 +$as_echo "$ac_cv_header_stdc" >&6; } 5.4778 if test $ac_cv_header_stdc = yes; then 5.4779 5.4780 -cat >>confdefs.h <<\_ACEOF 5.4781 -#define STDC_HEADERS 1 5.4782 -_ACEOF 5.4783 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h 5.4784 5.4785 fi 5.4786 5.4787 if test -n "$ac_tool_prefix"; then 5.4788 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 5.4789 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5.4790 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.4791 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.4792 -if test "${ac_cv_prog_RANLIB+set}" = set; then 5.4793 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4794 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.4795 +$as_echo_n "checking for $ac_word... " >&6; } 5.4796 +if test "${ac_cv_prog_RANLIB+set}" = set; then : 5.4797 + $as_echo_n "(cached) " >&6 5.4798 else 5.4799 if test -n "$RANLIB"; then 5.4800 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 5.4801 @@ -3951,25 +4159,25 @@ 5.4802 do 5.4803 IFS=$as_save_IFS 5.4804 test -z "$as_dir" && as_dir=. 5.4805 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4806 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.4808 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 5.4809 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4810 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4811 break 2 5.4812 fi 5.4813 done 5.4814 -done 5.4815 + done 5.4816 IFS=$as_save_IFS 5.4817 5.4818 fi 5.4819 fi 5.4820 RANLIB=$ac_cv_prog_RANLIB 5.4821 if test -n "$RANLIB"; then 5.4822 - { echo "$as_me:$LINENO: result: $RANLIB" >&5 5.4823 -echo "${ECHO_T}$RANLIB" >&6; } 5.4824 -else 5.4825 - { echo "$as_me:$LINENO: result: no" >&5 5.4826 -echo "${ECHO_T}no" >&6; } 5.4827 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 5.4828 +$as_echo "$RANLIB" >&6; } 5.4829 +else 5.4830 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.4831 +$as_echo "no" >&6; } 5.4832 fi 5.4833 5.4834 5.4835 @@ -3978,10 +4186,10 @@ 5.4836 ac_ct_RANLIB=$RANLIB 5.4837 # Extract the first word of "ranlib", so it can be a program name with args. 5.4838 set dummy ranlib; ac_word=$2 5.4839 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.4840 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.4841 -if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 5.4842 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4843 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.4844 +$as_echo_n "checking for $ac_word... " >&6; } 5.4845 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5.4846 + $as_echo_n "(cached) " >&6 5.4847 else 5.4848 if test -n "$ac_ct_RANLIB"; then 5.4849 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 5.4850 @@ -3991,25 +4199,25 @@ 5.4851 do 5.4852 IFS=$as_save_IFS 5.4853 test -z "$as_dir" && as_dir=. 5.4854 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4855 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4856 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.4857 ac_cv_prog_ac_ct_RANLIB="ranlib" 5.4858 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4859 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4860 break 2 5.4861 fi 5.4862 done 5.4863 -done 5.4864 + done 5.4865 IFS=$as_save_IFS 5.4866 5.4867 fi 5.4868 fi 5.4869 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 5.4870 if test -n "$ac_ct_RANLIB"; then 5.4871 - { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 5.4872 -echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 5.4873 -else 5.4874 - { echo "$as_me:$LINENO: result: no" >&5 5.4875 -echo "${ECHO_T}no" >&6; } 5.4876 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 5.4877 +$as_echo "$ac_ct_RANLIB" >&6; } 5.4878 +else 5.4879 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.4880 +$as_echo "no" >&6; } 5.4881 fi 5.4882 5.4883 if test "x$ac_ct_RANLIB" = x; then 5.4884 @@ -4017,12 +4225,8 @@ 5.4885 else 5.4886 case $cross_compiling:$ac_tool_warned in 5.4887 yes:) 5.4888 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5.4889 -whose name does not start with the host triplet. If you think this 5.4890 -configuration is useful to you, please write to autoconf@gnu.org." >&5 5.4891 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5.4892 -whose name does not start with the host triplet. If you think this 5.4893 -configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5.4894 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5.4895 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5.4896 ac_tool_warned=yes ;; 5.4897 esac 5.4898 RANLIB=$ac_ct_RANLIB 5.4899 @@ -4038,10 +4242,10 @@ 5.4900 if test -n "$ac_tool_prefix"; then 5.4901 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 5.4902 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 5.4903 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.4904 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.4905 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 5.4906 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4907 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.4908 +$as_echo_n "checking for $ac_word... " >&6; } 5.4909 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 5.4910 + $as_echo_n "(cached) " >&6 5.4911 else 5.4912 case $PKG_CONFIG in 5.4913 [\\/]* | ?:[\\/]*) 5.4914 @@ -4053,14 +4257,14 @@ 5.4915 do 5.4916 IFS=$as_save_IFS 5.4917 test -z "$as_dir" && as_dir=. 5.4918 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4919 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.4921 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 5.4922 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4923 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4924 break 2 5.4925 fi 5.4926 done 5.4927 -done 5.4928 + done 5.4929 IFS=$as_save_IFS 5.4930 5.4931 ;; 5.4932 @@ -4068,11 +4272,11 @@ 5.4933 fi 5.4934 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 5.4935 if test -n "$PKG_CONFIG"; then 5.4936 - { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 5.4937 -echo "${ECHO_T}$PKG_CONFIG" >&6; } 5.4938 -else 5.4939 - { echo "$as_me:$LINENO: result: no" >&5 5.4940 -echo "${ECHO_T}no" >&6; } 5.4941 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 5.4942 +$as_echo "$PKG_CONFIG" >&6; } 5.4943 +else 5.4944 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.4945 +$as_echo "no" >&6; } 5.4946 fi 5.4947 5.4948 5.4949 @@ -4081,10 +4285,10 @@ 5.4950 ac_pt_PKG_CONFIG=$PKG_CONFIG 5.4951 # Extract the first word of "pkg-config", so it can be a program name with args. 5.4952 set dummy pkg-config; ac_word=$2 5.4953 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5.4954 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5.4955 -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 5.4956 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.4957 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5.4958 +$as_echo_n "checking for $ac_word... " >&6; } 5.4959 +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : 5.4960 + $as_echo_n "(cached) " >&6 5.4961 else 5.4962 case $ac_pt_PKG_CONFIG in 5.4963 [\\/]* | ?:[\\/]*) 5.4964 @@ -4096,14 +4300,14 @@ 5.4965 do 5.4966 IFS=$as_save_IFS 5.4967 test -z "$as_dir" && as_dir=. 5.4968 - for ac_exec_ext in '' $ac_executable_extensions; do 5.4969 + for ac_exec_ext in '' $ac_executable_extensions; do 5.4970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 5.4971 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 5.4972 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4973 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 5.4974 break 2 5.4975 fi 5.4976 done 5.4977 -done 5.4978 + done 5.4979 IFS=$as_save_IFS 5.4980 5.4981 ;; 5.4982 @@ -4111,11 +4315,11 @@ 5.4983 fi 5.4984 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 5.4985 if test -n "$ac_pt_PKG_CONFIG"; then 5.4986 - { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 5.4987 -echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } 5.4988 -else 5.4989 - { echo "$as_me:$LINENO: result: no" >&5 5.4990 -echo "${ECHO_T}no" >&6; } 5.4991 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 5.4992 +$as_echo "$ac_pt_PKG_CONFIG" >&6; } 5.4993 +else 5.4994 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.4995 +$as_echo "no" >&6; } 5.4996 fi 5.4997 5.4998 if test "x$ac_pt_PKG_CONFIG" = x; then 5.4999 @@ -4123,12 +4327,8 @@ 5.5000 else 5.5001 case $cross_compiling:$ac_tool_warned in 5.5002 yes:) 5.5003 -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 5.5004 -whose name does not start with the host triplet. If you think this 5.5005 -configuration is useful to you, please write to autoconf@gnu.org." >&5 5.5006 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 5.5007 -whose name does not start with the host triplet. If you think this 5.5008 -configuration is useful to you, please write to autoconf@gnu.org." >&2;} 5.5009 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 5.5010 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 5.5011 ac_tool_warned=yes ;; 5.5012 esac 5.5013 PKG_CONFIG=$ac_pt_PKG_CONFIG 5.5014 @@ -4140,33 +4340,33 @@ 5.5015 fi 5.5016 if test -n "$PKG_CONFIG"; then 5.5017 _pkg_min_version=0.9.0 5.5018 - { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 5.5019 -echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } 5.5020 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 5.5021 +$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } 5.5022 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 5.5023 - { echo "$as_me:$LINENO: result: yes" >&5 5.5024 -echo "${ECHO_T}yes" >&6; } 5.5025 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.5026 +$as_echo "yes" >&6; } 5.5027 else 5.5028 - { echo "$as_me:$LINENO: result: no" >&5 5.5029 -echo "${ECHO_T}no" >&6; } 5.5030 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.5031 +$as_echo "no" >&6; } 5.5032 PKG_CONFIG="" 5.5033 fi 5.5034 5.5035 fi 5.5036 5.5037 pkg_failed=no 5.5038 -{ echo "$as_me:$LINENO: checking for GLIB" >&5 5.5039 -echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } 5.5040 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5 5.5041 +$as_echo_n "checking for GLIB... " >&6; } 5.5042 5.5043 if test -n "$PKG_CONFIG"; then 5.5044 if test -n "$GLIB_CFLAGS"; then 5.5045 pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" 5.5046 else 5.5047 if test -n "$PKG_CONFIG" && \ 5.5048 - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 5.5049 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 5.5050 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 5.5051 ac_status=$? 5.5052 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5053 - (exit $ac_status); }; then 5.5054 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.5055 + test $ac_status = 0; }; then 5.5056 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null` 5.5057 else 5.5058 pkg_failed=yes 5.5059 @@ -4180,11 +4380,11 @@ 5.5060 pkg_cv_GLIB_LIBS="$GLIB_LIBS" 5.5061 else 5.5062 if test -n "$PKG_CONFIG" && \ 5.5063 - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 5.5064 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5 5.5065 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 5.5066 ac_status=$? 5.5067 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5068 - (exit $ac_status); }; then 5.5069 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 5.5070 + test $ac_status = 0; }; then 5.5071 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null` 5.5072 else 5.5073 pkg_failed=yes 5.5074 @@ -4211,7 +4411,7 @@ 5.5075 # Put the nasty error message in config.log where it belongs 5.5076 echo "$GLIB_PKG_ERRORS" >&5 5.5077 5.5078 - { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met: 5.5079 + as_fn_error "Package requirements (glib-2.0) were not met: 5.5080 5.5081 $GLIB_PKG_ERRORS 5.5082 5.5083 @@ -4221,53 +4421,32 @@ 5.5084 Alternatively, you may set the environment variables GLIB_CFLAGS 5.5085 and GLIB_LIBS to avoid the need to call pkg-config. 5.5086 See the pkg-config man page for more details. 5.5087 -" >&5 5.5088 -echo "$as_me: error: Package requirements (glib-2.0) were not met: 5.5089 - 5.5090 -$GLIB_PKG_ERRORS 5.5091 - 5.5092 -Consider adjusting the PKG_CONFIG_PATH environment variable if you 5.5093 -installed software in a non-standard prefix. 5.5094 +" "$LINENO" 5 5.5095 +elif test $pkg_failed = untried; then 5.5096 + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5.5097 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5.5098 +as_fn_error "The pkg-config script could not be found or is too old. Make sure it 5.5099 +is in your PATH or set the PKG_CONFIG environment variable to the full 5.5100 +path to pkg-config. 5.5101 5.5102 Alternatively, you may set the environment variables GLIB_CFLAGS 5.5103 and GLIB_LIBS to avoid the need to call pkg-config. 5.5104 See the pkg-config man page for more details. 5.5105 -" >&2;} 5.5106 - { (exit 1); exit 1; }; } 5.5107 -elif test $pkg_failed = untried; then 5.5108 - { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 5.5109 -is in your PATH or set the PKG_CONFIG environment variable to the full 5.5110 -path to pkg-config. 5.5111 - 5.5112 -Alternatively, you may set the environment variables GLIB_CFLAGS 5.5113 -and GLIB_LIBS to avoid the need to call pkg-config. 5.5114 -See the pkg-config man page for more details. 5.5115 5.5116 To get pkg-config, see <http://pkg-config.freedesktop.org/>. 5.5117 -See \`config.log' for more details." >&5 5.5118 -echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 5.5119 -is in your PATH or set the PKG_CONFIG environment variable to the full 5.5120 -path to pkg-config. 5.5121 - 5.5122 -Alternatively, you may set the environment variables GLIB_CFLAGS 5.5123 -and GLIB_LIBS to avoid the need to call pkg-config. 5.5124 -See the pkg-config man page for more details. 5.5125 - 5.5126 -To get pkg-config, see <http://pkg-config.freedesktop.org/>. 5.5127 -See \`config.log' for more details." >&2;} 5.5128 - { (exit 1); exit 1; }; } 5.5129 +See \`config.log' for more details." "$LINENO" 5; } 5.5130 else 5.5131 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS 5.5132 GLIB_LIBS=$pkg_cv_GLIB_LIBS 5.5133 - { echo "$as_me:$LINENO: result: yes" >&5 5.5134 -echo "${ECHO_T}yes" >&6; } 5.5135 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.5136 +$as_echo "yes" >&6; } 5.5137 : 5.5138 fi 5.5139 5.5140 5.5141 5.5142 # Check whether --enable-resolver was given. 5.5143 -if test "${enable_resolver+set}" = set; then 5.5144 +if test "${enable_resolver+set}" = set; then : 5.5145 enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then 5.5146 resolver_enabled='yes' 5.5147 fi 5.5148 @@ -4279,22 +4458,16 @@ 5.5149 5.5150 if test "$resolver_enabled" = yes; then 5.5151 5.5152 -cat >>confdefs.h <<\_ACEOF 5.5153 -#define ENABLE_RESOLVER 1 5.5154 -_ACEOF 5.5155 - 5.5156 - { echo "$as_me:$LINENO: checking for res_search in -lc" >&5 5.5157 -echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6; } 5.5158 -if test "${ac_cv_lib_c_res_search+set}" = set; then 5.5159 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5160 +$as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h 5.5161 + 5.5162 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5 5.5163 +$as_echo_n "checking for res_search in -lc... " >&6; } 5.5164 +if test "${ac_cv_lib_c_res_search+set}" = set; then : 5.5165 + $as_echo_n "(cached) " >&6 5.5166 else 5.5167 ac_check_lib_save_LIBS=$LIBS 5.5168 LIBS="-lc $LIBS" 5.5169 -cat >conftest.$ac_ext <<_ACEOF 5.5170 -/* confdefs.h. */ 5.5171 -_ACEOF 5.5172 -cat confdefs.h >>conftest.$ac_ext 5.5173 -cat >>conftest.$ac_ext <<_ACEOF 5.5174 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5175 /* end confdefs.h. */ 5.5176 5.5177 /* Override any GCC internal prototype to avoid an error. 5.5178 @@ -4312,57 +4485,32 @@ 5.5179 return 0; 5.5180 } 5.5181 _ACEOF 5.5182 -rm -f conftest.$ac_objext conftest$ac_exeext 5.5183 -if { (ac_try="$ac_link" 5.5184 -case "(($ac_try" in 5.5185 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5186 - *) ac_try_echo=$ac_try;; 5.5187 -esac 5.5188 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5189 - (eval "$ac_link") 2>conftest.er1 5.5190 - ac_status=$? 5.5191 - grep -v '^ *+' conftest.er1 >conftest.err 5.5192 - rm -f conftest.er1 5.5193 - cat conftest.err >&5 5.5194 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5195 - (exit $ac_status); } && { 5.5196 - test -z "$ac_c_werror_flag" || 5.5197 - test ! -s conftest.err 5.5198 - } && test -s conftest$ac_exeext && 5.5199 - $as_test_x conftest$ac_exeext; then 5.5200 +if ac_fn_c_try_link "$LINENO"; then : 5.5201 ac_cv_lib_c_res_search=yes 5.5202 else 5.5203 - echo "$as_me: failed program was:" >&5 5.5204 -sed 's/^/| /' conftest.$ac_ext >&5 5.5205 - 5.5206 - ac_cv_lib_c_res_search=no 5.5207 -fi 5.5208 - 5.5209 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.5210 - conftest$ac_exeext conftest.$ac_ext 5.5211 + ac_cv_lib_c_res_search=no 5.5212 +fi 5.5213 +rm -f core conftest.err conftest.$ac_objext \ 5.5214 + conftest$ac_exeext conftest.$ac_ext 5.5215 LIBS=$ac_check_lib_save_LIBS 5.5216 fi 5.5217 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 5.5218 -echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6; } 5.5219 -if test $ac_cv_lib_c_res_search = yes; then 5.5220 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5 5.5221 +$as_echo "$ac_cv_lib_c_res_search" >&6; } 5.5222 +if test "x$ac_cv_lib_c_res_search" = x""yes; then : 5.5223 need_resolv=no 5.5224 else 5.5225 need_resolv=yes 5.5226 fi 5.5227 5.5228 if test "$need_resolv" = yes; then 5.5229 - { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 5.5230 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } 5.5231 -if test "${ac_cv_lib_resolv_res_search+set}" = set; then 5.5232 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5233 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 5.5234 +$as_echo_n "checking for res_search in -lresolv... " >&6; } 5.5235 +if test "${ac_cv_lib_resolv_res_search+set}" = set; then : 5.5236 + $as_echo_n "(cached) " >&6 5.5237 else 5.5238 ac_check_lib_save_LIBS=$LIBS 5.5239 LIBS="-lresolv $LIBS" 5.5240 -cat >conftest.$ac_ext <<_ACEOF 5.5241 -/* confdefs.h. */ 5.5242 -_ACEOF 5.5243 -cat confdefs.h >>conftest.$ac_ext 5.5244 -cat >>conftest.$ac_ext <<_ACEOF 5.5245 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5246 /* end confdefs.h. */ 5.5247 5.5248 /* Override any GCC internal prototype to avoid an error. 5.5249 @@ -4380,39 +4528,18 @@ 5.5250 return 0; 5.5251 } 5.5252 _ACEOF 5.5253 -rm -f conftest.$ac_objext conftest$ac_exeext 5.5254 -if { (ac_try="$ac_link" 5.5255 -case "(($ac_try" in 5.5256 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5257 - *) ac_try_echo=$ac_try;; 5.5258 -esac 5.5259 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5260 - (eval "$ac_link") 2>conftest.er1 5.5261 - ac_status=$? 5.5262 - grep -v '^ *+' conftest.er1 >conftest.err 5.5263 - rm -f conftest.er1 5.5264 - cat conftest.err >&5 5.5265 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5266 - (exit $ac_status); } && { 5.5267 - test -z "$ac_c_werror_flag" || 5.5268 - test ! -s conftest.err 5.5269 - } && test -s conftest$ac_exeext && 5.5270 - $as_test_x conftest$ac_exeext; then 5.5271 +if ac_fn_c_try_link "$LINENO"; then : 5.5272 ac_cv_lib_resolv_res_search=yes 5.5273 else 5.5274 - echo "$as_me: failed program was:" >&5 5.5275 -sed 's/^/| /' conftest.$ac_ext >&5 5.5276 - 5.5277 - ac_cv_lib_resolv_res_search=no 5.5278 -fi 5.5279 - 5.5280 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.5281 - conftest$ac_exeext conftest.$ac_ext 5.5282 + ac_cv_lib_resolv_res_search=no 5.5283 +fi 5.5284 +rm -f core conftest.err conftest.$ac_objext \ 5.5285 + conftest$ac_exeext conftest.$ac_ext 5.5286 LIBS=$ac_check_lib_save_LIBS 5.5287 fi 5.5288 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 5.5289 -echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; } 5.5290 -if test $ac_cv_lib_resolv_res_search = yes; then 5.5291 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5 5.5292 +$as_echo "$ac_cv_lib_resolv_res_search" >&6; } 5.5293 +if test "x$ac_cv_lib_resolv_res_search" = x""yes; then : 5.5294 has_resolv=yes; RESOLV_LIBS="-lresolv" 5.5295 else 5.5296 has_resolv=no 5.5297 @@ -4421,13 +4548,9 @@ 5.5298 if test "$has_resolv" = no; then 5.5299 saved_LIBS="$LIBS" 5.5300 LIBS="$LIBS -lresolv" 5.5301 - { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 5.5302 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } 5.5303 - cat >conftest.$ac_ext <<_ACEOF 5.5304 -/* confdefs.h. */ 5.5305 -_ACEOF 5.5306 -cat confdefs.h >>conftest.$ac_ext 5.5307 -cat >>conftest.$ac_ext <<_ACEOF 5.5308 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5 5.5309 +$as_echo_n "checking for res_search in -lresolv... " >&6; } 5.5310 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5311 /* end confdefs.h. */ 5.5312 #include <resolv.h> 5.5313 int 5.5314 @@ -4438,42 +4561,19 @@ 5.5315 return 0; 5.5316 } 5.5317 _ACEOF 5.5318 -rm -f conftest.$ac_objext conftest$ac_exeext 5.5319 -if { (ac_try="$ac_link" 5.5320 -case "(($ac_try" in 5.5321 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5322 - *) ac_try_echo=$ac_try;; 5.5323 -esac 5.5324 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5325 - (eval "$ac_link") 2>conftest.er1 5.5326 - ac_status=$? 5.5327 - grep -v '^ *+' conftest.er1 >conftest.err 5.5328 - rm -f conftest.er1 5.5329 - cat conftest.err >&5 5.5330 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5331 - (exit $ac_status); } && { 5.5332 - test -z "$ac_c_werror_flag" || 5.5333 - test ! -s conftest.err 5.5334 - } && test -s conftest$ac_exeext && 5.5335 - $as_test_x conftest$ac_exeext; then 5.5336 - RESOLV_LIBS="-lresolv"; has_resolv=yes; { echo "$as_me:$LINENO: result: yes" >&5 5.5337 -echo "${ECHO_T}yes" >&6; } 5.5338 -else 5.5339 - echo "$as_me: failed program was:" >&5 5.5340 -sed 's/^/| /' conftest.$ac_ext >&5 5.5341 - 5.5342 - { echo "$as_me:$LINENO: result: no" >&5 5.5343 -echo "${ECHO_T}no" >&6; } 5.5344 -fi 5.5345 - 5.5346 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.5347 - conftest$ac_exeext conftest.$ac_ext; 5.5348 +if ac_fn_c_try_link "$LINENO"; then : 5.5349 + RESOLV_LIBS="-lresolv"; has_resolv=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5.5350 +$as_echo "yes" >&6; } 5.5351 +else 5.5352 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 5.5353 +$as_echo "no" >&6; } 5.5354 +fi 5.5355 +rm -f core conftest.err conftest.$ac_objext \ 5.5356 + conftest$ac_exeext conftest.$ac_ext; 5.5357 LIBS="$saved_LIBS" 5.5358 fi 5.5359 if test "$has_resolv" = no; then 5.5360 - { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 5.5361 -echo "$as_me: error: \"no libresolv\"" >&2;} 5.5362 - { (exit 1); exit 1; }; } 5.5363 + as_fn_error "\"no libresolv\"" "$LINENO" 5 5.5364 RESOLV_LIBS='' 5.5365 fi 5.5366 fi 5.5367 @@ -4482,206 +4582,36 @@ 5.5368 fi 5.5369 5.5370 5.5371 - 5.5372 for ac_func in getline 5.5373 -do 5.5374 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.5375 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5.5376 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5.5377 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5.5378 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5379 -else 5.5380 - cat >conftest.$ac_ext <<_ACEOF 5.5381 -/* confdefs.h. */ 5.5382 +do : 5.5383 + ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" 5.5384 +if test "x$ac_cv_func_getline" = x""yes; then : 5.5385 + cat >>confdefs.h <<_ACEOF 5.5386 +#define HAVE_GETLINE 1 5.5387 _ACEOF 5.5388 -cat confdefs.h >>conftest.$ac_ext 5.5389 -cat >>conftest.$ac_ext <<_ACEOF 5.5390 -/* end confdefs.h. */ 5.5391 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 5.5392 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.5393 -#define $ac_func innocuous_$ac_func 5.5394 - 5.5395 -/* System header to define __stub macros and hopefully few prototypes, 5.5396 - which can conflict with char $ac_func (); below. 5.5397 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.5398 - <limits.h> exists even on freestanding compilers. */ 5.5399 - 5.5400 -#ifdef __STDC__ 5.5401 -# include <limits.h> 5.5402 -#else 5.5403 -# include <assert.h> 5.5404 -#endif 5.5405 - 5.5406 -#undef $ac_func 5.5407 - 5.5408 -/* Override any GCC internal prototype to avoid an error. 5.5409 - Use char because int might match the return type of a GCC 5.5410 - builtin and then its argument prototype would still apply. */ 5.5411 -#ifdef __cplusplus 5.5412 -extern "C" 5.5413 -#endif 5.5414 -char $ac_func (); 5.5415 -/* The GNU C library defines this for functions which it implements 5.5416 - to always fail with ENOSYS. Some functions are actually named 5.5417 - something starting with __ and the normal name is an alias. */ 5.5418 -#if defined __stub_$ac_func || defined __stub___$ac_func 5.5419 -choke me 5.5420 -#endif 5.5421 - 5.5422 -int 5.5423 -main () 5.5424 -{ 5.5425 -return $ac_func (); 5.5426 - ; 5.5427 - return 0; 5.5428 -} 5.5429 + 5.5430 +fi 5.5431 +done 5.5432 + 5.5433 + 5.5434 +for ac_func in fdatasync 5.5435 +do : 5.5436 + ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync" 5.5437 +if test "x$ac_cv_func_fdatasync" = x""yes; then : 5.5438 + cat >>confdefs.h <<_ACEOF 5.5439 +#define HAVE_FDATASYNC 1 5.5440 _ACEOF 5.5441 -rm -f conftest.$ac_objext conftest$ac_exeext 5.5442 -if { (ac_try="$ac_link" 5.5443 -case "(($ac_try" in 5.5444 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5445 - *) ac_try_echo=$ac_try;; 5.5446 -esac 5.5447 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5448 - (eval "$ac_link") 2>conftest.er1 5.5449 - ac_status=$? 5.5450 - grep -v '^ *+' conftest.er1 >conftest.err 5.5451 - rm -f conftest.er1 5.5452 - cat conftest.err >&5 5.5453 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5454 - (exit $ac_status); } && { 5.5455 - test -z "$ac_c_werror_flag" || 5.5456 - test ! -s conftest.err 5.5457 - } && test -s conftest$ac_exeext && 5.5458 - $as_test_x conftest$ac_exeext; then 5.5459 - eval "$as_ac_var=yes" 5.5460 -else 5.5461 - echo "$as_me: failed program was:" >&5 5.5462 -sed 's/^/| /' conftest.$ac_ext >&5 5.5463 - 5.5464 - eval "$as_ac_var=no" 5.5465 -fi 5.5466 - 5.5467 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.5468 - conftest$ac_exeext conftest.$ac_ext 5.5469 -fi 5.5470 -ac_res=`eval echo '${'$as_ac_var'}'` 5.5471 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.5472 -echo "${ECHO_T}$ac_res" >&6; } 5.5473 -if test `eval echo '${'$as_ac_var'}'` = yes; then 5.5474 - cat >>confdefs.h <<_ACEOF 5.5475 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.5476 -_ACEOF 5.5477 5.5478 fi 5.5479 done 5.5480 5.5481 5.5482 - 5.5483 -for ac_func in fdatasync 5.5484 -do 5.5485 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.5486 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5.5487 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5.5488 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5.5489 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5490 -else 5.5491 - cat >conftest.$ac_ext <<_ACEOF 5.5492 -/* confdefs.h. */ 5.5493 -_ACEOF 5.5494 -cat confdefs.h >>conftest.$ac_ext 5.5495 -cat >>conftest.$ac_ext <<_ACEOF 5.5496 -/* end confdefs.h. */ 5.5497 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 5.5498 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.5499 -#define $ac_func innocuous_$ac_func 5.5500 - 5.5501 -/* System header to define __stub macros and hopefully few prototypes, 5.5502 - which can conflict with char $ac_func (); below. 5.5503 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.5504 - <limits.h> exists even on freestanding compilers. */ 5.5505 - 5.5506 -#ifdef __STDC__ 5.5507 -# include <limits.h> 5.5508 -#else 5.5509 -# include <assert.h> 5.5510 -#endif 5.5511 - 5.5512 -#undef $ac_func 5.5513 - 5.5514 -/* Override any GCC internal prototype to avoid an error. 5.5515 - Use char because int might match the return type of a GCC 5.5516 - builtin and then its argument prototype would still apply. */ 5.5517 -#ifdef __cplusplus 5.5518 -extern "C" 5.5519 -#endif 5.5520 -char $ac_func (); 5.5521 -/* The GNU C library defines this for functions which it implements 5.5522 - to always fail with ENOSYS. Some functions are actually named 5.5523 - something starting with __ and the normal name is an alias. */ 5.5524 -#if defined __stub_$ac_func || defined __stub___$ac_func 5.5525 -choke me 5.5526 -#endif 5.5527 - 5.5528 -int 5.5529 -main () 5.5530 -{ 5.5531 -return $ac_func (); 5.5532 - ; 5.5533 - return 0; 5.5534 -} 5.5535 -_ACEOF 5.5536 -rm -f conftest.$ac_objext conftest$ac_exeext 5.5537 -if { (ac_try="$ac_link" 5.5538 -case "(($ac_try" in 5.5539 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5540 - *) ac_try_echo=$ac_try;; 5.5541 -esac 5.5542 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5543 - (eval "$ac_link") 2>conftest.er1 5.5544 - ac_status=$? 5.5545 - grep -v '^ *+' conftest.er1 >conftest.err 5.5546 - rm -f conftest.er1 5.5547 - cat conftest.err >&5 5.5548 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5549 - (exit $ac_status); } && { 5.5550 - test -z "$ac_c_werror_flag" || 5.5551 - test ! -s conftest.err 5.5552 - } && test -s conftest$ac_exeext && 5.5553 - $as_test_x conftest$ac_exeext; then 5.5554 - eval "$as_ac_var=yes" 5.5555 -else 5.5556 - echo "$as_me: failed program was:" >&5 5.5557 -sed 's/^/| /' conftest.$ac_ext >&5 5.5558 - 5.5559 - eval "$as_ac_var=no" 5.5560 -fi 5.5561 - 5.5562 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.5563 - conftest$ac_exeext conftest.$ac_ext 5.5564 -fi 5.5565 -ac_res=`eval echo '${'$as_ac_var'}'` 5.5566 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.5567 -echo "${ECHO_T}$ac_res" >&6; } 5.5568 -if test `eval echo '${'$as_ac_var'}'` = yes; then 5.5569 - cat >>confdefs.h <<_ACEOF 5.5570 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.5571 -_ACEOF 5.5572 - 5.5573 -fi 5.5574 -done 5.5575 - 5.5576 - 5.5577 -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 5.5578 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 5.5579 -if test "${ac_cv_header_stdc+set}" = set; then 5.5580 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5581 -else 5.5582 - cat >conftest.$ac_ext <<_ACEOF 5.5583 -/* confdefs.h. */ 5.5584 -_ACEOF 5.5585 -cat confdefs.h >>conftest.$ac_ext 5.5586 -cat >>conftest.$ac_ext <<_ACEOF 5.5587 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 5.5588 +$as_echo_n "checking for ANSI C header files... " >&6; } 5.5589 +if test "${ac_cv_header_stdc+set}" = set; then : 5.5590 + $as_echo_n "(cached) " >&6 5.5591 +else 5.5592 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5593 /* end confdefs.h. */ 5.5594 #include <stdlib.h> 5.5595 #include <stdarg.h> 5.5596 @@ -4696,47 +4626,23 @@ 5.5597 return 0; 5.5598 } 5.5599 _ACEOF 5.5600 -rm -f conftest.$ac_objext 5.5601 -if { (ac_try="$ac_compile" 5.5602 -case "(($ac_try" in 5.5603 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5604 - *) ac_try_echo=$ac_try;; 5.5605 -esac 5.5606 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5607 - (eval "$ac_compile") 2>conftest.er1 5.5608 - ac_status=$? 5.5609 - grep -v '^ *+' conftest.er1 >conftest.err 5.5610 - rm -f conftest.er1 5.5611 - cat conftest.err >&5 5.5612 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5613 - (exit $ac_status); } && { 5.5614 - test -z "$ac_c_werror_flag" || 5.5615 - test ! -s conftest.err 5.5616 - } && test -s conftest.$ac_objext; then 5.5617 +if ac_fn_c_try_compile "$LINENO"; then : 5.5618 ac_cv_header_stdc=yes 5.5619 else 5.5620 - echo "$as_me: failed program was:" >&5 5.5621 -sed 's/^/| /' conftest.$ac_ext >&5 5.5622 - 5.5623 - ac_cv_header_stdc=no 5.5624 -fi 5.5625 - 5.5626 + ac_cv_header_stdc=no 5.5627 +fi 5.5628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.5629 5.5630 if test $ac_cv_header_stdc = yes; then 5.5631 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5.5632 - cat >conftest.$ac_ext <<_ACEOF 5.5633 -/* confdefs.h. */ 5.5634 -_ACEOF 5.5635 -cat confdefs.h >>conftest.$ac_ext 5.5636 -cat >>conftest.$ac_ext <<_ACEOF 5.5637 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5638 /* end confdefs.h. */ 5.5639 #include <string.h> 5.5640 5.5641 _ACEOF 5.5642 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5.5643 - $EGREP "memchr" >/dev/null 2>&1; then 5.5644 - : 5.5645 + $EGREP "memchr" >/dev/null 2>&1; then : 5.5646 + 5.5647 else 5.5648 ac_cv_header_stdc=no 5.5649 fi 5.5650 @@ -4746,18 +4652,14 @@ 5.5651 5.5652 if test $ac_cv_header_stdc = yes; then 5.5653 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5.5654 - cat >conftest.$ac_ext <<_ACEOF 5.5655 -/* confdefs.h. */ 5.5656 -_ACEOF 5.5657 -cat confdefs.h >>conftest.$ac_ext 5.5658 -cat >>conftest.$ac_ext <<_ACEOF 5.5659 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5660 /* end confdefs.h. */ 5.5661 #include <stdlib.h> 5.5662 5.5663 _ACEOF 5.5664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 5.5665 - $EGREP "free" >/dev/null 2>&1; then 5.5666 - : 5.5667 + $EGREP "free" >/dev/null 2>&1; then : 5.5668 + 5.5669 else 5.5670 ac_cv_header_stdc=no 5.5671 fi 5.5672 @@ -4767,14 +4669,10 @@ 5.5673 5.5674 if test $ac_cv_header_stdc = yes; then 5.5675 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 5.5676 - if test "$cross_compiling" = yes; then 5.5677 + if test "$cross_compiling" = yes; then : 5.5678 : 5.5679 else 5.5680 - cat >conftest.$ac_ext <<_ACEOF 5.5681 -/* confdefs.h. */ 5.5682 -_ACEOF 5.5683 -cat confdefs.h >>conftest.$ac_ext 5.5684 -cat >>conftest.$ac_ext <<_ACEOF 5.5685 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.5686 /* end confdefs.h. */ 5.5687 #include <ctype.h> 5.5688 #include <stdlib.h> 5.5689 @@ -4801,279 +4699,64 @@ 5.5690 return 0; 5.5691 } 5.5692 _ACEOF 5.5693 -rm -f conftest$ac_exeext 5.5694 -if { (ac_try="$ac_link" 5.5695 -case "(($ac_try" in 5.5696 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5697 - *) ac_try_echo=$ac_try;; 5.5698 -esac 5.5699 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5700 - (eval "$ac_link") 2>&5 5.5701 - ac_status=$? 5.5702 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5703 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5.5704 - { (case "(($ac_try" in 5.5705 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5706 - *) ac_try_echo=$ac_try;; 5.5707 -esac 5.5708 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5709 - (eval "$ac_try") 2>&5 5.5710 - ac_status=$? 5.5711 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5712 - (exit $ac_status); }; }; then 5.5713 - : 5.5714 -else 5.5715 - echo "$as_me: program exited with status $ac_status" >&5 5.5716 -echo "$as_me: failed program was:" >&5 5.5717 -sed 's/^/| /' conftest.$ac_ext >&5 5.5718 - 5.5719 -( exit $ac_status ) 5.5720 -ac_cv_header_stdc=no 5.5721 -fi 5.5722 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5.5723 -fi 5.5724 - 5.5725 - 5.5726 -fi 5.5727 -fi 5.5728 -{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 5.5729 -echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 5.5730 +if ac_fn_c_try_run "$LINENO"; then : 5.5731 + 5.5732 +else 5.5733 + ac_cv_header_stdc=no 5.5734 +fi 5.5735 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 5.5736 + conftest.$ac_objext conftest.beam conftest.$ac_ext 5.5737 +fi 5.5738 + 5.5739 +fi 5.5740 +fi 5.5741 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 5.5742 +$as_echo "$ac_cv_header_stdc" >&6; } 5.5743 if test $ac_cv_header_stdc = yes; then 5.5744 5.5745 -cat >>confdefs.h <<\_ACEOF 5.5746 -#define STDC_HEADERS 1 5.5747 -_ACEOF 5.5748 +$as_echo "#define STDC_HEADERS 1" >>confdefs.h 5.5749 5.5750 fi 5.5751 5.5752 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 5.5753 - 5.5754 - 5.5755 - 5.5756 - 5.5757 - 5.5758 - 5.5759 - 5.5760 - 5.5761 - 5.5762 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 5.5763 inttypes.h stdint.h unistd.h 5.5764 -do 5.5765 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5.5766 -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 5.5767 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5.5768 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5.5769 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5770 -else 5.5771 - cat >conftest.$ac_ext <<_ACEOF 5.5772 -/* confdefs.h. */ 5.5773 +do : 5.5774 + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5.5775 +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 5.5776 +" 5.5777 +eval as_val=\$$as_ac_Header 5.5778 + if test "x$as_val" = x""yes; then : 5.5779 + cat >>confdefs.h <<_ACEOF 5.5780 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5.5781 _ACEOF 5.5782 -cat confdefs.h >>conftest.$ac_ext 5.5783 -cat >>conftest.$ac_ext <<_ACEOF 5.5784 -/* end confdefs.h. */ 5.5785 -$ac_includes_default 5.5786 - 5.5787 -#include <$ac_header> 5.5788 + 5.5789 +fi 5.5790 + 5.5791 +done 5.5792 + 5.5793 + 5.5794 +for ac_header in fcntl.h sys/time.h syslog.h unistd.h 5.5795 +do : 5.5796 + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5.5797 +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 5.5798 +eval as_val=\$$as_ac_Header 5.5799 + if test "x$as_val" = x""yes; then : 5.5800 + cat >>confdefs.h <<_ACEOF 5.5801 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 5.5802 _ACEOF 5.5803 -rm -f conftest.$ac_objext 5.5804 -if { (ac_try="$ac_compile" 5.5805 -case "(($ac_try" in 5.5806 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5807 - *) ac_try_echo=$ac_try;; 5.5808 -esac 5.5809 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5810 - (eval "$ac_compile") 2>conftest.er1 5.5811 - ac_status=$? 5.5812 - grep -v '^ *+' conftest.er1 >conftest.err 5.5813 - rm -f conftest.er1 5.5814 - cat conftest.err >&5 5.5815 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5816 - (exit $ac_status); } && { 5.5817 - test -z "$ac_c_werror_flag" || 5.5818 - test ! -s conftest.err 5.5819 - } && test -s conftest.$ac_objext; then 5.5820 - eval "$as_ac_Header=yes" 5.5821 -else 5.5822 - echo "$as_me: failed program was:" >&5 5.5823 -sed 's/^/| /' conftest.$ac_ext >&5 5.5824 - 5.5825 - eval "$as_ac_Header=no" 5.5826 -fi 5.5827 - 5.5828 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.5829 -fi 5.5830 -ac_res=`eval echo '${'$as_ac_Header'}'` 5.5831 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.5832 -echo "${ECHO_T}$ac_res" >&6; } 5.5833 -if test `eval echo '${'$as_ac_Header'}'` = yes; then 5.5834 - cat >>confdefs.h <<_ACEOF 5.5835 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5.5836 -_ACEOF 5.5837 5.5838 fi 5.5839 5.5840 done 5.5841 5.5842 5.5843 - 5.5844 - 5.5845 - 5.5846 - 5.5847 -for ac_header in fcntl.h sys/time.h syslog.h unistd.h 5.5848 -do 5.5849 -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5.5850 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5.5851 - { echo "$as_me:$LINENO: checking for $ac_header" >&5 5.5852 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5.5853 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5.5854 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5855 -fi 5.5856 -ac_res=`eval echo '${'$as_ac_Header'}'` 5.5857 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.5858 -echo "${ECHO_T}$ac_res" >&6; } 5.5859 -else 5.5860 - # Is the header compilable? 5.5861 -{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 5.5862 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 5.5863 -cat >conftest.$ac_ext <<_ACEOF 5.5864 -/* confdefs.h. */ 5.5865 -_ACEOF 5.5866 -cat confdefs.h >>conftest.$ac_ext 5.5867 -cat >>conftest.$ac_ext <<_ACEOF 5.5868 -/* end confdefs.h. */ 5.5869 -$ac_includes_default 5.5870 -#include <$ac_header> 5.5871 -_ACEOF 5.5872 -rm -f conftest.$ac_objext 5.5873 -if { (ac_try="$ac_compile" 5.5874 -case "(($ac_try" in 5.5875 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5876 - *) ac_try_echo=$ac_try;; 5.5877 -esac 5.5878 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5879 - (eval "$ac_compile") 2>conftest.er1 5.5880 - ac_status=$? 5.5881 - grep -v '^ *+' conftest.er1 >conftest.err 5.5882 - rm -f conftest.er1 5.5883 - cat conftest.err >&5 5.5884 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5885 - (exit $ac_status); } && { 5.5886 - test -z "$ac_c_werror_flag" || 5.5887 - test ! -s conftest.err 5.5888 - } && test -s conftest.$ac_objext; then 5.5889 - ac_header_compiler=yes 5.5890 -else 5.5891 - echo "$as_me: failed program was:" >&5 5.5892 -sed 's/^/| /' conftest.$ac_ext >&5 5.5893 - 5.5894 - ac_header_compiler=no 5.5895 -fi 5.5896 - 5.5897 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.5898 -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5.5899 -echo "${ECHO_T}$ac_header_compiler" >&6; } 5.5900 - 5.5901 -# Is the header present? 5.5902 -{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 5.5903 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 5.5904 -cat >conftest.$ac_ext <<_ACEOF 5.5905 -/* confdefs.h. */ 5.5906 -_ACEOF 5.5907 -cat confdefs.h >>conftest.$ac_ext 5.5908 -cat >>conftest.$ac_ext <<_ACEOF 5.5909 -/* end confdefs.h. */ 5.5910 -#include <$ac_header> 5.5911 -_ACEOF 5.5912 -if { (ac_try="$ac_cpp conftest.$ac_ext" 5.5913 -case "(($ac_try" in 5.5914 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.5915 - *) ac_try_echo=$ac_try;; 5.5916 -esac 5.5917 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.5918 - (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5.5919 - ac_status=$? 5.5920 - grep -v '^ *+' conftest.er1 >conftest.err 5.5921 - rm -f conftest.er1 5.5922 - cat conftest.err >&5 5.5923 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.5924 - (exit $ac_status); } >/dev/null && { 5.5925 - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5.5926 - test ! -s conftest.err 5.5927 - }; then 5.5928 - ac_header_preproc=yes 5.5929 -else 5.5930 - echo "$as_me: failed program was:" >&5 5.5931 -sed 's/^/| /' conftest.$ac_ext >&5 5.5932 - 5.5933 - ac_header_preproc=no 5.5934 -fi 5.5935 - 5.5936 -rm -f conftest.err conftest.$ac_ext 5.5937 -{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5.5938 -echo "${ECHO_T}$ac_header_preproc" >&6; } 5.5939 - 5.5940 -# So? What about this header? 5.5941 -case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5.5942 - yes:no: ) 5.5943 - { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5.5944 -echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5.5945 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5.5946 -echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5.5947 - ac_header_preproc=yes 5.5948 - ;; 5.5949 - no:yes:* ) 5.5950 - { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5.5951 -echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5.5952 - { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5.5953 -echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5.5954 - { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 5.5955 -echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 5.5956 - { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 5.5957 -echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 5.5958 - { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5.5959 -echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5.5960 - { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 5.5961 -echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 5.5962 - ( cat <<\_ASBOX 5.5963 -## ----------------------------- ## 5.5964 -## Report this to oku@debian.org ## 5.5965 -## ----------------------------- ## 5.5966 -_ASBOX 5.5967 - ) | sed "s/^/$as_me: WARNING: /" >&2 5.5968 - ;; 5.5969 -esac 5.5970 -{ echo "$as_me:$LINENO: checking for $ac_header" >&5 5.5971 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5.5972 -if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5.5973 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5974 -else 5.5975 - eval "$as_ac_Header=\$ac_header_preproc" 5.5976 -fi 5.5977 -ac_res=`eval echo '${'$as_ac_Header'}'` 5.5978 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.5979 -echo "${ECHO_T}$ac_res" >&6; } 5.5980 - 5.5981 -fi 5.5982 -if test `eval echo '${'$as_ac_Header'}'` = yes; then 5.5983 - cat >>confdefs.h <<_ACEOF 5.5984 -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 5.5985 -_ACEOF 5.5986 - 5.5987 -fi 5.5988 - 5.5989 -done 5.5990 - 5.5991 - 5.5992 -{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 5.5993 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 5.5994 -if test "${ac_cv_c_const+set}" = set; then 5.5995 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.5996 -else 5.5997 - cat >conftest.$ac_ext <<_ACEOF 5.5998 -/* confdefs.h. */ 5.5999 -_ACEOF 5.6000 -cat confdefs.h >>conftest.$ac_ext 5.6001 -cat >>conftest.$ac_ext <<_ACEOF 5.6002 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 5.6003 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 5.6004 +if test "${ac_cv_c_const+set}" = set; then : 5.6005 + $as_echo_n "(cached) " >&6 5.6006 +else 5.6007 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6008 /* end confdefs.h. */ 5.6009 5.6010 int 5.6011 @@ -5133,98 +4816,24 @@ 5.6012 return 0; 5.6013 } 5.6014 _ACEOF 5.6015 -rm -f conftest.$ac_objext 5.6016 -if { (ac_try="$ac_compile" 5.6017 -case "(($ac_try" in 5.6018 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6019 - *) ac_try_echo=$ac_try;; 5.6020 -esac 5.6021 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6022 - (eval "$ac_compile") 2>conftest.er1 5.6023 - ac_status=$? 5.6024 - grep -v '^ *+' conftest.er1 >conftest.err 5.6025 - rm -f conftest.er1 5.6026 - cat conftest.err >&5 5.6027 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6028 - (exit $ac_status); } && { 5.6029 - test -z "$ac_c_werror_flag" || 5.6030 - test ! -s conftest.err 5.6031 - } && test -s conftest.$ac_objext; then 5.6032 +if ac_fn_c_try_compile "$LINENO"; then : 5.6033 ac_cv_c_const=yes 5.6034 else 5.6035 - echo "$as_me: failed program was:" >&5 5.6036 -sed 's/^/| /' conftest.$ac_ext >&5 5.6037 - 5.6038 - ac_cv_c_const=no 5.6039 -fi 5.6040 - 5.6041 + ac_cv_c_const=no 5.6042 +fi 5.6043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6044 fi 5.6045 -{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 5.6046 -echo "${ECHO_T}$ac_cv_c_const" >&6; } 5.6047 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 5.6048 +$as_echo "$ac_cv_c_const" >&6; } 5.6049 if test $ac_cv_c_const = no; then 5.6050 5.6051 -cat >>confdefs.h <<\_ACEOF 5.6052 -#define const 5.6053 -_ACEOF 5.6054 - 5.6055 -fi 5.6056 - 5.6057 -{ echo "$as_me:$LINENO: checking for pid_t" >&5 5.6058 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 5.6059 -if test "${ac_cv_type_pid_t+set}" = set; then 5.6060 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6061 -else 5.6062 - cat >conftest.$ac_ext <<_ACEOF 5.6063 -/* confdefs.h. */ 5.6064 -_ACEOF 5.6065 -cat confdefs.h >>conftest.$ac_ext 5.6066 -cat >>conftest.$ac_ext <<_ACEOF 5.6067 -/* end confdefs.h. */ 5.6068 -$ac_includes_default 5.6069 -typedef pid_t ac__type_new_; 5.6070 -int 5.6071 -main () 5.6072 -{ 5.6073 -if ((ac__type_new_ *) 0) 5.6074 - return 0; 5.6075 -if (sizeof (ac__type_new_)) 5.6076 - return 0; 5.6077 - ; 5.6078 - return 0; 5.6079 -} 5.6080 -_ACEOF 5.6081 -rm -f conftest.$ac_objext 5.6082 -if { (ac_try="$ac_compile" 5.6083 -case "(($ac_try" in 5.6084 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6085 - *) ac_try_echo=$ac_try;; 5.6086 -esac 5.6087 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6088 - (eval "$ac_compile") 2>conftest.er1 5.6089 - ac_status=$? 5.6090 - grep -v '^ *+' conftest.er1 >conftest.err 5.6091 - rm -f conftest.er1 5.6092 - cat conftest.err >&5 5.6093 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6094 - (exit $ac_status); } && { 5.6095 - test -z "$ac_c_werror_flag" || 5.6096 - test ! -s conftest.err 5.6097 - } && test -s conftest.$ac_objext; then 5.6098 - ac_cv_type_pid_t=yes 5.6099 -else 5.6100 - echo "$as_me: failed program was:" >&5 5.6101 -sed 's/^/| /' conftest.$ac_ext >&5 5.6102 - 5.6103 - ac_cv_type_pid_t=no 5.6104 -fi 5.6105 - 5.6106 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6107 -fi 5.6108 -{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 5.6109 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 5.6110 -if test $ac_cv_type_pid_t = yes; then 5.6111 - : 5.6112 +$as_echo "#define const /**/" >>confdefs.h 5.6113 + 5.6114 +fi 5.6115 + 5.6116 +ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 5.6117 +if test "x$ac_cv_type_pid_t" = x""yes; then : 5.6118 + 5.6119 else 5.6120 5.6121 cat >>confdefs.h <<_ACEOF