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 5.6122 @@ -5233,61 +4842,9 @@ 5.6123 5.6124 fi 5.6125 5.6126 -{ echo "$as_me:$LINENO: checking for size_t" >&5 5.6127 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 5.6128 -if test "${ac_cv_type_size_t+set}" = set; then 5.6129 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6130 -else 5.6131 - cat >conftest.$ac_ext <<_ACEOF 5.6132 -/* confdefs.h. */ 5.6133 -_ACEOF 5.6134 -cat confdefs.h >>conftest.$ac_ext 5.6135 -cat >>conftest.$ac_ext <<_ACEOF 5.6136 -/* end confdefs.h. */ 5.6137 -$ac_includes_default 5.6138 -typedef size_t ac__type_new_; 5.6139 -int 5.6140 -main () 5.6141 -{ 5.6142 -if ((ac__type_new_ *) 0) 5.6143 - return 0; 5.6144 -if (sizeof (ac__type_new_)) 5.6145 - return 0; 5.6146 - ; 5.6147 - return 0; 5.6148 -} 5.6149 -_ACEOF 5.6150 -rm -f conftest.$ac_objext 5.6151 -if { (ac_try="$ac_compile" 5.6152 -case "(($ac_try" in 5.6153 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6154 - *) ac_try_echo=$ac_try;; 5.6155 -esac 5.6156 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6157 - (eval "$ac_compile") 2>conftest.er1 5.6158 - ac_status=$? 5.6159 - grep -v '^ *+' conftest.er1 >conftest.err 5.6160 - rm -f conftest.er1 5.6161 - cat conftest.err >&5 5.6162 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6163 - (exit $ac_status); } && { 5.6164 - test -z "$ac_c_werror_flag" || 5.6165 - test ! -s conftest.err 5.6166 - } && test -s conftest.$ac_objext; then 5.6167 - ac_cv_type_size_t=yes 5.6168 -else 5.6169 - echo "$as_me: failed program was:" >&5 5.6170 -sed 's/^/| /' conftest.$ac_ext >&5 5.6171 - 5.6172 - ac_cv_type_size_t=no 5.6173 -fi 5.6174 - 5.6175 -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6176 -fi 5.6177 -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 5.6178 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 5.6179 -if test $ac_cv_type_size_t = yes; then 5.6180 - : 5.6181 +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 5.6182 +if test "x$ac_cv_type_size_t" = x""yes; then : 5.6183 + 5.6184 else 5.6185 5.6186 cat >>confdefs.h <<_ACEOF 5.6187 @@ -5296,16 +4853,12 @@ 5.6188 5.6189 fi 5.6190 5.6191 -{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 5.6192 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 5.6193 -if test "${ac_cv_header_time+set}" = set; then 5.6194 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6195 -else 5.6196 - cat >conftest.$ac_ext <<_ACEOF 5.6197 -/* confdefs.h. */ 5.6198 -_ACEOF 5.6199 -cat confdefs.h >>conftest.$ac_ext 5.6200 -cat >>conftest.$ac_ext <<_ACEOF 5.6201 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 5.6202 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 5.6203 +if test "${ac_cv_header_time+set}" = set; then : 5.6204 + $as_echo_n "(cached) " >&6 5.6205 +else 5.6206 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6207 /* end confdefs.h. */ 5.6208 #include <sys/types.h> 5.6209 #include <sys/time.h> 5.6210 @@ -5320,53 +4873,27 @@ 5.6211 return 0; 5.6212 } 5.6213 _ACEOF 5.6214 -rm -f conftest.$ac_objext 5.6215 -if { (ac_try="$ac_compile" 5.6216 -case "(($ac_try" in 5.6217 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6218 - *) ac_try_echo=$ac_try;; 5.6219 -esac 5.6220 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6221 - (eval "$ac_compile") 2>conftest.er1 5.6222 - ac_status=$? 5.6223 - grep -v '^ *+' conftest.er1 >conftest.err 5.6224 - rm -f conftest.er1 5.6225 - cat conftest.err >&5 5.6226 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6227 - (exit $ac_status); } && { 5.6228 - test -z "$ac_c_werror_flag" || 5.6229 - test ! -s conftest.err 5.6230 - } && test -s conftest.$ac_objext; then 5.6231 +if ac_fn_c_try_compile "$LINENO"; then : 5.6232 ac_cv_header_time=yes 5.6233 else 5.6234 - echo "$as_me: failed program was:" >&5 5.6235 -sed 's/^/| /' conftest.$ac_ext >&5 5.6236 - 5.6237 - ac_cv_header_time=no 5.6238 -fi 5.6239 - 5.6240 + ac_cv_header_time=no 5.6241 +fi 5.6242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6243 fi 5.6244 -{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5.6245 -echo "${ECHO_T}$ac_cv_header_time" >&6; } 5.6246 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 5.6247 +$as_echo "$ac_cv_header_time" >&6; } 5.6248 if test $ac_cv_header_time = yes; then 5.6249 5.6250 -cat >>confdefs.h <<\_ACEOF 5.6251 -#define TIME_WITH_SYS_TIME 1 5.6252 -_ACEOF 5.6253 - 5.6254 -fi 5.6255 - 5.6256 -{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 5.6257 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 5.6258 -if test "${ac_cv_struct_tm+set}" = set; then 5.6259 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6260 -else 5.6261 - cat >conftest.$ac_ext <<_ACEOF 5.6262 -/* confdefs.h. */ 5.6263 -_ACEOF 5.6264 -cat confdefs.h >>conftest.$ac_ext 5.6265 -cat >>conftest.$ac_ext <<_ACEOF 5.6266 +$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h 5.6267 + 5.6268 +fi 5.6269 + 5.6270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 5.6271 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 5.6272 +if test "${ac_cv_struct_tm+set}" = set; then : 5.6273 + $as_echo_n "(cached) " >&6 5.6274 +else 5.6275 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6276 /* end confdefs.h. */ 5.6277 #include <sys/types.h> 5.6278 #include <time.h> 5.6279 @@ -5376,66 +4903,40 @@ 5.6280 { 5.6281 struct tm tm; 5.6282 int *p = &tm.tm_sec; 5.6283 - return !p; 5.6284 + return !p; 5.6285 ; 5.6286 return 0; 5.6287 } 5.6288 _ACEOF 5.6289 -rm -f conftest.$ac_objext 5.6290 -if { (ac_try="$ac_compile" 5.6291 -case "(($ac_try" in 5.6292 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6293 - *) ac_try_echo=$ac_try;; 5.6294 -esac 5.6295 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6296 - (eval "$ac_compile") 2>conftest.er1 5.6297 - ac_status=$? 5.6298 - grep -v '^ *+' conftest.er1 >conftest.err 5.6299 - rm -f conftest.er1 5.6300 - cat conftest.err >&5 5.6301 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6302 - (exit $ac_status); } && { 5.6303 - test -z "$ac_c_werror_flag" || 5.6304 - test ! -s conftest.err 5.6305 - } && test -s conftest.$ac_objext; then 5.6306 +if ac_fn_c_try_compile "$LINENO"; then : 5.6307 ac_cv_struct_tm=time.h 5.6308 else 5.6309 - echo "$as_me: failed program was:" >&5 5.6310 -sed 's/^/| /' conftest.$ac_ext >&5 5.6311 - 5.6312 - ac_cv_struct_tm=sys/time.h 5.6313 -fi 5.6314 - 5.6315 + ac_cv_struct_tm=sys/time.h 5.6316 +fi 5.6317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6318 fi 5.6319 -{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 5.6320 -echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 5.6321 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5 5.6322 +$as_echo "$ac_cv_struct_tm" >&6; } 5.6323 if test $ac_cv_struct_tm = sys/time.h; then 5.6324 5.6325 -cat >>confdefs.h <<\_ACEOF 5.6326 -#define TM_IN_SYS_TIME 1 5.6327 -_ACEOF 5.6328 - 5.6329 -fi 5.6330 - 5.6331 - 5.6332 -{ echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 5.6333 -echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6; } 5.6334 -if test "${ac_cv_func_fnmatch_works+set}" = set; then 5.6335 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6336 +$as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h 5.6337 + 5.6338 +fi 5.6339 + 5.6340 + 5.6341 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5 5.6342 +$as_echo_n "checking for working POSIX fnmatch... " >&6; } 5.6343 +if test "${ac_cv_func_fnmatch_works+set}" = set; then : 5.6344 + $as_echo_n "(cached) " >&6 5.6345 else 5.6346 # Some versions of Solaris, SCO, and the GNU C Library 5.6347 # have a broken or incompatible fnmatch. 5.6348 # So we run a test program. If we are cross-compiling, take no chance. 5.6349 # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test. 5.6350 - if test "$cross_compiling" = yes; then 5.6351 + if test "$cross_compiling" = yes; then : 5.6352 ac_cv_func_fnmatch_works=cross 5.6353 else 5.6354 - cat >conftest.$ac_ext <<_ACEOF 5.6355 -/* confdefs.h. */ 5.6356 -_ACEOF 5.6357 -cat confdefs.h >>conftest.$ac_ext 5.6358 -cat >>conftest.$ac_ext <<_ACEOF 5.6359 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6360 /* end confdefs.h. */ 5.6361 #include <fnmatch.h> 5.6362 # define y(a, b, c) (fnmatch (a, b, c) == 0) 5.6363 @@ -5456,62 +4957,31 @@ 5.6364 return 0; 5.6365 } 5.6366 _ACEOF 5.6367 -rm -f conftest$ac_exeext 5.6368 -if { (ac_try="$ac_link" 5.6369 -case "(($ac_try" in 5.6370 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6371 - *) ac_try_echo=$ac_try;; 5.6372 -esac 5.6373 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6374 - (eval "$ac_link") 2>&5 5.6375 - ac_status=$? 5.6376 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6377 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5.6378 - { (case "(($ac_try" in 5.6379 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6380 - *) ac_try_echo=$ac_try;; 5.6381 -esac 5.6382 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6383 - (eval "$ac_try") 2>&5 5.6384 - ac_status=$? 5.6385 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6386 - (exit $ac_status); }; }; then 5.6387 +if ac_fn_c_try_run "$LINENO"; then : 5.6388 ac_cv_func_fnmatch_works=yes 5.6389 else 5.6390 - echo "$as_me: program exited with status $ac_status" >&5 5.6391 -echo "$as_me: failed program was:" >&5 5.6392 -sed 's/^/| /' conftest.$ac_ext >&5 5.6393 - 5.6394 -( exit $ac_status ) 5.6395 -ac_cv_func_fnmatch_works=no 5.6396 -fi 5.6397 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5.6398 -fi 5.6399 - 5.6400 - 5.6401 -fi 5.6402 -{ echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 5.6403 -echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6; } 5.6404 -if test $ac_cv_func_fnmatch_works = yes; then 5.6405 - 5.6406 -cat >>confdefs.h <<\_ACEOF 5.6407 -#define HAVE_FNMATCH 1 5.6408 -_ACEOF 5.6409 - 5.6410 -fi 5.6411 - 5.6412 - 5.6413 - 5.6414 -{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 5.6415 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 5.6416 -if test "${ac_cv_type_signal+set}" = set; then 5.6417 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6418 -else 5.6419 - cat >conftest.$ac_ext <<_ACEOF 5.6420 -/* confdefs.h. */ 5.6421 -_ACEOF 5.6422 -cat confdefs.h >>conftest.$ac_ext 5.6423 -cat >>conftest.$ac_ext <<_ACEOF 5.6424 + ac_cv_func_fnmatch_works=no 5.6425 +fi 5.6426 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 5.6427 + conftest.$ac_objext conftest.beam conftest.$ac_ext 5.6428 +fi 5.6429 + 5.6430 +fi 5.6431 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fnmatch_works" >&5 5.6432 +$as_echo "$ac_cv_func_fnmatch_works" >&6; } 5.6433 +if test $ac_cv_func_fnmatch_works = yes; then : 5.6434 + 5.6435 +$as_echo "#define HAVE_FNMATCH 1" >>confdefs.h 5.6436 + 5.6437 +fi 5.6438 + 5.6439 + 5.6440 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 5.6441 +$as_echo_n "checking return type of signal handlers... " >&6; } 5.6442 +if test "${ac_cv_type_signal+set}" = set; then : 5.6443 + $as_echo_n "(cached) " >&6 5.6444 +else 5.6445 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6446 /* end confdefs.h. */ 5.6447 #include <sys/types.h> 5.6448 #include <signal.h> 5.6449 @@ -5524,146 +4994,39 @@ 5.6450 return 0; 5.6451 } 5.6452 _ACEOF 5.6453 -rm -f conftest.$ac_objext 5.6454 -if { (ac_try="$ac_compile" 5.6455 -case "(($ac_try" in 5.6456 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6457 - *) ac_try_echo=$ac_try;; 5.6458 -esac 5.6459 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6460 - (eval "$ac_compile") 2>conftest.er1 5.6461 - ac_status=$? 5.6462 - grep -v '^ *+' conftest.er1 >conftest.err 5.6463 - rm -f conftest.er1 5.6464 - cat conftest.err >&5 5.6465 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6466 - (exit $ac_status); } && { 5.6467 - test -z "$ac_c_werror_flag" || 5.6468 - test ! -s conftest.err 5.6469 - } && test -s conftest.$ac_objext; then 5.6470 +if ac_fn_c_try_compile "$LINENO"; then : 5.6471 ac_cv_type_signal=int 5.6472 else 5.6473 - echo "$as_me: failed program was:" >&5 5.6474 -sed 's/^/| /' conftest.$ac_ext >&5 5.6475 - 5.6476 - ac_cv_type_signal=void 5.6477 -fi 5.6478 - 5.6479 + ac_cv_type_signal=void 5.6480 +fi 5.6481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5.6482 fi 5.6483 -{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 5.6484 -echo "${ECHO_T}$ac_cv_type_signal" >&6; } 5.6485 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5 5.6486 +$as_echo "$ac_cv_type_signal" >&6; } 5.6487 5.6488 cat >>confdefs.h <<_ACEOF 5.6489 #define RETSIGTYPE $ac_cv_type_signal 5.6490 _ACEOF 5.6491 5.6492 5.6493 - 5.6494 for ac_func in strftime 5.6495 -do 5.6496 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.6497 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5.6498 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5.6499 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5.6500 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6501 -else 5.6502 - cat >conftest.$ac_ext <<_ACEOF 5.6503 -/* confdefs.h. */ 5.6504 +do : 5.6505 + ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime" 5.6506 +if test "x$ac_cv_func_strftime" = x""yes; then : 5.6507 + cat >>confdefs.h <<_ACEOF 5.6508 +#define HAVE_STRFTIME 1 5.6509 _ACEOF 5.6510 -cat confdefs.h >>conftest.$ac_ext 5.6511 -cat >>conftest.$ac_ext <<_ACEOF 5.6512 -/* end confdefs.h. */ 5.6513 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 5.6514 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.6515 -#define $ac_func innocuous_$ac_func 5.6516 - 5.6517 -/* System header to define __stub macros and hopefully few prototypes, 5.6518 - which can conflict with char $ac_func (); below. 5.6519 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.6520 - <limits.h> exists even on freestanding compilers. */ 5.6521 - 5.6522 -#ifdef __STDC__ 5.6523 -# include <limits.h> 5.6524 -#else 5.6525 -# include <assert.h> 5.6526 -#endif 5.6527 - 5.6528 -#undef $ac_func 5.6529 - 5.6530 -/* Override any GCC internal prototype to avoid an error. 5.6531 - Use char because int might match the return type of a GCC 5.6532 - builtin and then its argument prototype would still apply. */ 5.6533 -#ifdef __cplusplus 5.6534 -extern "C" 5.6535 -#endif 5.6536 -char $ac_func (); 5.6537 -/* The GNU C library defines this for functions which it implements 5.6538 - to always fail with ENOSYS. Some functions are actually named 5.6539 - something starting with __ and the normal name is an alias. */ 5.6540 -#if defined __stub_$ac_func || defined __stub___$ac_func 5.6541 -choke me 5.6542 -#endif 5.6543 - 5.6544 -int 5.6545 -main () 5.6546 -{ 5.6547 -return $ac_func (); 5.6548 - ; 5.6549 - return 0; 5.6550 -} 5.6551 -_ACEOF 5.6552 -rm -f conftest.$ac_objext conftest$ac_exeext 5.6553 -if { (ac_try="$ac_link" 5.6554 -case "(($ac_try" in 5.6555 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6556 - *) ac_try_echo=$ac_try;; 5.6557 -esac 5.6558 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6559 - (eval "$ac_link") 2>conftest.er1 5.6560 - ac_status=$? 5.6561 - grep -v '^ *+' conftest.er1 >conftest.err 5.6562 - rm -f conftest.er1 5.6563 - cat conftest.err >&5 5.6564 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6565 - (exit $ac_status); } && { 5.6566 - test -z "$ac_c_werror_flag" || 5.6567 - test ! -s conftest.err 5.6568 - } && test -s conftest$ac_exeext && 5.6569 - $as_test_x conftest$ac_exeext; then 5.6570 - eval "$as_ac_var=yes" 5.6571 -else 5.6572 - echo "$as_me: failed program was:" >&5 5.6573 -sed 's/^/| /' conftest.$ac_ext >&5 5.6574 - 5.6575 - eval "$as_ac_var=no" 5.6576 -fi 5.6577 - 5.6578 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.6579 - conftest$ac_exeext conftest.$ac_ext 5.6580 -fi 5.6581 -ac_res=`eval echo '${'$as_ac_var'}'` 5.6582 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.6583 -echo "${ECHO_T}$ac_res" >&6; } 5.6584 -if test `eval echo '${'$as_ac_var'}'` = yes; then 5.6585 - cat >>confdefs.h <<_ACEOF 5.6586 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.6587 -_ACEOF 5.6588 5.6589 else 5.6590 # strftime is in -lintl on SCO UNIX. 5.6591 -{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 5.6592 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } 5.6593 -if test "${ac_cv_lib_intl_strftime+set}" = set; then 5.6594 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6595 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5 5.6596 +$as_echo_n "checking for strftime in -lintl... " >&6; } 5.6597 +if test "${ac_cv_lib_intl_strftime+set}" = set; then : 5.6598 + $as_echo_n "(cached) " >&6 5.6599 else 5.6600 ac_check_lib_save_LIBS=$LIBS 5.6601 LIBS="-lintl $LIBS" 5.6602 -cat >conftest.$ac_ext <<_ACEOF 5.6603 -/* confdefs.h. */ 5.6604 -_ACEOF 5.6605 -cat confdefs.h >>conftest.$ac_ext 5.6606 -cat >>conftest.$ac_ext <<_ACEOF 5.6607 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.6608 /* end confdefs.h. */ 5.6609 5.6610 /* Override any GCC internal prototype to avoid an error. 5.6611 @@ -5681,334 +5044,62 @@ 5.6612 return 0; 5.6613 } 5.6614 _ACEOF 5.6615 -rm -f conftest.$ac_objext conftest$ac_exeext 5.6616 -if { (ac_try="$ac_link" 5.6617 -case "(($ac_try" in 5.6618 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6619 - *) ac_try_echo=$ac_try;; 5.6620 -esac 5.6621 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6622 - (eval "$ac_link") 2>conftest.er1 5.6623 - ac_status=$? 5.6624 - grep -v '^ *+' conftest.er1 >conftest.err 5.6625 - rm -f conftest.er1 5.6626 - cat conftest.err >&5 5.6627 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6628 - (exit $ac_status); } && { 5.6629 - test -z "$ac_c_werror_flag" || 5.6630 - test ! -s conftest.err 5.6631 - } && test -s conftest$ac_exeext && 5.6632 - $as_test_x conftest$ac_exeext; then 5.6633 +if ac_fn_c_try_link "$LINENO"; then : 5.6634 ac_cv_lib_intl_strftime=yes 5.6635 else 5.6636 - echo "$as_me: failed program was:" >&5 5.6637 -sed 's/^/| /' conftest.$ac_ext >&5 5.6638 - 5.6639 - ac_cv_lib_intl_strftime=no 5.6640 -fi 5.6641 - 5.6642 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.6643 - conftest$ac_exeext conftest.$ac_ext 5.6644 + ac_cv_lib_intl_strftime=no 5.6645 +fi 5.6646 +rm -f core conftest.err conftest.$ac_objext \ 5.6647 + conftest$ac_exeext conftest.$ac_ext 5.6648 LIBS=$ac_check_lib_save_LIBS 5.6649 fi 5.6650 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 5.6651 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } 5.6652 -if test $ac_cv_lib_intl_strftime = yes; then 5.6653 - cat >>confdefs.h <<\_ACEOF 5.6654 -#define HAVE_STRFTIME 1 5.6655 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5 5.6656 +$as_echo "$ac_cv_lib_intl_strftime" >&6; } 5.6657 +if test "x$ac_cv_lib_intl_strftime" = x""yes; then : 5.6658 + $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h 5.6659 + 5.6660 +LIBS="-lintl $LIBS" 5.6661 +fi 5.6662 + 5.6663 +fi 5.6664 +done 5.6665 + 5.6666 +for ac_func in vprintf 5.6667 +do : 5.6668 + ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf" 5.6669 +if test "x$ac_cv_func_vprintf" = x""yes; then : 5.6670 + cat >>confdefs.h <<_ACEOF 5.6671 +#define HAVE_VPRINTF 1 5.6672 _ACEOF 5.6673 5.6674 -LIBS="-lintl $LIBS" 5.6675 +ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt" 5.6676 +if test "x$ac_cv_func__doprnt" = x""yes; then : 5.6677 + 5.6678 +$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h 5.6679 + 5.6680 fi 5.6681 5.6682 fi 5.6683 done 5.6684 5.6685 5.6686 -for ac_func in vprintf 5.6687 -do 5.6688 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.6689 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5.6690 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5.6691 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5.6692 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6693 -else 5.6694 - cat >conftest.$ac_ext <<_ACEOF 5.6695 -/* confdefs.h. */ 5.6696 +for ac_func in select socket strerror strstr 5.6697 +do : 5.6698 + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.6699 +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 5.6700 +eval as_val=\$$as_ac_var 5.6701 + if test "x$as_val" = x""yes; then : 5.6702 + cat >>confdefs.h <<_ACEOF 5.6703 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.6704 _ACEOF 5.6705 -cat confdefs.h >>conftest.$ac_ext 5.6706 -cat >>conftest.$ac_ext <<_ACEOF 5.6707 -/* end confdefs.h. */ 5.6708 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 5.6709 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.6710 -#define $ac_func innocuous_$ac_func 5.6711 - 5.6712 -/* System header to define __stub macros and hopefully few prototypes, 5.6713 - which can conflict with char $ac_func (); below. 5.6714 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.6715 - <limits.h> exists even on freestanding compilers. */ 5.6716 - 5.6717 -#ifdef __STDC__ 5.6718 -# include <limits.h> 5.6719 -#else 5.6720 -# include <assert.h> 5.6721 -#endif 5.6722 - 5.6723 -#undef $ac_func 5.6724 - 5.6725 -/* Override any GCC internal prototype to avoid an error. 5.6726 - Use char because int might match the return type of a GCC 5.6727 - builtin and then its argument prototype would still apply. */ 5.6728 -#ifdef __cplusplus 5.6729 -extern "C" 5.6730 -#endif 5.6731 -char $ac_func (); 5.6732 -/* The GNU C library defines this for functions which it implements 5.6733 - to always fail with ENOSYS. Some functions are actually named 5.6734 - something starting with __ and the normal name is an alias. */ 5.6735 -#if defined __stub_$ac_func || defined __stub___$ac_func 5.6736 -choke me 5.6737 -#endif 5.6738 - 5.6739 -int 5.6740 -main () 5.6741 -{ 5.6742 -return $ac_func (); 5.6743 - ; 5.6744 - return 0; 5.6745 -} 5.6746 -_ACEOF 5.6747 -rm -f conftest.$ac_objext conftest$ac_exeext 5.6748 -if { (ac_try="$ac_link" 5.6749 -case "(($ac_try" in 5.6750 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6751 - *) ac_try_echo=$ac_try;; 5.6752 -esac 5.6753 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6754 - (eval "$ac_link") 2>conftest.er1 5.6755 - ac_status=$? 5.6756 - grep -v '^ *+' conftest.er1 >conftest.err 5.6757 - rm -f conftest.er1 5.6758 - cat conftest.err >&5 5.6759 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6760 - (exit $ac_status); } && { 5.6761 - test -z "$ac_c_werror_flag" || 5.6762 - test ! -s conftest.err 5.6763 - } && test -s conftest$ac_exeext && 5.6764 - $as_test_x conftest$ac_exeext; then 5.6765 - eval "$as_ac_var=yes" 5.6766 -else 5.6767 - echo "$as_me: failed program was:" >&5 5.6768 -sed 's/^/| /' conftest.$ac_ext >&5 5.6769 - 5.6770 - eval "$as_ac_var=no" 5.6771 -fi 5.6772 - 5.6773 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.6774 - conftest$ac_exeext conftest.$ac_ext 5.6775 -fi 5.6776 -ac_res=`eval echo '${'$as_ac_var'}'` 5.6777 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.6778 -echo "${ECHO_T}$ac_res" >&6; } 5.6779 -if test `eval echo '${'$as_ac_var'}'` = yes; then 5.6780 - cat >>confdefs.h <<_ACEOF 5.6781 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.6782 -_ACEOF 5.6783 - 5.6784 -{ echo "$as_me:$LINENO: checking for _doprnt" >&5 5.6785 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 5.6786 -if test "${ac_cv_func__doprnt+set}" = set; then 5.6787 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6788 -else 5.6789 - cat >conftest.$ac_ext <<_ACEOF 5.6790 -/* confdefs.h. */ 5.6791 -_ACEOF 5.6792 -cat confdefs.h >>conftest.$ac_ext 5.6793 -cat >>conftest.$ac_ext <<_ACEOF 5.6794 -/* end confdefs.h. */ 5.6795 -/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. 5.6796 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.6797 -#define _doprnt innocuous__doprnt 5.6798 - 5.6799 -/* System header to define __stub macros and hopefully few prototypes, 5.6800 - which can conflict with char _doprnt (); below. 5.6801 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.6802 - <limits.h> exists even on freestanding compilers. */ 5.6803 - 5.6804 -#ifdef __STDC__ 5.6805 -# include <limits.h> 5.6806 -#else 5.6807 -# include <assert.h> 5.6808 -#endif 5.6809 - 5.6810 -#undef _doprnt 5.6811 - 5.6812 -/* Override any GCC internal prototype to avoid an error. 5.6813 - Use char because int might match the return type of a GCC 5.6814 - builtin and then its argument prototype would still apply. */ 5.6815 -#ifdef __cplusplus 5.6816 -extern "C" 5.6817 -#endif 5.6818 -char _doprnt (); 5.6819 -/* The GNU C library defines this for functions which it implements 5.6820 - to always fail with ENOSYS. Some functions are actually named 5.6821 - something starting with __ and the normal name is an alias. */ 5.6822 -#if defined __stub__doprnt || defined __stub____doprnt 5.6823 -choke me 5.6824 -#endif 5.6825 - 5.6826 -int 5.6827 -main () 5.6828 -{ 5.6829 -return _doprnt (); 5.6830 - ; 5.6831 - return 0; 5.6832 -} 5.6833 -_ACEOF 5.6834 -rm -f conftest.$ac_objext conftest$ac_exeext 5.6835 -if { (ac_try="$ac_link" 5.6836 -case "(($ac_try" in 5.6837 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6838 - *) ac_try_echo=$ac_try;; 5.6839 -esac 5.6840 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6841 - (eval "$ac_link") 2>conftest.er1 5.6842 - ac_status=$? 5.6843 - grep -v '^ *+' conftest.er1 >conftest.err 5.6844 - rm -f conftest.er1 5.6845 - cat conftest.err >&5 5.6846 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6847 - (exit $ac_status); } && { 5.6848 - test -z "$ac_c_werror_flag" || 5.6849 - test ! -s conftest.err 5.6850 - } && test -s conftest$ac_exeext && 5.6851 - $as_test_x conftest$ac_exeext; then 5.6852 - ac_cv_func__doprnt=yes 5.6853 -else 5.6854 - echo "$as_me: failed program was:" >&5 5.6855 -sed 's/^/| /' conftest.$ac_ext >&5 5.6856 - 5.6857 - ac_cv_func__doprnt=no 5.6858 -fi 5.6859 - 5.6860 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.6861 - conftest$ac_exeext conftest.$ac_ext 5.6862 -fi 5.6863 -{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 5.6864 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 5.6865 -if test $ac_cv_func__doprnt = yes; then 5.6866 - 5.6867 -cat >>confdefs.h <<\_ACEOF 5.6868 -#define HAVE_DOPRNT 1 5.6869 -_ACEOF 5.6870 - 5.6871 -fi 5.6872 5.6873 fi 5.6874 done 5.6875 5.6876 5.6877 5.6878 - 5.6879 - 5.6880 - 5.6881 -for ac_func in select socket strerror strstr 5.6882 -do 5.6883 -as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5.6884 -{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5.6885 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5.6886 -if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5.6887 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.6888 -else 5.6889 - cat >conftest.$ac_ext <<_ACEOF 5.6890 -/* confdefs.h. */ 5.6891 -_ACEOF 5.6892 -cat confdefs.h >>conftest.$ac_ext 5.6893 -cat >>conftest.$ac_ext <<_ACEOF 5.6894 -/* end confdefs.h. */ 5.6895 -/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 5.6896 - For example, HP-UX 11i <limits.h> declares gettimeofday. */ 5.6897 -#define $ac_func innocuous_$ac_func 5.6898 - 5.6899 -/* System header to define __stub macros and hopefully few prototypes, 5.6900 - which can conflict with char $ac_func (); below. 5.6901 - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 5.6902 - <limits.h> exists even on freestanding compilers. */ 5.6903 - 5.6904 -#ifdef __STDC__ 5.6905 -# include <limits.h> 5.6906 -#else 5.6907 -# include <assert.h> 5.6908 -#endif 5.6909 - 5.6910 -#undef $ac_func 5.6911 - 5.6912 -/* Override any GCC internal prototype to avoid an error. 5.6913 - Use char because int might match the return type of a GCC 5.6914 - builtin and then its argument prototype would still apply. */ 5.6915 -#ifdef __cplusplus 5.6916 -extern "C" 5.6917 -#endif 5.6918 -char $ac_func (); 5.6919 -/* The GNU C library defines this for functions which it implements 5.6920 - to always fail with ENOSYS. Some functions are actually named 5.6921 - something starting with __ and the normal name is an alias. */ 5.6922 -#if defined __stub_$ac_func || defined __stub___$ac_func 5.6923 -choke me 5.6924 -#endif 5.6925 - 5.6926 -int 5.6927 -main () 5.6928 -{ 5.6929 -return $ac_func (); 5.6930 - ; 5.6931 - return 0; 5.6932 -} 5.6933 -_ACEOF 5.6934 -rm -f conftest.$ac_objext conftest$ac_exeext 5.6935 -if { (ac_try="$ac_link" 5.6936 -case "(($ac_try" in 5.6937 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.6938 - *) ac_try_echo=$ac_try;; 5.6939 -esac 5.6940 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.6941 - (eval "$ac_link") 2>conftest.er1 5.6942 - ac_status=$? 5.6943 - grep -v '^ *+' conftest.er1 >conftest.err 5.6944 - rm -f conftest.er1 5.6945 - cat conftest.err >&5 5.6946 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.6947 - (exit $ac_status); } && { 5.6948 - test -z "$ac_c_werror_flag" || 5.6949 - test ! -s conftest.err 5.6950 - } && test -s conftest$ac_exeext && 5.6951 - $as_test_x conftest$ac_exeext; then 5.6952 - eval "$as_ac_var=yes" 5.6953 -else 5.6954 - echo "$as_me: failed program was:" >&5 5.6955 -sed 's/^/| /' conftest.$ac_ext >&5 5.6956 - 5.6957 - eval "$as_ac_var=no" 5.6958 -fi 5.6959 - 5.6960 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.6961 - conftest$ac_exeext conftest.$ac_ext 5.6962 -fi 5.6963 -ac_res=`eval echo '${'$as_ac_var'}'` 5.6964 - { echo "$as_me:$LINENO: result: $ac_res" >&5 5.6965 -echo "${ECHO_T}$ac_res" >&6; } 5.6966 -if test `eval echo '${'$as_ac_var'}'` = yes; then 5.6967 - cat >>confdefs.h <<_ACEOF 5.6968 -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5.6969 -_ACEOF 5.6970 - 5.6971 -fi 5.6972 -done 5.6973 - 5.6974 - 5.6975 - 5.6976 # Check whether --with-user was given. 5.6977 -if test "${with_user+set}" = set; then 5.6978 +if test "${with_user+set}" = set; then : 5.6979 withval=$with_user; 5.6980 fi 5.6981 5.6982 @@ -6018,7 +5109,7 @@ 5.6983 5.6984 5.6985 # Check whether --with-group was given. 5.6986 -if test "${with_group+set}" = set; then 5.6987 +if test "${with_group+set}" = set; then : 5.6988 withval=$with_group; 5.6989 fi 5.6990 5.6991 @@ -6027,7 +5118,7 @@ 5.6992 fi 5.6993 5.6994 # Check whether --enable-debug was given. 5.6995 -if test "${enable_debug+set}" = set; then 5.6996 +if test "${enable_debug+set}" = set; then : 5.6997 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then 5.6998 debug_enabled='yes' 5.6999 fi 5.7000 @@ -6038,9 +5129,7 @@ 5.7001 5.7002 if test "x$debug_enabled" = xyes; then 5.7003 5.7004 -cat >>confdefs.h <<\_ACEOF 5.7005 -#define ENABLE_DEBUG 1 5.7006 -_ACEOF 5.7007 +$as_echo "#define ENABLE_DEBUG 1" >>confdefs.h 5.7008 5.7009 fi 5.7010 5.7011 @@ -6059,7 +5148,7 @@ 5.7012 5.7013 5.7014 # Check whether --with-glib_static was given. 5.7015 -if test "${with_glib_static+set}" = set; then 5.7016 +if test "${with_glib_static+set}" = set; then : 5.7017 withval=$with_glib_static; 5.7018 fi 5.7019 5.7020 @@ -6072,7 +5161,7 @@ 5.7021 BASE64_LIBS='' 5.7022 5.7023 # Check whether --enable-smtp_server was given. 5.7024 -if test "${enable_smtp_server+set}" = set; then 5.7025 +if test "${enable_smtp_server+set}" = set; then : 5.7026 enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then 5.7027 smtp_server_enabled='yes' 5.7028 fi 5.7029 @@ -6083,14 +5172,12 @@ 5.7030 5.7031 if test "x$smtp_server_enabled" = xyes; then 5.7032 5.7033 -cat >>confdefs.h <<\_ACEOF 5.7034 -#define ENABLE_SMTP_SERVER 1 5.7035 -_ACEOF 5.7036 +$as_echo "#define ENABLE_SMTP_SERVER 1" >>confdefs.h 5.7037 5.7038 fi 5.7039 5.7040 # Check whether --enable-pop3 was given. 5.7041 -if test "${enable_pop3+set}" = set; then 5.7042 +if test "${enable_pop3+set}" = set; then : 5.7043 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then 5.7044 pop3_enabled='yes' 5.7045 fi 5.7046 @@ -6101,16 +5188,14 @@ 5.7047 5.7048 if test "x$pop3_enabled" = xyes; then 5.7049 5.7050 -cat >>confdefs.h <<\_ACEOF 5.7051 -#define ENABLE_POP3 1 5.7052 -_ACEOF 5.7053 +$as_echo "#define ENABLE_POP3 1" >>confdefs.h 5.7054 5.7055 # MD5_LIBS='md5/libmd5c.a' 5.7056 need_md5='yes' 5.7057 fi 5.7058 5.7059 # Check whether --enable-auth was given. 5.7060 -if test "${enable_auth+set}" = set; then 5.7061 +if test "${enable_auth+set}" = set; then : 5.7062 enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then 5.7063 auth_enabled='yes' 5.7064 fi 5.7065 @@ -6118,9 +5203,7 @@ 5.7066 5.7067 if test "x$auth_enabled" = xyes; then 5.7068 5.7069 -cat >>confdefs.h <<\_ACEOF 5.7070 -#define ENABLE_AUTH 1 5.7071 -_ACEOF 5.7072 +$as_echo "#define ENABLE_AUTH 1" >>confdefs.h 5.7073 5.7074 BASE64_LIBS='base64/libbase64.a' 5.7075 # MD5_LIBS='md5/libmd5c.a' 5.7076 @@ -6129,7 +5212,7 @@ 5.7077 5.7078 5.7079 # Check whether --enable-maildir was given. 5.7080 -if test "${enable_maildir+set}" = set; then 5.7081 +if test "${enable_maildir+set}" = set; then : 5.7082 enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then 5.7083 maildir_enabled='yes' 5.7084 fi 5.7085 @@ -6137,15 +5220,13 @@ 5.7086 5.7087 if test "x$maildir_enabled" = xyes; then 5.7088 5.7089 -cat >>confdefs.h <<\_ACEOF 5.7090 -#define ENABLE_MAILDIR 1 5.7091 -_ACEOF 5.7092 +$as_echo "#define ENABLE_MAILDIR 1" >>confdefs.h 5.7093 5.7094 fi 5.7095 5.7096 5.7097 # Check whether --with-libcrypto was given. 5.7098 -if test "${with_libcrypto+set}" = set; then 5.7099 +if test "${with_libcrypto+set}" = set; then : 5.7100 withval=$with_libcrypto; 5.7101 fi 5.7102 5.7103 @@ -6155,18 +5236,14 @@ 5.7104 5.7105 if test "x$need_md5" = 'xyes'; then 5.7106 if test "x$with_libcrypto" = "xyes"; then 5.7107 - { echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 5.7108 -echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6; } 5.7109 -if test "${ac_cv_lib_crypto_MD5+set}" = set; then 5.7110 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.7111 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5 5.7112 +$as_echo_n "checking for MD5 in -lcrypto... " >&6; } 5.7113 +if test "${ac_cv_lib_crypto_MD5+set}" = set; then : 5.7114 + $as_echo_n "(cached) " >&6 5.7115 else 5.7116 ac_check_lib_save_LIBS=$LIBS 5.7117 LIBS="-lcrypto $LIBS" 5.7118 -cat >conftest.$ac_ext <<_ACEOF 5.7119 -/* confdefs.h. */ 5.7120 -_ACEOF 5.7121 -cat confdefs.h >>conftest.$ac_ext 5.7122 -cat >>conftest.$ac_ext <<_ACEOF 5.7123 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.7124 /* end confdefs.h. */ 5.7125 5.7126 /* Override any GCC internal prototype to avoid an error. 5.7127 @@ -6184,51 +5261,26 @@ 5.7128 return 0; 5.7129 } 5.7130 _ACEOF 5.7131 -rm -f conftest.$ac_objext conftest$ac_exeext 5.7132 -if { (ac_try="$ac_link" 5.7133 -case "(($ac_try" in 5.7134 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.7135 - *) ac_try_echo=$ac_try;; 5.7136 -esac 5.7137 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.7138 - (eval "$ac_link") 2>conftest.er1 5.7139 - ac_status=$? 5.7140 - grep -v '^ *+' conftest.er1 >conftest.err 5.7141 - rm -f conftest.er1 5.7142 - cat conftest.err >&5 5.7143 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.7144 - (exit $ac_status); } && { 5.7145 - test -z "$ac_c_werror_flag" || 5.7146 - test ! -s conftest.err 5.7147 - } && test -s conftest$ac_exeext && 5.7148 - $as_test_x conftest$ac_exeext; then 5.7149 +if ac_fn_c_try_link "$LINENO"; then : 5.7150 ac_cv_lib_crypto_MD5=yes 5.7151 else 5.7152 - echo "$as_me: failed program was:" >&5 5.7153 -sed 's/^/| /' conftest.$ac_ext >&5 5.7154 - 5.7155 - ac_cv_lib_crypto_MD5=no 5.7156 -fi 5.7157 - 5.7158 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.7159 - conftest$ac_exeext conftest.$ac_ext 5.7160 + ac_cv_lib_crypto_MD5=no 5.7161 +fi 5.7162 +rm -f core conftest.err conftest.$ac_objext \ 5.7163 + conftest$ac_exeext conftest.$ac_ext 5.7164 LIBS=$ac_check_lib_save_LIBS 5.7165 fi 5.7166 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 5.7167 -echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6; } 5.7168 -if test $ac_cv_lib_crypto_MD5 = yes; then 5.7169 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5 5.7170 +$as_echo "$ac_cv_lib_crypto_MD5" >&6; } 5.7171 +if test "x$ac_cv_lib_crypto_MD5" = x""yes; then : 5.7172 has_crypto='yes' 5.7173 else 5.7174 - { { echo "$as_me:$LINENO: error: 'no libcrypto'" >&5 5.7175 -echo "$as_me: error: 'no libcrypto'" >&2;} 5.7176 - { (exit 1); exit 1; }; } 5.7177 + as_fn_error "'no libcrypto'" "$LINENO" 5 5.7178 fi 5.7179 5.7180 if test "x$has_crypto" = 'xyes'; then 5.7181 5.7182 -cat >>confdefs.h <<\_ACEOF 5.7183 -#define USE_LIB_CRYPTO 1 5.7184 -_ACEOF 5.7185 +$as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h 5.7186 5.7187 MD5_LIBS='-lcrypto' 5.7188 fi 5.7189 @@ -6240,7 +5292,7 @@ 5.7190 5.7191 IDENT_LIBS='' 5.7192 # Check whether --enable-ident was given. 5.7193 -if test "${enable_ident+set}" = set; then 5.7194 +if test "${enable_ident+set}" = set; then : 5.7195 enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then 5.7196 ident_enabled='yes' 5.7197 fi 5.7198 @@ -6249,22 +5301,16 @@ 5.7199 5.7200 if test "x$ident_enabled" = xyes; then 5.7201 5.7202 -cat >>confdefs.h <<\_ACEOF 5.7203 -#define ENABLE_IDENT 1 5.7204 -_ACEOF 5.7205 - 5.7206 - { echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 5.7207 -echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6; } 5.7208 -if test "${ac_cv_lib_ident_ident_id+set}" = set; then 5.7209 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.7210 +$as_echo "#define ENABLE_IDENT 1" >>confdefs.h 5.7211 + 5.7212 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 5.7213 +$as_echo_n "checking for ident_id in -lident... " >&6; } 5.7214 +if test "${ac_cv_lib_ident_ident_id+set}" = set; then : 5.7215 + $as_echo_n "(cached) " >&6 5.7216 else 5.7217 ac_check_lib_save_LIBS=$LIBS 5.7218 LIBS="-lident $LIBS" 5.7219 -cat >conftest.$ac_ext <<_ACEOF 5.7220 -/* confdefs.h. */ 5.7221 -_ACEOF 5.7222 -cat confdefs.h >>conftest.$ac_ext 5.7223 -cat >>conftest.$ac_ext <<_ACEOF 5.7224 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.7225 /* end confdefs.h. */ 5.7226 5.7227 /* Override any GCC internal prototype to avoid an error. 5.7228 @@ -6282,39 +5328,18 @@ 5.7229 return 0; 5.7230 } 5.7231 _ACEOF 5.7232 -rm -f conftest.$ac_objext conftest$ac_exeext 5.7233 -if { (ac_try="$ac_link" 5.7234 -case "(($ac_try" in 5.7235 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.7236 - *) ac_try_echo=$ac_try;; 5.7237 -esac 5.7238 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.7239 - (eval "$ac_link") 2>conftest.er1 5.7240 - ac_status=$? 5.7241 - grep -v '^ *+' conftest.er1 >conftest.err 5.7242 - rm -f conftest.er1 5.7243 - cat conftest.err >&5 5.7244 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.7245 - (exit $ac_status); } && { 5.7246 - test -z "$ac_c_werror_flag" || 5.7247 - test ! -s conftest.err 5.7248 - } && test -s conftest$ac_exeext && 5.7249 - $as_test_x conftest$ac_exeext; then 5.7250 +if ac_fn_c_try_link "$LINENO"; then : 5.7251 ac_cv_lib_ident_ident_id=yes 5.7252 else 5.7253 - echo "$as_me: failed program was:" >&5 5.7254 -sed 's/^/| /' conftest.$ac_ext >&5 5.7255 - 5.7256 - ac_cv_lib_ident_ident_id=no 5.7257 -fi 5.7258 - 5.7259 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.7260 - conftest$ac_exeext conftest.$ac_ext 5.7261 + ac_cv_lib_ident_ident_id=no 5.7262 +fi 5.7263 +rm -f core conftest.err conftest.$ac_objext \ 5.7264 + conftest$ac_exeext conftest.$ac_ext 5.7265 LIBS=$ac_check_lib_save_LIBS 5.7266 fi 5.7267 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 5.7268 -echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6; } 5.7269 -if test $ac_cv_lib_ident_ident_id = yes; then 5.7270 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 5.7271 +$as_echo "$ac_cv_lib_ident_ident_id" >&6; } 5.7272 +if test "x$ac_cv_lib_ident_ident_id" = x""yes; then : 5.7273 IDENT_LIBS='-lident' 5.7274 else 5.7275 IDENT_LIBS='libident/libident.a' 5.7276 @@ -6324,7 +5349,7 @@ 5.7277 5.7278 5.7279 # Check whether --enable-mserver was given. 5.7280 -if test "${enable_mserver+set}" = set; then 5.7281 +if test "${enable_mserver+set}" = set; then : 5.7282 enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then 5.7283 mserver_enabled='yes' 5.7284 fi 5.7285 @@ -6332,15 +5357,13 @@ 5.7286 5.7287 if test "x$mserver_enabled" = xyes; then 5.7288 5.7289 -cat >>confdefs.h <<\_ACEOF 5.7290 -#define ENABLE_MSERVER 1 5.7291 -_ACEOF 5.7292 +$as_echo "#define ENABLE_MSERVER 1" >>confdefs.h 5.7293 5.7294 fi 5.7295 5.7296 5.7297 # Check whether --with-liblockfile was given. 5.7298 -if test "${with_liblockfile+set}" = set; then 5.7299 +if test "${with_liblockfile+set}" = set; then : 5.7300 withval=$with_liblockfile; 5.7301 fi 5.7302 5.7303 @@ -6348,18 +5371,14 @@ 5.7304 with_liblockfile='yes' 5.7305 fi 5.7306 if test "x$with_liblockfile" = xyes; then 5.7307 - { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 5.7308 -echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; } 5.7309 -if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 5.7310 - echo $ECHO_N "(cached) $ECHO_C" >&6 5.7311 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 5.7312 +$as_echo_n "checking for maillock in -llockfile... " >&6; } 5.7313 +if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 5.7314 + $as_echo_n "(cached) " >&6 5.7315 else 5.7316 ac_check_lib_save_LIBS=$LIBS 5.7317 LIBS="-llockfile $LIBS" 5.7318 -cat >conftest.$ac_ext <<_ACEOF 5.7319 -/* confdefs.h. */ 5.7320 -_ACEOF 5.7321 -cat confdefs.h >>conftest.$ac_ext 5.7322 -cat >>conftest.$ac_ext <<_ACEOF 5.7323 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5.7324 /* end confdefs.h. */ 5.7325 5.7326 /* Override any GCC internal prototype to avoid an error. 5.7327 @@ -6377,51 +5396,26 @@ 5.7328 return 0; 5.7329 } 5.7330 _ACEOF 5.7331 -rm -f conftest.$ac_objext conftest$ac_exeext 5.7332 -if { (ac_try="$ac_link" 5.7333 -case "(($ac_try" in 5.7334 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5.7335 - *) ac_try_echo=$ac_try;; 5.7336 -esac 5.7337 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5.7338 - (eval "$ac_link") 2>conftest.er1 5.7339 - ac_status=$? 5.7340 - grep -v '^ *+' conftest.er1 >conftest.err 5.7341 - rm -f conftest.er1 5.7342 - cat conftest.err >&5 5.7343 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 5.7344 - (exit $ac_status); } && { 5.7345 - test -z "$ac_c_werror_flag" || 5.7346 - test ! -s conftest.err 5.7347 - } && test -s conftest$ac_exeext && 5.7348 - $as_test_x conftest$ac_exeext; then 5.7349 +if ac_fn_c_try_link "$LINENO"; then : 5.7350 ac_cv_lib_lockfile_maillock=yes 5.7351 else 5.7352 - echo "$as_me: failed program was:" >&5 5.7353 -sed 's/^/| /' conftest.$ac_ext >&5 5.7354 - 5.7355 - ac_cv_lib_lockfile_maillock=no 5.7356 -fi 5.7357 - 5.7358 -rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5.7359 - conftest$ac_exeext conftest.$ac_ext 5.7360 + ac_cv_lib_lockfile_maillock=no 5.7361 +fi 5.7362 +rm -f core conftest.err conftest.$ac_objext \ 5.7363 + conftest$ac_exeext conftest.$ac_ext 5.7364 LIBS=$ac_check_lib_save_LIBS 5.7365 fi 5.7366 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 5.7367 -echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; } 5.7368 -if test $ac_cv_lib_lockfile_maillock = yes; then 5.7369 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 5.7370 +$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 5.7371 +if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 5.7372 has_lockfile=yes 5.7373 else 5.7374 - { { echo "$as_me:$LINENO: error: \"no liblockfile\"" >&5 5.7375 -echo "$as_me: error: \"no liblockfile\"" >&2;} 5.7376 - { (exit 1); exit 1; }; } 5.7377 + as_fn_error "\"no liblockfile\"" "$LINENO" 5 5.7378 fi 5.7379 5.7380 LOCKFILE_LIBS='-llockfile' 5.7381 5.7382 -cat >>confdefs.h <<\_ACEOF 5.7383 -#define USE_LIBLOCKFILE 1 5.7384 -_ACEOF 5.7385 +$as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h 5.7386 5.7387 else 5.7388 LOCKFILE_LIBS='' 5.7389 @@ -6431,7 +5425,7 @@ 5.7390 5.7391 5.7392 # Check whether --with-logdir was given. 5.7393 -if test "${with_logdir+set}" = set; then 5.7394 +if test "${with_logdir+set}" = set; then : 5.7395 withval=$with_logdir; 5.7396 else 5.7397 with_logdir='/var/log/masqmail/' 5.7398 @@ -6442,7 +5436,7 @@ 5.7399 5.7400 5.7401 # Check whether --with-spooldir was given. 5.7402 -if test "${with_spooldir+set}" = set; then 5.7403 +if test "${with_spooldir+set}" = set; then : 5.7404 withval=$with_spooldir; 5.7405 else 5.7406 with_spooldir='/var/spool/masqmail/' 5.7407 @@ -6453,7 +5447,7 @@ 5.7408 5.7409 5.7410 # Check whether --with-confdir was given. 5.7411 -if test "${with_confdir+set}" = set; then 5.7412 +if test "${with_confdir+set}" = set; then : 5.7413 withval=$with_confdir; 5.7414 else 5.7415 with_confdir='/etc/masqmail' 5.7416 @@ -6469,8 +5463,9 @@ 5.7417 5.7418 test "x$prefix" = xNONE && prefix="$ac_default_prefix" 5.7419 5.7420 + 5.7421 cat >>confdefs.h <<_ACEOF 5.7422 -#define DATA_DIR "`eval echo \""$datadir"\"`/masqmail" 5.7423 +#define DATA_DIR "`eval eval echo $datadir`/masqmail" 5.7424 _ACEOF 5.7425 5.7426 5.7427 @@ -6523,12 +5518,13 @@ 5.7428 case $ac_val in #( 5.7429 *${as_nl}*) 5.7430 case $ac_var in #( 5.7431 - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 5.7432 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 5.7433 + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 5.7434 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 5.7435 esac 5.7436 case $ac_var in #( 5.7437 _ | IFS | as_nl) ;; #( 5.7438 - *) $as_unset $ac_var ;; 5.7439 + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 5.7440 + *) { eval $ac_var=; unset $ac_var;} ;; 5.7441 esac ;; 5.7442 esac 5.7443 done 5.7444 @@ -6536,8 +5532,8 @@ 5.7445 (set) 2>&1 | 5.7446 case $as_nl`(ac_space=' '; set) 2>&1` in #( 5.7447 *${as_nl}ac_space=\ *) 5.7448 - # `set' does not quote correctly, so add quotes (double-quote 5.7449 - # substitution turns \\\\ into \\, and sed turns \\ into \). 5.7450 + # `set' does not quote correctly, so add quotes: double-quote 5.7451 + # substitution turns \\\\ into \\, and sed turns \\ into \. 5.7452 sed -n \ 5.7453 "s/'/'\\\\''/g; 5.7454 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 5.7455 @@ -6560,12 +5556,12 @@ 5.7456 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 5.7457 if test -w "$cache_file"; then 5.7458 test "x$cache_file" != "x/dev/null" && 5.7459 - { echo "$as_me:$LINENO: updating cache $cache_file" >&5 5.7460 -echo "$as_me: updating cache $cache_file" >&6;} 5.7461 + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 5.7462 +$as_echo "$as_me: updating cache $cache_file" >&6;} 5.7463 cat confcache >$cache_file 5.7464 else 5.7465 - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 5.7466 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} 5.7467 + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 5.7468 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 5.7469 fi 5.7470 fi 5.7471 rm -f confcache 5.7472 @@ -6581,38 +5577,42 @@ 5.7473 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 5.7474 # 1. Remove the extension, and $U if already installed. 5.7475 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 5.7476 - ac_i=`echo "$ac_i" | sed "$ac_script"` 5.7477 + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 5.7478 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 5.7479 # will be set to the directory where LIBOBJS objects are built. 5.7480 - ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 5.7481 - ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 5.7482 + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" 5.7483 + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' 5.7484 done 5.7485 LIBOBJS=$ac_libobjs 5.7486 5.7487 LTLIBOBJS=$ac_ltlibobjs 5.7488 5.7489 5.7490 + if test -n "$EXEEXT"; then 5.7491 + am__EXEEXT_TRUE= 5.7492 + am__EXEEXT_FALSE='#' 5.7493 +else 5.7494 + am__EXEEXT_TRUE='#' 5.7495 + am__EXEEXT_FALSE= 5.7496 +fi 5.7497 + 5.7498 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 5.7499 - { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 5.7500 -Usually this means the macro was only invoked conditionally." >&5 5.7501 -echo "$as_me: error: conditional \"AMDEP\" was never defined. 5.7502 -Usually this means the macro was only invoked conditionally." >&2;} 5.7503 - { (exit 1); exit 1; }; } 5.7504 + as_fn_error "conditional \"AMDEP\" was never defined. 5.7505 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 5.7506 fi 5.7507 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 5.7508 - { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 5.7509 -Usually this means the macro was only invoked conditionally." >&5 5.7510 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 5.7511 -Usually this means the macro was only invoked conditionally." >&2;} 5.7512 - { (exit 1); exit 1; }; } 5.7513 + as_fn_error "conditional \"am__fastdepCC\" was never defined. 5.7514 +Usually this means the macro was only invoked conditionally." "$LINENO" 5 5.7515 fi 5.7516 5.7517 : ${CONFIG_STATUS=./config.status} 5.7518 +ac_write_fail=0 5.7519 ac_clean_files_save=$ac_clean_files 5.7520 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 5.7521 -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 5.7522 -echo "$as_me: creating $CONFIG_STATUS" >&6;} 5.7523 -cat >$CONFIG_STATUS <<_ACEOF 5.7524 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 5.7525 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 5.7526 +as_write_fail=0 5.7527 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 5.7528 #! $SHELL 5.7529 # Generated by $as_me. 5.7530 # Run this file to recreate the current configuration. 5.7531 @@ -6622,59 +5622,79 @@ 5.7532 debug=false 5.7533 ac_cs_recheck=false 5.7534 ac_cs_silent=false 5.7535 + 5.7536 SHELL=\${CONFIG_SHELL-$SHELL} 5.7537 -_ACEOF 5.7538 - 5.7539 -cat >>$CONFIG_STATUS <<\_ACEOF 5.7540 -## --------------------- ## 5.7541 -## M4sh Initialization. ## 5.7542 -## --------------------- ## 5.7543 +export SHELL 5.7544 +_ASEOF 5.7545 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 5.7546 +## -------------------- ## 5.7547 +## M4sh Initialization. ## 5.7548 +## -------------------- ## 5.7549 5.7550 # Be more Bourne compatible 5.7551 DUALCASE=1; export DUALCASE # for MKS sh 5.7552 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 5.7553 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 5.7554 emulate sh 5.7555 NULLCMD=: 5.7556 - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 5.7557 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 5.7558 # is contrary to our usage. Disable this feature. 5.7559 alias -g '${1+"$@"}'='"$@"' 5.7560 setopt NO_GLOB_SUBST 5.7561 else 5.7562 - case `(set -o) 2>/dev/null` in 5.7563 - *posix*) set -o posix ;; 5.7564 + case `(set -o) 2>/dev/null` in #( 5.7565 + *posix*) : 5.7566 + set -o posix ;; #( 5.7567 + *) : 5.7568 + ;; 5.7569 esac 5.7570 - 5.7571 -fi 5.7572 - 5.7573 - 5.7574 - 5.7575 - 5.7576 -# PATH needs CR 5.7577 -# Avoid depending upon Character Ranges. 5.7578 -as_cr_letters='abcdefghijklmnopqrstuvwxyz' 5.7579 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 5.7580 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS 5.7581 -as_cr_digits='0123456789' 5.7582 -as_cr_alnum=$as_cr_Letters$as_cr_digits 5.7583 +fi 5.7584 + 5.7585 + 5.7586 +as_nl=' 5.7587 +' 5.7588 +export as_nl 5.7589 +# Printing a long string crashes Solaris 7 /usr/bin/printf. 5.7590 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 5.7591 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 5.7592 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 5.7593 +# Prefer a ksh shell builtin over an external printf program on Solaris, 5.7594 +# but without wasting forks for bash or zsh. 5.7595 +if test -z "$BASH_VERSION$ZSH_VERSION" \ 5.7596 + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 5.7597 + as_echo='print -r --' 5.7598 + as_echo_n='print -rn --' 5.7599 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 5.7600 + as_echo='printf %s\n' 5.7601 + as_echo_n='printf %s' 5.7602 +else 5.7603 + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 5.7604 + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 5.7605 + as_echo_n='/usr/ucb/echo -n' 5.7606 + else 5.7607 + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 5.7608 + as_echo_n_body='eval 5.7609 + arg=$1; 5.7610 + case $arg in #( 5.7611 + *"$as_nl"*) 5.7612 + expr "X$arg" : "X\\(.*\\)$as_nl"; 5.7613 + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 5.7614 + esac; 5.7615 + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 5.7616 + ' 5.7617 + export as_echo_n_body 5.7618 + as_echo_n='sh -c $as_echo_n_body as_echo' 5.7619 + fi 5.7620 + export as_echo_body 5.7621 + as_echo='sh -c $as_echo_body as_echo' 5.7622 +fi 5.7623 5.7624 # The user is always right. 5.7625 if test "${PATH_SEPARATOR+set}" != set; then 5.7626 - echo "#! /bin/sh" >conf$$.sh 5.7627 - echo "exit 0" >>conf$$.sh 5.7628 - chmod +x conf$$.sh 5.7629 - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 5.7630 - PATH_SEPARATOR=';' 5.7631 - else 5.7632 - PATH_SEPARATOR=: 5.7633 - fi 5.7634 - rm -f conf$$.sh 5.7635 -fi 5.7636 - 5.7637 -# Support unset when possible. 5.7638 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 5.7639 - as_unset=unset 5.7640 -else 5.7641 - as_unset=false 5.7642 + PATH_SEPARATOR=: 5.7643 + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 5.7644 + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 5.7645 + PATH_SEPARATOR=';' 5.7646 + } 5.7647 fi 5.7648 5.7649 5.7650 @@ -6683,20 +5703,18 @@ 5.7651 # there to prevent editors from complaining about space-tab. 5.7652 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 5.7653 # splitting by setting IFS to empty value.) 5.7654 -as_nl=' 5.7655 -' 5.7656 IFS=" "" $as_nl" 5.7657 5.7658 # Find who we are. Look in the path if we contain no directory separator. 5.7659 -case $0 in 5.7660 +case $0 in #(( 5.7661 *[\\/]* ) as_myself=$0 ;; 5.7662 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5.7663 for as_dir in $PATH 5.7664 do 5.7665 IFS=$as_save_IFS 5.7666 test -z "$as_dir" && as_dir=. 5.7667 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 5.7668 -done 5.7669 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 5.7670 + done 5.7671 IFS=$as_save_IFS 5.7672 5.7673 ;; 5.7674 @@ -6707,32 +5725,111 @@ 5.7675 as_myself=$0 5.7676 fi 5.7677 if test ! -f "$as_myself"; then 5.7678 - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5.7679 - { (exit 1); exit 1; } 5.7680 -fi 5.7681 - 5.7682 -# Work around bugs in pre-3.0 UWIN ksh. 5.7683 -for as_var in ENV MAIL MAILPATH 5.7684 -do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5.7685 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 5.7686 + exit 1 5.7687 +fi 5.7688 + 5.7689 +# Unset variables that we do not need and which cause bugs (e.g. in 5.7690 +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 5.7691 +# suppresses any "Segmentation fault" message there. '((' could 5.7692 +# trigger a bug in pdksh 5.2.14. 5.7693 +for as_var in BASH_ENV ENV MAIL MAILPATH 5.7694 +do eval test x\${$as_var+set} = xset \ 5.7695 + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 5.7696 done 5.7697 PS1='$ ' 5.7698 PS2='> ' 5.7699 PS4='+ ' 5.7700 5.7701 # NLS nuisances. 5.7702 -for as_var in \ 5.7703 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 5.7704 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 5.7705 - LC_TELEPHONE LC_TIME 5.7706 -do 5.7707 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 5.7708 - eval $as_var=C; export $as_var 5.7709 - else 5.7710 - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 5.7711 +LC_ALL=C 5.7712 +export LC_ALL 5.7713 +LANGUAGE=C 5.7714 +export LANGUAGE 5.7715 + 5.7716 +# CDPATH. 5.7717 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 5.7718 + 5.7719 + 5.7720 +# as_fn_error ERROR [LINENO LOG_FD] 5.7721 +# --------------------------------- 5.7722 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 5.7723 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 5.7724 +# script with status $?, using 1 if that was 0. 5.7725 +as_fn_error () 5.7726 +{ 5.7727 + as_status=$?; test $as_status -eq 0 && as_status=1 5.7728 + if test "$3"; then 5.7729 + as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 5.7730 + $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 5.7731 fi 5.7732 -done 5.7733 - 5.7734 -# Required to use basename. 5.7735 + $as_echo "$as_me: error: $1" >&2 5.7736 + as_fn_exit $as_status 5.7737 +} # as_fn_error 5.7738 + 5.7739 + 5.7740 +# as_fn_set_status STATUS 5.7741 +# ----------------------- 5.7742 +# Set $? to STATUS, without forking. 5.7743 +as_fn_set_status () 5.7744 +{ 5.7745 + return $1 5.7746 +} # as_fn_set_status 5.7747 + 5.7748 +# as_fn_exit STATUS 5.7749 +# ----------------- 5.7750 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 5.7751 +as_fn_exit () 5.7752 +{ 5.7753 + set +e 5.7754 + as_fn_set_status $1 5.7755 + exit $1 5.7756 +} # as_fn_exit 5.7757 + 5.7758 +# as_fn_unset VAR 5.7759 +# --------------- 5.7760 +# Portably unset VAR. 5.7761 +as_fn_unset () 5.7762 +{ 5.7763 + { eval $1=; unset $1;} 5.7764 +} 5.7765 +as_unset=as_fn_unset 5.7766 +# as_fn_append VAR VALUE 5.7767 +# ---------------------- 5.7768 +# Append the text in VALUE to the end of the definition contained in VAR. Take 5.7769 +# advantage of any shell optimizations that allow amortized linear growth over 5.7770 +# repeated appends, instead of the typical quadratic growth present in naive 5.7771 +# implementations. 5.7772 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 5.7773 + eval 'as_fn_append () 5.7774 + { 5.7775 + eval $1+=\$2 5.7776 + }' 5.7777 +else 5.7778 + as_fn_append () 5.7779 + { 5.7780 + eval $1=\$$1\$2 5.7781 + } 5.7782 +fi # as_fn_append 5.7783 + 5.7784 +# as_fn_arith ARG... 5.7785 +# ------------------ 5.7786 +# Perform arithmetic evaluation on the ARGs, and store the result in the 5.7787 +# global $as_val. Take advantage of shells that can avoid forks. The arguments 5.7788 +# must be portable across $(()) and expr. 5.7789 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 5.7790 + eval 'as_fn_arith () 5.7791 + { 5.7792 + as_val=$(( $* )) 5.7793 + }' 5.7794 +else 5.7795 + as_fn_arith () 5.7796 + { 5.7797 + as_val=`expr "$@" || test $? -eq 1` 5.7798 + } 5.7799 +fi # as_fn_arith 5.7800 + 5.7801 + 5.7802 if expr a : '\(a\)' >/dev/null 2>&1 && 5.7803 test "X`expr 00001 : '.*\(...\)'`" = X001; then 5.7804 as_expr=expr 5.7805 @@ -6746,13 +5843,17 @@ 5.7806 as_basename=false 5.7807 fi 5.7808 5.7809 - 5.7810 -# Name of the executable. 5.7811 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5.7812 + as_dirname=dirname 5.7813 +else 5.7814 + as_dirname=false 5.7815 +fi 5.7816 + 5.7817 as_me=`$as_basename -- "$0" || 5.7818 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 5.7819 X"$0" : 'X\(//\)$' \| \ 5.7820 X"$0" : 'X\(/\)' \| . 2>/dev/null || 5.7821 -echo X/"$0" | 5.7822 +$as_echo X/"$0" | 5.7823 sed '/^.*\/\([^/][^/]*\)\/*$/{ 5.7824 s//\1/ 5.7825 q 5.7826 @@ -6767,624 +5868,68 @@ 5.7827 } 5.7828 s/.*/./; q'` 5.7829 5.7830 -# CDPATH. 5.7831 -$as_unset CDPATH 5.7832 - 5.7833 - 5.7834 - 5.7835 - as_lineno_1=$LINENO 5.7836 - as_lineno_2=$LINENO 5.7837 - test "x$as_lineno_1" != "x$as_lineno_2" && 5.7838 - test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 5.7839 - 5.7840 - # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 5.7841 - # uniformly replaced by the line number. The first 'sed' inserts a 5.7842 - # line-number line after each line using $LINENO; the second 'sed' 5.7843 - # does the real work. The second script uses 'N' to pair each 5.7844 - # line-number line with the line containing $LINENO, and appends 5.7845 - # trailing '-' during substitution so that $LINENO is not a special 5.7846 - # case at line end. 5.7847 - # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 5.7848 - # scripts with optimization help from Paolo Bonzini. Blame Lee 5.7849 - # E. McMahon (1931-1989) for sed's syntax. :-) 5.7850 - sed -n ' 5.7851 - p 5.7852 - /[$]LINENO/= 5.7853 - ' <$as_myself | 5.7854 - sed ' 5.7855 - s/[$]LINENO.*/&-/ 5.7856 - t lineno 5.7857 - b 5.7858 - :lineno 5.7859 - N 5.7860 - :loop 5.7861 - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 5.7862 - t loop 5.7863 - s/-\n.*// 5.7864 - ' >$as_me.lineno && 5.7865 - chmod +x "$as_me.lineno" || 5.7866 - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 5.7867 - { (exit 1); exit 1; }; } 5.7868 - 5.7869 - # Don't try to exec as it changes $[0], causing all sort of problems 5.7870 - # (the dirname of $[0] is not the place where we might find the 5.7871 - # original and so on. Autoconf is especially sensitive to this). 5.7872 - . "./$as_me.lineno" 5.7873 - # Exit status is that of the last command. 5.7874 - exit 5.7875 -} 5.7876 - 5.7877 - 5.7878 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 5.7879 - as_dirname=dirname 5.7880 -else 5.7881 - as_dirname=false 5.7882 -fi 5.7883 +# Avoid depending upon Character Ranges. 5.7884 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 5.7885 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 5.7886 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 5.7887 +as_cr_digits='0123456789' 5.7888 +as_cr_alnum=$as_cr_Letters$as_cr_digits 5.7889 5.7890 ECHO_C= ECHO_N= ECHO_T= 5.7891 -case `echo -n x` in 5.7892 +case `echo -n x` in #((((( 5.7893 -n*) 5.7894 - case `echo 'x\c'` in 5.7895 + case `echo 'xy\c'` in 5.7896 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 5.7897 - *) ECHO_C='\c';; 5.7898 + xy) ECHO_C='\c';; 5.7899 + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 5.7900 + ECHO_T=' ';; 5.7901 esac;; 5.7902 *) 5.7903 ECHO_N='-n';; 5.7904 esac 5.7905 5.7906 -if expr a : '\(a\)' >/dev/null 2>&1 && 5.7907 - test "X`expr 00001 : '.*\(...\)'`" = X001; then 5.7908 - as_expr=expr 5.7909 -else 5.7910 - as_expr=false 5.7911 -fi 5.7912 - 5.7913 rm -f conf$$ conf$$.exe conf$$.file 5.7914 if test -d conf$$.dir; then 5.7915 rm -f conf$$.dir/conf$$.file 5.7916 else 5.7917 rm -f conf$$.dir 5.7918 - mkdir conf$$.dir 5.7919 -fi 5.7920 -echo >conf$$.file 5.7921 -if ln -s conf$$.file conf$$ 2>/dev/null; then 5.7922 - as_ln_s='ln -s' 5.7923 - # ... but there are two gotchas: 5.7924 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5.7925 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5.7926 - # In both cases, we have to default to `cp -p'. 5.7927 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5.7928 + mkdir conf$$.dir 2>/dev/null 5.7929 +fi 5.7930 +if (echo >conf$$.file) 2>/dev/null; then 5.7931 + if ln -s conf$$.file conf$$ 2>/dev/null; then 5.7932 + as_ln_s='ln -s' 5.7933 + # ... but there are two gotchas: 5.7934 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 5.7935 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 5.7936 + # In both cases, we have to default to `cp -p'. 5.7937 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 5.7938 + as_ln_s='cp -p' 5.7939 + elif ln conf$$.file conf$$ 2>/dev/null; then 5.7940 + as_ln_s=ln 5.7941 + else 5.7942 as_ln_s='cp -p' 5.7943 -elif ln conf$$.file conf$$ 2>/dev/null; then 5.7944 - as_ln_s=ln 5.7945 + fi 5.7946 else 5.7947 as_ln_s='cp -p' 5.7948 fi 5.7949 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 5.7950 rmdir conf$$.dir 2>/dev/null 5.7951 5.7952 -if mkdir -p . 2>/dev/null; then 5.7953 - as_mkdir_p=: 5.7954 -else 5.7955 - test -d ./-p && rmdir ./-p 5.7956 - as_mkdir_p=false 5.7957 -fi 5.7958 - 5.7959 -if test -x / >/dev/null 2>&1; then 5.7960 - as_test_x='test -x' 5.7961 -else 5.7962 - if ls -dL / >/dev/null 2>&1; then 5.7963 - as_ls_L_option=L 5.7964 - else 5.7965 - as_ls_L_option= 5.7966 - fi 5.7967 - as_test_x=' 5.7968 - eval sh -c '\'' 5.7969 - if test -d "$1"; then 5.7970 - test -d "$1/."; 5.7971 - else 5.7972 - case $1 in 5.7973 - -*)set "./$1";; 5.7974 - esac; 5.7975 - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 5.7976 - ???[sx]*):;;*)false;;esac;fi 5.7977 - '\'' sh 5.7978 - ' 5.7979 -fi 5.7980 -as_executable_p=$as_test_x 5.7981 - 5.7982 -# Sed expression to map a string onto a valid CPP name. 5.7983 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 5.7984 - 5.7985 -# Sed expression to map a string onto a valid variable name. 5.7986 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 5.7987 - 5.7988 - 5.7989 -exec 6>&1 5.7990 - 5.7991 -# Save the log message, to keep $[0] and so on meaningful, and to 5.7992 -# report actual input values of CONFIG_FILES etc. instead of their 5.7993 -# values after options handling. 5.7994 -ac_log=" 5.7995 -This file was extended by masqmail $as_me 0.2.21, which was 5.7996 -generated by GNU Autoconf 2.61. Invocation command line was 5.7997 - 5.7998 - CONFIG_FILES = $CONFIG_FILES 5.7999 - CONFIG_HEADERS = $CONFIG_HEADERS 5.8000 - CONFIG_LINKS = $CONFIG_LINKS 5.8001 - CONFIG_COMMANDS = $CONFIG_COMMANDS 5.8002 - $ $0 $@ 5.8003 - 5.8004 -on `(hostname || uname -n) 2>/dev/null | sed 1q` 5.8005 -" 5.8006 - 5.8007 -_ACEOF 5.8008 - 5.8009 -cat >>$CONFIG_STATUS <<_ACEOF 5.8010 -# Files that config.status was made for. 5.8011 -config_files="$ac_config_files" 5.8012 -config_headers="$ac_config_headers" 5.8013 -config_commands="$ac_config_commands" 5.8014 - 5.8015 -_ACEOF 5.8016 - 5.8017 -cat >>$CONFIG_STATUS <<\_ACEOF 5.8018 -ac_cs_usage="\ 5.8019 -\`$as_me' instantiates files from templates according to the 5.8020 -current configuration. 5.8021 - 5.8022 -Usage: $0 [OPTIONS] [FILE]... 5.8023 - 5.8024 - -h, --help print this help, then exit 5.8025 - -V, --version print version number and configuration settings, then exit 5.8026 - -q, --quiet do not print progress messages 5.8027 - -d, --debug don't remove temporary files 5.8028 - --recheck update $as_me by reconfiguring in the same conditions 5.8029 - --file=FILE[:TEMPLATE] 5.8030 - instantiate the configuration file FILE 5.8031 - --header=FILE[:TEMPLATE] 5.8032 - instantiate the configuration header FILE 5.8033 - 5.8034 -Configuration files: 5.8035 -$config_files 5.8036 - 5.8037 -Configuration headers: 5.8038 -$config_headers 5.8039 - 5.8040 -Configuration commands: 5.8041 -$config_commands 5.8042 - 5.8043 -Report bugs to <bug-autoconf@gnu.org>." 5.8044 - 5.8045 -_ACEOF 5.8046 -cat >>$CONFIG_STATUS <<_ACEOF 5.8047 -ac_cs_version="\\ 5.8048 -masqmail config.status 0.2.21 5.8049 -configured by $0, generated by GNU Autoconf 2.61, 5.8050 - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 5.8051 - 5.8052 -Copyright (C) 2006 Free Software Foundation, Inc. 5.8053 -This config.status script is free software; the Free Software Foundation 5.8054 -gives unlimited permission to copy, distribute and modify it." 5.8055 - 5.8056 -ac_pwd='$ac_pwd' 5.8057 -srcdir='$srcdir' 5.8058 -INSTALL='$INSTALL' 5.8059 -_ACEOF 5.8060 - 5.8061 -cat >>$CONFIG_STATUS <<\_ACEOF 5.8062 -# If no file are specified by the user, then we need to provide default 5.8063 -# value. By we need to know if files were specified by the user. 5.8064 -ac_need_defaults=: 5.8065 -while test $# != 0 5.8066 -do 5.8067 - case $1 in 5.8068 - --*=*) 5.8069 - ac_option=`expr "X$1" : 'X\([^=]*\)='` 5.8070 - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 5.8071 - ac_shift=: 5.8072 - ;; 5.8073 - *) 5.8074 - ac_option=$1 5.8075 - ac_optarg=$2 5.8076 - ac_shift=shift 5.8077 - ;; 5.8078 - esac 5.8079 - 5.8080 - case $ac_option in 5.8081 - # Handling of the options. 5.8082 - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5.8083 - ac_cs_recheck=: ;; 5.8084 - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5.8085 - echo "$ac_cs_version"; exit ;; 5.8086 - --debug | --debu | --deb | --de | --d | -d ) 5.8087 - debug=: ;; 5.8088 - --file | --fil | --fi | --f ) 5.8089 - $ac_shift 5.8090 - CONFIG_FILES="$CONFIG_FILES $ac_optarg" 5.8091 - ac_need_defaults=false;; 5.8092 - --header | --heade | --head | --hea ) 5.8093 - $ac_shift 5.8094 - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 5.8095 - ac_need_defaults=false;; 5.8096 - --he | --h) 5.8097 - # Conflict between --help and --header 5.8098 - { echo "$as_me: error: ambiguous option: $1 5.8099 -Try \`$0 --help' for more information." >&2 5.8100 - { (exit 1); exit 1; }; };; 5.8101 - --help | --hel | -h ) 5.8102 - echo "$ac_cs_usage"; exit ;; 5.8103 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5.8104 - | -silent | --silent | --silen | --sile | --sil | --si | --s) 5.8105 - ac_cs_silent=: ;; 5.8106 - 5.8107 - # This is an error. 5.8108 - -*) { echo "$as_me: error: unrecognized option: $1 5.8109 -Try \`$0 --help' for more information." >&2 5.8110 - { (exit 1); exit 1; }; } ;; 5.8111 - 5.8112 - *) ac_config_targets="$ac_config_targets $1" 5.8113 - ac_need_defaults=false ;; 5.8114 - 5.8115 - esac 5.8116 - shift 5.8117 -done 5.8118 - 5.8119 -ac_configure_extra_args= 5.8120 - 5.8121 -if $ac_cs_silent; then 5.8122 - exec 6>/dev/null 5.8123 - ac_configure_extra_args="$ac_configure_extra_args --silent" 5.8124 -fi 5.8125 - 5.8126 -_ACEOF 5.8127 -cat >>$CONFIG_STATUS <<_ACEOF 5.8128 -if \$ac_cs_recheck; then 5.8129 - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 5.8130 - CONFIG_SHELL=$SHELL 5.8131 - export CONFIG_SHELL 5.8132 - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5.8133 -fi 5.8134 - 5.8135 -_ACEOF 5.8136 -cat >>$CONFIG_STATUS <<\_ACEOF 5.8137 -exec 5>>config.log 5.8138 + 5.8139 +# as_fn_mkdir_p 5.8140 +# ------------- 5.8141 +# Create "$as_dir" as a directory, including parents if necessary. 5.8142 +as_fn_mkdir_p () 5.8143 { 5.8144 - echo 5.8145 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5.8146 -## Running $as_me. ## 5.8147 -_ASBOX 5.8148 - echo "$ac_log" 5.8149 -} >&5 5.8150 - 5.8151 -_ACEOF 5.8152 -cat >>$CONFIG_STATUS <<_ACEOF 5.8153 -# 5.8154 -# INIT-COMMANDS 5.8155 -# 5.8156 -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 5.8157 - 5.8158 -_ACEOF 5.8159 - 5.8160 -cat >>$CONFIG_STATUS <<\_ACEOF 5.8161 - 5.8162 -# Handling of arguments. 5.8163 -for ac_config_target in $ac_config_targets 5.8164 -do 5.8165 - case $ac_config_target in 5.8166 - "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5.8167 - "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 5.8168 - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5.8169 - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5.8170 - "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 5.8171 - "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 5.8172 - "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 5.8173 - 5.8174 - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 5.8175 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 5.8176 - { (exit 1); exit 1; }; };; 5.8177 - esac 5.8178 -done 5.8179 - 5.8180 - 5.8181 -# If the user did not use the arguments to specify the items to instantiate, 5.8182 -# then the envvar interface is used. Set only those that are not. 5.8183 -# We use the long form for the default assignment because of an extremely 5.8184 -# bizarre bug on SunOS 4.1.3. 5.8185 -if $ac_need_defaults; then 5.8186 - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 5.8187 - test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 5.8188 - test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 5.8189 -fi 5.8190 - 5.8191 -# Have a temporary directory for convenience. Make it in the build tree 5.8192 -# simply because there is no reason against having it here, and in addition, 5.8193 -# creating and moving files from /tmp can sometimes cause problems. 5.8194 -# Hook for its removal unless debugging. 5.8195 -# Note that there is a small window in which the directory will not be cleaned: 5.8196 -# after its creation but before its name has been assigned to `$tmp'. 5.8197 -$debug || 5.8198 -{ 5.8199 - tmp= 5.8200 - trap 'exit_status=$? 5.8201 - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 5.8202 -' 0 5.8203 - trap '{ (exit 1); exit 1; }' 1 2 13 15 5.8204 -} 5.8205 -# Create a (secure) tmp directory for tmp files. 5.8206 - 5.8207 -{ 5.8208 - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 5.8209 - test -n "$tmp" && test -d "$tmp" 5.8210 -} || 5.8211 -{ 5.8212 - tmp=./conf$$-$RANDOM 5.8213 - (umask 077 && mkdir "$tmp") 5.8214 -} || 5.8215 -{ 5.8216 - echo "$me: cannot create a temporary directory in ." >&2 5.8217 - { (exit 1); exit 1; } 5.8218 -} 5.8219 - 5.8220 -# 5.8221 -# Set up the sed scripts for CONFIG_FILES section. 5.8222 -# 5.8223 - 5.8224 -# No need to generate the scripts if there are no CONFIG_FILES. 5.8225 -# This happens for instance when ./config.status config.h 5.8226 -if test -n "$CONFIG_FILES"; then 5.8227 - 5.8228 -_ACEOF 5.8229 - 5.8230 - 5.8231 - 5.8232 -ac_delim='%!_!# ' 5.8233 -for ac_last_try in false false false false false :; do 5.8234 - cat >conf$$subs.sed <<_ACEOF 5.8235 -SHELL!$SHELL$ac_delim 5.8236 -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 5.8237 -PACKAGE_NAME!$PACKAGE_NAME$ac_delim 5.8238 -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 5.8239 -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 5.8240 -PACKAGE_STRING!$PACKAGE_STRING$ac_delim 5.8241 -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 5.8242 -exec_prefix!$exec_prefix$ac_delim 5.8243 -prefix!$prefix$ac_delim 5.8244 -program_transform_name!$program_transform_name$ac_delim 5.8245 -bindir!$bindir$ac_delim 5.8246 -sbindir!$sbindir$ac_delim 5.8247 -libexecdir!$libexecdir$ac_delim 5.8248 -datarootdir!$datarootdir$ac_delim 5.8249 -datadir!$datadir$ac_delim 5.8250 -sysconfdir!$sysconfdir$ac_delim 5.8251 -sharedstatedir!$sharedstatedir$ac_delim 5.8252 -localstatedir!$localstatedir$ac_delim 5.8253 -includedir!$includedir$ac_delim 5.8254 -oldincludedir!$oldincludedir$ac_delim 5.8255 -docdir!$docdir$ac_delim 5.8256 -infodir!$infodir$ac_delim 5.8257 -htmldir!$htmldir$ac_delim 5.8258 -dvidir!$dvidir$ac_delim 5.8259 -pdfdir!$pdfdir$ac_delim 5.8260 -psdir!$psdir$ac_delim 5.8261 -libdir!$libdir$ac_delim 5.8262 -localedir!$localedir$ac_delim 5.8263 -mandir!$mandir$ac_delim 5.8264 -DEFS!$DEFS$ac_delim 5.8265 -ECHO_C!$ECHO_C$ac_delim 5.8266 -ECHO_N!$ECHO_N$ac_delim 5.8267 -ECHO_T!$ECHO_T$ac_delim 5.8268 -LIBS!$LIBS$ac_delim 5.8269 -build_alias!$build_alias$ac_delim 5.8270 -host_alias!$host_alias$ac_delim 5.8271 -target_alias!$target_alias$ac_delim 5.8272 -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 5.8273 -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 5.8274 -INSTALL_DATA!$INSTALL_DATA$ac_delim 5.8275 -CYGPATH_W!$CYGPATH_W$ac_delim 5.8276 -PACKAGE!$PACKAGE$ac_delim 5.8277 -VERSION!$VERSION$ac_delim 5.8278 -ACLOCAL!$ACLOCAL$ac_delim 5.8279 -AUTOCONF!$AUTOCONF$ac_delim 5.8280 -AUTOMAKE!$AUTOMAKE$ac_delim 5.8281 -AUTOHEADER!$AUTOHEADER$ac_delim 5.8282 -MAKEINFO!$MAKEINFO$ac_delim 5.8283 -AMTAR!$AMTAR$ac_delim 5.8284 -install_sh!$install_sh$ac_delim 5.8285 -STRIP!$STRIP$ac_delim 5.8286 -INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 5.8287 -AWK!$AWK$ac_delim 5.8288 -SET_MAKE!$SET_MAKE$ac_delim 5.8289 -am__leading_dot!$am__leading_dot$ac_delim 5.8290 -CC!$CC$ac_delim 5.8291 -CFLAGS!$CFLAGS$ac_delim 5.8292 -LDFLAGS!$LDFLAGS$ac_delim 5.8293 -CPPFLAGS!$CPPFLAGS$ac_delim 5.8294 -ac_ct_CC!$ac_ct_CC$ac_delim 5.8295 -EXEEXT!$EXEEXT$ac_delim 5.8296 -OBJEXT!$OBJEXT$ac_delim 5.8297 -DEPDIR!$DEPDIR$ac_delim 5.8298 -am__include!$am__include$ac_delim 5.8299 -am__quote!$am__quote$ac_delim 5.8300 -AMDEP_TRUE!$AMDEP_TRUE$ac_delim 5.8301 -AMDEP_FALSE!$AMDEP_FALSE$ac_delim 5.8302 -AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 5.8303 -CCDEPMODE!$CCDEPMODE$ac_delim 5.8304 -am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 5.8305 -am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 5.8306 -CPP!$CPP$ac_delim 5.8307 -GREP!$GREP$ac_delim 5.8308 -EGREP!$EGREP$ac_delim 5.8309 -RANLIB!$RANLIB$ac_delim 5.8310 -PKG_CONFIG!$PKG_CONFIG$ac_delim 5.8311 -GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim 5.8312 -GLIB_LIBS!$GLIB_LIBS$ac_delim 5.8313 -RESOLV_LIBS!$RESOLV_LIBS$ac_delim 5.8314 -with_user!$with_user$ac_delim 5.8315 -with_group!$with_group$ac_delim 5.8316 -BASE64_LIBS!$BASE64_LIBS$ac_delim 5.8317 -MD5_LIBS!$MD5_LIBS$ac_delim 5.8318 -has_ident!$has_ident$ac_delim 5.8319 -IDENT_LIBS!$IDENT_LIBS$ac_delim 5.8320 -LOCKFILE_LIBS!$LOCKFILE_LIBS$ac_delim 5.8321 -USE_LIBLOCKFILE!$USE_LIBLOCKFILE$ac_delim 5.8322 -with_logdir!$with_logdir$ac_delim 5.8323 -with_spooldir!$with_spooldir$ac_delim 5.8324 -with_confdir!$with_confdir$ac_delim 5.8325 -LIBOBJS!$LIBOBJS$ac_delim 5.8326 -LTLIBOBJS!$LTLIBOBJS$ac_delim 5.8327 -_ACEOF 5.8328 - 5.8329 - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then 5.8330 - break 5.8331 - elif $ac_last_try; then 5.8332 - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 5.8333 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 5.8334 - { (exit 1); exit 1; }; } 5.8335 - else 5.8336 - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5.8337 - fi 5.8338 -done 5.8339 - 5.8340 -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 5.8341 -if test -n "$ac_eof"; then 5.8342 - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 5.8343 - ac_eof=`expr $ac_eof + 1` 5.8344 -fi 5.8345 - 5.8346 -cat >>$CONFIG_STATUS <<_ACEOF 5.8347 -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 5.8348 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 5.8349 -_ACEOF 5.8350 -sed ' 5.8351 -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 5.8352 -s/^/s,@/; s/!/@,|#_!!_#|/ 5.8353 -:n 5.8354 -t n 5.8355 -s/'"$ac_delim"'$/,g/; t 5.8356 -s/$/\\/; p 5.8357 -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 5.8358 -' >>$CONFIG_STATUS <conf$$subs.sed 5.8359 -rm -f conf$$subs.sed 5.8360 -cat >>$CONFIG_STATUS <<_ACEOF 5.8361 -:end 5.8362 -s/|#_!!_#|//g 5.8363 -CEOF$ac_eof 5.8364 -_ACEOF 5.8365 - 5.8366 - 5.8367 -# VPATH may cause trouble with some makes, so we remove $(srcdir), 5.8368 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 5.8369 -# trailing colons and then remove the whole line if VPATH becomes empty 5.8370 -# (actually we leave an empty line to preserve line numbers). 5.8371 -if test "x$srcdir" = x.; then 5.8372 - ac_vpsub='/^[ ]*VPATH[ ]*=/{ 5.8373 -s/:*\$(srcdir):*/:/ 5.8374 -s/:*\${srcdir}:*/:/ 5.8375 -s/:*@srcdir@:*/:/ 5.8376 -s/^\([^=]*=[ ]*\):*/\1/ 5.8377 -s/:*$// 5.8378 -s/^[^=]*=[ ]*$// 5.8379 -}' 5.8380 -fi 5.8381 - 5.8382 -cat >>$CONFIG_STATUS <<\_ACEOF 5.8383 -fi # test -n "$CONFIG_FILES" 5.8384 - 5.8385 - 5.8386 -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 5.8387 -do 5.8388 - case $ac_tag in 5.8389 - :[FHLC]) ac_mode=$ac_tag; continue;; 5.8390 - esac 5.8391 - case $ac_mode$ac_tag in 5.8392 - :[FHL]*:*);; 5.8393 - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 5.8394 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} 5.8395 - { (exit 1); exit 1; }; };; 5.8396 - :[FH]-) ac_tag=-:-;; 5.8397 - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 5.8398 - esac 5.8399 - ac_save_IFS=$IFS 5.8400 - IFS=: 5.8401 - set x $ac_tag 5.8402 - IFS=$ac_save_IFS 5.8403 - shift 5.8404 - ac_file=$1 5.8405 - shift 5.8406 - 5.8407 - case $ac_mode in 5.8408 - :L) ac_source=$1;; 5.8409 - :[FH]) 5.8410 - ac_file_inputs= 5.8411 - for ac_f 5.8412 - do 5.8413 - case $ac_f in 5.8414 - -) ac_f="$tmp/stdin";; 5.8415 - *) # Look for the file first in the build tree, then in the source tree 5.8416 - # (if the path is not absolute). The absolute path cannot be DOS-style, 5.8417 - # because $ac_f cannot contain `:'. 5.8418 - test -f "$ac_f" || 5.8419 - case $ac_f in 5.8420 - [\\/$]*) false;; 5.8421 - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 5.8422 - esac || 5.8423 - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 5.8424 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} 5.8425 - { (exit 1); exit 1; }; };; 5.8426 - esac 5.8427 - ac_file_inputs="$ac_file_inputs $ac_f" 5.8428 - done 5.8429 - 5.8430 - # Let's still pretend it is `configure' which instantiates (i.e., don't 5.8431 - # use $as_me), people would be surprised to read: 5.8432 - # /* config.h. Generated by config.status. */ 5.8433 - configure_input="Generated from "`IFS=: 5.8434 - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 5.8435 - if test x"$ac_file" != x-; then 5.8436 - configure_input="$ac_file. $configure_input" 5.8437 - { echo "$as_me:$LINENO: creating $ac_file" >&5 5.8438 -echo "$as_me: creating $ac_file" >&6;} 5.8439 - fi 5.8440 - 5.8441 - case $ac_tag in 5.8442 - *:-:* | *:-) cat >"$tmp/stdin";; 5.8443 - esac 5.8444 - ;; 5.8445 - esac 5.8446 - 5.8447 - ac_dir=`$as_dirname -- "$ac_file" || 5.8448 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.8449 - X"$ac_file" : 'X\(//\)[^/]' \| \ 5.8450 - X"$ac_file" : 'X\(//\)$' \| \ 5.8451 - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5.8452 -echo X"$ac_file" | 5.8453 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.8454 - s//\1/ 5.8455 - q 5.8456 - } 5.8457 - /^X\(\/\/\)[^/].*/{ 5.8458 - s//\1/ 5.8459 - q 5.8460 - } 5.8461 - /^X\(\/\/\)$/{ 5.8462 - s//\1/ 5.8463 - q 5.8464 - } 5.8465 - /^X\(\/\).*/{ 5.8466 - s//\1/ 5.8467 - q 5.8468 - } 5.8469 - s/.*/./; q'` 5.8470 - { as_dir="$ac_dir" 5.8471 + 5.8472 case $as_dir in #( 5.8473 -*) as_dir=./$as_dir;; 5.8474 esac 5.8475 - test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5.8476 + test -d "$as_dir" || eval $as_mkdir_p || { 5.8477 as_dirs= 5.8478 while :; do 5.8479 case $as_dir in #( 5.8480 - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 5.8481 + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 5.8482 *) as_qdir=$as_dir;; 5.8483 esac 5.8484 as_dirs="'$as_qdir' $as_dirs" 5.8485 @@ -7393,7 +5938,7 @@ 5.8486 X"$as_dir" : 'X\(//\)[^/]' \| \ 5.8487 X"$as_dir" : 'X\(//\)$' \| \ 5.8488 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5.8489 -echo X"$as_dir" | 5.8490 +$as_echo X"$as_dir" | 5.8491 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.8492 s//\1/ 5.8493 q 5.8494 @@ -7414,17 +5959,656 @@ 5.8495 test -d "$as_dir" && break 5.8496 done 5.8497 test -z "$as_dirs" || eval "mkdir $as_dirs" 5.8498 - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5.8499 -echo "$as_me: error: cannot create directory $as_dir" >&2;} 5.8500 - { (exit 1); exit 1; }; }; } 5.8501 + } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 5.8502 + 5.8503 + 5.8504 +} # as_fn_mkdir_p 5.8505 +if mkdir -p . 2>/dev/null; then 5.8506 + as_mkdir_p='mkdir -p "$as_dir"' 5.8507 +else 5.8508 + test -d ./-p && rmdir ./-p 5.8509 + as_mkdir_p=false 5.8510 +fi 5.8511 + 5.8512 +if test -x / >/dev/null 2>&1; then 5.8513 + as_test_x='test -x' 5.8514 +else 5.8515 + if ls -dL / >/dev/null 2>&1; then 5.8516 + as_ls_L_option=L 5.8517 + else 5.8518 + as_ls_L_option= 5.8519 + fi 5.8520 + as_test_x=' 5.8521 + eval sh -c '\'' 5.8522 + if test -d "$1"; then 5.8523 + test -d "$1/."; 5.8524 + else 5.8525 + case $1 in #( 5.8526 + -*)set "./$1";; 5.8527 + esac; 5.8528 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 5.8529 + ???[sx]*):;;*)false;;esac;fi 5.8530 + '\'' sh 5.8531 + ' 5.8532 +fi 5.8533 +as_executable_p=$as_test_x 5.8534 + 5.8535 +# Sed expression to map a string onto a valid CPP name. 5.8536 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 5.8537 + 5.8538 +# Sed expression to map a string onto a valid variable name. 5.8539 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 5.8540 + 5.8541 + 5.8542 +exec 6>&1 5.8543 +## ----------------------------------- ## 5.8544 +## Main body of $CONFIG_STATUS script. ## 5.8545 +## ----------------------------------- ## 5.8546 +_ASEOF 5.8547 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 5.8548 + 5.8549 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8550 +# Save the log message, to keep $0 and so on meaningful, and to 5.8551 +# report actual input values of CONFIG_FILES etc. instead of their 5.8552 +# values after options handling. 5.8553 +ac_log=" 5.8554 +This file was extended by masqmail $as_me 0.2.21, which was 5.8555 +generated by GNU Autoconf 2.65. Invocation command line was 5.8556 + 5.8557 + CONFIG_FILES = $CONFIG_FILES 5.8558 + CONFIG_HEADERS = $CONFIG_HEADERS 5.8559 + CONFIG_LINKS = $CONFIG_LINKS 5.8560 + CONFIG_COMMANDS = $CONFIG_COMMANDS 5.8561 + $ $0 $@ 5.8562 + 5.8563 +on `(hostname || uname -n) 2>/dev/null | sed 1q` 5.8564 +" 5.8565 + 5.8566 +_ACEOF 5.8567 + 5.8568 +case $ac_config_files in *" 5.8569 +"*) set x $ac_config_files; shift; ac_config_files=$*;; 5.8570 +esac 5.8571 + 5.8572 +case $ac_config_headers in *" 5.8573 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; 5.8574 +esac 5.8575 + 5.8576 + 5.8577 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8578 +# Files that config.status was made for. 5.8579 +config_files="$ac_config_files" 5.8580 +config_headers="$ac_config_headers" 5.8581 +config_commands="$ac_config_commands" 5.8582 + 5.8583 +_ACEOF 5.8584 + 5.8585 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8586 +ac_cs_usage="\ 5.8587 +\`$as_me' instantiates files and other configuration actions 5.8588 +from templates according to the current configuration. Unless the files 5.8589 +and actions are specified as TAGs, all are instantiated by default. 5.8590 + 5.8591 +Usage: $0 [OPTION]... [TAG]... 5.8592 + 5.8593 + -h, --help print this help, then exit 5.8594 + -V, --version print version number and configuration settings, then exit 5.8595 + --config print configuration, then exit 5.8596 + -q, --quiet, --silent 5.8597 + do not print progress messages 5.8598 + -d, --debug don't remove temporary files 5.8599 + --recheck update $as_me by reconfiguring in the same conditions 5.8600 + --file=FILE[:TEMPLATE] 5.8601 + instantiate the configuration file FILE 5.8602 + --header=FILE[:TEMPLATE] 5.8603 + instantiate the configuration header FILE 5.8604 + 5.8605 +Configuration files: 5.8606 +$config_files 5.8607 + 5.8608 +Configuration headers: 5.8609 +$config_headers 5.8610 + 5.8611 +Configuration commands: 5.8612 +$config_commands 5.8613 + 5.8614 +Report bugs to <meillo@marmaro.de>." 5.8615 + 5.8616 +_ACEOF 5.8617 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8618 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 5.8619 +ac_cs_version="\\ 5.8620 +masqmail config.status 0.2.21 5.8621 +configured by $0, generated by GNU Autoconf 2.65, 5.8622 + with options \\"\$ac_cs_config\\" 5.8623 + 5.8624 +Copyright (C) 2009 Free Software Foundation, Inc. 5.8625 +This config.status script is free software; the Free Software Foundation 5.8626 +gives unlimited permission to copy, distribute and modify it." 5.8627 + 5.8628 +ac_pwd='$ac_pwd' 5.8629 +srcdir='$srcdir' 5.8630 +INSTALL='$INSTALL' 5.8631 +MKDIR_P='$MKDIR_P' 5.8632 +AWK='$AWK' 5.8633 +test -n "\$AWK" || AWK=awk 5.8634 +_ACEOF 5.8635 + 5.8636 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8637 +# The default lists apply if the user does not specify any file. 5.8638 +ac_need_defaults=: 5.8639 +while test $# != 0 5.8640 +do 5.8641 + case $1 in 5.8642 + --*=*) 5.8643 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 5.8644 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 5.8645 + ac_shift=: 5.8646 + ;; 5.8647 + *) 5.8648 + ac_option=$1 5.8649 + ac_optarg=$2 5.8650 + ac_shift=shift 5.8651 + ;; 5.8652 + esac 5.8653 + 5.8654 + case $ac_option in 5.8655 + # Handling of the options. 5.8656 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 5.8657 + ac_cs_recheck=: ;; 5.8658 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 5.8659 + $as_echo "$ac_cs_version"; exit ;; 5.8660 + --config | --confi | --conf | --con | --co | --c ) 5.8661 + $as_echo "$ac_cs_config"; exit ;; 5.8662 + --debug | --debu | --deb | --de | --d | -d ) 5.8663 + debug=: ;; 5.8664 + --file | --fil | --fi | --f ) 5.8665 + $ac_shift 5.8666 + case $ac_optarg in 5.8667 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5.8668 + esac 5.8669 + as_fn_append CONFIG_FILES " '$ac_optarg'" 5.8670 + ac_need_defaults=false;; 5.8671 + --header | --heade | --head | --hea ) 5.8672 + $ac_shift 5.8673 + case $ac_optarg in 5.8674 + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 5.8675 + esac 5.8676 + as_fn_append CONFIG_HEADERS " '$ac_optarg'" 5.8677 + ac_need_defaults=false;; 5.8678 + --he | --h) 5.8679 + # Conflict between --help and --header 5.8680 + as_fn_error "ambiguous option: \`$1' 5.8681 +Try \`$0 --help' for more information.";; 5.8682 + --help | --hel | -h ) 5.8683 + $as_echo "$ac_cs_usage"; exit ;; 5.8684 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 5.8685 + | -silent | --silent | --silen | --sile | --sil | --si | --s) 5.8686 + ac_cs_silent=: ;; 5.8687 + 5.8688 + # This is an error. 5.8689 + -*) as_fn_error "unrecognized option: \`$1' 5.8690 +Try \`$0 --help' for more information." ;; 5.8691 + 5.8692 + *) as_fn_append ac_config_targets " $1" 5.8693 + ac_need_defaults=false ;; 5.8694 + 5.8695 + esac 5.8696 + shift 5.8697 +done 5.8698 + 5.8699 +ac_configure_extra_args= 5.8700 + 5.8701 +if $ac_cs_silent; then 5.8702 + exec 6>/dev/null 5.8703 + ac_configure_extra_args="$ac_configure_extra_args --silent" 5.8704 +fi 5.8705 + 5.8706 +_ACEOF 5.8707 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8708 +if \$ac_cs_recheck; then 5.8709 + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 5.8710 + shift 5.8711 + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 5.8712 + CONFIG_SHELL='$SHELL' 5.8713 + export CONFIG_SHELL 5.8714 + exec "\$@" 5.8715 +fi 5.8716 + 5.8717 +_ACEOF 5.8718 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8719 +exec 5>>config.log 5.8720 +{ 5.8721 + echo 5.8722 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 5.8723 +## Running $as_me. ## 5.8724 +_ASBOX 5.8725 + $as_echo "$ac_log" 5.8726 +} >&5 5.8727 + 5.8728 +_ACEOF 5.8729 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8730 +# 5.8731 +# INIT-COMMANDS 5.8732 +# 5.8733 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 5.8734 + 5.8735 +_ACEOF 5.8736 + 5.8737 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8738 + 5.8739 +# Handling of arguments. 5.8740 +for ac_config_target in $ac_config_targets 5.8741 +do 5.8742 + case $ac_config_target in 5.8743 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 5.8744 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 5.8745 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 5.8746 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 5.8747 + "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 5.8748 + "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 5.8749 + "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 5.8750 + 5.8751 + *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 5.8752 + esac 5.8753 +done 5.8754 + 5.8755 + 5.8756 +# If the user did not use the arguments to specify the items to instantiate, 5.8757 +# then the envvar interface is used. Set only those that are not. 5.8758 +# We use the long form for the default assignment because of an extremely 5.8759 +# bizarre bug on SunOS 4.1.3. 5.8760 +if $ac_need_defaults; then 5.8761 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 5.8762 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 5.8763 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 5.8764 +fi 5.8765 + 5.8766 +# Have a temporary directory for convenience. Make it in the build tree 5.8767 +# simply because there is no reason against having it here, and in addition, 5.8768 +# creating and moving files from /tmp can sometimes cause problems. 5.8769 +# Hook for its removal unless debugging. 5.8770 +# Note that there is a small window in which the directory will not be cleaned: 5.8771 +# after its creation but before its name has been assigned to `$tmp'. 5.8772 +$debug || 5.8773 +{ 5.8774 + tmp= 5.8775 + trap 'exit_status=$? 5.8776 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 5.8777 +' 0 5.8778 + trap 'as_fn_exit 1' 1 2 13 15 5.8779 +} 5.8780 +# Create a (secure) tmp directory for tmp files. 5.8781 + 5.8782 +{ 5.8783 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 5.8784 + test -n "$tmp" && test -d "$tmp" 5.8785 +} || 5.8786 +{ 5.8787 + tmp=./conf$$-$RANDOM 5.8788 + (umask 077 && mkdir "$tmp") 5.8789 +} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 5.8790 + 5.8791 +# Set up the scripts for CONFIG_FILES section. 5.8792 +# No need to generate them if there are no CONFIG_FILES. 5.8793 +# This happens for instance with `./config.status config.h'. 5.8794 +if test -n "$CONFIG_FILES"; then 5.8795 + 5.8796 + 5.8797 +ac_cr=`echo X | tr X '\015'` 5.8798 +# On cygwin, bash can eat \r inside `` if the user requested igncr. 5.8799 +# But we know of no other shell where ac_cr would be empty at this 5.8800 +# point, so we can use a bashism as a fallback. 5.8801 +if test "x$ac_cr" = x; then 5.8802 + eval ac_cr=\$\'\\r\' 5.8803 +fi 5.8804 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 5.8805 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 5.8806 + ac_cs_awk_cr='\r' 5.8807 +else 5.8808 + ac_cs_awk_cr=$ac_cr 5.8809 +fi 5.8810 + 5.8811 +echo 'BEGIN {' >"$tmp/subs1.awk" && 5.8812 +_ACEOF 5.8813 + 5.8814 + 5.8815 +{ 5.8816 + echo "cat >conf$$subs.awk <<_ACEOF" && 5.8817 + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 5.8818 + echo "_ACEOF" 5.8819 +} >conf$$subs.sh || 5.8820 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 5.8821 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 5.8822 +ac_delim='%!_!# ' 5.8823 +for ac_last_try in false false false false false :; do 5.8824 + . ./conf$$subs.sh || 5.8825 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 5.8826 + 5.8827 + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 5.8828 + if test $ac_delim_n = $ac_delim_num; then 5.8829 + break 5.8830 + elif $ac_last_try; then 5.8831 + as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 5.8832 + else 5.8833 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5.8834 + fi 5.8835 +done 5.8836 +rm -f conf$$subs.sh 5.8837 + 5.8838 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8839 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 5.8840 +_ACEOF 5.8841 +sed -n ' 5.8842 +h 5.8843 +s/^/S["/; s/!.*/"]=/ 5.8844 +p 5.8845 +g 5.8846 +s/^[^!]*!// 5.8847 +:repl 5.8848 +t repl 5.8849 +s/'"$ac_delim"'$// 5.8850 +t delim 5.8851 +:nl 5.8852 +h 5.8853 +s/\(.\{148\}\)..*/\1/ 5.8854 +t more1 5.8855 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 5.8856 +p 5.8857 +n 5.8858 +b repl 5.8859 +:more1 5.8860 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5.8861 +p 5.8862 +g 5.8863 +s/.\{148\}// 5.8864 +t nl 5.8865 +:delim 5.8866 +h 5.8867 +s/\(.\{148\}\)..*/\1/ 5.8868 +t more2 5.8869 +s/["\\]/\\&/g; s/^/"/; s/$/"/ 5.8870 +p 5.8871 +b 5.8872 +:more2 5.8873 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 5.8874 +p 5.8875 +g 5.8876 +s/.\{148\}// 5.8877 +t delim 5.8878 +' <conf$$subs.awk | sed ' 5.8879 +/^[^""]/{ 5.8880 + N 5.8881 + s/\n// 5.8882 +} 5.8883 +' >>$CONFIG_STATUS || ac_write_fail=1 5.8884 +rm -f conf$$subs.awk 5.8885 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.8886 +_ACAWK 5.8887 +cat >>"\$tmp/subs1.awk" <<_ACAWK && 5.8888 + for (key in S) S_is_set[key] = 1 5.8889 + FS = "" 5.8890 + 5.8891 +} 5.8892 +{ 5.8893 + line = $ 0 5.8894 + nfields = split(line, field, "@") 5.8895 + substed = 0 5.8896 + len = length(field[1]) 5.8897 + for (i = 2; i < nfields; i++) { 5.8898 + key = field[i] 5.8899 + keylen = length(key) 5.8900 + if (S_is_set[key]) { 5.8901 + value = S[key] 5.8902 + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 5.8903 + len += length(value) + length(field[++i]) 5.8904 + substed = 1 5.8905 + } else 5.8906 + len += 1 + keylen 5.8907 + } 5.8908 + 5.8909 + print line 5.8910 +} 5.8911 + 5.8912 +_ACAWK 5.8913 +_ACEOF 5.8914 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8915 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 5.8916 + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 5.8917 +else 5.8918 + cat 5.8919 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 5.8920 + || as_fn_error "could not setup config files machinery" "$LINENO" 5 5.8921 +_ACEOF 5.8922 + 5.8923 +# VPATH may cause trouble with some makes, so we remove $(srcdir), 5.8924 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 5.8925 +# trailing colons and then remove the whole line if VPATH becomes empty 5.8926 +# (actually we leave an empty line to preserve line numbers). 5.8927 +if test "x$srcdir" = x.; then 5.8928 + ac_vpsub='/^[ ]*VPATH[ ]*=/{ 5.8929 +s/:*\$(srcdir):*/:/ 5.8930 +s/:*\${srcdir}:*/:/ 5.8931 +s/:*@srcdir@:*/:/ 5.8932 +s/^\([^=]*=[ ]*\):*/\1/ 5.8933 +s/:*$// 5.8934 +s/^[^=]*=[ ]*$// 5.8935 +}' 5.8936 +fi 5.8937 + 5.8938 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.8939 +fi # test -n "$CONFIG_FILES" 5.8940 + 5.8941 +# Set up the scripts for CONFIG_HEADERS section. 5.8942 +# No need to generate them if there are no CONFIG_HEADERS. 5.8943 +# This happens for instance with `./config.status Makefile'. 5.8944 +if test -n "$CONFIG_HEADERS"; then 5.8945 +cat >"$tmp/defines.awk" <<\_ACAWK || 5.8946 +BEGIN { 5.8947 +_ACEOF 5.8948 + 5.8949 +# Transform confdefs.h into an awk script `defines.awk', embedded as 5.8950 +# here-document in config.status, that substitutes the proper values into 5.8951 +# config.h.in to produce config.h. 5.8952 + 5.8953 +# Create a delimiter string that does not exist in confdefs.h, to ease 5.8954 +# handling of long lines. 5.8955 +ac_delim='%!_!# ' 5.8956 +for ac_last_try in false false :; do 5.8957 + ac_t=`sed -n "/$ac_delim/p" confdefs.h` 5.8958 + if test -z "$ac_t"; then 5.8959 + break 5.8960 + elif $ac_last_try; then 5.8961 + as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 5.8962 + else 5.8963 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 5.8964 + fi 5.8965 +done 5.8966 + 5.8967 +# For the awk script, D is an array of macro values keyed by name, 5.8968 +# likewise P contains macro parameters if any. Preserve backslash 5.8969 +# newline sequences. 5.8970 + 5.8971 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5.8972 +sed -n ' 5.8973 +s/.\{148\}/&'"$ac_delim"'/g 5.8974 +t rset 5.8975 +:rset 5.8976 +s/^[ ]*#[ ]*define[ ][ ]*/ / 5.8977 +t def 5.8978 +d 5.8979 +:def 5.8980 +s/\\$// 5.8981 +t bsnl 5.8982 +s/["\\]/\\&/g 5.8983 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5.8984 +D["\1"]=" \3"/p 5.8985 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p 5.8986 +d 5.8987 +:bsnl 5.8988 +s/["\\]/\\&/g 5.8989 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ 5.8990 +D["\1"]=" \3\\\\\\n"\\/p 5.8991 +t cont 5.8992 +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 5.8993 +t cont 5.8994 +d 5.8995 +:cont 5.8996 +n 5.8997 +s/.\{148\}/&'"$ac_delim"'/g 5.8998 +t clear 5.8999 +:clear 5.9000 +s/\\$// 5.9001 +t bsnlc 5.9002 +s/["\\]/\\&/g; s/^/"/; s/$/"/p 5.9003 +d 5.9004 +:bsnlc 5.9005 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 5.9006 +b cont 5.9007 +' <confdefs.h | sed ' 5.9008 +s/'"$ac_delim"'/"\\\ 5.9009 +"/g' >>$CONFIG_STATUS || ac_write_fail=1 5.9010 + 5.9011 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.9012 + for (key in D) D_is_set[key] = 1 5.9013 + FS = "" 5.9014 +} 5.9015 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 5.9016 + line = \$ 0 5.9017 + split(line, arg, " ") 5.9018 + if (arg[1] == "#") { 5.9019 + defundef = arg[2] 5.9020 + mac1 = arg[3] 5.9021 + } else { 5.9022 + defundef = substr(arg[1], 2) 5.9023 + mac1 = arg[2] 5.9024 + } 5.9025 + split(mac1, mac2, "(") #) 5.9026 + macro = mac2[1] 5.9027 + prefix = substr(line, 1, index(line, defundef) - 1) 5.9028 + if (D_is_set[macro]) { 5.9029 + # Preserve the white space surrounding the "#". 5.9030 + print prefix "define", macro P[macro] D[macro] 5.9031 + next 5.9032 + } else { 5.9033 + # Replace #undef with comments. This is necessary, for example, 5.9034 + # in the case of _POSIX_SOURCE, which is predefined and required 5.9035 + # on some systems where configure will not decide to define it. 5.9036 + if (defundef == "undef") { 5.9037 + print "/*", prefix defundef, macro, "*/" 5.9038 + next 5.9039 + } 5.9040 + } 5.9041 +} 5.9042 +{ print } 5.9043 +_ACAWK 5.9044 +_ACEOF 5.9045 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.9046 + as_fn_error "could not setup config headers machinery" "$LINENO" 5 5.9047 +fi # test -n "$CONFIG_HEADERS" 5.9048 + 5.9049 + 5.9050 +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" 5.9051 +shift 5.9052 +for ac_tag 5.9053 +do 5.9054 + case $ac_tag in 5.9055 + :[FHLC]) ac_mode=$ac_tag; continue;; 5.9056 + esac 5.9057 + case $ac_mode$ac_tag in 5.9058 + :[FHL]*:*);; 5.9059 + :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 5.9060 + :[FH]-) ac_tag=-:-;; 5.9061 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 5.9062 + esac 5.9063 + ac_save_IFS=$IFS 5.9064 + IFS=: 5.9065 + set x $ac_tag 5.9066 + IFS=$ac_save_IFS 5.9067 + shift 5.9068 + ac_file=$1 5.9069 + shift 5.9070 + 5.9071 + case $ac_mode in 5.9072 + :L) ac_source=$1;; 5.9073 + :[FH]) 5.9074 + ac_file_inputs= 5.9075 + for ac_f 5.9076 + do 5.9077 + case $ac_f in 5.9078 + -) ac_f="$tmp/stdin";; 5.9079 + *) # Look for the file first in the build tree, then in the source tree 5.9080 + # (if the path is not absolute). The absolute path cannot be DOS-style, 5.9081 + # because $ac_f cannot contain `:'. 5.9082 + test -f "$ac_f" || 5.9083 + case $ac_f in 5.9084 + [\\/$]*) false;; 5.9085 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 5.9086 + esac || 5.9087 + as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 5.9088 + esac 5.9089 + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 5.9090 + as_fn_append ac_file_inputs " '$ac_f'" 5.9091 + done 5.9092 + 5.9093 + # Let's still pretend it is `configure' which instantiates (i.e., don't 5.9094 + # use $as_me), people would be surprised to read: 5.9095 + # /* config.h. Generated by config.status. */ 5.9096 + configure_input='Generated from '` 5.9097 + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 5.9098 + `' by configure.' 5.9099 + if test x"$ac_file" != x-; then 5.9100 + configure_input="$ac_file. $configure_input" 5.9101 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 5.9102 +$as_echo "$as_me: creating $ac_file" >&6;} 5.9103 + fi 5.9104 + # Neutralize special characters interpreted by sed in replacement strings. 5.9105 + case $configure_input in #( 5.9106 + *\&* | *\|* | *\\* ) 5.9107 + ac_sed_conf_input=`$as_echo "$configure_input" | 5.9108 + sed 's/[\\\\&|]/\\\\&/g'`;; #( 5.9109 + *) ac_sed_conf_input=$configure_input;; 5.9110 + esac 5.9111 + 5.9112 + case $ac_tag in 5.9113 + *:-:* | *:-) cat >"$tmp/stdin" \ 5.9114 + || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 5.9115 + esac 5.9116 + ;; 5.9117 + esac 5.9118 + 5.9119 + ac_dir=`$as_dirname -- "$ac_file" || 5.9120 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9121 + X"$ac_file" : 'X\(//\)[^/]' \| \ 5.9122 + X"$ac_file" : 'X\(//\)$' \| \ 5.9123 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 5.9124 +$as_echo X"$ac_file" | 5.9125 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.9126 + s//\1/ 5.9127 + q 5.9128 + } 5.9129 + /^X\(\/\/\)[^/].*/{ 5.9130 + s//\1/ 5.9131 + q 5.9132 + } 5.9133 + /^X\(\/\/\)$/{ 5.9134 + s//\1/ 5.9135 + q 5.9136 + } 5.9137 + /^X\(\/\).*/{ 5.9138 + s//\1/ 5.9139 + q 5.9140 + } 5.9141 + s/.*/./; q'` 5.9142 + as_dir="$ac_dir"; as_fn_mkdir_p 5.9143 ac_builddir=. 5.9144 5.9145 case "$ac_dir" in 5.9146 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 5.9147 *) 5.9148 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 5.9149 + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 5.9150 # A ".." for each directory in $ac_dir_suffix. 5.9151 - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 5.9152 + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 5.9153 case $ac_top_builddir_sub in 5.9154 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 5.9155 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 5.9156 @@ -7462,14 +6646,19 @@ 5.9157 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 5.9158 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 5.9159 esac 5.9160 + ac_MKDIR_P=$MKDIR_P 5.9161 + case $MKDIR_P in 5.9162 + [\\/$]* | ?:[\\/]* ) ;; 5.9163 + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; 5.9164 + esac 5.9165 _ACEOF 5.9166 5.9167 -cat >>$CONFIG_STATUS <<\_ACEOF 5.9168 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.9169 # If the template does not know about datarootdir, expand it. 5.9170 # FIXME: This hack should be removed a few years after 2.60. 5.9171 ac_datarootdir_hack=; ac_datarootdir_seen= 5.9172 - 5.9173 -case `sed -n '/datarootdir/ { 5.9174 +ac_sed_dataroot=' 5.9175 +/datarootdir/ { 5.9176 p 5.9177 q 5.9178 } 5.9179 @@ -7477,36 +6666,37 @@ 5.9180 /@docdir@/p 5.9181 /@infodir@/p 5.9182 /@localedir@/p 5.9183 -/@mandir@/p 5.9184 -' $ac_file_inputs` in 5.9185 +/@mandir@/p' 5.9186 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 5.9187 *datarootdir*) ac_datarootdir_seen=yes;; 5.9188 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 5.9189 - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5.9190 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5.9191 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 5.9192 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 5.9193 _ACEOF 5.9194 -cat >>$CONFIG_STATUS <<_ACEOF 5.9195 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.9196 ac_datarootdir_hack=' 5.9197 s&@datadir@&$datadir&g 5.9198 s&@docdir@&$docdir&g 5.9199 s&@infodir@&$infodir&g 5.9200 s&@localedir@&$localedir&g 5.9201 s&@mandir@&$mandir&g 5.9202 - s&\\\${datarootdir}&$datarootdir&g' ;; 5.9203 + s&\\\${datarootdir}&$datarootdir&g' ;; 5.9204 esac 5.9205 _ACEOF 5.9206 5.9207 # Neutralize VPATH when `$srcdir' = `.'. 5.9208 # Shell code in configure.ac might set extrasub. 5.9209 # FIXME: do we really want to maintain this feature? 5.9210 -cat >>$CONFIG_STATUS <<_ACEOF 5.9211 - sed "$ac_vpsub 5.9212 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 5.9213 +ac_sed_extra="$ac_vpsub 5.9214 $extrasub 5.9215 _ACEOF 5.9216 -cat >>$CONFIG_STATUS <<\_ACEOF 5.9217 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 5.9218 :t 5.9219 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 5.9220 -s&@configure_input@&$configure_input&;t t 5.9221 +s|@configure_input@|$ac_sed_conf_input|;t t 5.9222 s&@top_builddir@&$ac_top_builddir_sub&;t t 5.9223 +s&@top_build_prefix@&$ac_top_build_prefix&;t t 5.9224 s&@srcdir@&$ac_srcdir&;t t 5.9225 s&@abs_srcdir@&$ac_abs_srcdir&;t t 5.9226 s&@top_srcdir@&$ac_top_srcdir&;t t 5.9227 @@ -7515,136 +6705,67 @@ 5.9228 s&@abs_builddir@&$ac_abs_builddir&;t t 5.9229 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 5.9230 s&@INSTALL@&$ac_INSTALL&;t t 5.9231 +s&@MKDIR_P@&$ac_MKDIR_P&;t t 5.9232 $ac_datarootdir_hack 5.9233 -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 5.9234 +" 5.9235 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 5.9236 + || as_fn_error "could not create $ac_file" "$LINENO" 5 5.9237 5.9238 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 5.9239 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 5.9240 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 5.9241 - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5.9242 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5.9243 which seems to be undefined. Please make sure it is defined." >&5 5.9244 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5.9245 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5.9246 which seems to be undefined. Please make sure it is defined." >&2;} 5.9247 5.9248 rm -f "$tmp/stdin" 5.9249 case $ac_file in 5.9250 - -) cat "$tmp/out"; rm -f "$tmp/out";; 5.9251 - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 5.9252 - esac 5.9253 + -) cat "$tmp/out" && rm -f "$tmp/out";; 5.9254 + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 5.9255 + esac \ 5.9256 + || as_fn_error "could not create $ac_file" "$LINENO" 5 5.9257 ;; 5.9258 :H) 5.9259 # 5.9260 # CONFIG_HEADER 5.9261 # 5.9262 -_ACEOF 5.9263 - 5.9264 -# Transform confdefs.h into a sed script `conftest.defines', that 5.9265 -# substitutes the proper values into config.h.in to produce config.h. 5.9266 -rm -f conftest.defines conftest.tail 5.9267 -# First, append a space to every undef/define line, to ease matching. 5.9268 -echo 's/$/ /' >conftest.defines 5.9269 -# Then, protect against being on the right side of a sed subst, or in 5.9270 -# an unquoted here document, in config.status. If some macros were 5.9271 -# called several times there might be several #defines for the same 5.9272 -# symbol, which is useless. But do not sort them, since the last 5.9273 -# AC_DEFINE must be honored. 5.9274 -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 5.9275 -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 5.9276 -# NAME is the cpp macro being defined, VALUE is the value it is being given. 5.9277 -# PARAMS is the parameter list in the macro definition--in most cases, it's 5.9278 -# just an empty string. 5.9279 -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 5.9280 -ac_dB='\\)[ (].*,\\1define\\2' 5.9281 -ac_dC=' ' 5.9282 -ac_dD=' ,' 5.9283 - 5.9284 -uniq confdefs.h | 5.9285 - sed -n ' 5.9286 - t rset 5.9287 - :rset 5.9288 - s/^[ ]*#[ ]*define[ ][ ]*// 5.9289 - t ok 5.9290 - d 5.9291 - :ok 5.9292 - s/[\\&,]/\\&/g 5.9293 - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 5.9294 - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 5.9295 - ' >>conftest.defines 5.9296 - 5.9297 -# Remove the space that was appended to ease matching. 5.9298 -# Then replace #undef with comments. This is necessary, for 5.9299 -# example, in the case of _POSIX_SOURCE, which is predefined and required 5.9300 -# on some systems where configure will not decide to define it. 5.9301 -# (The regexp can be short, since the line contains either #define or #undef.) 5.9302 -echo 's/ $// 5.9303 -s,^[ #]*u.*,/* & */,' >>conftest.defines 5.9304 - 5.9305 -# Break up conftest.defines: 5.9306 -ac_max_sed_lines=50 5.9307 - 5.9308 -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 5.9309 -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 5.9310 -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 5.9311 -# et cetera. 5.9312 -ac_in='$ac_file_inputs' 5.9313 -ac_out='"$tmp/out1"' 5.9314 -ac_nxt='"$tmp/out2"' 5.9315 - 5.9316 -while : 5.9317 -do 5.9318 - # Write a here document: 5.9319 - cat >>$CONFIG_STATUS <<_ACEOF 5.9320 - # First, check the format of the line: 5.9321 - cat >"\$tmp/defines.sed" <<\\CEOF 5.9322 -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 5.9323 -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 5.9324 -b 5.9325 -:def 5.9326 -_ACEOF 5.9327 - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 5.9328 - echo 'CEOF 5.9329 - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 5.9330 - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 5.9331 - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 5.9332 - grep . conftest.tail >/dev/null || break 5.9333 - rm -f conftest.defines 5.9334 - mv conftest.tail conftest.defines 5.9335 -done 5.9336 -rm -f conftest.defines conftest.tail 5.9337 - 5.9338 -echo "ac_result=$ac_in" >>$CONFIG_STATUS 5.9339 -cat >>$CONFIG_STATUS <<\_ACEOF 5.9340 if test x"$ac_file" != x-; then 5.9341 - echo "/* $configure_input */" >"$tmp/config.h" 5.9342 - cat "$ac_result" >>"$tmp/config.h" 5.9343 - if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 5.9344 - { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 5.9345 -echo "$as_me: $ac_file is unchanged" >&6;} 5.9346 + { 5.9347 + $as_echo "/* $configure_input */" \ 5.9348 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 5.9349 + } >"$tmp/config.h" \ 5.9350 + || as_fn_error "could not create $ac_file" "$LINENO" 5 5.9351 + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 5.9352 + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 5.9353 +$as_echo "$as_me: $ac_file is unchanged" >&6;} 5.9354 else 5.9355 - rm -f $ac_file 5.9356 - mv "$tmp/config.h" $ac_file 5.9357 + rm -f "$ac_file" 5.9358 + mv "$tmp/config.h" "$ac_file" \ 5.9359 + || as_fn_error "could not create $ac_file" "$LINENO" 5 5.9360 fi 5.9361 else 5.9362 - echo "/* $configure_input */" 5.9363 - cat "$ac_result" 5.9364 + $as_echo "/* $configure_input */" \ 5.9365 + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 5.9366 + || as_fn_error "could not create -" "$LINENO" 5 5.9367 fi 5.9368 - rm -f "$tmp/out12" 5.9369 -# Compute $ac_file's index in $config_headers. 5.9370 +# Compute "$ac_file"'s index in $config_headers. 5.9371 +_am_arg="$ac_file" 5.9372 _am_stamp_count=1 5.9373 for _am_header in $config_headers :; do 5.9374 case $_am_header in 5.9375 - $ac_file | $ac_file:* ) 5.9376 + $_am_arg | $_am_arg:* ) 5.9377 break ;; 5.9378 * ) 5.9379 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 5.9380 esac 5.9381 done 5.9382 -echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 5.9383 -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9384 - X$ac_file : 'X\(//\)[^/]' \| \ 5.9385 - X$ac_file : 'X\(//\)$' \| \ 5.9386 - X$ac_file : 'X\(/\)' \| . 2>/dev/null || 5.9387 -echo X$ac_file | 5.9388 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || 5.9389 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9390 + X"$_am_arg" : 'X\(//\)[^/]' \| \ 5.9391 + X"$_am_arg" : 'X\(//\)$' \| \ 5.9392 + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || 5.9393 +$as_echo X"$_am_arg" | 5.9394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.9395 s//\1/ 5.9396 q 5.9397 @@ -7664,29 +6785,40 @@ 5.9398 s/.*/./; q'`/stamp-h$_am_stamp_count 5.9399 ;; 5.9400 5.9401 - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 5.9402 -echo "$as_me: executing $ac_file commands" >&6;} 5.9403 + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 5.9404 +$as_echo "$as_me: executing $ac_file commands" >&6;} 5.9405 ;; 5.9406 esac 5.9407 5.9408 5.9409 case $ac_file$ac_mode in 5.9410 - "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 5.9411 - # Strip MF so we end up with the name of the file. 5.9412 - mf=`echo "$mf" | sed -e 's/:.*$//'` 5.9413 - # Check whether this is an Automake generated Makefile or not. 5.9414 - # We used to match only the files named `Makefile.in', but 5.9415 - # some people rename them; so instead we look at the file content. 5.9416 - # Grep'ing the first line is not enough: some people post-process 5.9417 - # each Makefile.in and add a new line on top of each file to say so. 5.9418 - # So let's grep whole file. 5.9419 - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 5.9420 - dirpart=`$as_dirname -- "$mf" || 5.9421 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 5.9422 + # Autoconf 2.62 quotes --file arguments for eval, but not when files 5.9423 + # are listed without --file. Let's play safe and only enable the eval 5.9424 + # if we detect the quoting. 5.9425 + case $CONFIG_FILES in 5.9426 + *\'*) eval set x "$CONFIG_FILES" ;; 5.9427 + *) set x $CONFIG_FILES ;; 5.9428 + esac 5.9429 + shift 5.9430 + for mf 5.9431 + do 5.9432 + # Strip MF so we end up with the name of the file. 5.9433 + mf=`echo "$mf" | sed -e 's/:.*$//'` 5.9434 + # Check whether this is an Automake generated Makefile or not. 5.9435 + # We used to match only the files named `Makefile.in', but 5.9436 + # some people rename them; so instead we look at the file content. 5.9437 + # Grep'ing the first line is not enough: some people post-process 5.9438 + # each Makefile.in and add a new line on top of each file to say so. 5.9439 + # Grep'ing the whole file is not good either: AIX grep has a line 5.9440 + # limit of 2048, but all sed's we know have understand at least 4000. 5.9441 + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 5.9442 + dirpart=`$as_dirname -- "$mf" || 5.9443 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9444 X"$mf" : 'X\(//\)[^/]' \| \ 5.9445 X"$mf" : 'X\(//\)$' \| \ 5.9446 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 5.9447 -echo X"$mf" | 5.9448 +$as_echo X"$mf" | 5.9449 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.9450 s//\1/ 5.9451 q 5.9452 @@ -7704,39 +6836,33 @@ 5.9453 q 5.9454 } 5.9455 s/.*/./; q'` 5.9456 - else 5.9457 - continue 5.9458 - fi 5.9459 - grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 5.9460 - # Extract the definition of DEP_FILES from the Makefile without 5.9461 - # running `make'. 5.9462 - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 5.9463 - test -z "$DEPDIR" && continue 5.9464 - # When using ansi2knr, U may be empty or an underscore; expand it 5.9465 - U=`sed -n -e '/^U = / s///p' < "$mf"` 5.9466 - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 5.9467 - # We invoke sed twice because it is the simplest approach to 5.9468 - # changing $(DEPDIR) to its actual value in the expansion. 5.9469 - for file in `sed -n -e ' 5.9470 - /^DEP_FILES = .*\\\\$/ { 5.9471 - s/^DEP_FILES = // 5.9472 - :loop 5.9473 - s/\\\\$// 5.9474 - p 5.9475 - n 5.9476 - /\\\\$/ b loop 5.9477 - p 5.9478 - } 5.9479 - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 5.9480 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 5.9481 - # Make sure the directory exists. 5.9482 - test -f "$dirpart/$file" && continue 5.9483 - fdir=`$as_dirname -- "$file" || 5.9484 + else 5.9485 + continue 5.9486 + fi 5.9487 + # Extract the definition of DEPDIR, am__include, and am__quote 5.9488 + # from the Makefile without running `make'. 5.9489 + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 5.9490 + test -z "$DEPDIR" && continue 5.9491 + am__include=`sed -n 's/^am__include = //p' < "$mf"` 5.9492 + test -z "am__include" && continue 5.9493 + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` 5.9494 + # When using ansi2knr, U may be empty or an underscore; expand it 5.9495 + U=`sed -n 's/^U = //p' < "$mf"` 5.9496 + # Find all dependency output files, they are included files with 5.9497 + # $(DEPDIR) in their names. We invoke sed twice because it is the 5.9498 + # simplest approach to changing $(DEPDIR) to its actual value in the 5.9499 + # expansion. 5.9500 + for file in `sed -n " 5.9501 + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 5.9502 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 5.9503 + # Make sure the directory exists. 5.9504 + test -f "$dirpart/$file" && continue 5.9505 + fdir=`$as_dirname -- "$file" || 5.9506 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9507 X"$file" : 'X\(//\)[^/]' \| \ 5.9508 X"$file" : 'X\(//\)$' \| \ 5.9509 X"$file" : 'X\(/\)' \| . 2>/dev/null || 5.9510 -echo X"$file" | 5.9511 +$as_echo X"$file" | 5.9512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.9513 s//\1/ 5.9514 q 5.9515 @@ -7754,62 +6880,25 @@ 5.9516 q 5.9517 } 5.9518 s/.*/./; q'` 5.9519 - { as_dir=$dirpart/$fdir 5.9520 - case $as_dir in #( 5.9521 - -*) as_dir=./$as_dir;; 5.9522 - esac 5.9523 - test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 5.9524 - as_dirs= 5.9525 - while :; do 5.9526 - case $as_dir in #( 5.9527 - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 5.9528 - *) as_qdir=$as_dir;; 5.9529 - esac 5.9530 - as_dirs="'$as_qdir' $as_dirs" 5.9531 - as_dir=`$as_dirname -- "$as_dir" || 5.9532 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 5.9533 - X"$as_dir" : 'X\(//\)[^/]' \| \ 5.9534 - X"$as_dir" : 'X\(//\)$' \| \ 5.9535 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 5.9536 -echo X"$as_dir" | 5.9537 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 5.9538 - s//\1/ 5.9539 - q 5.9540 - } 5.9541 - /^X\(\/\/\)[^/].*/{ 5.9542 - s//\1/ 5.9543 - q 5.9544 - } 5.9545 - /^X\(\/\/\)$/{ 5.9546 - s//\1/ 5.9547 - q 5.9548 - } 5.9549 - /^X\(\/\).*/{ 5.9550 - s//\1/ 5.9551 - q 5.9552 - } 5.9553 - s/.*/./; q'` 5.9554 - test -d "$as_dir" && break 5.9555 + as_dir=$dirpart/$fdir; as_fn_mkdir_p 5.9556 + # echo "creating $dirpart/$file" 5.9557 + echo '# dummy' > "$dirpart/$file" 5.9558 done 5.9559 - test -z "$as_dirs" || eval "mkdir $as_dirs" 5.9560 - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 5.9561 -echo "$as_me: error: cannot create directory $as_dir" >&2;} 5.9562 - { (exit 1); exit 1; }; }; } 5.9563 - # echo "creating $dirpart/$file" 5.9564 - echo '# dummy' > "$dirpart/$file" 5.9565 done 5.9566 -done 5.9567 +} 5.9568 ;; 5.9569 5.9570 esac 5.9571 done # for ac_tag 5.9572 5.9573 5.9574 -{ (exit 0); exit 0; } 5.9575 +as_fn_exit 0 5.9576 _ACEOF 5.9577 -chmod +x $CONFIG_STATUS 5.9578 ac_clean_files=$ac_clean_files_save 5.9579 5.9580 +test $ac_write_fail = 0 || 5.9581 + as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 5.9582 + 5.9583 5.9584 # configure is writing to config.log, and then calls config.status. 5.9585 # config.status does its own redirection, appending to config.log. 5.9586 @@ -7829,6 +6918,10 @@ 5.9587 exec 5>>config.log 5.9588 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 5.9589 # would make configure fail if this is the last instruction. 5.9590 - $ac_cs_success || { (exit 1); exit 1; } 5.9591 -fi 5.9592 - 5.9593 + $ac_cs_success || as_fn_exit $? 5.9594 +fi 5.9595 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 5.9596 + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 5.9597 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 5.9598 +fi 5.9599 +
6.1 --- a/src/Makefile.in Fri May 07 16:42:58 2010 +0200 6.2 +++ b/src/Makefile.in Fri May 07 16:44:26 2010 +0200 6.3 @@ -1,8 +1,9 @@ 6.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am. 6.5 +# Makefile.in generated by automake 1.11.1 from Makefile.am. 6.6 # @configure_input@ 6.7 6.8 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 6.9 -# Free Software Foundation, Inc. 6.10 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 6.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6.12 +# Inc. 6.13 # This Makefile.in is free software; the Free Software Foundation 6.14 # gives unlimited permission to copy and/or distribute it, 6.15 # with or without modifications, as long as this notice is preserved. 6.16 @@ -14,16 +15,12 @@ 6.17 6.18 @SET_MAKE@ 6.19 6.20 -srcdir = @srcdir@ 6.21 -top_srcdir = @top_srcdir@ 6.22 VPATH = @srcdir@ 6.23 pkgdatadir = $(datadir)/@PACKAGE@ 6.24 +pkgincludedir = $(includedir)/@PACKAGE@ 6.25 pkglibdir = $(libdir)/@PACKAGE@ 6.26 -pkgincludedir = $(includedir)/@PACKAGE@ 6.27 -top_builddir = .. 6.28 - 6.29 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 6.30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 6.31 -INSTALL = @INSTALL@ 6.32 install_sh_DATA = $(install_sh) -c -m 644 6.33 install_sh_PROGRAM = $(install_sh) -c 6.34 install_sh_SCRIPT = $(install_sh) -c 6.35 @@ -35,9 +32,103 @@ 6.36 NORMAL_UNINSTALL = : 6.37 PRE_UNINSTALL = : 6.38 POST_UNINSTALL = : 6.39 +sbin_PROGRAMS = masqmail$(EXEEXT) 6.40 +bin_PROGRAMS = mservdetect$(EXEEXT) 6.41 +noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT) 6.42 +subdir = src 6.43 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 6.44 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 6.45 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac 6.46 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 6.47 + $(ACLOCAL_M4) 6.48 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 6.49 +CONFIG_HEADER = $(top_builddir)/config.h 6.50 +CONFIG_CLEAN_FILES = 6.51 +CONFIG_CLEAN_VPATH_FILES = 6.52 +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" 6.53 +PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) 6.54 +am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) \ 6.55 + alias.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \ 6.56 + conf.$(OBJEXT) deliver.$(OBJEXT) dotlock.$(OBJEXT) \ 6.57 + expand.$(OBJEXT) fail_msg.$(OBJEXT) get.$(OBJEXT) \ 6.58 + header.$(OBJEXT) interface.$(OBJEXT) local.$(OBJEXT) \ 6.59 + log.$(OBJEXT) listen.$(OBJEXT) lookup.$(OBJEXT) \ 6.60 + masqmail.$(OBJEXT) message.$(OBJEXT) mserver.$(OBJEXT) \ 6.61 + online.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \ 6.62 + permissions.$(OBJEXT) pop3_in.$(OBJEXT) readsock.$(OBJEXT) \ 6.63 + rewrite.$(OBJEXT) route.$(OBJEXT) queue.$(OBJEXT) \ 6.64 + smtp_in.$(OBJEXT) smtp_out.$(OBJEXT) spool.$(OBJEXT) \ 6.65 + tables.$(OBJEXT) timeival.$(OBJEXT) 6.66 +masqmail_OBJECTS = $(am_masqmail_OBJECTS) 6.67 +masqmail_DEPENDENCIES = 6.68 +am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \ 6.69 + mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT) 6.70 +mservdetect_OBJECTS = $(am_mservdetect_OBJECTS) 6.71 +mservdetect_DEPENDENCIES = 6.72 +am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT) 6.73 +readtest_OBJECTS = $(am_readtest_OBJECTS) 6.74 +readtest_DEPENDENCIES = 6.75 +am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \ 6.76 + address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \ 6.77 + header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \ 6.78 + message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \ 6.79 + readsock.$(OBJEXT) smtp_out.$(OBJEXT) 6.80 +smtpsend_OBJECTS = $(am_smtpsend_OBJECTS) 6.81 +smtpsend_DEPENDENCIES = 6.82 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 6.83 +depcomp = $(SHELL) $(top_srcdir)/depcomp 6.84 +am__depfiles_maybe = depfiles 6.85 +am__mv = mv -f 6.86 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 6.87 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 6.88 +CCLD = $(CC) 6.89 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 6.90 +SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \ 6.91 + $(readtest_SOURCES) $(smtpsend_SOURCES) 6.92 +DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \ 6.93 + $(readtest_SOURCES) $(smtpsend_SOURCES) 6.94 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 6.95 + html-recursive info-recursive install-data-recursive \ 6.96 + install-dvi-recursive install-exec-recursive \ 6.97 + install-html-recursive install-info-recursive \ 6.98 + install-pdf-recursive install-ps-recursive install-recursive \ 6.99 + installcheck-recursive installdirs-recursive pdf-recursive \ 6.100 + ps-recursive uninstall-recursive 6.101 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 6.102 + distclean-recursive maintainer-clean-recursive 6.103 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 6.104 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 6.105 + distdir 6.106 +ETAGS = etags 6.107 +CTAGS = ctags 6.108 +DIST_SUBDIRS = $(SUBDIRS) 6.109 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 6.110 +am__relativize = \ 6.111 + dir0=`pwd`; \ 6.112 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 6.113 + sed_rest='s,^[^/]*/*,,'; \ 6.114 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 6.115 + sed_butlast='s,/*[^/]*$$,,'; \ 6.116 + while test -n "$$dir1"; do \ 6.117 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 6.118 + if test "$$first" != "."; then \ 6.119 + if test "$$first" = ".."; then \ 6.120 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 6.121 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 6.122 + else \ 6.123 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 6.124 + if test "$$first2" = "$$first"; then \ 6.125 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 6.126 + else \ 6.127 + dir2="../$$dir2"; \ 6.128 + fi; \ 6.129 + dir0="$$dir0"/"$$first"; \ 6.130 + fi; \ 6.131 + fi; \ 6.132 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 6.133 + done; \ 6.134 + reldir="$$dir2" 6.135 ACLOCAL = @ACLOCAL@ 6.136 -AMDEP_FALSE = @AMDEP_FALSE@ 6.137 -AMDEP_TRUE = @AMDEP_TRUE@ 6.138 AMTAR = @AMTAR@ 6.139 AUTOCONF = @AUTOCONF@ 6.140 AUTOHEADER = @AUTOHEADER@ 6.141 @@ -61,6 +152,7 @@ 6.142 GLIB_LIBS = @GLIB_LIBS@ 6.143 GREP = @GREP@ 6.144 IDENT_LIBS = @IDENT_LIBS@ 6.145 +INSTALL = @INSTALL@ 6.146 INSTALL_DATA = @INSTALL_DATA@ 6.147 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 6.148 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 6.149 @@ -72,12 +164,14 @@ 6.150 LTLIBOBJS = @LTLIBOBJS@ 6.151 MAKEINFO = @MAKEINFO@ 6.152 MD5_LIBS = @MD5_LIBS@ 6.153 +MKDIR_P = @MKDIR_P@ 6.154 OBJEXT = @OBJEXT@ 6.155 PACKAGE = @PACKAGE@ 6.156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 6.157 PACKAGE_NAME = @PACKAGE_NAME@ 6.158 PACKAGE_STRING = @PACKAGE_STRING@ 6.159 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 6.160 +PACKAGE_URL = @PACKAGE_URL@ 6.161 PACKAGE_VERSION = @PACKAGE_VERSION@ 6.162 PATH_SEPARATOR = @PATH_SEPARATOR@ 6.163 PKG_CONFIG = @PKG_CONFIG@ 6.164 @@ -88,14 +182,19 @@ 6.165 STRIP = @STRIP@ 6.166 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 6.167 VERSION = @VERSION@ 6.168 +abs_builddir = @abs_builddir@ 6.169 +abs_srcdir = @abs_srcdir@ 6.170 +abs_top_builddir = @abs_top_builddir@ 6.171 +abs_top_srcdir = @abs_top_srcdir@ 6.172 ac_ct_CC = @ac_ct_CC@ 6.173 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 6.174 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 6.175 am__include = @am__include@ 6.176 am__leading_dot = @am__leading_dot@ 6.177 am__quote = @am__quote@ 6.178 +am__tar = @am__tar@ 6.179 +am__untar = @am__untar@ 6.180 bindir = @bindir@ 6.181 build_alias = @build_alias@ 6.182 +builddir = @builddir@ 6.183 datadir = @datadir@ 6.184 datarootdir = @datarootdir@ 6.185 docdir = @docdir@ 6.186 @@ -112,6 +211,7 @@ 6.187 localedir = @localedir@ 6.188 localstatedir = @localstatedir@ 6.189 mandir = @mandir@ 6.190 +mkdir_p = @mkdir_p@ 6.191 oldincludedir = @oldincludedir@ 6.192 pdfdir = @pdfdir@ 6.193 prefix = @prefix@ 6.194 @@ -119,21 +219,19 @@ 6.195 psdir = @psdir@ 6.196 sbindir = @sbindir@ 6.197 sharedstatedir = @sharedstatedir@ 6.198 +srcdir = @srcdir@ 6.199 sysconfdir = @sysconfdir@ 6.200 target_alias = @target_alias@ 6.201 +top_build_prefix = @top_build_prefix@ 6.202 +top_builddir = @top_builddir@ 6.203 +top_srcdir = @top_srcdir@ 6.204 with_confdir = @with_confdir@ 6.205 with_group = @with_group@ 6.206 with_logdir = @with_logdir@ 6.207 with_spooldir = @with_spooldir@ 6.208 with_user = @with_user@ 6.209 SUBDIRS = base64 md5 libident 6.210 - 6.211 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED 6.212 - 6.213 -sbin_PROGRAMS = masqmail 6.214 -bin_PROGRAMS = mservdetect 6.215 -noinst_PROGRAMS = smtpsend readtest 6.216 - 6.217 masqmail_SOURCES = \ 6.218 dotlock.h\ 6.219 masqmail.h\ 6.220 @@ -178,7 +276,6 @@ 6.221 tables.c\ 6.222 timeival.c 6.223 6.224 - 6.225 smtpsend_SOURCES = \ 6.226 smtpsend.c\ 6.227 masqmail.h\ 6.228 @@ -198,7 +295,6 @@ 6.229 readsock.c\ 6.230 smtp_out.c 6.231 6.232 - 6.233 mservdetect_SOURCES = \ 6.234 masqmail.h\ 6.235 readsock.h\ 6.236 @@ -209,173 +305,141 @@ 6.237 readsock.c\ 6.238 peopen.c 6.239 6.240 - 6.241 readtest_SOURCES = \ 6.242 readsock.c\ 6.243 readsock.h\ 6.244 readtest.c 6.245 6.246 - 6.247 masqmail_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @LOCKFILE_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ @IDENT_LIBS@ 6.248 smtpsend_LDADD = @RESOLV_LIBS@ @GLIB_LIBS@ @MD5_LIBS@ @BASE64_LIBS@ 6.249 mservdetect_LDADD = @GLIB_LIBS@ 6.250 readtest_LDADD = @GLIB_LIBS@ 6.251 -subdir = src 6.252 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 6.253 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 6.254 -CONFIG_HEADER = $(top_builddir)/config.h 6.255 -CONFIG_CLEAN_FILES = 6.256 -bin_PROGRAMS = mservdetect$(EXEEXT) 6.257 -noinst_PROGRAMS = smtpsend$(EXEEXT) readtest$(EXEEXT) 6.258 -sbin_PROGRAMS = masqmail$(EXEEXT) 6.259 -PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) 6.260 - 6.261 -am_masqmail_OBJECTS = accept.$(OBJEXT) address.$(OBJEXT) alias.$(OBJEXT) \ 6.262 - child.$(OBJEXT) connect.$(OBJEXT) conf.$(OBJEXT) \ 6.263 - deliver.$(OBJEXT) dotlock.$(OBJEXT) expand.$(OBJEXT) \ 6.264 - fail_msg.$(OBJEXT) get.$(OBJEXT) header.$(OBJEXT) \ 6.265 - interface.$(OBJEXT) local.$(OBJEXT) log.$(OBJEXT) \ 6.266 - listen.$(OBJEXT) lookup.$(OBJEXT) masqmail.$(OBJEXT) \ 6.267 - message.$(OBJEXT) mserver.$(OBJEXT) online.$(OBJEXT) \ 6.268 - parse.$(OBJEXT) peopen.$(OBJEXT) permissions.$(OBJEXT) \ 6.269 - pop3_in.$(OBJEXT) readsock.$(OBJEXT) rewrite.$(OBJEXT) \ 6.270 - route.$(OBJEXT) queue.$(OBJEXT) smtp_in.$(OBJEXT) \ 6.271 - smtp_out.$(OBJEXT) spool.$(OBJEXT) tables.$(OBJEXT) \ 6.272 - timeival.$(OBJEXT) 6.273 -masqmail_OBJECTS = $(am_masqmail_OBJECTS) 6.274 -masqmail_DEPENDENCIES = 6.275 -masqmail_LDFLAGS = 6.276 -am_mservdetect_OBJECTS = mservdetect.$(OBJEXT) interface.$(OBJEXT) \ 6.277 - mserver.$(OBJEXT) readsock.$(OBJEXT) peopen.$(OBJEXT) 6.278 -mservdetect_OBJECTS = $(am_mservdetect_OBJECTS) 6.279 -mservdetect_DEPENDENCIES = 6.280 -mservdetect_LDFLAGS = 6.281 -am_readtest_OBJECTS = readsock.$(OBJEXT) readtest.$(OBJEXT) 6.282 -readtest_OBJECTS = $(am_readtest_OBJECTS) 6.283 -readtest_DEPENDENCIES = 6.284 -readtest_LDFLAGS = 6.285 -am_smtpsend_OBJECTS = smtpsend.$(OBJEXT) accept.$(OBJEXT) \ 6.286 - address.$(OBJEXT) child.$(OBJEXT) connect.$(OBJEXT) \ 6.287 - header.$(OBJEXT) interface.$(OBJEXT) lookup.$(OBJEXT) \ 6.288 - message.$(OBJEXT) parse.$(OBJEXT) peopen.$(OBJEXT) \ 6.289 - readsock.$(OBJEXT) smtp_out.$(OBJEXT) 6.290 -smtpsend_OBJECTS = $(am_smtpsend_OBJECTS) 6.291 -smtpsend_DEPENDENCIES = 6.292 -smtpsend_LDFLAGS = 6.293 - 6.294 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 6.295 -depcomp = $(SHELL) $(top_srcdir)/depcomp 6.296 -am__depfiles_maybe = depfiles 6.297 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/accept.Po ./$(DEPDIR)/address.Po \ 6.298 -@AMDEP_TRUE@ ./$(DEPDIR)/alias.Po ./$(DEPDIR)/child.Po \ 6.299 -@AMDEP_TRUE@ ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connect.Po \ 6.300 -@AMDEP_TRUE@ ./$(DEPDIR)/deliver.Po ./$(DEPDIR)/dotlock.Po \ 6.301 -@AMDEP_TRUE@ ./$(DEPDIR)/expand.Po ./$(DEPDIR)/fail_msg.Po \ 6.302 -@AMDEP_TRUE@ ./$(DEPDIR)/get.Po ./$(DEPDIR)/header.Po \ 6.303 -@AMDEP_TRUE@ ./$(DEPDIR)/interface.Po ./$(DEPDIR)/listen.Po \ 6.304 -@AMDEP_TRUE@ ./$(DEPDIR)/local.Po ./$(DEPDIR)/log.Po \ 6.305 -@AMDEP_TRUE@ ./$(DEPDIR)/lookup.Po ./$(DEPDIR)/masqmail.Po \ 6.306 -@AMDEP_TRUE@ ./$(DEPDIR)/message.Po ./$(DEPDIR)/mservdetect.Po \ 6.307 -@AMDEP_TRUE@ ./$(DEPDIR)/mserver.Po ./$(DEPDIR)/online.Po \ 6.308 -@AMDEP_TRUE@ ./$(DEPDIR)/parse.Po ./$(DEPDIR)/peopen.Po \ 6.309 -@AMDEP_TRUE@ ./$(DEPDIR)/permissions.Po ./$(DEPDIR)/pop3_in.Po \ 6.310 -@AMDEP_TRUE@ ./$(DEPDIR)/queue.Po ./$(DEPDIR)/readsock.Po \ 6.311 -@AMDEP_TRUE@ ./$(DEPDIR)/readtest.Po ./$(DEPDIR)/rewrite.Po \ 6.312 -@AMDEP_TRUE@ ./$(DEPDIR)/route.Po ./$(DEPDIR)/smtp_in.Po \ 6.313 -@AMDEP_TRUE@ ./$(DEPDIR)/smtp_out.Po ./$(DEPDIR)/smtpsend.Po \ 6.314 -@AMDEP_TRUE@ ./$(DEPDIR)/spool.Po ./$(DEPDIR)/tables.Po \ 6.315 -@AMDEP_TRUE@ ./$(DEPDIR)/timeival.Po 6.316 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 6.317 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 6.318 -CCLD = $(CC) 6.319 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 6.320 -DIST_SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) \ 6.321 - $(readtest_SOURCES) $(smtpsend_SOURCES) 6.322 - 6.323 -RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 6.324 - ps-recursive install-info-recursive uninstall-info-recursive \ 6.325 - all-recursive install-data-recursive install-exec-recursive \ 6.326 - installdirs-recursive install-recursive uninstall-recursive \ 6.327 - check-recursive installcheck-recursive 6.328 -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 6.329 -DIST_SUBDIRS = $(SUBDIRS) 6.330 -SOURCES = $(masqmail_SOURCES) $(mservdetect_SOURCES) $(readtest_SOURCES) $(smtpsend_SOURCES) 6.331 - 6.332 all: all-recursive 6.333 6.334 .SUFFIXES: 6.335 .SUFFIXES: .c .o .obj 6.336 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 6.337 - cd $(top_srcdir) && \ 6.338 - $(AUTOMAKE) --gnu src/Makefile 6.339 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 6.340 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 6.341 -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 6.342 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 6.343 + @for dep in $?; do \ 6.344 + case '$(am__configure_deps)' in \ 6.345 + *$$dep*) \ 6.346 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 6.347 + && { if test -f $@; then exit 0; else break; fi; }; \ 6.348 + exit 1;; \ 6.349 + esac; \ 6.350 + done; \ 6.351 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ 6.352 + $(am__cd) $(top_srcdir) && \ 6.353 + $(AUTOMAKE) --gnu src/Makefile 6.354 +.PRECIOUS: Makefile 6.355 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 6.356 + @case '$?' in \ 6.357 + *config.status*) \ 6.358 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 6.359 + *) \ 6.360 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 6.361 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 6.362 + esac; 6.363 + 6.364 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 6.365 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 6.366 + 6.367 +$(top_srcdir)/configure: $(am__configure_deps) 6.368 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 6.369 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 6.370 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 6.371 +$(am__aclocal_m4_deps): 6.372 install-binPROGRAMS: $(bin_PROGRAMS) 6.373 @$(NORMAL_INSTALL) 6.374 - $(mkinstalldirs) $(DESTDIR)$(bindir) 6.375 - @list='$(bin_PROGRAMS)'; for p in $$list; do \ 6.376 - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 6.377 - if test -f $$p \ 6.378 - ; then \ 6.379 - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 6.380 - echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 6.381 - $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 6.382 - else :; fi; \ 6.383 - done 6.384 + test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 6.385 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 6.386 + for p in $$list; do echo "$$p $$p"; done | \ 6.387 + sed 's/$(EXEEXT)$$//' | \ 6.388 + while read p p1; do if test -f $$p; \ 6.389 + then echo "$$p"; echo "$$p"; else :; fi; \ 6.390 + done | \ 6.391 + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 6.392 + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 6.393 + sed 'N;N;N;s,\n, ,g' | \ 6.394 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 6.395 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 6.396 + if ($$2 == $$4) files[d] = files[d] " " $$1; \ 6.397 + else { print "f", $$3 "/" $$4, $$1; } } \ 6.398 + END { for (d in files) print "f", d, files[d] }' | \ 6.399 + while read type dir files; do \ 6.400 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 6.401 + test -z "$$files" || { \ 6.402 + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 6.403 + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 6.404 + } \ 6.405 + ; done 6.406 6.407 uninstall-binPROGRAMS: 6.408 @$(NORMAL_UNINSTALL) 6.409 - @list='$(bin_PROGRAMS)'; for p in $$list; do \ 6.410 - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 6.411 - echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 6.412 - rm -f $(DESTDIR)$(bindir)/$$f; \ 6.413 - done 6.414 + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 6.415 + files=`for p in $$list; do echo "$$p"; done | \ 6.416 + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 6.417 + -e 's/$$/$(EXEEXT)/' `; \ 6.418 + test -n "$$list" || exit 0; \ 6.419 + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 6.420 + cd "$(DESTDIR)$(bindir)" && rm -f $$files 6.421 6.422 clean-binPROGRAMS: 6.423 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 6.424 6.425 clean-noinstPROGRAMS: 6.426 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 6.427 -sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 6.428 install-sbinPROGRAMS: $(sbin_PROGRAMS) 6.429 @$(NORMAL_INSTALL) 6.430 - $(mkinstalldirs) $(DESTDIR)$(sbindir) 6.431 - @list='$(sbin_PROGRAMS)'; for p in $$list; do \ 6.432 - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 6.433 - if test -f $$p \ 6.434 - ; then \ 6.435 - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 6.436 - echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \ 6.437 - $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \ 6.438 - else :; fi; \ 6.439 - done 6.440 + test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" 6.441 + @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 6.442 + for p in $$list; do echo "$$p $$p"; done | \ 6.443 + sed 's/$(EXEEXT)$$//' | \ 6.444 + while read p p1; do if test -f $$p; \ 6.445 + then echo "$$p"; echo "$$p"; else :; fi; \ 6.446 + done | \ 6.447 + sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 6.448 + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 6.449 + sed 'N;N;N;s,\n, ,g' | \ 6.450 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 6.451 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 6.452 + if ($$2 == $$4) files[d] = files[d] " " $$1; \ 6.453 + else { print "f", $$3 "/" $$4, $$1; } } \ 6.454 + END { for (d in files) print "f", d, files[d] }' | \ 6.455 + while read type dir files; do \ 6.456 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 6.457 + test -z "$$files" || { \ 6.458 + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 6.459 + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 6.460 + } \ 6.461 + ; done 6.462 6.463 uninstall-sbinPROGRAMS: 6.464 @$(NORMAL_UNINSTALL) 6.465 - @list='$(sbin_PROGRAMS)'; for p in $$list; do \ 6.466 - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 6.467 - echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \ 6.468 - rm -f $(DESTDIR)$(sbindir)/$$f; \ 6.469 - done 6.470 + @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 6.471 + files=`for p in $$list; do echo "$$p"; done | \ 6.472 + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 6.473 + -e 's/$$/$(EXEEXT)/' `; \ 6.474 + test -n "$$list" || exit 0; \ 6.475 + echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 6.476 + cd "$(DESTDIR)$(sbindir)" && rm -f $$files 6.477 6.478 clean-sbinPROGRAMS: 6.479 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) 6.480 masqmail$(EXEEXT): $(masqmail_OBJECTS) $(masqmail_DEPENDENCIES) 6.481 @rm -f masqmail$(EXEEXT) 6.482 - $(LINK) $(masqmail_LDFLAGS) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS) 6.483 + $(LINK) $(masqmail_OBJECTS) $(masqmail_LDADD) $(LIBS) 6.484 mservdetect$(EXEEXT): $(mservdetect_OBJECTS) $(mservdetect_DEPENDENCIES) 6.485 @rm -f mservdetect$(EXEEXT) 6.486 - $(LINK) $(mservdetect_LDFLAGS) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS) 6.487 + $(LINK) $(mservdetect_OBJECTS) $(mservdetect_LDADD) $(LIBS) 6.488 readtest$(EXEEXT): $(readtest_OBJECTS) $(readtest_DEPENDENCIES) 6.489 @rm -f readtest$(EXEEXT) 6.490 - $(LINK) $(readtest_LDFLAGS) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS) 6.491 + $(LINK) $(readtest_OBJECTS) $(readtest_LDADD) $(LIBS) 6.492 smtpsend$(EXEEXT): $(smtpsend_OBJECTS) $(smtpsend_DEPENDENCIES) 6.493 @rm -f smtpsend$(EXEEXT) 6.494 - $(LINK) $(smtpsend_LDFLAGS) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS) 6.495 + $(LINK) $(smtpsend_OBJECTS) $(smtpsend_LDADD) $(LIBS) 6.496 6.497 mostlyclean-compile: 6.498 - -rm -f *.$(OBJEXT) core *.core 6.499 + -rm -f *.$(OBJEXT) 6.500 6.501 distclean-compile: 6.502 -rm -f *.tab.c 6.503 @@ -419,27 +483,18 @@ 6.504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeival.Po@am__quote@ 6.505 6.506 .c.o: 6.507 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 6.508 -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 6.509 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 6.510 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 6.511 -@am__fastdepCC_TRUE@ fi 6.512 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 6.513 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6.514 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 6.515 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 6.516 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6.517 -@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 6.518 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6.519 +@am__fastdepCC_FALSE@ $(COMPILE) -c $< 6.520 6.521 .c.obj: 6.522 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 6.523 -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 6.524 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 6.525 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 6.526 -@am__fastdepCC_TRUE@ fi 6.527 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 6.528 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 6.529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 6.530 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 6.531 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6.532 -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 6.533 -uninstall-info-am: 6.534 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 6.535 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 6.536 6.537 # This directory's subdirectories are mostly independent; you can cd 6.538 # into them and run `make' without going through this Makefile. 6.539 @@ -448,7 +503,13 @@ 6.540 # (which will cause the Makefiles to be regenerated when you run `make'); 6.541 # (2) otherwise, pass the desired values on the `make' command line. 6.542 $(RECURSIVE_TARGETS): 6.543 - @set fnord $$MAKEFLAGS; amf=$$2; \ 6.544 + @fail= failcom='exit 1'; \ 6.545 + for f in x $$MAKEFLAGS; do \ 6.546 + case $$f in \ 6.547 + *=* | --[!k]*);; \ 6.548 + *k*) failcom='fail=yes';; \ 6.549 + esac; \ 6.550 + done; \ 6.551 dot_seen=no; \ 6.552 target=`echo $@ | sed s/-recursive//`; \ 6.553 list='$(SUBDIRS)'; for subdir in $$list; do \ 6.554 @@ -459,16 +520,21 @@ 6.555 else \ 6.556 local_target="$$target"; \ 6.557 fi; \ 6.558 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 6.559 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 6.560 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 6.561 + || eval $$failcom; \ 6.562 done; \ 6.563 if test "$$dot_seen" = "no"; then \ 6.564 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 6.565 fi; test -z "$$fail" 6.566 6.567 -mostlyclean-recursive clean-recursive distclean-recursive \ 6.568 -maintainer-clean-recursive: 6.569 - @set fnord $$MAKEFLAGS; amf=$$2; \ 6.570 +$(RECURSIVE_CLEAN_TARGETS): 6.571 + @fail= failcom='exit 1'; \ 6.572 + for f in x $$MAKEFLAGS; do \ 6.573 + case $$f in \ 6.574 + *=* | --[!k]*);; \ 6.575 + *k*) failcom='fail=yes';; \ 6.576 + esac; \ 6.577 + done; \ 6.578 dot_seen=no; \ 6.579 case "$@" in \ 6.580 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 6.581 @@ -488,123 +554,137 @@ 6.582 else \ 6.583 local_target="$$target"; \ 6.584 fi; \ 6.585 - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 6.586 - || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 6.587 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 6.588 + || eval $$failcom; \ 6.589 done && test -z "$$fail" 6.590 tags-recursive: 6.591 list='$(SUBDIRS)'; for subdir in $$list; do \ 6.592 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 6.593 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 6.594 done 6.595 ctags-recursive: 6.596 list='$(SUBDIRS)'; for subdir in $$list; do \ 6.597 - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 6.598 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 6.599 done 6.600 6.601 -ETAGS = etags 6.602 -ETAGSFLAGS = 6.603 - 6.604 -CTAGS = ctags 6.605 -CTAGSFLAGS = 6.606 - 6.607 -tags: TAGS 6.608 - 6.609 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 6.610 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 6.611 unique=`for i in $$list; do \ 6.612 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 6.613 done | \ 6.614 - $(AWK) ' { files[$$0] = 1; } \ 6.615 - END { for (i in files) print i; }'`; \ 6.616 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 6.617 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 6.618 mkid -fID $$unique 6.619 +tags: TAGS 6.620 6.621 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 6.622 $(TAGS_FILES) $(LISP) 6.623 - tags=; \ 6.624 + set x; \ 6.625 here=`pwd`; \ 6.626 - if (etags --etags-include --version) >/dev/null 2>&1; then \ 6.627 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 6.628 include_option=--etags-include; \ 6.629 + empty_fix=.; \ 6.630 else \ 6.631 include_option=--include; \ 6.632 + empty_fix=; \ 6.633 fi; \ 6.634 list='$(SUBDIRS)'; for subdir in $$list; do \ 6.635 if test "$$subdir" = .; then :; else \ 6.636 - test -f $$subdir/TAGS && \ 6.637 - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 6.638 + test ! -f $$subdir/TAGS || \ 6.639 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 6.640 fi; \ 6.641 done; \ 6.642 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 6.643 unique=`for i in $$list; do \ 6.644 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 6.645 done | \ 6.646 - $(AWK) ' { files[$$0] = 1; } \ 6.647 - END { for (i in files) print i; }'`; \ 6.648 - test -z "$(ETAGS_ARGS)$$tags$$unique" \ 6.649 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 6.650 - $$tags $$unique 6.651 - 6.652 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 6.653 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 6.654 + shift; \ 6.655 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 6.656 + test -n "$$unique" || unique=$$empty_fix; \ 6.657 + if test $$# -gt 0; then \ 6.658 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 6.659 + "$$@" $$unique; \ 6.660 + else \ 6.661 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 6.662 + $$unique; \ 6.663 + fi; \ 6.664 + fi 6.665 ctags: CTAGS 6.666 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 6.667 $(TAGS_FILES) $(LISP) 6.668 - tags=; \ 6.669 - here=`pwd`; \ 6.670 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 6.671 unique=`for i in $$list; do \ 6.672 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 6.673 done | \ 6.674 - $(AWK) ' { files[$$0] = 1; } \ 6.675 - END { for (i in files) print i; }'`; \ 6.676 - test -z "$(CTAGS_ARGS)$$tags$$unique" \ 6.677 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 6.678 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 6.679 + test -z "$(CTAGS_ARGS)$$unique" \ 6.680 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 6.681 - $$tags $$unique 6.682 + $$unique 6.683 6.684 GTAGS: 6.685 here=`$(am__cd) $(top_builddir) && pwd` \ 6.686 - && cd $(top_srcdir) \ 6.687 - && gtags -i $(GTAGS_ARGS) $$here 6.688 + && $(am__cd) $(top_srcdir) \ 6.689 + && gtags -i $(GTAGS_ARGS) "$$here" 6.690 6.691 distclean-tags: 6.692 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 6.693 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 6.694 - 6.695 -top_distdir = .. 6.696 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 6.697 6.698 distdir: $(DISTFILES) 6.699 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 6.700 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 6.701 - list='$(DISTFILES)'; for file in $$list; do \ 6.702 - case $$file in \ 6.703 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 6.704 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 6.705 - esac; \ 6.706 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 6.707 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 6.708 + list='$(DISTFILES)'; \ 6.709 + dist_files=`for file in $$list; do echo $$file; done | \ 6.710 + sed -e "s|^$$srcdirstrip/||;t" \ 6.711 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 6.712 + case $$dist_files in \ 6.713 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 6.714 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 6.715 + sort -u` ;; \ 6.716 + esac; \ 6.717 + for file in $$dist_files; do \ 6.718 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 6.719 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 6.720 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 6.721 - dir="/$$dir"; \ 6.722 - $(mkinstalldirs) "$(distdir)$$dir"; \ 6.723 + if test -d $$d/$$file; then \ 6.724 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 6.725 + if test -d "$(distdir)/$$file"; then \ 6.726 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 6.727 + fi; \ 6.728 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 6.729 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 6.730 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 6.731 + fi; \ 6.732 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 6.733 else \ 6.734 - dir=''; \ 6.735 - fi; \ 6.736 - if test -d $$d/$$file; then \ 6.737 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 6.738 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 6.739 - fi; \ 6.740 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 6.741 - else \ 6.742 - test -f $(distdir)/$$file \ 6.743 - || cp -p $$d/$$file $(distdir)/$$file \ 6.744 + test -f "$(distdir)/$$file" \ 6.745 + || cp -p $$d/$$file "$(distdir)/$$file" \ 6.746 || exit 1; \ 6.747 fi; \ 6.748 done 6.749 - list='$(SUBDIRS)'; for subdir in $$list; do \ 6.750 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 6.751 if test "$$subdir" = .; then :; else \ 6.752 - test -d $(distdir)/$$subdir \ 6.753 - || mkdir $(distdir)/$$subdir \ 6.754 + test -d "$(distdir)/$$subdir" \ 6.755 + || $(MKDIR_P) "$(distdir)/$$subdir" \ 6.756 || exit 1; \ 6.757 - (cd $$subdir && \ 6.758 + fi; \ 6.759 + done 6.760 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 6.761 + if test "$$subdir" = .; then :; else \ 6.762 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 6.763 + $(am__relativize); \ 6.764 + new_distdir=$$reldir; \ 6.765 + dir1=$$subdir; dir2="$(top_distdir)"; \ 6.766 + $(am__relativize); \ 6.767 + new_top_distdir=$$reldir; \ 6.768 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 6.769 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 6.770 + ($(am__cd) $$subdir && \ 6.771 $(MAKE) $(AM_MAKEFLAGS) \ 6.772 - top_distdir="$(top_distdir)" \ 6.773 - distdir=../$(distdir)/$$subdir \ 6.774 + top_distdir="$$new_top_distdir" \ 6.775 + distdir="$$new_distdir" \ 6.776 + am__remove_distdir=: \ 6.777 + am__skip_length_check=: \ 6.778 + am__skip_mode_fix=: \ 6.779 distdir) \ 6.780 || exit 1; \ 6.781 fi; \ 6.782 @@ -614,8 +694,9 @@ 6.783 all-am: Makefile $(PROGRAMS) 6.784 installdirs: installdirs-recursive 6.785 installdirs-am: 6.786 - $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir) 6.787 - 6.788 + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \ 6.789 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 6.790 + done 6.791 install: install-recursive 6.792 install-exec: install-exec-recursive 6.793 install-data: install-data-recursive 6.794 @@ -635,7 +716,8 @@ 6.795 clean-generic: 6.796 6.797 distclean-generic: 6.798 - -rm -f $(CONFIG_CLEAN_FILES) 6.799 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 6.800 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 6.801 6.802 maintainer-clean-generic: 6.803 @echo "This command is intended for maintainers to use" 6.804 @@ -655,18 +737,40 @@ 6.805 6.806 dvi-am: 6.807 6.808 +html: html-recursive 6.809 + 6.810 +html-am: 6.811 + 6.812 info: info-recursive 6.813 6.814 info-am: 6.815 6.816 install-data-am: 6.817 6.818 +install-dvi: install-dvi-recursive 6.819 + 6.820 +install-dvi-am: 6.821 + 6.822 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 6.823 6.824 +install-html: install-html-recursive 6.825 + 6.826 +install-html-am: 6.827 + 6.828 install-info: install-info-recursive 6.829 6.830 +install-info-am: 6.831 + 6.832 install-man: 6.833 6.834 +install-pdf: install-pdf-recursive 6.835 + 6.836 +install-pdf-am: 6.837 + 6.838 +install-ps: install-ps-recursive 6.839 + 6.840 +install-ps-am: 6.841 + 6.842 installcheck-am: 6.843 6.844 maintainer-clean: maintainer-clean-recursive 6.845 @@ -686,30 +790,27 @@ 6.846 6.847 ps-am: 6.848 6.849 -uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 6.850 - uninstall-sbinPROGRAMS 6.851 +uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS 6.852 6.853 -uninstall-info: uninstall-info-recursive 6.854 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 6.855 + install-am install-strip tags-recursive 6.856 6.857 -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 6.858 - clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ 6.859 - clean-recursive clean-sbinPROGRAMS ctags ctags-recursive \ 6.860 - distclean distclean-compile distclean-generic \ 6.861 - distclean-recursive distclean-tags distdir dvi dvi-am \ 6.862 - dvi-recursive info info-am info-recursive install install-am \ 6.863 - install-binPROGRAMS install-data install-data-am \ 6.864 - install-data-recursive install-exec install-exec-am \ 6.865 - install-exec-recursive install-info install-info-am \ 6.866 - install-info-recursive install-man install-recursive \ 6.867 - install-sbinPROGRAMS install-strip installcheck installcheck-am \ 6.868 - installdirs installdirs-am installdirs-recursive \ 6.869 - maintainer-clean maintainer-clean-generic \ 6.870 - maintainer-clean-recursive mostlyclean mostlyclean-compile \ 6.871 - mostlyclean-generic mostlyclean-recursive pdf pdf-am \ 6.872 - pdf-recursive ps ps-am ps-recursive tags tags-recursive \ 6.873 - uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \ 6.874 - uninstall-info-recursive uninstall-recursive \ 6.875 - uninstall-sbinPROGRAMS 6.876 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 6.877 + all all-am check check-am clean clean-binPROGRAMS \ 6.878 + clean-generic clean-noinstPROGRAMS clean-sbinPROGRAMS ctags \ 6.879 + ctags-recursive distclean distclean-compile distclean-generic \ 6.880 + distclean-tags distdir dvi dvi-am html html-am info info-am \ 6.881 + install install-am install-binPROGRAMS install-data \ 6.882 + install-data-am install-dvi install-dvi-am install-exec \ 6.883 + install-exec-am install-html install-html-am install-info \ 6.884 + install-info-am install-man install-pdf install-pdf-am \ 6.885 + install-ps install-ps-am install-sbinPROGRAMS install-strip \ 6.886 + installcheck installcheck-am installdirs installdirs-am \ 6.887 + maintainer-clean maintainer-clean-generic mostlyclean \ 6.888 + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 6.889 + tags tags-recursive uninstall uninstall-am \ 6.890 + uninstall-binPROGRAMS uninstall-sbinPROGRAMS 6.891 + 6.892 6.893 # Tell versions [3.59,3.63) of GNU make to not export all variables. 6.894 # Otherwise a system limit (for SysV at least) may be exceeded.
7.1 --- a/src/base64/Makefile.in Fri May 07 16:42:58 2010 +0200 7.2 +++ b/src/base64/Makefile.in Fri May 07 16:44:26 2010 +0200 7.3 @@ -1,8 +1,9 @@ 7.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am. 7.5 +# Makefile.in generated by automake 1.11.1 from Makefile.am. 7.6 # @configure_input@ 7.7 7.8 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 7.9 -# Free Software Foundation, Inc. 7.10 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 7.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 7.12 +# Inc. 7.13 # This Makefile.in is free software; the Free Software Foundation 7.14 # gives unlimited permission to copy and/or distribute it, 7.15 # with or without modifications, as long as this notice is preserved. 7.16 @@ -14,16 +15,13 @@ 7.17 7.18 @SET_MAKE@ 7.19 7.20 -srcdir = @srcdir@ 7.21 -top_srcdir = @top_srcdir@ 7.22 + 7.23 VPATH = @srcdir@ 7.24 pkgdatadir = $(datadir)/@PACKAGE@ 7.25 +pkgincludedir = $(includedir)/@PACKAGE@ 7.26 pkglibdir = $(libdir)/@PACKAGE@ 7.27 -pkgincludedir = $(includedir)/@PACKAGE@ 7.28 -top_builddir = ../.. 7.29 - 7.30 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 7.31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 7.32 -INSTALL = @INSTALL@ 7.33 install_sh_DATA = $(install_sh) -c -m 644 7.34 install_sh_PROGRAM = $(install_sh) -c 7.35 install_sh_SCRIPT = $(install_sh) -c 7.36 @@ -35,9 +33,47 @@ 7.37 NORMAL_UNINSTALL = : 7.38 PRE_UNINSTALL = : 7.39 POST_UNINSTALL = : 7.40 +noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT) 7.41 +subdir = src/base64 7.42 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 7.43 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 7.44 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac 7.45 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 7.46 + $(ACLOCAL_M4) 7.47 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 7.48 +CONFIG_HEADER = $(top_builddir)/config.h 7.49 +CONFIG_CLEAN_FILES = 7.50 +CONFIG_CLEAN_VPATH_FILES = 7.51 +LIBRARIES = $(noinst_LIBRARIES) 7.52 +AR = ar 7.53 +ARFLAGS = cru 7.54 +libbase64_a_AR = $(AR) $(ARFLAGS) 7.55 +libbase64_a_LIBADD = 7.56 +am_libbase64_a_OBJECTS = base64.$(OBJEXT) 7.57 +libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS) 7.58 +PROGRAMS = $(noinst_PROGRAMS) 7.59 +am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT) 7.60 +base64dec_OBJECTS = $(am_base64dec_OBJECTS) 7.61 +base64dec_DEPENDENCIES = 7.62 +am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT) 7.63 +base64enc_OBJECTS = $(am_base64enc_OBJECTS) 7.64 +base64enc_DEPENDENCIES = 7.65 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 7.66 +depcomp = $(SHELL) $(top_srcdir)/depcomp 7.67 +am__depfiles_maybe = depfiles 7.68 +am__mv = mv -f 7.69 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 7.70 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 7.71 +CCLD = $(CC) 7.72 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 7.73 +SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \ 7.74 + $(base64enc_SOURCES) 7.75 +DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \ 7.76 + $(base64enc_SOURCES) 7.77 +ETAGS = etags 7.78 +CTAGS = ctags 7.79 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 7.80 ACLOCAL = @ACLOCAL@ 7.81 -AMDEP_FALSE = @AMDEP_FALSE@ 7.82 -AMDEP_TRUE = @AMDEP_TRUE@ 7.83 AMTAR = @AMTAR@ 7.84 AUTOCONF = @AUTOCONF@ 7.85 AUTOHEADER = @AUTOHEADER@ 7.86 @@ -61,6 +97,7 @@ 7.87 GLIB_LIBS = @GLIB_LIBS@ 7.88 GREP = @GREP@ 7.89 IDENT_LIBS = @IDENT_LIBS@ 7.90 +INSTALL = @INSTALL@ 7.91 INSTALL_DATA = @INSTALL_DATA@ 7.92 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 7.93 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 7.94 @@ -72,12 +109,14 @@ 7.95 LTLIBOBJS = @LTLIBOBJS@ 7.96 MAKEINFO = @MAKEINFO@ 7.97 MD5_LIBS = @MD5_LIBS@ 7.98 +MKDIR_P = @MKDIR_P@ 7.99 OBJEXT = @OBJEXT@ 7.100 PACKAGE = @PACKAGE@ 7.101 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 7.102 PACKAGE_NAME = @PACKAGE_NAME@ 7.103 PACKAGE_STRING = @PACKAGE_STRING@ 7.104 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 7.105 +PACKAGE_URL = @PACKAGE_URL@ 7.106 PACKAGE_VERSION = @PACKAGE_VERSION@ 7.107 PATH_SEPARATOR = @PATH_SEPARATOR@ 7.108 PKG_CONFIG = @PKG_CONFIG@ 7.109 @@ -88,14 +127,19 @@ 7.110 STRIP = @STRIP@ 7.111 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 7.112 VERSION = @VERSION@ 7.113 +abs_builddir = @abs_builddir@ 7.114 +abs_srcdir = @abs_srcdir@ 7.115 +abs_top_builddir = @abs_top_builddir@ 7.116 +abs_top_srcdir = @abs_top_srcdir@ 7.117 ac_ct_CC = @ac_ct_CC@ 7.118 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 7.119 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 7.120 am__include = @am__include@ 7.121 am__leading_dot = @am__leading_dot@ 7.122 am__quote = @am__quote@ 7.123 +am__tar = @am__tar@ 7.124 +am__untar = @am__untar@ 7.125 bindir = @bindir@ 7.126 build_alias = @build_alias@ 7.127 +builddir = @builddir@ 7.128 datadir = @datadir@ 7.129 datarootdir = @datarootdir@ 7.130 docdir = @docdir@ 7.131 @@ -112,6 +156,7 @@ 7.132 localedir = @localedir@ 7.133 localstatedir = @localstatedir@ 7.134 mandir = @mandir@ 7.135 +mkdir_p = @mkdir_p@ 7.136 oldincludedir = @oldincludedir@ 7.137 pdfdir = @pdfdir@ 7.138 prefix = @prefix@ 7.139 @@ -119,85 +164,69 @@ 7.140 psdir = @psdir@ 7.141 sbindir = @sbindir@ 7.142 sharedstatedir = @sharedstatedir@ 7.143 +srcdir = @srcdir@ 7.144 sysconfdir = @sysconfdir@ 7.145 target_alias = @target_alias@ 7.146 +top_build_prefix = @top_build_prefix@ 7.147 +top_builddir = @top_builddir@ 7.148 +top_srcdir = @top_srcdir@ 7.149 with_confdir = @with_confdir@ 7.150 with_group = @with_group@ 7.151 with_logdir = @with_logdir@ 7.152 with_spooldir = @with_spooldir@ 7.153 with_user = @with_user@ 7.154 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE 7.155 - 7.156 noinst_LIBRARIES = libbase64.a 7.157 -noinst_PROGRAMS = base64enc base64dec 7.158 - 7.159 base64enc_SOURCES = \ 7.160 base64.h\ 7.161 base64enc.c\ 7.162 base64.c 7.163 7.164 - 7.165 base64dec_SOURCES = \ 7.166 base64.h\ 7.167 base64dec.c\ 7.168 base64.c 7.169 7.170 - 7.171 libbase64_a_SOURCES = \ 7.172 base64.h\ 7.173 base64.c 7.174 7.175 - 7.176 base64enc_LDADD = @GLIB_LIBS@ 7.177 base64dec_LDADD = @GLIB_LIBS@ 7.178 -subdir = src/base64 7.179 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 7.180 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 7.181 -CONFIG_HEADER = $(top_builddir)/config.h 7.182 -CONFIG_CLEAN_FILES = 7.183 -LIBRARIES = $(noinst_LIBRARIES) 7.184 - 7.185 -libbase64_a_AR = $(AR) cru 7.186 -libbase64_a_LIBADD = 7.187 -am_libbase64_a_OBJECTS = base64.$(OBJEXT) 7.188 -libbase64_a_OBJECTS = $(am_libbase64_a_OBJECTS) 7.189 -noinst_PROGRAMS = base64enc$(EXEEXT) base64dec$(EXEEXT) 7.190 -PROGRAMS = $(noinst_PROGRAMS) 7.191 - 7.192 -am_base64dec_OBJECTS = base64dec.$(OBJEXT) base64.$(OBJEXT) 7.193 -base64dec_OBJECTS = $(am_base64dec_OBJECTS) 7.194 -base64dec_DEPENDENCIES = 7.195 -base64dec_LDFLAGS = 7.196 -am_base64enc_OBJECTS = base64enc.$(OBJEXT) base64.$(OBJEXT) 7.197 -base64enc_OBJECTS = $(am_base64enc_OBJECTS) 7.198 -base64enc_DEPENDENCIES = 7.199 -base64enc_LDFLAGS = 7.200 - 7.201 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 7.202 -depcomp = $(SHELL) $(top_srcdir)/depcomp 7.203 -am__depfiles_maybe = depfiles 7.204 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/base64.Po ./$(DEPDIR)/base64dec.Po \ 7.205 -@AMDEP_TRUE@ ./$(DEPDIR)/base64enc.Po 7.206 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 7.207 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 7.208 -CCLD = $(CC) 7.209 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 7.210 -DIST_SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) \ 7.211 - $(base64enc_SOURCES) 7.212 -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 7.213 -SOURCES = $(libbase64_a_SOURCES) $(base64dec_SOURCES) $(base64enc_SOURCES) 7.214 - 7.215 all: all-am 7.216 7.217 .SUFFIXES: 7.218 .SUFFIXES: .c .o .obj 7.219 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 7.220 - cd $(top_srcdir) && \ 7.221 - $(AUTOMAKE) --gnu src/base64/Makefile 7.222 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 7.223 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 7.224 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 7.225 + @for dep in $?; do \ 7.226 + case '$(am__configure_deps)' in \ 7.227 + *$$dep*) \ 7.228 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 7.229 + && { if test -f $@; then exit 0; else break; fi; }; \ 7.230 + exit 1;; \ 7.231 + esac; \ 7.232 + done; \ 7.233 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/base64/Makefile'; \ 7.234 + $(am__cd) $(top_srcdir) && \ 7.235 + $(AUTOMAKE) --gnu src/base64/Makefile 7.236 +.PRECIOUS: Makefile 7.237 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 7.238 + @case '$?' in \ 7.239 + *config.status*) \ 7.240 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 7.241 + *) \ 7.242 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 7.243 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 7.244 + esac; 7.245 7.246 -AR = ar 7.247 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 7.248 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 7.249 + 7.250 +$(top_srcdir)/configure: $(am__configure_deps) 7.251 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 7.252 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 7.253 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 7.254 +$(am__aclocal_m4_deps): 7.255 7.256 clean-noinstLIBRARIES: 7.257 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 7.258 @@ -210,13 +239,13 @@ 7.259 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 7.260 base64dec$(EXEEXT): $(base64dec_OBJECTS) $(base64dec_DEPENDENCIES) 7.261 @rm -f base64dec$(EXEEXT) 7.262 - $(LINK) $(base64dec_LDFLAGS) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS) 7.263 + $(LINK) $(base64dec_OBJECTS) $(base64dec_LDADD) $(LIBS) 7.264 base64enc$(EXEEXT): $(base64enc_OBJECTS) $(base64enc_DEPENDENCIES) 7.265 @rm -f base64enc$(EXEEXT) 7.266 - $(LINK) $(base64enc_LDFLAGS) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS) 7.267 + $(LINK) $(base64enc_OBJECTS) $(base64enc_LDADD) $(LIBS) 7.268 7.269 mostlyclean-compile: 7.270 - -rm -f *.$(OBJEXT) core *.core 7.271 + -rm -f *.$(OBJEXT) 7.272 7.273 distclean-compile: 7.274 -rm -f *.tab.c 7.275 @@ -226,117 +255,104 @@ 7.276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64enc.Po@am__quote@ 7.277 7.278 .c.o: 7.279 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 7.280 -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 7.281 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 7.282 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 7.283 -@am__fastdepCC_TRUE@ fi 7.284 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 7.285 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 7.286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 7.287 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 7.288 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 7.289 -@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 7.290 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 7.291 +@am__fastdepCC_FALSE@ $(COMPILE) -c $< 7.292 7.293 .c.obj: 7.294 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 7.295 -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 7.296 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 7.297 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 7.298 -@am__fastdepCC_TRUE@ fi 7.299 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 7.300 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 7.301 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 7.302 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 7.303 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 7.304 -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 7.305 -uninstall-info-am: 7.306 - 7.307 -ETAGS = etags 7.308 -ETAGSFLAGS = 7.309 - 7.310 -CTAGS = ctags 7.311 -CTAGSFLAGS = 7.312 - 7.313 -tags: TAGS 7.314 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 7.315 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 7.316 7.317 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 7.318 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 7.319 unique=`for i in $$list; do \ 7.320 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 7.321 done | \ 7.322 - $(AWK) ' { files[$$0] = 1; } \ 7.323 - END { for (i in files) print i; }'`; \ 7.324 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 7.325 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 7.326 mkid -fID $$unique 7.327 +tags: TAGS 7.328 7.329 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 7.330 $(TAGS_FILES) $(LISP) 7.331 - tags=; \ 7.332 + set x; \ 7.333 here=`pwd`; \ 7.334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 7.335 unique=`for i in $$list; do \ 7.336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 7.337 done | \ 7.338 - $(AWK) ' { files[$$0] = 1; } \ 7.339 - END { for (i in files) print i; }'`; \ 7.340 - test -z "$(ETAGS_ARGS)$$tags$$unique" \ 7.341 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 7.342 - $$tags $$unique 7.343 - 7.344 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 7.345 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 7.346 + shift; \ 7.347 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 7.348 + test -n "$$unique" || unique=$$empty_fix; \ 7.349 + if test $$# -gt 0; then \ 7.350 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 7.351 + "$$@" $$unique; \ 7.352 + else \ 7.353 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 7.354 + $$unique; \ 7.355 + fi; \ 7.356 + fi 7.357 ctags: CTAGS 7.358 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 7.359 $(TAGS_FILES) $(LISP) 7.360 - tags=; \ 7.361 - here=`pwd`; \ 7.362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 7.363 unique=`for i in $$list; do \ 7.364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 7.365 done | \ 7.366 - $(AWK) ' { files[$$0] = 1; } \ 7.367 - END { for (i in files) print i; }'`; \ 7.368 - test -z "$(CTAGS_ARGS)$$tags$$unique" \ 7.369 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 7.370 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 7.371 + test -z "$(CTAGS_ARGS)$$unique" \ 7.372 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 7.373 - $$tags $$unique 7.374 + $$unique 7.375 7.376 GTAGS: 7.377 here=`$(am__cd) $(top_builddir) && pwd` \ 7.378 - && cd $(top_srcdir) \ 7.379 - && gtags -i $(GTAGS_ARGS) $$here 7.380 + && $(am__cd) $(top_srcdir) \ 7.381 + && gtags -i $(GTAGS_ARGS) "$$here" 7.382 7.383 distclean-tags: 7.384 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 7.385 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 7.386 - 7.387 -top_distdir = ../.. 7.388 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 7.389 7.390 distdir: $(DISTFILES) 7.391 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 7.392 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 7.393 - list='$(DISTFILES)'; for file in $$list; do \ 7.394 - case $$file in \ 7.395 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 7.396 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 7.397 - esac; \ 7.398 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 7.399 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 7.400 + list='$(DISTFILES)'; \ 7.401 + dist_files=`for file in $$list; do echo $$file; done | \ 7.402 + sed -e "s|^$$srcdirstrip/||;t" \ 7.403 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 7.404 + case $$dist_files in \ 7.405 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 7.406 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 7.407 + sort -u` ;; \ 7.408 + esac; \ 7.409 + for file in $$dist_files; do \ 7.410 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 7.411 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 7.412 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 7.413 - dir="/$$dir"; \ 7.414 - $(mkinstalldirs) "$(distdir)$$dir"; \ 7.415 + if test -d $$d/$$file; then \ 7.416 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 7.417 + if test -d "$(distdir)/$$file"; then \ 7.418 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 7.419 + fi; \ 7.420 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 7.421 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 7.422 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 7.423 + fi; \ 7.424 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 7.425 else \ 7.426 - dir=''; \ 7.427 - fi; \ 7.428 - if test -d $$d/$$file; then \ 7.429 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 7.430 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 7.431 - fi; \ 7.432 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 7.433 - else \ 7.434 - test -f $(distdir)/$$file \ 7.435 - || cp -p $$d/$$file $(distdir)/$$file \ 7.436 + test -f "$(distdir)/$$file" \ 7.437 + || cp -p $$d/$$file "$(distdir)/$$file" \ 7.438 || exit 1; \ 7.439 fi; \ 7.440 done 7.441 check-am: all-am 7.442 check: check-am 7.443 all-am: Makefile $(LIBRARIES) $(PROGRAMS) 7.444 - 7.445 installdirs: 7.446 install: install-am 7.447 install-exec: install-exec-am 7.448 @@ -357,7 +373,8 @@ 7.449 clean-generic: 7.450 7.451 distclean-generic: 7.452 - -rm -f $(CONFIG_CLEAN_FILES) 7.453 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 7.454 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 7.455 7.456 maintainer-clean-generic: 7.457 @echo "This command is intended for maintainers to use" 7.458 @@ -377,18 +394,40 @@ 7.459 7.460 dvi-am: 7.461 7.462 +html: html-am 7.463 + 7.464 +html-am: 7.465 + 7.466 info: info-am 7.467 7.468 info-am: 7.469 7.470 install-data-am: 7.471 7.472 +install-dvi: install-dvi-am 7.473 + 7.474 +install-dvi-am: 7.475 + 7.476 install-exec-am: 7.477 7.478 +install-html: install-html-am 7.479 + 7.480 +install-html-am: 7.481 + 7.482 install-info: install-info-am 7.483 7.484 +install-info-am: 7.485 + 7.486 install-man: 7.487 7.488 +install-pdf: install-pdf-am 7.489 + 7.490 +install-pdf-am: 7.491 + 7.492 +install-ps: install-ps-am 7.493 + 7.494 +install-ps-am: 7.495 + 7.496 installcheck-am: 7.497 7.498 maintainer-clean: maintainer-clean-am 7.499 @@ -408,18 +447,23 @@ 7.500 7.501 ps-am: 7.502 7.503 -uninstall-am: uninstall-info-am 7.504 +uninstall-am: 7.505 + 7.506 +.MAKE: install-am install-strip 7.507 7.508 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 7.509 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ 7.510 distclean-compile distclean-generic distclean-tags distdir dvi \ 7.511 - dvi-am info info-am install install-am install-data \ 7.512 - install-data-am install-exec install-exec-am install-info \ 7.513 - install-info-am install-man install-strip installcheck \ 7.514 - installcheck-am installdirs maintainer-clean \ 7.515 + dvi-am html html-am info info-am install install-am \ 7.516 + install-data install-data-am install-dvi install-dvi-am \ 7.517 + install-exec install-exec-am install-html install-html-am \ 7.518 + install-info install-info-am install-man install-pdf \ 7.519 + install-pdf-am install-ps install-ps-am install-strip \ 7.520 + installcheck installcheck-am installdirs maintainer-clean \ 7.521 maintainer-clean-generic mostlyclean mostlyclean-compile \ 7.522 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 7.523 - uninstall-am uninstall-info-am 7.524 + uninstall-am 7.525 + 7.526 7.527 # Tell versions [3.59,3.63) of GNU make to not export all variables. 7.528 # Otherwise a system limit (for SysV at least) may be exceeded.
8.1 --- a/src/libident/Makefile.in Fri May 07 16:42:58 2010 +0200 8.2 +++ b/src/libident/Makefile.in Fri May 07 16:44:26 2010 +0200 8.3 @@ -1,8 +1,9 @@ 8.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am. 8.5 +# Makefile.in generated by automake 1.11.1 from Makefile.am. 8.6 # @configure_input@ 8.7 8.8 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 8.9 -# Free Software Foundation, Inc. 8.10 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 8.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 8.12 +# Inc. 8.13 # This Makefile.in is free software; the Free Software Foundation 8.14 # gives unlimited permission to copy and/or distribute it, 8.15 # with or without modifications, as long as this notice is preserved. 8.16 @@ -14,16 +15,12 @@ 8.17 8.18 @SET_MAKE@ 8.19 8.20 -srcdir = @srcdir@ 8.21 -top_srcdir = @top_srcdir@ 8.22 VPATH = @srcdir@ 8.23 pkgdatadir = $(datadir)/@PACKAGE@ 8.24 +pkgincludedir = $(includedir)/@PACKAGE@ 8.25 pkglibdir = $(libdir)/@PACKAGE@ 8.26 -pkgincludedir = $(includedir)/@PACKAGE@ 8.27 -top_builddir = ../.. 8.28 - 8.29 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 8.30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 8.31 -INSTALL = @INSTALL@ 8.32 install_sh_DATA = $(install_sh) -c -m 644 8.33 install_sh_PROGRAM = $(install_sh) -c 8.34 install_sh_SCRIPT = $(install_sh) -c 8.35 @@ -35,9 +32,40 @@ 8.36 NORMAL_UNINSTALL = : 8.37 PRE_UNINSTALL = : 8.38 POST_UNINSTALL = : 8.39 +subdir = src/libident 8.40 +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 8.41 + INSTALL 8.42 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 8.43 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac 8.44 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 8.45 + $(ACLOCAL_M4) 8.46 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 8.47 +CONFIG_HEADER = $(top_builddir)/config.h 8.48 +CONFIG_CLEAN_FILES = 8.49 +CONFIG_CLEAN_VPATH_FILES = 8.50 +LIBRARIES = $(noinst_LIBRARIES) 8.51 +AR = ar 8.52 +ARFLAGS = cru 8.53 +libident_a_AR = $(AR) $(ARFLAGS) 8.54 +libident_a_LIBADD = 8.55 +am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \ 8.56 + id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \ 8.57 + support.$(OBJEXT) version.$(OBJEXT) 8.58 +libident_a_OBJECTS = $(am_libident_a_OBJECTS) 8.59 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 8.60 +depcomp = $(SHELL) $(top_srcdir)/depcomp 8.61 +am__depfiles_maybe = depfiles 8.62 +am__mv = mv -f 8.63 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 8.64 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 8.65 +CCLD = $(CC) 8.66 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 8.67 +SOURCES = $(libident_a_SOURCES) 8.68 +DIST_SOURCES = $(libident_a_SOURCES) 8.69 +ETAGS = etags 8.70 +CTAGS = ctags 8.71 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 8.72 ACLOCAL = @ACLOCAL@ 8.73 -AMDEP_FALSE = @AMDEP_FALSE@ 8.74 -AMDEP_TRUE = @AMDEP_TRUE@ 8.75 AMTAR = @AMTAR@ 8.76 AUTOCONF = @AUTOCONF@ 8.77 AUTOHEADER = @AUTOHEADER@ 8.78 @@ -61,6 +89,7 @@ 8.79 GLIB_LIBS = @GLIB_LIBS@ 8.80 GREP = @GREP@ 8.81 IDENT_LIBS = @IDENT_LIBS@ 8.82 +INSTALL = @INSTALL@ 8.83 INSTALL_DATA = @INSTALL_DATA@ 8.84 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 8.85 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 8.86 @@ -72,12 +101,14 @@ 8.87 LTLIBOBJS = @LTLIBOBJS@ 8.88 MAKEINFO = @MAKEINFO@ 8.89 MD5_LIBS = @MD5_LIBS@ 8.90 +MKDIR_P = @MKDIR_P@ 8.91 OBJEXT = @OBJEXT@ 8.92 PACKAGE = @PACKAGE@ 8.93 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 8.94 PACKAGE_NAME = @PACKAGE_NAME@ 8.95 PACKAGE_STRING = @PACKAGE_STRING@ 8.96 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 8.97 +PACKAGE_URL = @PACKAGE_URL@ 8.98 PACKAGE_VERSION = @PACKAGE_VERSION@ 8.99 PATH_SEPARATOR = @PATH_SEPARATOR@ 8.100 PKG_CONFIG = @PKG_CONFIG@ 8.101 @@ -88,14 +119,19 @@ 8.102 STRIP = @STRIP@ 8.103 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 8.104 VERSION = @VERSION@ 8.105 +abs_builddir = @abs_builddir@ 8.106 +abs_srcdir = @abs_srcdir@ 8.107 +abs_top_builddir = @abs_top_builddir@ 8.108 +abs_top_srcdir = @abs_top_srcdir@ 8.109 ac_ct_CC = @ac_ct_CC@ 8.110 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 8.111 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 8.112 am__include = @am__include@ 8.113 am__leading_dot = @am__leading_dot@ 8.114 am__quote = @am__quote@ 8.115 +am__tar = @am__tar@ 8.116 +am__untar = @am__untar@ 8.117 bindir = @bindir@ 8.118 build_alias = @build_alias@ 8.119 +builddir = @builddir@ 8.120 datadir = @datadir@ 8.121 datarootdir = @datarootdir@ 8.122 docdir = @docdir@ 8.123 @@ -112,6 +148,7 @@ 8.124 localedir = @localedir@ 8.125 localstatedir = @localstatedir@ 8.126 mandir = @mandir@ 8.127 +mkdir_p = @mkdir_p@ 8.128 oldincludedir = @oldincludedir@ 8.129 pdfdir = @pdfdir@ 8.130 prefix = @prefix@ 8.131 @@ -119,19 +156,20 @@ 8.132 psdir = @psdir@ 8.133 sbindir = @sbindir@ 8.134 sharedstatedir = @sharedstatedir@ 8.135 +srcdir = @srcdir@ 8.136 sysconfdir = @sysconfdir@ 8.137 target_alias = @target_alias@ 8.138 +top_build_prefix = @top_build_prefix@ 8.139 +top_builddir = @top_builddir@ 8.140 +top_srcdir = @top_srcdir@ 8.141 with_confdir = @with_confdir@ 8.142 with_group = @with_group@ 8.143 with_logdir = @with_logdir@ 8.144 with_spooldir = @with_spooldir@ 8.145 with_user = @with_user@ 8.146 EXTRA_DIST = README_MASQMAIL 8.147 - 8.148 AM_CFLAGS = @CFLAGS@ -D_GNU_SOURCE -DHAVE_ANSIHEADERS 8.149 - 8.150 noinst_LIBRARIES = libident.a 8.151 - 8.152 libident_a_SOURCES = \ 8.153 ident.h\ 8.154 ident.c\ 8.155 @@ -142,46 +180,40 @@ 8.156 support.c\ 8.157 version.c 8.158 8.159 -subdir = src/libident 8.160 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 8.161 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 8.162 -CONFIG_HEADER = $(top_builddir)/config.h 8.163 -CONFIG_CLEAN_FILES = 8.164 -LIBRARIES = $(noinst_LIBRARIES) 8.165 - 8.166 -libident_a_AR = $(AR) cru 8.167 -libident_a_LIBADD = 8.168 -am_libident_a_OBJECTS = ident.$(OBJEXT) id_open.$(OBJEXT) \ 8.169 - id_close.$(OBJEXT) id_query.$(OBJEXT) id_parse.$(OBJEXT) \ 8.170 - support.$(OBJEXT) version.$(OBJEXT) 8.171 -libident_a_OBJECTS = $(am_libident_a_OBJECTS) 8.172 - 8.173 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 8.174 -depcomp = $(SHELL) $(top_srcdir)/depcomp 8.175 -am__depfiles_maybe = depfiles 8.176 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/id_close.Po ./$(DEPDIR)/id_open.Po \ 8.177 -@AMDEP_TRUE@ ./$(DEPDIR)/id_parse.Po ./$(DEPDIR)/id_query.Po \ 8.178 -@AMDEP_TRUE@ ./$(DEPDIR)/ident.Po ./$(DEPDIR)/support.Po \ 8.179 -@AMDEP_TRUE@ ./$(DEPDIR)/version.Po 8.180 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 8.181 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 8.182 -CCLD = $(CC) 8.183 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 8.184 -DIST_SOURCES = $(libident_a_SOURCES) 8.185 -DIST_COMMON = README $(srcdir)/Makefile.in INSTALL Makefile.am 8.186 -SOURCES = $(libident_a_SOURCES) 8.187 - 8.188 all: all-am 8.189 8.190 .SUFFIXES: 8.191 .SUFFIXES: .c .o .obj 8.192 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 8.193 - cd $(top_srcdir) && \ 8.194 - $(AUTOMAKE) --gnu src/libident/Makefile 8.195 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 8.196 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 8.197 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 8.198 + @for dep in $?; do \ 8.199 + case '$(am__configure_deps)' in \ 8.200 + *$$dep*) \ 8.201 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 8.202 + && { if test -f $@; then exit 0; else break; fi; }; \ 8.203 + exit 1;; \ 8.204 + esac; \ 8.205 + done; \ 8.206 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libident/Makefile'; \ 8.207 + $(am__cd) $(top_srcdir) && \ 8.208 + $(AUTOMAKE) --gnu src/libident/Makefile 8.209 +.PRECIOUS: Makefile 8.210 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 8.211 + @case '$?' in \ 8.212 + *config.status*) \ 8.213 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 8.214 + *) \ 8.215 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 8.216 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 8.217 + esac; 8.218 8.219 -AR = ar 8.220 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 8.221 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 8.222 + 8.223 +$(top_srcdir)/configure: $(am__configure_deps) 8.224 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 8.225 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 8.226 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 8.227 +$(am__aclocal_m4_deps): 8.228 8.229 clean-noinstLIBRARIES: 8.230 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 8.231 @@ -191,7 +223,7 @@ 8.232 $(RANLIB) libident.a 8.233 8.234 mostlyclean-compile: 8.235 - -rm -f *.$(OBJEXT) core *.core 8.236 + -rm -f *.$(OBJEXT) 8.237 8.238 distclean-compile: 8.239 -rm -f *.tab.c 8.240 @@ -205,117 +237,104 @@ 8.241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ 8.242 8.243 .c.o: 8.244 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 8.245 -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 8.246 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 8.247 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 8.248 -@am__fastdepCC_TRUE@ fi 8.249 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 8.250 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 8.251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 8.252 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 8.253 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 8.254 -@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 8.255 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 8.256 +@am__fastdepCC_FALSE@ $(COMPILE) -c $< 8.257 8.258 .c.obj: 8.259 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 8.260 -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 8.261 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 8.262 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 8.263 -@am__fastdepCC_TRUE@ fi 8.264 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 8.265 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 8.266 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 8.267 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 8.268 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 8.269 -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 8.270 -uninstall-info-am: 8.271 - 8.272 -ETAGS = etags 8.273 -ETAGSFLAGS = 8.274 - 8.275 -CTAGS = ctags 8.276 -CTAGSFLAGS = 8.277 - 8.278 -tags: TAGS 8.279 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 8.280 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 8.281 8.282 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 8.283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 8.284 unique=`for i in $$list; do \ 8.285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 8.286 done | \ 8.287 - $(AWK) ' { files[$$0] = 1; } \ 8.288 - END { for (i in files) print i; }'`; \ 8.289 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 8.290 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 8.291 mkid -fID $$unique 8.292 +tags: TAGS 8.293 8.294 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 8.295 $(TAGS_FILES) $(LISP) 8.296 - tags=; \ 8.297 + set x; \ 8.298 here=`pwd`; \ 8.299 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 8.300 unique=`for i in $$list; do \ 8.301 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 8.302 done | \ 8.303 - $(AWK) ' { files[$$0] = 1; } \ 8.304 - END { for (i in files) print i; }'`; \ 8.305 - test -z "$(ETAGS_ARGS)$$tags$$unique" \ 8.306 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 8.307 - $$tags $$unique 8.308 - 8.309 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 8.310 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 8.311 + shift; \ 8.312 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 8.313 + test -n "$$unique" || unique=$$empty_fix; \ 8.314 + if test $$# -gt 0; then \ 8.315 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 8.316 + "$$@" $$unique; \ 8.317 + else \ 8.318 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 8.319 + $$unique; \ 8.320 + fi; \ 8.321 + fi 8.322 ctags: CTAGS 8.323 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 8.324 $(TAGS_FILES) $(LISP) 8.325 - tags=; \ 8.326 - here=`pwd`; \ 8.327 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 8.328 unique=`for i in $$list; do \ 8.329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 8.330 done | \ 8.331 - $(AWK) ' { files[$$0] = 1; } \ 8.332 - END { for (i in files) print i; }'`; \ 8.333 - test -z "$(CTAGS_ARGS)$$tags$$unique" \ 8.334 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 8.335 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 8.336 + test -z "$(CTAGS_ARGS)$$unique" \ 8.337 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 8.338 - $$tags $$unique 8.339 + $$unique 8.340 8.341 GTAGS: 8.342 here=`$(am__cd) $(top_builddir) && pwd` \ 8.343 - && cd $(top_srcdir) \ 8.344 - && gtags -i $(GTAGS_ARGS) $$here 8.345 + && $(am__cd) $(top_srcdir) \ 8.346 + && gtags -i $(GTAGS_ARGS) "$$here" 8.347 8.348 distclean-tags: 8.349 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 8.350 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 8.351 - 8.352 -top_distdir = ../.. 8.353 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 8.354 8.355 distdir: $(DISTFILES) 8.356 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 8.357 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 8.358 - list='$(DISTFILES)'; for file in $$list; do \ 8.359 - case $$file in \ 8.360 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 8.361 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 8.362 - esac; \ 8.363 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 8.364 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 8.365 + list='$(DISTFILES)'; \ 8.366 + dist_files=`for file in $$list; do echo $$file; done | \ 8.367 + sed -e "s|^$$srcdirstrip/||;t" \ 8.368 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 8.369 + case $$dist_files in \ 8.370 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 8.371 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 8.372 + sort -u` ;; \ 8.373 + esac; \ 8.374 + for file in $$dist_files; do \ 8.375 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 8.376 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 8.377 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 8.378 - dir="/$$dir"; \ 8.379 - $(mkinstalldirs) "$(distdir)$$dir"; \ 8.380 + if test -d $$d/$$file; then \ 8.381 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 8.382 + if test -d "$(distdir)/$$file"; then \ 8.383 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 8.384 + fi; \ 8.385 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 8.386 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 8.387 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 8.388 + fi; \ 8.389 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 8.390 else \ 8.391 - dir=''; \ 8.392 - fi; \ 8.393 - if test -d $$d/$$file; then \ 8.394 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 8.395 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 8.396 - fi; \ 8.397 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 8.398 - else \ 8.399 - test -f $(distdir)/$$file \ 8.400 - || cp -p $$d/$$file $(distdir)/$$file \ 8.401 + test -f "$(distdir)/$$file" \ 8.402 + || cp -p $$d/$$file "$(distdir)/$$file" \ 8.403 || exit 1; \ 8.404 fi; \ 8.405 done 8.406 check-am: all-am 8.407 check: check-am 8.408 all-am: Makefile $(LIBRARIES) 8.409 - 8.410 installdirs: 8.411 install: install-am 8.412 install-exec: install-exec-am 8.413 @@ -336,7 +355,8 @@ 8.414 clean-generic: 8.415 8.416 distclean-generic: 8.417 - -rm -f $(CONFIG_CLEAN_FILES) 8.418 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 8.419 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 8.420 8.421 maintainer-clean-generic: 8.422 @echo "This command is intended for maintainers to use" 8.423 @@ -355,18 +375,40 @@ 8.424 8.425 dvi-am: 8.426 8.427 +html: html-am 8.428 + 8.429 +html-am: 8.430 + 8.431 info: info-am 8.432 8.433 info-am: 8.434 8.435 install-data-am: 8.436 8.437 +install-dvi: install-dvi-am 8.438 + 8.439 +install-dvi-am: 8.440 + 8.441 install-exec-am: 8.442 8.443 +install-html: install-html-am 8.444 + 8.445 +install-html-am: 8.446 + 8.447 install-info: install-info-am 8.448 8.449 +install-info-am: 8.450 + 8.451 install-man: 8.452 8.453 +install-pdf: install-pdf-am 8.454 + 8.455 +install-pdf-am: 8.456 + 8.457 +install-ps: install-ps-am 8.458 + 8.459 +install-ps-am: 8.460 + 8.461 installcheck-am: 8.462 8.463 maintainer-clean: maintainer-clean-am 8.464 @@ -386,17 +428,23 @@ 8.465 8.466 ps-am: 8.467 8.468 -uninstall-am: uninstall-info-am 8.469 +uninstall-am: 8.470 + 8.471 +.MAKE: install-am install-strip 8.472 8.473 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 8.474 clean-noinstLIBRARIES ctags distclean distclean-compile \ 8.475 - distclean-generic distclean-tags distdir dvi dvi-am info \ 8.476 - info-am install install-am install-data install-data-am \ 8.477 - install-exec install-exec-am install-info install-info-am \ 8.478 - install-man install-strip installcheck installcheck-am \ 8.479 - installdirs maintainer-clean maintainer-clean-generic \ 8.480 - mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 8.481 - ps ps-am tags uninstall uninstall-am uninstall-info-am 8.482 + distclean-generic distclean-tags distdir dvi dvi-am html \ 8.483 + html-am info info-am install install-am install-data \ 8.484 + install-data-am install-dvi install-dvi-am install-exec \ 8.485 + install-exec-am install-html install-html-am install-info \ 8.486 + install-info-am install-man install-pdf install-pdf-am \ 8.487 + install-ps install-ps-am install-strip installcheck \ 8.488 + installcheck-am installdirs maintainer-clean \ 8.489 + maintainer-clean-generic mostlyclean mostlyclean-compile \ 8.490 + mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 8.491 + uninstall-am 8.492 + 8.493 8.494 # Tell versions [3.59,3.63) of GNU make to not export all variables. 8.495 # Otherwise a system limit (for SysV at least) may be exceeded.
9.1 --- a/src/md5/Makefile.in Fri May 07 16:42:58 2010 +0200 9.2 +++ b/src/md5/Makefile.in Fri May 07 16:44:26 2010 +0200 9.3 @@ -1,8 +1,9 @@ 9.4 -# Makefile.in generated by automake 1.7.9 from Makefile.am. 9.5 +# Makefile.in generated by automake 1.11.1 from Makefile.am. 9.6 # @configure_input@ 9.7 9.8 -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 9.9 -# Free Software Foundation, Inc. 9.10 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 9.11 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 9.12 +# Inc. 9.13 # This Makefile.in is free software; the Free Software Foundation 9.14 # gives unlimited permission to copy and/or distribute it, 9.15 # with or without modifications, as long as this notice is preserved. 9.16 @@ -14,16 +15,13 @@ 9.17 9.18 @SET_MAKE@ 9.19 9.20 -srcdir = @srcdir@ 9.21 -top_srcdir = @top_srcdir@ 9.22 + 9.23 VPATH = @srcdir@ 9.24 pkgdatadir = $(datadir)/@PACKAGE@ 9.25 +pkgincludedir = $(includedir)/@PACKAGE@ 9.26 pkglibdir = $(libdir)/@PACKAGE@ 9.27 -pkgincludedir = $(includedir)/@PACKAGE@ 9.28 -top_builddir = ../.. 9.29 - 9.30 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 9.31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 9.32 -INSTALL = @INSTALL@ 9.33 install_sh_DATA = $(install_sh) -c -m 644 9.34 install_sh_PROGRAM = $(install_sh) -c 9.35 install_sh_SCRIPT = $(install_sh) -c 9.36 @@ -35,9 +33,43 @@ 9.37 NORMAL_UNINSTALL = : 9.38 PRE_UNINSTALL = : 9.39 POST_UNINSTALL = : 9.40 +noinst_PROGRAMS = hmactest$(EXEEXT) 9.41 +subdir = src/md5 9.42 +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 9.43 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 9.44 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac 9.45 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 9.46 + $(ACLOCAL_M4) 9.47 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 9.48 +CONFIG_HEADER = $(top_builddir)/config.h 9.49 +CONFIG_CLEAN_FILES = 9.50 +CONFIG_CLEAN_VPATH_FILES = 9.51 +LIBRARIES = $(noinst_LIBRARIES) 9.52 +AR = ar 9.53 +ARFLAGS = cru 9.54 +libmd5c_a_AR = $(AR) $(ARFLAGS) 9.55 +libmd5c_a_LIBADD = 9.56 +am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) 9.57 +libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS) 9.58 +PROGRAMS = $(noinst_PROGRAMS) 9.59 +am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \ 9.60 + hmactest.$(OBJEXT) 9.61 +hmactest_OBJECTS = $(am_hmactest_OBJECTS) 9.62 +hmactest_LDADD = $(LDADD) 9.63 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 9.64 +depcomp = $(SHELL) $(top_srcdir)/depcomp 9.65 +am__depfiles_maybe = depfiles 9.66 +am__mv = mv -f 9.67 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 9.68 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 9.69 +CCLD = $(CC) 9.70 +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 9.71 +SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) 9.72 +DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) 9.73 +ETAGS = etags 9.74 +CTAGS = ctags 9.75 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 9.76 ACLOCAL = @ACLOCAL@ 9.77 -AMDEP_FALSE = @AMDEP_FALSE@ 9.78 -AMDEP_TRUE = @AMDEP_TRUE@ 9.79 AMTAR = @AMTAR@ 9.80 AUTOCONF = @AUTOCONF@ 9.81 AUTOHEADER = @AUTOHEADER@ 9.82 @@ -61,6 +93,7 @@ 9.83 GLIB_LIBS = @GLIB_LIBS@ 9.84 GREP = @GREP@ 9.85 IDENT_LIBS = @IDENT_LIBS@ 9.86 +INSTALL = @INSTALL@ 9.87 INSTALL_DATA = @INSTALL_DATA@ 9.88 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 9.89 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 9.90 @@ -72,12 +105,14 @@ 9.91 LTLIBOBJS = @LTLIBOBJS@ 9.92 MAKEINFO = @MAKEINFO@ 9.93 MD5_LIBS = @MD5_LIBS@ 9.94 +MKDIR_P = @MKDIR_P@ 9.95 OBJEXT = @OBJEXT@ 9.96 PACKAGE = @PACKAGE@ 9.97 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 9.98 PACKAGE_NAME = @PACKAGE_NAME@ 9.99 PACKAGE_STRING = @PACKAGE_STRING@ 9.100 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 9.101 +PACKAGE_URL = @PACKAGE_URL@ 9.102 PACKAGE_VERSION = @PACKAGE_VERSION@ 9.103 PATH_SEPARATOR = @PATH_SEPARATOR@ 9.104 PKG_CONFIG = @PKG_CONFIG@ 9.105 @@ -88,14 +123,19 @@ 9.106 STRIP = @STRIP@ 9.107 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 9.108 VERSION = @VERSION@ 9.109 +abs_builddir = @abs_builddir@ 9.110 +abs_srcdir = @abs_srcdir@ 9.111 +abs_top_builddir = @abs_top_builddir@ 9.112 +abs_top_srcdir = @abs_top_srcdir@ 9.113 ac_ct_CC = @ac_ct_CC@ 9.114 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 9.115 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 9.116 am__include = @am__include@ 9.117 am__leading_dot = @am__leading_dot@ 9.118 am__quote = @am__quote@ 9.119 +am__tar = @am__tar@ 9.120 +am__untar = @am__untar@ 9.121 bindir = @bindir@ 9.122 build_alias = @build_alias@ 9.123 +builddir = @builddir@ 9.124 datadir = @datadir@ 9.125 datarootdir = @datarootdir@ 9.126 docdir = @docdir@ 9.127 @@ -112,6 +152,7 @@ 9.128 localedir = @localedir@ 9.129 localstatedir = @localstatedir@ 9.130 mandir = @mandir@ 9.131 +mkdir_p = @mkdir_p@ 9.132 oldincludedir = @oldincludedir@ 9.133 pdfdir = @pdfdir@ 9.134 prefix = @prefix@ 9.135 @@ -119,18 +160,19 @@ 9.136 psdir = @psdir@ 9.137 sbindir = @sbindir@ 9.138 sharedstatedir = @sharedstatedir@ 9.139 +srcdir = @srcdir@ 9.140 sysconfdir = @sysconfdir@ 9.141 target_alias = @target_alias@ 9.142 +top_build_prefix = @top_build_prefix@ 9.143 +top_builddir = @top_builddir@ 9.144 +top_srcdir = @top_srcdir@ 9.145 with_confdir = @with_confdir@ 9.146 with_group = @with_group@ 9.147 with_logdir = @with_logdir@ 9.148 with_spooldir = @with_spooldir@ 9.149 with_user = @with_user@ 9.150 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE 9.151 - 9.152 noinst_LIBRARIES = libmd5c.a 9.153 -noinst_PROGRAMS = hmactest 9.154 - 9.155 hmactest_SOURCES = \ 9.156 md5.h\ 9.157 global.h\ 9.158 @@ -139,7 +181,6 @@ 9.159 hmac_md5.c\ 9.160 hmactest.c 9.161 9.162 - 9.163 libmd5c_a_SOURCES = \ 9.164 md5.h\ 9.165 global.h\ 9.166 @@ -147,51 +188,40 @@ 9.167 hmac_md5.h\ 9.168 hmac_md5.c 9.169 9.170 -subdir = src/md5 9.171 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 9.172 -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 9.173 -CONFIG_HEADER = $(top_builddir)/config.h 9.174 -CONFIG_CLEAN_FILES = 9.175 -LIBRARIES = $(noinst_LIBRARIES) 9.176 - 9.177 -libmd5c_a_AR = $(AR) cru 9.178 -libmd5c_a_LIBADD = 9.179 -am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) 9.180 -libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS) 9.181 -noinst_PROGRAMS = hmactest$(EXEEXT) 9.182 -PROGRAMS = $(noinst_PROGRAMS) 9.183 - 9.184 -am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \ 9.185 - hmactest.$(OBJEXT) 9.186 -hmactest_OBJECTS = $(am_hmactest_OBJECTS) 9.187 -hmactest_LDADD = $(LDADD) 9.188 -hmactest_DEPENDENCIES = 9.189 -hmactest_LDFLAGS = 9.190 - 9.191 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 9.192 -depcomp = $(SHELL) $(top_srcdir)/depcomp 9.193 -am__depfiles_maybe = depfiles 9.194 -@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/hmac_md5.Po ./$(DEPDIR)/hmactest.Po \ 9.195 -@AMDEP_TRUE@ ./$(DEPDIR)/md5c.Po 9.196 -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 9.197 - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 9.198 -CCLD = $(CC) 9.199 -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 9.200 -DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) 9.201 -DIST_COMMON = $(srcdir)/Makefile.in Makefile.am 9.202 -SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) 9.203 - 9.204 all: all-am 9.205 9.206 .SUFFIXES: 9.207 .SUFFIXES: .c .o .obj 9.208 -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 9.209 - cd $(top_srcdir) && \ 9.210 - $(AUTOMAKE) --gnu src/md5/Makefile 9.211 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 9.212 - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 9.213 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 9.214 + @for dep in $?; do \ 9.215 + case '$(am__configure_deps)' in \ 9.216 + *$$dep*) \ 9.217 + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 9.218 + && { if test -f $@; then exit 0; else break; fi; }; \ 9.219 + exit 1;; \ 9.220 + esac; \ 9.221 + done; \ 9.222 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/md5/Makefile'; \ 9.223 + $(am__cd) $(top_srcdir) && \ 9.224 + $(AUTOMAKE) --gnu src/md5/Makefile 9.225 +.PRECIOUS: Makefile 9.226 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 9.227 + @case '$?' in \ 9.228 + *config.status*) \ 9.229 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 9.230 + *) \ 9.231 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 9.232 + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 9.233 + esac; 9.234 9.235 -AR = ar 9.236 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 9.237 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9.238 + 9.239 +$(top_srcdir)/configure: $(am__configure_deps) 9.240 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9.241 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 9.242 + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9.243 +$(am__aclocal_m4_deps): 9.244 9.245 clean-noinstLIBRARIES: 9.246 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 9.247 @@ -204,10 +234,10 @@ 9.248 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 9.249 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES) 9.250 @rm -f hmactest$(EXEEXT) 9.251 - $(LINK) $(hmactest_LDFLAGS) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS) 9.252 + $(LINK) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS) 9.253 9.254 mostlyclean-compile: 9.255 - -rm -f *.$(OBJEXT) core *.core 9.256 + -rm -f *.$(OBJEXT) 9.257 9.258 distclean-compile: 9.259 -rm -f *.tab.c 9.260 @@ -217,117 +247,104 @@ 9.261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5c.Po@am__quote@ 9.262 9.263 .c.o: 9.264 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 9.265 -@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 9.266 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 9.267 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 9.268 -@am__fastdepCC_TRUE@ fi 9.269 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 9.270 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 9.271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 9.272 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 9.273 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9.274 -@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 9.275 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9.276 +@am__fastdepCC_FALSE@ $(COMPILE) -c $< 9.277 9.278 .c.obj: 9.279 -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 9.280 -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 9.281 -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 9.282 -@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 9.283 -@am__fastdepCC_TRUE@ fi 9.284 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 9.285 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 9.286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 9.287 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 9.288 -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9.289 -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 9.290 -uninstall-info-am: 9.291 - 9.292 -ETAGS = etags 9.293 -ETAGSFLAGS = 9.294 - 9.295 -CTAGS = ctags 9.296 -CTAGSFLAGS = 9.297 - 9.298 -tags: TAGS 9.299 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 9.300 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 9.301 9.302 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 9.303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 9.304 unique=`for i in $$list; do \ 9.305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 9.306 done | \ 9.307 - $(AWK) ' { files[$$0] = 1; } \ 9.308 - END { for (i in files) print i; }'`; \ 9.309 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 9.310 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 9.311 mkid -fID $$unique 9.312 +tags: TAGS 9.313 9.314 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 9.315 $(TAGS_FILES) $(LISP) 9.316 - tags=; \ 9.317 + set x; \ 9.318 here=`pwd`; \ 9.319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 9.320 unique=`for i in $$list; do \ 9.321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 9.322 done | \ 9.323 - $(AWK) ' { files[$$0] = 1; } \ 9.324 - END { for (i in files) print i; }'`; \ 9.325 - test -z "$(ETAGS_ARGS)$$tags$$unique" \ 9.326 - || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 9.327 - $$tags $$unique 9.328 - 9.329 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 9.330 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 9.331 + shift; \ 9.332 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 9.333 + test -n "$$unique" || unique=$$empty_fix; \ 9.334 + if test $$# -gt 0; then \ 9.335 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 9.336 + "$$@" $$unique; \ 9.337 + else \ 9.338 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 9.339 + $$unique; \ 9.340 + fi; \ 9.341 + fi 9.342 ctags: CTAGS 9.343 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 9.344 $(TAGS_FILES) $(LISP) 9.345 - tags=; \ 9.346 - here=`pwd`; \ 9.347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 9.348 unique=`for i in $$list; do \ 9.349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 9.350 done | \ 9.351 - $(AWK) ' { files[$$0] = 1; } \ 9.352 - END { for (i in files) print i; }'`; \ 9.353 - test -z "$(CTAGS_ARGS)$$tags$$unique" \ 9.354 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 9.355 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 9.356 + test -z "$(CTAGS_ARGS)$$unique" \ 9.357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 9.358 - $$tags $$unique 9.359 + $$unique 9.360 9.361 GTAGS: 9.362 here=`$(am__cd) $(top_builddir) && pwd` \ 9.363 - && cd $(top_srcdir) \ 9.364 - && gtags -i $(GTAGS_ARGS) $$here 9.365 + && $(am__cd) $(top_srcdir) \ 9.366 + && gtags -i $(GTAGS_ARGS) "$$here" 9.367 9.368 distclean-tags: 9.369 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 9.370 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 9.371 - 9.372 -top_distdir = ../.. 9.373 -distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 9.374 9.375 distdir: $(DISTFILES) 9.376 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 9.377 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 9.378 - list='$(DISTFILES)'; for file in $$list; do \ 9.379 - case $$file in \ 9.380 - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 9.381 - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 9.382 - esac; \ 9.383 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 9.384 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 9.385 + list='$(DISTFILES)'; \ 9.386 + dist_files=`for file in $$list; do echo $$file; done | \ 9.387 + sed -e "s|^$$srcdirstrip/||;t" \ 9.388 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 9.389 + case $$dist_files in \ 9.390 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 9.391 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 9.392 + sort -u` ;; \ 9.393 + esac; \ 9.394 + for file in $$dist_files; do \ 9.395 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 9.396 - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 9.397 - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 9.398 - dir="/$$dir"; \ 9.399 - $(mkinstalldirs) "$(distdir)$$dir"; \ 9.400 + if test -d $$d/$$file; then \ 9.401 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 9.402 + if test -d "$(distdir)/$$file"; then \ 9.403 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 9.404 + fi; \ 9.405 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 9.406 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 9.407 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 9.408 + fi; \ 9.409 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 9.410 else \ 9.411 - dir=''; \ 9.412 - fi; \ 9.413 - if test -d $$d/$$file; then \ 9.414 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 9.415 - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 9.416 - fi; \ 9.417 - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 9.418 - else \ 9.419 - test -f $(distdir)/$$file \ 9.420 - || cp -p $$d/$$file $(distdir)/$$file \ 9.421 + test -f "$(distdir)/$$file" \ 9.422 + || cp -p $$d/$$file "$(distdir)/$$file" \ 9.423 || exit 1; \ 9.424 fi; \ 9.425 done 9.426 check-am: all-am 9.427 check: check-am 9.428 all-am: Makefile $(LIBRARIES) $(PROGRAMS) 9.429 - 9.430 installdirs: 9.431 install: install-am 9.432 install-exec: install-exec-am 9.433 @@ -348,7 +365,8 @@ 9.434 clean-generic: 9.435 9.436 distclean-generic: 9.437 - -rm -f $(CONFIG_CLEAN_FILES) 9.438 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 9.439 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 9.440 9.441 maintainer-clean-generic: 9.442 @echo "This command is intended for maintainers to use" 9.443 @@ -368,18 +386,40 @@ 9.444 9.445 dvi-am: 9.446 9.447 +html: html-am 9.448 + 9.449 +html-am: 9.450 + 9.451 info: info-am 9.452 9.453 info-am: 9.454 9.455 install-data-am: 9.456 9.457 +install-dvi: install-dvi-am 9.458 + 9.459 +install-dvi-am: 9.460 + 9.461 install-exec-am: 9.462 9.463 +install-html: install-html-am 9.464 + 9.465 +install-html-am: 9.466 + 9.467 install-info: install-info-am 9.468 9.469 +install-info-am: 9.470 + 9.471 install-man: 9.472 9.473 +install-pdf: install-pdf-am 9.474 + 9.475 +install-pdf-am: 9.476 + 9.477 +install-ps: install-ps-am 9.478 + 9.479 +install-ps-am: 9.480 + 9.481 installcheck-am: 9.482 9.483 maintainer-clean: maintainer-clean-am 9.484 @@ -399,18 +439,23 @@ 9.485 9.486 ps-am: 9.487 9.488 -uninstall-am: uninstall-info-am 9.489 +uninstall-am: 9.490 + 9.491 +.MAKE: install-am install-strip 9.492 9.493 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 9.494 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ 9.495 distclean-compile distclean-generic distclean-tags distdir dvi \ 9.496 - dvi-am info info-am install install-am install-data \ 9.497 - install-data-am install-exec install-exec-am install-info \ 9.498 - install-info-am install-man install-strip installcheck \ 9.499 - installcheck-am installdirs maintainer-clean \ 9.500 + dvi-am html html-am info info-am install install-am \ 9.501 + install-data install-data-am install-dvi install-dvi-am \ 9.502 + install-exec install-exec-am install-html install-html-am \ 9.503 + install-info install-info-am install-man install-pdf \ 9.504 + install-pdf-am install-ps install-ps-am install-strip \ 9.505 + installcheck installcheck-am installdirs maintainer-clean \ 9.506 maintainer-clean-generic mostlyclean mostlyclean-compile \ 9.507 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 9.508 - uninstall-am uninstall-info-am 9.509 + uninstall-am 9.510 + 9.511 9.512 # Tell versions [3.59,3.63) of GNU make to not export all variables. 9.513 # Otherwise a system limit (for SysV at least) may be exceeded.