masqmail
changeset 1:af25f5c39d90 0.2.21-4
added diff from debian (masqmail-0.2.21-4)
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 20:56:23 +0200 |
parents | 08114f7dcc23 |
children | 653aef34b225 |
files | Makefile.am Makefile.in aclocal.m4 config.guess config.h.in config.status.lineno config.sub configure configure.ac debian/Makefile.in debian/changelog debian/compat debian/control debian/masqmail.config debian/masqmail.init debian/masqmail.ip-up debian/masqmail.templates debian/po/POTFILES.in debian/po/cs.po debian/po/de.po debian/po/fr.po debian/po/pt.po debian/po/ru.po debian/po/templates.pot debian/po/vi.po debian/postinst debian/rules docs/Makefile.in docs/man/Makefile.in docs/xml/Makefile.in src/Makefile.in src/base64/Makefile.in src/libident/Makefile.in src/md5/Makefile.in stamp-h stamp-h.in tests/Makefile.in |
diffstat | 37 files changed, 8974 insertions(+), 3099 deletions(-) [+] |
line diff
1.1 --- a/Makefile.am Fri Sep 26 17:05:23 2008 +0200 1.2 +++ b/Makefile.am Fri Sep 26 20:56:23 2008 +0200 1.3 @@ -21,9 +21,9 @@ 1.4 $(DESTDIR)@datadir@/tpl: conf_dir 1.5 install -d $(DESTDIR)@datadir@/masqmail/tpl 1.6 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl 1.7 - install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl 1.8 + install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl 1.9 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl 1.10 - install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl 1.11 + install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl 1.12 1.13 log_dir: $(DESTDIR)@with_logdir@ 1.14
2.1 --- a/Makefile.in Fri Sep 26 17:05:23 2008 +0200 2.2 +++ b/Makefile.in Fri Sep 26 20:56:23 2008 +0200 2.3 @@ -59,6 +59,7 @@ 2.4 EXEEXT = @EXEEXT@ 2.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 2.6 GLIB_LIBS = @GLIB_LIBS@ 2.7 +GREP = @GREP@ 2.8 IDENT_LIBS = @IDENT_LIBS@ 2.9 INSTALL_DATA = @INSTALL_DATA@ 2.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 2.11 @@ -88,9 +89,6 @@ 2.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 2.13 VERSION = @VERSION@ 2.14 ac_ct_CC = @ac_ct_CC@ 2.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 2.16 -ac_ct_STRIP = @ac_ct_STRIP@ 2.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 2.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 2.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 2.20 am__include = @am__include@ 2.21 @@ -99,19 +97,26 @@ 2.22 bindir = @bindir@ 2.23 build_alias = @build_alias@ 2.24 datadir = @datadir@ 2.25 +datarootdir = @datarootdir@ 2.26 +docdir = @docdir@ 2.27 +dvidir = @dvidir@ 2.28 exec_prefix = @exec_prefix@ 2.29 has_ident = @has_ident@ 2.30 host_alias = @host_alias@ 2.31 +htmldir = @htmldir@ 2.32 includedir = @includedir@ 2.33 infodir = @infodir@ 2.34 install_sh = @install_sh@ 2.35 libdir = @libdir@ 2.36 libexecdir = @libexecdir@ 2.37 +localedir = @localedir@ 2.38 localstatedir = @localstatedir@ 2.39 mandir = @mandir@ 2.40 oldincludedir = @oldincludedir@ 2.41 +pdfdir = @pdfdir@ 2.42 prefix = @prefix@ 2.43 program_transform_name = @program_transform_name@ 2.44 +psdir = @psdir@ 2.45 sbindir = @sbindir@ 2.46 sharedstatedir = @sharedstatedir@ 2.47 sysconfdir = @sysconfdir@ 2.48 @@ -550,9 +555,9 @@ 2.49 $(DESTDIR)@datadir@/tpl: conf_dir 2.50 install -d $(DESTDIR)@datadir@/masqmail/tpl 2.51 install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl 2.52 - install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl 2.53 + install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl 2.54 install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl 2.55 - install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl 2.56 + install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl 2.57 2.58 log_dir: $(DESTDIR)@with_logdir@ 2.59
3.1 --- a/aclocal.m4 Fri Sep 26 17:05:23 2008 +0200 3.2 +++ b/aclocal.m4 Fri Sep 26 20:56:23 2008 +0200 3.3 @@ -859,31 +859,6 @@ 3.4 Usually this means the macro was only invoked conditionally.]) 3.5 fi])]) 3.6 3.7 -# isc-posix.m4 serial 2 (gettext-0.11.2) 3.8 -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. 3.9 -dnl This file is free software; the Free Software Foundation 3.10 -dnl gives unlimited permission to copy and/or distribute it, 3.11 -dnl with or without modifications, as long as this notice is preserved. 3.12 - 3.13 -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. 3.14 - 3.15 -# This test replaces the one in autoconf. 3.16 -# Currently this macro should have the same name as the autoconf macro 3.17 -# because gettext's gettext.m4 (distributed in the automake package) 3.18 -# still uses it. Otherwise, the use in gettext.m4 makes autoheader 3.19 -# give these diagnostics: 3.20 -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX 3.21 -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX 3.22 - 3.23 -undefine([AC_ISC_POSIX]) 3.24 - 3.25 -AC_DEFUN([AC_ISC_POSIX], 3.26 - [ 3.27 - dnl This test replaces the obsolescent AC_ISC_POSIX kludge. 3.28 - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) 3.29 - ] 3.30 -) 3.31 - 3.32 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 3.33 # 3.34 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. 3.35 @@ -917,7 +892,7 @@ 3.36 AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) 3.37 fi 3.38 if test -n "$PKG_CONFIG"; then 3.39 - _pkg_min_version=m4_ifval([$1], [$1], [0.9.0]) 3.40 + _pkg_min_version=m4_default([$1], [0.9.0]) 3.41 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) 3.42 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 3.43 AC_MSG_RESULT([yes]) 3.44 @@ -953,14 +928,30 @@ 3.45 # --------------------------------------------- 3.46 m4_define([_PKG_CONFIG], 3.47 [if test -n "$PKG_CONFIG"; then 3.48 + if test -n "$$1"; then 3.49 + pkg_cv_[]$1="$$1" 3.50 + else 3.51 PKG_CHECK_EXISTS([$3], 3.52 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], 3.53 [pkg_failed=yes]) 3.54 + fi 3.55 else 3.56 pkg_failed=untried 3.57 fi[]dnl 3.58 ])# _PKG_CONFIG 3.59 3.60 +# _PKG_SHORT_ERRORS_SUPPORTED 3.61 +# ----------------------------- 3.62 +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], 3.63 +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) 3.64 +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 3.65 + _pkg_short_errors_supported=yes 3.66 +else 3.67 + _pkg_short_errors_supported=no 3.68 +fi[]dnl 3.69 +])# _PKG_SHORT_ERRORS_SUPPORTED 3.70 + 3.71 + 3.72 # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 3.73 # [ACTION-IF-NOT-FOUND]) 3.74 # 3.75 @@ -982,31 +973,41 @@ 3.76 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) 3.77 _PKG_CONFIG([$1][_LIBS], [libs], [$2]) 3.78 3.79 +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS 3.80 +and $1[]_LIBS to avoid the need to call pkg-config. 3.81 +See the pkg-config man page for more details.]) 3.82 + 3.83 if test $pkg_failed = yes; then 3.84 - $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` 3.85 + _PKG_SHORT_ERRORS_SUPPORTED 3.86 + if test $_pkg_short_errors_supported = yes; then 3.87 + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` 3.88 + else 3.89 + $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` 3.90 + fi 3.91 # Put the nasty error message in config.log where it belongs 3.92 - echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD 3.93 + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD 3.94 3.95 ifelse([$4], , [AC_MSG_ERROR(dnl 3.96 -[Package requirements ($2) were not met. 3.97 +[Package requirements ($2) were not met: 3.98 + 3.99 +$$1_PKG_ERRORS 3.100 + 3.101 Consider adjusting the PKG_CONFIG_PATH environment variable if you 3.102 installed software in a non-standard prefix. 3.103 3.104 -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables 3.105 -to avoid the need to call pkg-config. See the pkg-config man page for 3.106 -more details.])], 3.107 - [$4]) 3.108 +_PKG_TEXT 3.109 +])], 3.110 + [AC_MSG_RESULT([no]) 3.111 + $4]) 3.112 elif test $pkg_failed = untried; then 3.113 ifelse([$4], , [AC_MSG_FAILURE(dnl 3.114 [The pkg-config script could not be found or is too old. Make sure it 3.115 is in your PATH or set the PKG_CONFIG environment variable to the full 3.116 path to pkg-config. 3.117 3.118 -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables 3.119 -to avoid the need to call pkg-config. See the pkg-config man page for 3.120 -more details. 3.121 +_PKG_TEXT 3.122 3.123 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])], 3.124 +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])], 3.125 [$4]) 3.126 else 3.127 $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
4.1 --- a/config.guess Fri Sep 26 17:05:23 2008 +0200 4.2 +++ b/config.guess Fri Sep 26 20:56:23 2008 +0200 4.3 @@ -1,9 +1,10 @@ 4.4 #! /bin/sh 4.5 # Attempt to guess a canonical system name. 4.6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 4.7 -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4.8 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 4.9 +# Inc. 4.10 4.11 -timestamp='2005-08-03' 4.12 +timestamp='2007-07-22' 4.13 4.14 # This file is free software; you can redistribute it and/or modify it 4.15 # under the terms of the GNU General Public License as published by 4.16 @@ -106,7 +107,7 @@ 4.17 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; 4.18 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 4.19 : ${TMPDIR=/tmp} ; 4.20 - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 4.21 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 4.22 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || 4.23 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || 4.24 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 4.25 @@ -160,6 +161,7 @@ 4.26 arm*) machine=arm-unknown ;; 4.27 sh3el) machine=shl-unknown ;; 4.28 sh3eb) machine=sh-unknown ;; 4.29 + sh5el) machine=sh5le-unknown ;; 4.30 *) machine=${UNAME_MACHINE_ARCH}-unknown ;; 4.31 esac 4.32 # The Operating System including object format, if it has switched 4.33 @@ -206,8 +208,11 @@ 4.34 *:ekkoBSD:*:*) 4.35 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} 4.36 exit ;; 4.37 + *:SolidBSD:*:*) 4.38 + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} 4.39 + exit ;; 4.40 macppc:MirBSD:*:*) 4.41 - echo powerppc-unknown-mirbsd${UNAME_RELEASE} 4.42 + echo powerpc-unknown-mirbsd${UNAME_RELEASE} 4.43 exit ;; 4.44 *:MirBSD:*:*) 4.45 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} 4.46 @@ -325,7 +330,7 @@ 4.47 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) 4.48 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 4.49 exit ;; 4.50 - i86pc:SunOS:5.*:*) 4.51 + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) 4.52 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 4.53 exit ;; 4.54 sun4*:SunOS:6*:*) 4.55 @@ -764,12 +769,19 @@ 4.56 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 4.57 exit ;; 4.58 *:FreeBSD:*:*) 4.59 - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` 4.60 + case ${UNAME_MACHINE} in 4.61 + pc98) 4.62 + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 4.63 + amd64) 4.64 + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 4.65 + *) 4.66 + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; 4.67 + esac 4.68 exit ;; 4.69 i*:CYGWIN*:*) 4.70 echo ${UNAME_MACHINE}-pc-cygwin 4.71 exit ;; 4.72 - i*:MINGW*:*) 4.73 + *:MINGW*:*) 4.74 echo ${UNAME_MACHINE}-pc-mingw32 4.75 exit ;; 4.76 i*:windows32*:*) 4.77 @@ -779,9 +791,15 @@ 4.78 i*:PW*:*) 4.79 echo ${UNAME_MACHINE}-pc-pw32 4.80 exit ;; 4.81 - x86:Interix*:[34]*) 4.82 - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' 4.83 - exit ;; 4.84 + *:Interix*:[3456]*) 4.85 + case ${UNAME_MACHINE} in 4.86 + x86) 4.87 + echo i586-pc-interix${UNAME_RELEASE} 4.88 + exit ;; 4.89 + EM64T | authenticamd) 4.90 + echo x86_64-unknown-interix${UNAME_RELEASE} 4.91 + exit ;; 4.92 + esac ;; 4.93 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) 4.94 echo i${UNAME_MACHINE}-pc-mks 4.95 exit ;; 4.96 @@ -817,6 +835,9 @@ 4.97 arm*:Linux:*:*) 4.98 echo ${UNAME_MACHINE}-unknown-linux-gnu 4.99 exit ;; 4.100 + avr32*:Linux:*:*) 4.101 + echo ${UNAME_MACHINE}-unknown-linux-gnu 4.102 + exit ;; 4.103 cris:Linux:*:*) 4.104 echo cris-axis-linux-gnu 4.105 exit ;; 4.106 @@ -851,7 +872,11 @@ 4.107 #endif 4.108 #endif 4.109 EOF 4.110 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 4.111 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 4.112 + /^CPU/{ 4.113 + s: ::g 4.114 + p 4.115 + }'`" 4.116 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 4.117 ;; 4.118 mips64:Linux:*:*) 4.119 @@ -870,7 +895,11 @@ 4.120 #endif 4.121 #endif 4.122 EOF 4.123 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` 4.124 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 4.125 + /^CPU/{ 4.126 + s: ::g 4.127 + p 4.128 + }'`" 4.129 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } 4.130 ;; 4.131 or32:Linux:*:*) 4.132 @@ -919,9 +948,15 @@ 4.133 sparc:Linux:*:* | sparc64:Linux:*:*) 4.134 echo ${UNAME_MACHINE}-unknown-linux-gnu 4.135 exit ;; 4.136 + vax:Linux:*:*) 4.137 + echo ${UNAME_MACHINE}-dec-linux-gnu 4.138 + exit ;; 4.139 x86_64:Linux:*:*) 4.140 echo x86_64-unknown-linux-gnu 4.141 exit ;; 4.142 + xtensa:Linux:*:*) 4.143 + echo xtensa-unknown-linux-gnu 4.144 + exit ;; 4.145 i*86:Linux:*:*) 4.146 # The BFD linker knows what the default object file format is, so 4.147 # first see if it will tell us. cd to the root directory to prevent 4.148 @@ -964,7 +999,7 @@ 4.149 LIBC=gnulibc1 4.150 # endif 4.151 #else 4.152 - #ifdef __INTEL_COMPILER 4.153 + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 4.154 LIBC=gnu 4.155 #else 4.156 LIBC=gnuaout 4.157 @@ -974,7 +1009,11 @@ 4.158 LIBC=dietlibc 4.159 #endif 4.160 EOF 4.161 - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` 4.162 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' 4.163 + /^LIBC/{ 4.164 + s: ::g 4.165 + p 4.166 + }'`" 4.167 test x"${LIBC}" != x && { 4.168 echo "${UNAME_MACHINE}-pc-linux-${LIBC}" 4.169 exit 4.170 @@ -1176,6 +1215,15 @@ 4.171 SX-6:SUPER-UX:*:*) 4.172 echo sx6-nec-superux${UNAME_RELEASE} 4.173 exit ;; 4.174 + SX-7:SUPER-UX:*:*) 4.175 + echo sx7-nec-superux${UNAME_RELEASE} 4.176 + exit ;; 4.177 + SX-8:SUPER-UX:*:*) 4.178 + echo sx8-nec-superux${UNAME_RELEASE} 4.179 + exit ;; 4.180 + SX-8R:SUPER-UX:*:*) 4.181 + echo sx8r-nec-superux${UNAME_RELEASE} 4.182 + exit ;; 4.183 Power*:Rhapsody:*:*) 4.184 echo powerpc-apple-rhapsody${UNAME_RELEASE} 4.185 exit ;; 4.186 @@ -1185,7 +1233,6 @@ 4.187 *:Darwin:*:*) 4.188 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown 4.189 case $UNAME_PROCESSOR in 4.190 - *86) UNAME_PROCESSOR=i686 ;; 4.191 unknown) UNAME_PROCESSOR=powerpc ;; 4.192 esac 4.193 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} 4.194 @@ -1264,6 +1311,9 @@ 4.195 i*86:skyos:*:*) 4.196 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' 4.197 exit ;; 4.198 + i*86:rdos:*:*) 4.199 + echo ${UNAME_MACHINE}-pc-rdos 4.200 + exit ;; 4.201 esac 4.202 4.203 #echo '(No uname command or uname output not recognized.)' 1>&2
5.1 --- a/config.h.in Fri Sep 26 17:05:23 2008 +0200 5.2 +++ b/config.h.in Fri Sep 26 20:56:23 2008 +0200 5.3 @@ -179,5 +179,5 @@ 5.4 /* Define to `int' if <sys/types.h> does not define. */ 5.5 #undef pid_t 5.6 5.7 -/* Define to `unsigned' if <sys/types.h> does not define. */ 5.8 +/* Define to `unsigned int' if <sys/types.h> does not define. */ 5.9 #undef size_t
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/config.status.lineno Fri Sep 26 20:56:23 2008 +0200 6.3 @@ -0,0 +1,1093 @@ 6.4 +#! /bin/sh 6.5 +# Generated by configure. 6.6 +# Run this file to recreate the current configuration. 6.7 +# Compiler output produced by configure, useful for debugging 6.8 +# configure, is in config.log if it exists. 6.9 + 6.10 +debug=false 6.11 +ac_cs_recheck=false 6.12 +ac_cs_silent=false 6.13 +SHELL=${CONFIG_SHELL-/bin/sh} 6.14 +## --------------------- ## 6.15 +## M4sh Initialization. ## 6.16 +## --------------------- ## 6.17 + 6.18 +# Be more Bourne compatible 6.19 +DUALCASE=1; export DUALCASE # for MKS sh 6.20 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 6.21 + emulate sh 6.22 + NULLCMD=: 6.23 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 6.24 + # is contrary to our usage. Disable this feature. 6.25 + alias -g '${1+"$@"}'='"$@"' 6.26 + setopt NO_GLOB_SUBST 6.27 +else 6.28 + case `(set -o) 2>/dev/null` in 6.29 + *posix*) set -o posix ;; 6.30 +esac 6.31 + 6.32 +fi 6.33 + 6.34 + 6.35 + 6.36 + 6.37 +# PATH needs CR 6.38 +# Avoid depending upon Character Ranges. 6.39 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 6.40 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 6.41 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 6.42 +as_cr_digits='0123456789' 6.43 +as_cr_alnum=$as_cr_Letters$as_cr_digits 6.44 + 6.45 +# The user is always right. 6.46 +if test "${PATH_SEPARATOR+set}" != set; then 6.47 + echo "#! /bin/sh" >conf$$.sh 6.48 + echo "exit 0" >>conf$$.sh 6.49 + chmod +x conf$$.sh 6.50 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 6.51 + PATH_SEPARATOR=';' 6.52 + else 6.53 + PATH_SEPARATOR=: 6.54 + fi 6.55 + rm -f conf$$.sh 6.56 +fi 6.57 + 6.58 +# Support unset when possible. 6.59 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 6.60 + as_unset=unset 6.61 +else 6.62 + as_unset=false 6.63 +fi 6.64 + 6.65 + 6.66 +# IFS 6.67 +# We need space, tab and new line, in precisely that order. Quoting is 6.68 +# there to prevent editors from complaining about space-tab. 6.69 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 6.70 +# splitting by setting IFS to empty value.) 6.71 +as_nl=' 6.72 +' 6.73 +IFS=" "" $as_nl" 6.74 + 6.75 +# Find who we are. Look in the path if we contain no directory separator. 6.76 +case $0 in 6.77 + *[\\/]* ) as_myself=$0 ;; 6.78 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 6.79 +for as_dir in $PATH 6.80 +do 6.81 + IFS=$as_save_IFS 6.82 + test -z "$as_dir" && as_dir=. 6.83 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 6.84 +done 6.85 +IFS=$as_save_IFS 6.86 + 6.87 + ;; 6.88 +esac 6.89 +# We did not find ourselves, most probably we were run as `sh COMMAND' 6.90 +# in which case we are not to be found in the path. 6.91 +if test "x$as_myself" = x; then 6.92 + as_myself=$0 6.93 +fi 6.94 +if test ! -f "$as_myself"; then 6.95 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 6.96 + { (exit 1); exit 1; } 6.97 +fi 6.98 + 6.99 +# Work around bugs in pre-3.0 UWIN ksh. 6.100 +for as_var in ENV MAIL MAILPATH 6.101 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 6.102 +done 6.103 +PS1='$ ' 6.104 +PS2='> ' 6.105 +PS4='+ ' 6.106 + 6.107 +# NLS nuisances. 6.108 +for as_var in \ 6.109 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 6.110 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 6.111 + LC_TELEPHONE LC_TIME 6.112 +do 6.113 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 6.114 + eval $as_var=C; export $as_var 6.115 + else 6.116 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 6.117 + fi 6.118 +done 6.119 + 6.120 +# Required to use basename. 6.121 +if expr a : '\(a\)' >/dev/null 2>&1 && 6.122 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 6.123 + as_expr=expr 6.124 +else 6.125 + as_expr=false 6.126 +fi 6.127 + 6.128 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 6.129 + as_basename=basename 6.130 +else 6.131 + as_basename=false 6.132 +fi 6.133 + 6.134 + 6.135 +# Name of the executable. 6.136 +as_me=`$as_basename -- "$0" || 6.137 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 6.138 + X"$0" : 'X\(//\)$' \| \ 6.139 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 6.140 +echo X/"$0" | 6.141 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 6.142 + s//\1/ 6.143 + q 6.144 + } 6.145 + /^X\/\(\/\/\)$/{ 6.146 + s//\1/ 6.147 + q 6.148 + } 6.149 + /^X\/\(\/\).*/{ 6.150 + s//\1/ 6.151 + q 6.152 + } 6.153 + s/.*/./; q'` 6.154 + 6.155 +# CDPATH. 6.156 +$as_unset CDPATH 6.157 + 6.158 + 6.159 + 6.160 + as_lineno_1=157 6.161 + as_lineno_2=158 6.162 + test "x$as_lineno_1" != "x$as_lineno_2" && 6.163 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 6.164 + 6.165 + # Create $as_me.lineno as a copy of $as_myself, but with 162 6.166 + # uniformly replaced by the line number. The first 'sed' inserts a 6.167 + # line-number line after each line using 164; the second 'sed' 6.168 + # does the real work. The second script uses 'N' to pair each 6.169 + # line-number line with the line containing 166, and appends 6.170 + # trailing '-' during substitution so that 167 is not a special 6.171 + # case at line end. 6.172 + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 6.173 + # scripts with optimization help from Paolo Bonzini. Blame Lee 6.174 + # E. McMahon (1931-1989) for sed's syntax. :-) 6.175 + sed -n ' 6.176 + p 6.177 + /[$]LINENO/= 6.178 + ' <$as_myself | 6.179 + sed ' 6.180 + s/[$]LINENO.*/&-/ 6.181 + t lineno 6.182 + b 6.183 + :lineno 6.184 + N 6.185 + :loop 6.186 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 6.187 + t loop 6.188 + s/-\n.*// 6.189 + ' >$as_me.lineno && 6.190 + chmod +x "$as_me.lineno" || 6.191 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 6.192 + { (exit 1); exit 1; }; } 6.193 + 6.194 + # Don't try to exec as it changes $[0], causing all sort of problems 6.195 + # (the dirname of $[0] is not the place where we might find the 6.196 + # original and so on. Autoconf is especially sensitive to this). 6.197 + . "./$as_me.lineno" 6.198 + # Exit status is that of the last command. 6.199 + exit 6.200 +} 6.201 + 6.202 + 6.203 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 6.204 + as_dirname=dirname 6.205 +else 6.206 + as_dirname=false 6.207 +fi 6.208 + 6.209 +ECHO_C= ECHO_N= ECHO_T= 6.210 +case `echo -n x` in 6.211 +-n*) 6.212 + case `echo 'x\c'` in 6.213 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 6.214 + *) ECHO_C='\c';; 6.215 + esac;; 6.216 +*) 6.217 + ECHO_N='-n';; 6.218 +esac 6.219 + 6.220 +if expr a : '\(a\)' >/dev/null 2>&1 && 6.221 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 6.222 + as_expr=expr 6.223 +else 6.224 + as_expr=false 6.225 +fi 6.226 + 6.227 +rm -f conf$$ conf$$.exe conf$$.file 6.228 +if test -d conf$$.dir; then 6.229 + rm -f conf$$.dir/conf$$.file 6.230 +else 6.231 + rm -f conf$$.dir 6.232 + mkdir conf$$.dir 6.233 +fi 6.234 +echo >conf$$.file 6.235 +if ln -s conf$$.file conf$$ 2>/dev/null; then 6.236 + as_ln_s='ln -s' 6.237 + # ... but there are two gotchas: 6.238 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 6.239 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 6.240 + # In both cases, we have to default to `cp -p'. 6.241 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 6.242 + as_ln_s='cp -p' 6.243 +elif ln conf$$.file conf$$ 2>/dev/null; then 6.244 + as_ln_s=ln 6.245 +else 6.246 + as_ln_s='cp -p' 6.247 +fi 6.248 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 6.249 +rmdir conf$$.dir 2>/dev/null 6.250 + 6.251 +if mkdir -p . 2>/dev/null; then 6.252 + as_mkdir_p=: 6.253 +else 6.254 + test -d ./-p && rmdir ./-p 6.255 + as_mkdir_p=false 6.256 +fi 6.257 + 6.258 +if test -x / >/dev/null 2>&1; then 6.259 + as_test_x='test -x' 6.260 +else 6.261 + if ls -dL / >/dev/null 2>&1; then 6.262 + as_ls_L_option=L 6.263 + else 6.264 + as_ls_L_option= 6.265 + fi 6.266 + as_test_x=' 6.267 + eval sh -c '\'' 6.268 + if test -d "$1"; then 6.269 + test -d "$1/."; 6.270 + else 6.271 + case $1 in 6.272 + -*)set "./$1";; 6.273 + esac; 6.274 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 6.275 + ???[sx]*):;;*)false;;esac;fi 6.276 + '\'' sh 6.277 + ' 6.278 +fi 6.279 +as_executable_p=$as_test_x 6.280 + 6.281 +# Sed expression to map a string onto a valid CPP name. 6.282 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 6.283 + 6.284 +# Sed expression to map a string onto a valid variable name. 6.285 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 6.286 + 6.287 + 6.288 +exec 6>&1 6.289 + 6.290 +# Save the log message, to keep $[0] and so on meaningful, and to 6.291 +# report actual input values of CONFIG_FILES etc. instead of their 6.292 +# values after options handling. 6.293 +ac_log=" 6.294 +This file was extended by masqmail $as_me 0.2.21, which was 6.295 +generated by GNU Autoconf 2.61. Invocation command line was 6.296 + 6.297 + CONFIG_FILES = $CONFIG_FILES 6.298 + CONFIG_HEADERS = $CONFIG_HEADERS 6.299 + CONFIG_LINKS = $CONFIG_LINKS 6.300 + CONFIG_COMMANDS = $CONFIG_COMMANDS 6.301 + $ $0 $@ 6.302 + 6.303 +on `(hostname || uname -n) 2>/dev/null | sed 1q` 6.304 +" 6.305 + 6.306 +# Files that config.status was made for. 6.307 +config_files=" Makefile debian/Makefile docs/Makefile docs/man/Makefile docs/xml/Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile suse/masqmail.spec redhat/masqmail.spec" 6.308 +config_headers=" config.h" 6.309 +config_commands=" depfiles" 6.310 + 6.311 +ac_cs_usage="\ 6.312 +\`$as_me' instantiates files from templates according to the 6.313 +current configuration. 6.314 + 6.315 +Usage: $0 [OPTIONS] [FILE]... 6.316 + 6.317 + -h, --help print this help, then exit 6.318 + -V, --version print version number and configuration settings, then exit 6.319 + -q, --quiet do not print progress messages 6.320 + -d, --debug don't remove temporary files 6.321 + --recheck update $as_me by reconfiguring in the same conditions 6.322 + --file=FILE[:TEMPLATE] 6.323 + instantiate the configuration file FILE 6.324 + --header=FILE[:TEMPLATE] 6.325 + instantiate the configuration header FILE 6.326 + 6.327 +Configuration files: 6.328 +$config_files 6.329 + 6.330 +Configuration headers: 6.331 +$config_headers 6.332 + 6.333 +Configuration commands: 6.334 +$config_commands 6.335 + 6.336 +Report bugs to <bug-autoconf@gnu.org>." 6.337 + 6.338 +ac_cs_version="\ 6.339 +masqmail config.status 0.2.21 6.340 +configured by ./configure, generated by GNU Autoconf 2.61, 6.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'\" 6.342 + 6.343 +Copyright (C) 2006 Free Software Foundation, Inc. 6.344 +This config.status script is free software; the Free Software Foundation 6.345 +gives unlimited permission to copy, distribute and modify it." 6.346 + 6.347 +ac_pwd='/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21' 6.348 +srcdir='.' 6.349 +INSTALL='/usr/bin/install -c' 6.350 +# If no file are specified by the user, then we need to provide default 6.351 +# value. By we need to know if files were specified by the user. 6.352 +ac_need_defaults=: 6.353 +while test $# != 0 6.354 +do 6.355 + case $1 in 6.356 + --*=*) 6.357 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 6.358 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 6.359 + ac_shift=: 6.360 + ;; 6.361 + *) 6.362 + ac_option=$1 6.363 + ac_optarg=$2 6.364 + ac_shift=shift 6.365 + ;; 6.366 + esac 6.367 + 6.368 + case $ac_option in 6.369 + # Handling of the options. 6.370 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 6.371 + ac_cs_recheck=: ;; 6.372 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 6.373 + echo "$ac_cs_version"; exit ;; 6.374 + --debug | --debu | --deb | --de | --d | -d ) 6.375 + debug=: ;; 6.376 + --file | --fil | --fi | --f ) 6.377 + $ac_shift 6.378 + CONFIG_FILES="$CONFIG_FILES $ac_optarg" 6.379 + ac_need_defaults=false;; 6.380 + --header | --heade | --head | --hea ) 6.381 + $ac_shift 6.382 + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 6.383 + ac_need_defaults=false;; 6.384 + --he | --h) 6.385 + # Conflict between --help and --header 6.386 + { echo "$as_me: error: ambiguous option: $1 6.387 +Try \`$0 --help' for more information." >&2 6.388 + { (exit 1); exit 1; }; };; 6.389 + --help | --hel | -h ) 6.390 + echo "$ac_cs_usage"; exit ;; 6.391 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 6.392 + | -silent | --silent | --silen | --sile | --sil | --si | --s) 6.393 + ac_cs_silent=: ;; 6.394 + 6.395 + # This is an error. 6.396 + -*) { echo "$as_me: error: unrecognized option: $1 6.397 +Try \`$0 --help' for more information." >&2 6.398 + { (exit 1); exit 1; }; } ;; 6.399 + 6.400 + *) ac_config_targets="$ac_config_targets $1" 6.401 + ac_need_defaults=false ;; 6.402 + 6.403 + esac 6.404 + shift 6.405 +done 6.406 + 6.407 +ac_configure_extra_args= 6.408 + 6.409 +if $ac_cs_silent; then 6.410 + exec 6>/dev/null 6.411 + ac_configure_extra_args="$ac_configure_extra_args --silent" 6.412 +fi 6.413 + 6.414 +if $ac_cs_recheck; then 6.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 6.416 + CONFIG_SHELL=/bin/sh 6.417 + export CONFIG_SHELL 6.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 6.419 +fi 6.420 + 6.421 +exec 5>>config.log 6.422 +{ 6.423 + echo 6.424 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 6.425 +## Running $as_me. ## 6.426 +_ASBOX 6.427 + echo "$ac_log" 6.428 +} >&5 6.429 + 6.430 +# 6.431 +# INIT-COMMANDS 6.432 +# 6.433 +AMDEP_TRUE="" ac_aux_dir="." 6.434 + 6.435 + 6.436 +# Handling of arguments. 6.437 +for ac_config_target in $ac_config_targets 6.438 +do 6.439 + case $ac_config_target in 6.440 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 6.441 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 6.442 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6.443 + "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; 6.444 + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 6.445 + "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; 6.446 + "docs/xml/Makefile") CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; 6.447 + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 6.448 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 6.449 + "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 6.450 + "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 6.451 + "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 6.452 + "suse/masqmail.spec") CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; 6.453 + "redhat/masqmail.spec") CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; 6.454 + 6.455 + *) { { echo "$as_me:452: error: invalid argument: $ac_config_target" >&5 6.456 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 6.457 + { (exit 1); exit 1; }; };; 6.458 + esac 6.459 +done 6.460 + 6.461 + 6.462 +# If the user did not use the arguments to specify the items to instantiate, 6.463 +# then the envvar interface is used. Set only those that are not. 6.464 +# We use the long form for the default assignment because of an extremely 6.465 +# bizarre bug on SunOS 4.1.3. 6.466 +if $ac_need_defaults; then 6.467 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 6.468 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 6.469 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 6.470 +fi 6.471 + 6.472 +# Have a temporary directory for convenience. Make it in the build tree 6.473 +# simply because there is no reason against having it here, and in addition, 6.474 +# creating and moving files from /tmp can sometimes cause problems. 6.475 +# Hook for its removal unless debugging. 6.476 +# Note that there is a small window in which the directory will not be cleaned: 6.477 +# after its creation but before its name has been assigned to `$tmp'. 6.478 +$debug || 6.479 +{ 6.480 + tmp= 6.481 + trap 'exit_status=$? 6.482 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 6.483 +' 0 6.484 + trap '{ (exit 1); exit 1; }' 1 2 13 15 6.485 +} 6.486 +# Create a (secure) tmp directory for tmp files. 6.487 + 6.488 +{ 6.489 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 6.490 + test -n "$tmp" && test -d "$tmp" 6.491 +} || 6.492 +{ 6.493 + tmp=./conf$$-$RANDOM 6.494 + (umask 077 && mkdir "$tmp") 6.495 +} || 6.496 +{ 6.497 + echo "$me: cannot create a temporary directory in ." >&2 6.498 + { (exit 1); exit 1; } 6.499 +} 6.500 + 6.501 +# 6.502 +# Set up the sed scripts for CONFIG_FILES section. 6.503 +# 6.504 + 6.505 +# No need to generate the scripts if there are no CONFIG_FILES. 6.506 +# This happens for instance when ./config.status config.h 6.507 +if test -n "$CONFIG_FILES"; then 6.508 + 6.509 +cat >"$tmp/subs-1.sed" <<\CEOF 6.510 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 6.511 +s,@SHELL@,|#_!!_#|/bin/sh,g 6.512 +s,@PATH_SEPARATOR@,|#_!!_#|:,g 6.513 +s,@PACKAGE_NAME@,|#_!!_#|masqmail,g 6.514 +s,@PACKAGE_TARNAME@,|#_!!_#|masqmail,g 6.515 +s,@PACKAGE_VERSION@,|#_!!_#|0.2.21,g 6.516 +s,@PACKAGE_STRING@,|#_!!_#|masqmail 0.2.21,g 6.517 +s,@PACKAGE_BUGREPORT@,|#_!!_#|oku@|#_!!_#|debian.org,g 6.518 +s,@exec_prefix@,|#_!!_#|${prefix},g 6.519 +s,@prefix@,|#_!!_#|/usr,g 6.520 +s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g 6.521 +s,@bindir@,|#_!!_#|${exec_prefix}/bin,g 6.522 +s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g 6.523 +s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g 6.524 +s,@datarootdir@,|#_!!_#|${prefix}/share,g 6.525 +s,@datadir@,|#_!!_#|${datarootdir},g 6.526 +s,@sysconfdir@,|#_!!_#|${prefix}/etc,g 6.527 +s,@sharedstatedir@,|#_!!_#|${prefix}/com,g 6.528 +s,@localstatedir@,|#_!!_#|${prefix}/var,g 6.529 +s,@includedir@,|#_!!_#|${prefix}/include,g 6.530 +s,@oldincludedir@,|#_!!_#|/usr/include,g 6.531 +s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g 6.532 +s,@infodir@,|#_!!_#|${datarootdir}/info,g 6.533 +s,@htmldir@,|#_!!_#|${docdir},g 6.534 +s,@dvidir@,|#_!!_#|${docdir},g 6.535 +s,@pdfdir@,|#_!!_#|${docdir},g 6.536 +s,@psdir@,|#_!!_#|${docdir},g 6.537 +s,@libdir@,|#_!!_#|${exec_prefix}/lib,g 6.538 +s,@localedir@,|#_!!_#|${datarootdir}/locale,g 6.539 +s,@mandir@,|#_!!_#|${prefix}/share/man,g 6.540 +s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g 6.541 +s,@ECHO_C@,|#_!!_#|,g 6.542 +s,@ECHO_N@,|#_!!_#|-n,g 6.543 +s,@ECHO_T@,|#_!!_#|,g 6.544 +s,@LIBS@,|#_!!_#|,g 6.545 +s,@build_alias@,|#_!!_#|i486-linux-gnu,g 6.546 +s,@host_alias@,|#_!!_#|,g 6.547 +s,@target_alias@,|#_!!_#|,g 6.548 +s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g 6.549 +s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g 6.550 +s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g 6.551 +s,@CYGPATH_W@,|#_!!_#|echo,g 6.552 +s,@PACKAGE@,|#_!!_#|masqmail,g 6.553 +s,@VERSION@,|#_!!_#|0.2.21,g 6.554 +s,@ACLOCAL@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run aclocal-1.7,g 6.555 +s,@AUTOCONF@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoconf,g 6.556 +s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run automake-1.7,g 6.557 +s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoheader,g 6.558 +s,@MAKEINFO@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run makeinfo,g 6.559 +s,@AMTAR@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run tar,g 6.560 +s,@install_sh@,|#_!!_#|/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/install-sh,g 6.561 +s,@STRIP@,|#_!!_#|,g 6.562 +s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g 6.563 +s,@AWK@,|#_!!_#|gawk,g 6.564 +s,@SET_MAKE@,|#_!!_#|,g 6.565 +s,@am__leading_dot@,|#_!!_#|.,g 6.566 +s,@CC@,|#_!!_#|gcc,g 6.567 +s,@CFLAGS@,|#_!!_#|-g -O2,g 6.568 +s,@LDFLAGS@,|#_!!_#|,g 6.569 +s,@CPPFLAGS@,|#_!!_#|,g 6.570 +s,@ac_ct_CC@,|#_!!_#|gcc,g 6.571 +s,@EXEEXT@,|#_!!_#|,g 6.572 +s,@OBJEXT@,|#_!!_#|o,g 6.573 +s,@DEPDIR@,|#_!!_#|.deps,g 6.574 +s,@am__include@,|#_!!_#|include,g 6.575 +s,@am__quote@,|#_!!_#|,g 6.576 +s,@AMDEP_TRUE@,|#_!!_#|,g 6.577 +s,@AMDEP_FALSE@,|#_!!_#|#,g 6.578 +s,@AMDEPBACKSLASH@,|#_!!_#|\\,g 6.579 +s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g 6.580 +s,@am__fastdepCC_TRUE@,|#_!!_#|,g 6.581 +s,@am__fastdepCC_FALSE@,|#_!!_#|#,g 6.582 +s,@CPP@,|#_!!_#|gcc -E,g 6.583 +s,@GREP@,|#_!!_#|/bin/grep,g 6.584 +s,@EGREP@,|#_!!_#|/bin/grep -E,g 6.585 +s,@RANLIB@,|#_!!_#|ranlib,g 6.586 +s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g 6.587 +s,@GLIB_CFLAGS@,|#_!!_#|-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ,g 6.588 +s,@GLIB_LIBS@,|#_!!_#|-lglib-2.0 ,g 6.589 +s,@RESOLV_LIBS@,|#_!!_#|-lresolv,g 6.590 +s,@with_user@,|#_!!_#|mail,g 6.591 +s,@with_group@,|#_!!_#|mail,g 6.592 +s,@BASE64_LIBS@,|#_!!_#|base64/libbase64.a,g 6.593 +s,@MD5_LIBS@,|#_!!_#|md5/libmd5c.a,g 6.594 +s,@has_ident@,|#_!!_#|,g 6.595 +s,@IDENT_LIBS@,|#_!!_#|-lident,g 6.596 +s,@LOCKFILE_LIBS@,|#_!!_#|-llockfile,g 6.597 +s,@USE_LIBLOCKFILE@,|#_!!_#|,g 6.598 +s,@with_logdir@,|#_!!_#|/var/log/masqmail,g 6.599 +s,@with_spooldir@,|#_!!_#|/var/spool/masqmail,g 6.600 +s,@with_confdir@,|#_!!_#|/etc/masqmail,g 6.601 +s,@LIBOBJS@,|#_!!_#|,g 6.602 +s,@LTLIBOBJS@,|#_!!_#|,g 6.603 +:end 6.604 +s/|#_!!_#|//g 6.605 +CEOF 6.606 +fi # test -n "$CONFIG_FILES" 6.607 + 6.608 + 6.609 +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 6.610 +do 6.611 + case $ac_tag in 6.612 + :[FHLC]) ac_mode=$ac_tag; continue;; 6.613 + esac 6.614 + case $ac_mode$ac_tag in 6.615 + :[FHL]*:*);; 6.616 + :L* | :C*:*) { { echo "$as_me:613: error: Invalid tag $ac_tag." >&5 6.617 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} 6.618 + { (exit 1); exit 1; }; };; 6.619 + :[FH]-) ac_tag=-:-;; 6.620 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 6.621 + esac 6.622 + ac_save_IFS=$IFS 6.623 + IFS=: 6.624 + set x $ac_tag 6.625 + IFS=$ac_save_IFS 6.626 + shift 6.627 + ac_file=$1 6.628 + shift 6.629 + 6.630 + case $ac_mode in 6.631 + :L) ac_source=$1;; 6.632 + :[FH]) 6.633 + ac_file_inputs= 6.634 + for ac_f 6.635 + do 6.636 + case $ac_f in 6.637 + -) ac_f="$tmp/stdin";; 6.638 + *) # Look for the file first in the build tree, then in the source tree 6.639 + # (if the path is not absolute). The absolute path cannot be DOS-style, 6.640 + # because $ac_f cannot contain `:'. 6.641 + test -f "$ac_f" || 6.642 + case $ac_f in 6.643 + [\\/$]*) false;; 6.644 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 6.645 + esac || 6.646 + { { echo "$as_me:643: error: cannot find input file: $ac_f" >&5 6.647 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} 6.648 + { (exit 1); exit 1; }; };; 6.649 + esac 6.650 + ac_file_inputs="$ac_file_inputs $ac_f" 6.651 + done 6.652 + 6.653 + # Let's still pretend it is `configure' which instantiates (i.e., don't 6.654 + # use $as_me), people would be surprised to read: 6.655 + # /* config.h. Generated by config.status. */ 6.656 + configure_input="Generated from "`IFS=: 6.657 + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 6.658 + if test x"$ac_file" != x-; then 6.659 + configure_input="$ac_file. $configure_input" 6.660 + { echo "$as_me:657: creating $ac_file" >&5 6.661 +echo "$as_me: creating $ac_file" >&6;} 6.662 + fi 6.663 + 6.664 + case $ac_tag in 6.665 + *:-:* | *:-) cat >"$tmp/stdin";; 6.666 + esac 6.667 + ;; 6.668 + esac 6.669 + 6.670 + ac_dir=`$as_dirname -- "$ac_file" || 6.671 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.672 + X"$ac_file" : 'X\(//\)[^/]' \| \ 6.673 + X"$ac_file" : 'X\(//\)$' \| \ 6.674 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 6.675 +echo X"$ac_file" | 6.676 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.677 + s//\1/ 6.678 + q 6.679 + } 6.680 + /^X\(\/\/\)[^/].*/{ 6.681 + s//\1/ 6.682 + q 6.683 + } 6.684 + /^X\(\/\/\)$/{ 6.685 + s//\1/ 6.686 + q 6.687 + } 6.688 + /^X\(\/\).*/{ 6.689 + s//\1/ 6.690 + q 6.691 + } 6.692 + s/.*/./; q'` 6.693 + { as_dir="$ac_dir" 6.694 + case $as_dir in #( 6.695 + -*) as_dir=./$as_dir;; 6.696 + esac 6.697 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 6.698 + as_dirs= 6.699 + while :; do 6.700 + case $as_dir in #( 6.701 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 6.702 + *) as_qdir=$as_dir;; 6.703 + esac 6.704 + as_dirs="'$as_qdir' $as_dirs" 6.705 + as_dir=`$as_dirname -- "$as_dir" || 6.706 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.707 + X"$as_dir" : 'X\(//\)[^/]' \| \ 6.708 + X"$as_dir" : 'X\(//\)$' \| \ 6.709 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 6.710 +echo X"$as_dir" | 6.711 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.712 + s//\1/ 6.713 + q 6.714 + } 6.715 + /^X\(\/\/\)[^/].*/{ 6.716 + s//\1/ 6.717 + q 6.718 + } 6.719 + /^X\(\/\/\)$/{ 6.720 + s//\1/ 6.721 + q 6.722 + } 6.723 + /^X\(\/\).*/{ 6.724 + s//\1/ 6.725 + q 6.726 + } 6.727 + s/.*/./; q'` 6.728 + test -d "$as_dir" && break 6.729 + done 6.730 + test -z "$as_dirs" || eval "mkdir $as_dirs" 6.731 + } || test -d "$as_dir" || { { echo "$as_me:728: error: cannot create directory $as_dir" >&5 6.732 +echo "$as_me: error: cannot create directory $as_dir" >&2;} 6.733 + { (exit 1); exit 1; }; }; } 6.734 + ac_builddir=. 6.735 + 6.736 +case "$ac_dir" in 6.737 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 6.738 +*) 6.739 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 6.740 + # A ".." for each directory in $ac_dir_suffix. 6.741 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 6.742 + case $ac_top_builddir_sub in 6.743 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 6.744 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 6.745 + esac ;; 6.746 +esac 6.747 +ac_abs_top_builddir=$ac_pwd 6.748 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 6.749 +# for backward compatibility: 6.750 +ac_top_builddir=$ac_top_build_prefix 6.751 + 6.752 +case $srcdir in 6.753 + .) # We are building in place. 6.754 + ac_srcdir=. 6.755 + ac_top_srcdir=$ac_top_builddir_sub 6.756 + ac_abs_top_srcdir=$ac_pwd ;; 6.757 + [\\/]* | ?:[\\/]* ) # Absolute name. 6.758 + ac_srcdir=$srcdir$ac_dir_suffix; 6.759 + ac_top_srcdir=$srcdir 6.760 + ac_abs_top_srcdir=$srcdir ;; 6.761 + *) # Relative name. 6.762 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 6.763 + ac_top_srcdir=$ac_top_build_prefix$srcdir 6.764 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 6.765 +esac 6.766 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 6.767 + 6.768 + 6.769 + case $ac_mode in 6.770 + :F) 6.771 + # 6.772 + # CONFIG_FILE 6.773 + # 6.774 + 6.775 + case $INSTALL in 6.776 + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 6.777 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 6.778 + esac 6.779 +# If the template does not know about datarootdir, expand it. 6.780 +# FIXME: This hack should be removed a few years after 2.60. 6.781 +ac_datarootdir_hack=; ac_datarootdir_seen= 6.782 + 6.783 +case `sed -n '/datarootdir/ { 6.784 + p 6.785 + q 6.786 +} 6.787 +/@datadir@/p 6.788 +/@docdir@/p 6.789 +/@infodir@/p 6.790 +/@localedir@/p 6.791 +/@mandir@/p 6.792 +' $ac_file_inputs` in 6.793 +*datarootdir*) ac_datarootdir_seen=yes;; 6.794 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 6.795 + { echo "$as_me:792: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 6.796 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 6.797 + ac_datarootdir_hack=' 6.798 + s&@datadir@&${datarootdir}&g 6.799 + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g 6.800 + s&@infodir@&${datarootdir}/info&g 6.801 + s&@localedir@&${datarootdir}/locale&g 6.802 + s&@mandir@&${prefix}/share/man&g 6.803 + s&\${datarootdir}&${prefix}/share&g' ;; 6.804 +esac 6.805 + sed "/^[ ]*VPATH[ ]*=/{ 6.806 +s/:*\$(srcdir):*/:/ 6.807 +s/:*\${srcdir}:*/:/ 6.808 +s/:*@srcdir@:*/:/ 6.809 +s/^\([^=]*=[ ]*\):*/\1/ 6.810 +s/:*$// 6.811 +s/^[^=]*=[ ]*$// 6.812 +} 6.813 + 6.814 +:t 6.815 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 6.816 +s&@configure_input@&$configure_input&;t t 6.817 +s&@top_builddir@&$ac_top_builddir_sub&;t t 6.818 +s&@srcdir@&$ac_srcdir&;t t 6.819 +s&@abs_srcdir@&$ac_abs_srcdir&;t t 6.820 +s&@top_srcdir@&$ac_top_srcdir&;t t 6.821 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 6.822 +s&@builddir@&$ac_builddir&;t t 6.823 +s&@abs_builddir@&$ac_abs_builddir&;t t 6.824 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 6.825 +s&@INSTALL@&$ac_INSTALL&;t t 6.826 +$ac_datarootdir_hack 6.827 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 6.828 + 6.829 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 6.830 + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 6.831 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 6.832 + { echo "$as_me:829: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6.833 +which seems to be undefined. Please make sure it is defined." >&5 6.834 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 6.835 +which seems to be undefined. Please make sure it is defined." >&2;} 6.836 + 6.837 + rm -f "$tmp/stdin" 6.838 + case $ac_file in 6.839 + -) cat "$tmp/out"; rm -f "$tmp/out";; 6.840 + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 6.841 + esac 6.842 + ;; 6.843 + :H) 6.844 + # 6.845 + # CONFIG_HEADER 6.846 + # 6.847 + # First, check the format of the line: 6.848 + cat >"$tmp/defines.sed" <<\CEOF 6.849 +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def 6.850 +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def 6.851 +b 6.852 +:def 6.853 +s/$/ / 6.854 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "masqmail" , 6.855 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "masqmail" , 6.856 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "0.2.21" , 6.857 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "masqmail 0.2.21" , 6.858 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "oku@debian.org" , 6.859 +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "masqmail" , 6.860 +s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "0.2.21" , 6.861 +s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , 6.862 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_RESOLVER\)[ (].*,\1define\2 1 , 6.863 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETLINE\)[ (].*,\1define\2 1 , 6.864 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FDATASYNC\)[ (].*,\1define\2 1 , 6.865 +s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , 6.866 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , 6.867 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , 6.868 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , 6.869 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 , 6.870 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 , 6.871 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , 6.872 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , 6.873 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 , 6.874 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , 6.875 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FCNTL_H\)[ (].*,\1define\2 1 , 6.876 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TIME_H\)[ (].*,\1define\2 1 , 6.877 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSLOG_H\)[ (].*,\1define\2 1 , 6.878 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , 6.879 +s,^\([ #]*\)[^ ]*\([ ]*TIME_WITH_SYS_TIME\)[ (].*,\1define\2 1 , 6.880 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FNMATCH\)[ (].*,\1define\2 1 , 6.881 +s,^\([ #]*\)[^ ]*\([ ]*RETSIGTYPE\)[ (].*,\1define\2 void , 6.882 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRFTIME\)[ (].*,\1define\2 1 , 6.883 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_VPRINTF\)[ (].*,\1define\2 1 , 6.884 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SELECT\)[ (].*,\1define\2 1 , 6.885 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SOCKET\)[ (].*,\1define\2 1 , 6.886 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRERROR\)[ (].*,\1define\2 1 , 6.887 +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRSTR\)[ (].*,\1define\2 1 , 6.888 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_DEBUG\)[ (].*,\1define\2 1 , 6.889 +s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_USER\)[ (].*,\1define\2 "mail" , 6.890 +s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_GROUP\)[ (].*,\1define\2 "mail" , 6.891 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_SMTP_SERVER\)[ (].*,\1define\2 1 , 6.892 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_POP3\)[ (].*,\1define\2 1 , 6.893 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_AUTH\)[ (].*,\1define\2 1 , 6.894 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_MAILDIR\)[ (].*,\1define\2 1 , 6.895 +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_IDENT\)[ (].*,\1define\2 1 , 6.896 +s,^\([ #]*\)[^ ]*\([ ]*USE_LIBLOCKFILE\)[ (].*,\1define\2 1 , 6.897 +s,^\([ #]*\)[^ ]*\([ ]*CONF_DIR\)[ (].*,\1define\2 "/etc/masqmail" , 6.898 +s,^\([ #]*\)[^ ]*\([ ]*DATA_DIR\)[ (].*,\1define\2 "${prefix}/share/masqmail" , 6.899 +s,^\([ #]*\)[^ ]*\([ ]*SBINDIR\)[ (].*,\1define\2 "/usr/sbin" , 6.900 +s/ $// 6.901 +s,^[ #]*u.*,/* & */, 6.902 +CEOF 6.903 + sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" 6.904 +ac_result="$tmp/out1" 6.905 + if test x"$ac_file" != x-; then 6.906 + echo "/* $configure_input */" >"$tmp/config.h" 6.907 + cat "$ac_result" >>"$tmp/config.h" 6.908 + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 6.909 + { echo "$as_me:906: $ac_file is unchanged" >&5 6.910 +echo "$as_me: $ac_file is unchanged" >&6;} 6.911 + else 6.912 + rm -f $ac_file 6.913 + mv "$tmp/config.h" $ac_file 6.914 + fi 6.915 + else 6.916 + echo "/* $configure_input */" 6.917 + cat "$ac_result" 6.918 + fi 6.919 + rm -f "$tmp/out12" 6.920 +# Compute $ac_file's index in $config_headers. 6.921 +_am_stamp_count=1 6.922 +for _am_header in $config_headers :; do 6.923 + case $_am_header in 6.924 + $ac_file | $ac_file:* ) 6.925 + break ;; 6.926 + * ) 6.927 + _am_stamp_count=`expr $_am_stamp_count + 1` ;; 6.928 + esac 6.929 +done 6.930 +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 6.931 +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.932 + X$ac_file : 'X\(//\)[^/]' \| \ 6.933 + X$ac_file : 'X\(//\)$' \| \ 6.934 + X$ac_file : 'X\(/\)' \| . 2>/dev/null || 6.935 +echo X$ac_file | 6.936 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.937 + s//\1/ 6.938 + q 6.939 + } 6.940 + /^X\(\/\/\)[^/].*/{ 6.941 + s//\1/ 6.942 + q 6.943 + } 6.944 + /^X\(\/\/\)$/{ 6.945 + s//\1/ 6.946 + q 6.947 + } 6.948 + /^X\(\/\).*/{ 6.949 + s//\1/ 6.950 + q 6.951 + } 6.952 + s/.*/./; q'`/stamp-h$_am_stamp_count 6.953 + ;; 6.954 + 6.955 + :C) { echo "$as_me:952: executing $ac_file commands" >&5 6.956 +echo "$as_me: executing $ac_file commands" >&6;} 6.957 + ;; 6.958 + esac 6.959 + 6.960 + 6.961 + case $ac_file$ac_mode in 6.962 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 6.963 + # Strip MF so we end up with the name of the file. 6.964 + mf=`echo "$mf" | sed -e 's/:.*$//'` 6.965 + # Check whether this is an Automake generated Makefile or not. 6.966 + # We used to match only the files named `Makefile.in', but 6.967 + # some people rename them; so instead we look at the file content. 6.968 + # Grep'ing the first line is not enough: some people post-process 6.969 + # each Makefile.in and add a new line on top of each file to say so. 6.970 + # So let's grep whole file. 6.971 + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 6.972 + dirpart=`$as_dirname -- "$mf" || 6.973 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.974 + X"$mf" : 'X\(//\)[^/]' \| \ 6.975 + X"$mf" : 'X\(//\)$' \| \ 6.976 + X"$mf" : 'X\(/\)' \| . 2>/dev/null || 6.977 +echo X"$mf" | 6.978 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.979 + s//\1/ 6.980 + q 6.981 + } 6.982 + /^X\(\/\/\)[^/].*/{ 6.983 + s//\1/ 6.984 + q 6.985 + } 6.986 + /^X\(\/\/\)$/{ 6.987 + s//\1/ 6.988 + q 6.989 + } 6.990 + /^X\(\/\).*/{ 6.991 + s//\1/ 6.992 + q 6.993 + } 6.994 + s/.*/./; q'` 6.995 + else 6.996 + continue 6.997 + fi 6.998 + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 6.999 + # Extract the definition of DEP_FILES from the Makefile without 6.1000 + # running `make'. 6.1001 + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 6.1002 + test -z "$DEPDIR" && continue 6.1003 + # When using ansi2knr, U may be empty or an underscore; expand it 6.1004 + U=`sed -n -e '/^U = / s///p' < "$mf"` 6.1005 + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 6.1006 + # We invoke sed twice because it is the simplest approach to 6.1007 + # changing $(DEPDIR) to its actual value in the expansion. 6.1008 + for file in `sed -n -e ' 6.1009 + /^DEP_FILES = .*\\\\$/ { 6.1010 + s/^DEP_FILES = // 6.1011 + :loop 6.1012 + s/\\\\$// 6.1013 + p 6.1014 + n 6.1015 + /\\\\$/ b loop 6.1016 + p 6.1017 + } 6.1018 + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 6.1019 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 6.1020 + # Make sure the directory exists. 6.1021 + test -f "$dirpart/$file" && continue 6.1022 + fdir=`$as_dirname -- "$file" || 6.1023 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.1024 + X"$file" : 'X\(//\)[^/]' \| \ 6.1025 + X"$file" : 'X\(//\)$' \| \ 6.1026 + X"$file" : 'X\(/\)' \| . 2>/dev/null || 6.1027 +echo X"$file" | 6.1028 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.1029 + s//\1/ 6.1030 + q 6.1031 + } 6.1032 + /^X\(\/\/\)[^/].*/{ 6.1033 + s//\1/ 6.1034 + q 6.1035 + } 6.1036 + /^X\(\/\/\)$/{ 6.1037 + s//\1/ 6.1038 + q 6.1039 + } 6.1040 + /^X\(\/\).*/{ 6.1041 + s//\1/ 6.1042 + q 6.1043 + } 6.1044 + s/.*/./; q'` 6.1045 + { as_dir=$dirpart/$fdir 6.1046 + case $as_dir in #( 6.1047 + -*) as_dir=./$as_dir;; 6.1048 + esac 6.1049 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 6.1050 + as_dirs= 6.1051 + while :; do 6.1052 + case $as_dir in #( 6.1053 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 6.1054 + *) as_qdir=$as_dir;; 6.1055 + esac 6.1056 + as_dirs="'$as_qdir' $as_dirs" 6.1057 + as_dir=`$as_dirname -- "$as_dir" || 6.1058 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 6.1059 + X"$as_dir" : 'X\(//\)[^/]' \| \ 6.1060 + X"$as_dir" : 'X\(//\)$' \| \ 6.1061 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 6.1062 +echo X"$as_dir" | 6.1063 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 6.1064 + s//\1/ 6.1065 + q 6.1066 + } 6.1067 + /^X\(\/\/\)[^/].*/{ 6.1068 + s//\1/ 6.1069 + q 6.1070 + } 6.1071 + /^X\(\/\/\)$/{ 6.1072 + s//\1/ 6.1073 + q 6.1074 + } 6.1075 + /^X\(\/\).*/{ 6.1076 + s//\1/ 6.1077 + q 6.1078 + } 6.1079 + s/.*/./; q'` 6.1080 + test -d "$as_dir" && break 6.1081 + done 6.1082 + test -z "$as_dirs" || eval "mkdir $as_dirs" 6.1083 + } || test -d "$as_dir" || { { echo "$as_me:1080: error: cannot create directory $as_dir" >&5 6.1084 +echo "$as_me: error: cannot create directory $as_dir" >&2;} 6.1085 + { (exit 1); exit 1; }; }; } 6.1086 + # echo "creating $dirpart/$file" 6.1087 + echo '# dummy' > "$dirpart/$file" 6.1088 + done 6.1089 +done 6.1090 + ;; 6.1091 + 6.1092 + esac 6.1093 +done # for ac_tag 6.1094 + 6.1095 + 6.1096 +{ (exit 0); exit 0; }
7.1 --- a/config.sub Fri Sep 26 17:05:23 2008 +0200 7.2 +++ b/config.sub Fri Sep 26 20:56:23 2008 +0200 7.3 @@ -1,9 +1,10 @@ 7.4 #! /bin/sh 7.5 # Configuration validation subroutine script. 7.6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 7.7 -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 7.8 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, 7.9 +# Inc. 7.10 7.11 -timestamp='2005-07-08' 7.12 +timestamp='2007-06-28' 7.13 7.14 # This file is (in principle) common to ALL GNU software. 7.15 # The presence of a machine in this file suggests that SOME GNU software 7.16 @@ -119,8 +120,9 @@ 7.17 # Here we must recognize all the valid KERNEL-OS combinations. 7.18 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 7.19 case $maybe_os in 7.20 - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ 7.21 - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) 7.22 + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ 7.23 + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 7.24 + storm-chaos* | os2-emx* | rtmk-nova*) 7.25 os=-$maybe_os 7.26 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 7.27 ;; 7.28 @@ -171,6 +173,10 @@ 7.29 -hiux*) 7.30 os=-hiuxwe2 7.31 ;; 7.32 + -sco6) 7.33 + os=-sco5v6 7.34 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 7.35 + ;; 7.36 -sco5) 7.37 os=-sco3.2v5 7.38 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 7.39 @@ -187,6 +193,10 @@ 7.40 # Don't forget version if it is 3.2v4 or newer. 7.41 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 7.42 ;; 7.43 + -sco5v6*) 7.44 + # Don't forget version if it is 3.2v4 or newer. 7.45 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 7.46 + ;; 7.47 -sco*) 7.48 os=-sco3.2v2 7.49 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 7.50 @@ -231,15 +241,16 @@ 7.51 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ 7.52 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ 7.53 | am33_2.0 \ 7.54 - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ 7.55 + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ 7.56 | bfin \ 7.57 | c4x | clipper \ 7.58 | d10v | d30v | dlx | dsp16xx \ 7.59 - | fr30 | frv \ 7.60 + | fido | fr30 | frv \ 7.61 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ 7.62 | i370 | i860 | i960 | ia64 \ 7.63 | ip2k | iq2000 \ 7.64 - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ 7.65 + | m32c | m32r | m32rle | m68000 | m68k | m88k \ 7.66 + | maxq | mb | microblaze | mcore | mep \ 7.67 | mips | mipsbe | mipseb | mipsel | mipsle \ 7.68 | mips16 \ 7.69 | mips64 | mips64el \ 7.70 @@ -257,28 +268,27 @@ 7.71 | mipsisa64sr71k | mipsisa64sr71kel \ 7.72 | mipstx39 | mipstx39el \ 7.73 | mn10200 | mn10300 \ 7.74 - | ms1 \ 7.75 + | mt \ 7.76 | msp430 \ 7.77 + | nios | nios2 \ 7.78 | ns16k | ns32k \ 7.79 | or32 \ 7.80 | pdp10 | pdp11 | pj | pjl \ 7.81 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ 7.82 | pyramid \ 7.83 - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ 7.84 + | score \ 7.85 + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ 7.86 | sh64 | sh64le \ 7.87 - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ 7.88 - | sparcv8 | sparcv9 | sparcv9b \ 7.89 - | strongarm \ 7.90 + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ 7.91 + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ 7.92 + | spu | strongarm \ 7.93 | tahoe | thumb | tic4x | tic80 | tron \ 7.94 | v850 | v850e \ 7.95 | we32k \ 7.96 - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ 7.97 + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ 7.98 | z8k) 7.99 basic_machine=$basic_machine-unknown 7.100 ;; 7.101 - m32c) 7.102 - basic_machine=$basic_machine-unknown 7.103 - ;; 7.104 m6811 | m68hc11 | m6812 | m68hc12) 7.105 # Motorola 68HC11/12. 7.106 basic_machine=$basic_machine-unknown 7.107 @@ -286,6 +296,9 @@ 7.108 ;; 7.109 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) 7.110 ;; 7.111 + ms1) 7.112 + basic_machine=mt-unknown 7.113 + ;; 7.114 7.115 # We use `pc' rather than `unknown' 7.116 # because (1) that's what they normally are, and 7.117 @@ -305,18 +318,18 @@ 7.118 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ 7.119 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ 7.120 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ 7.121 - | avr-* \ 7.122 + | avr-* | avr32-* \ 7.123 | bfin-* | bs2000-* \ 7.124 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ 7.125 | clipper-* | craynv-* | cydra-* \ 7.126 | d10v-* | d30v-* | dlx-* \ 7.127 | elxsi-* \ 7.128 - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ 7.129 + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ 7.130 | h8300-* | h8500-* \ 7.131 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ 7.132 | i*86-* | i860-* | i960-* | ia64-* \ 7.133 | ip2k-* | iq2000-* \ 7.134 - | m32r-* | m32rle-* \ 7.135 + | m32c-* | m32r-* | m32rle-* \ 7.136 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ 7.137 | m88110-* | m88k-* | maxq-* | mcore-* \ 7.138 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ 7.139 @@ -336,31 +349,30 @@ 7.140 | mipsisa64sr71k-* | mipsisa64sr71kel-* \ 7.141 | mipstx39-* | mipstx39el-* \ 7.142 | mmix-* \ 7.143 - | ms1-* \ 7.144 + | mt-* \ 7.145 | msp430-* \ 7.146 + | nios-* | nios2-* \ 7.147 | none-* | np1-* | ns16k-* | ns32k-* \ 7.148 | orion-* \ 7.149 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ 7.150 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ 7.151 | pyramid-* \ 7.152 | romp-* | rs6000-* \ 7.153 - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ 7.154 + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 7.155 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ 7.156 - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ 7.157 + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ 7.158 | sparclite-* \ 7.159 - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ 7.160 + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ 7.161 | tahoe-* | thumb-* \ 7.162 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ 7.163 | tron-* \ 7.164 | v850-* | v850e-* | vax-* \ 7.165 | we32k-* \ 7.166 - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ 7.167 + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ 7.168 | xstormy16-* | xtensa-* \ 7.169 | ymp-* \ 7.170 | z8k-*) 7.171 ;; 7.172 - m32c-*) 7.173 - ;; 7.174 # Recognize the various machine names and aliases which stand 7.175 # for a CPU type and a company and sometimes even an OS. 7.176 386bsd) 7.177 @@ -463,8 +475,8 @@ 7.178 basic_machine=craynv-cray 7.179 os=-unicosmp 7.180 ;; 7.181 - cr16c) 7.182 - basic_machine=cr16c-unknown 7.183 + cr16) 7.184 + basic_machine=cr16-unknown 7.185 os=-elf 7.186 ;; 7.187 crds | unos) 7.188 @@ -671,6 +683,10 @@ 7.189 basic_machine=i386-pc 7.190 os=-mingw32 7.191 ;; 7.192 + mingw32ce) 7.193 + basic_machine=arm-unknown 7.194 + os=-mingw32ce 7.195 + ;; 7.196 miniframe) 7.197 basic_machine=m68000-convergent 7.198 ;; 7.199 @@ -696,6 +712,9 @@ 7.200 basic_machine=i386-pc 7.201 os=-msdos 7.202 ;; 7.203 + ms1-*) 7.204 + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` 7.205 + ;; 7.206 mvs) 7.207 basic_machine=i370-ibm 7.208 os=-mvs 7.209 @@ -803,6 +822,12 @@ 7.210 pc532 | pc532-*) 7.211 basic_machine=ns32k-pc532 7.212 ;; 7.213 + pc98) 7.214 + basic_machine=i386-pc 7.215 + ;; 7.216 + pc98-*) 7.217 + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` 7.218 + ;; 7.219 pentium | p5 | k5 | k6 | nexgen | viac3) 7.220 basic_machine=i586-pc 7.221 ;; 7.222 @@ -859,6 +884,10 @@ 7.223 basic_machine=i586-unknown 7.224 os=-pw32 7.225 ;; 7.226 + rdos) 7.227 + basic_machine=i386-pc 7.228 + os=-rdos 7.229 + ;; 7.230 rom68k) 7.231 basic_machine=m68k-rom68k 7.232 os=-coff 7.233 @@ -885,6 +914,10 @@ 7.234 sb1el) 7.235 basic_machine=mipsisa64sb1el-unknown 7.236 ;; 7.237 + sde) 7.238 + basic_machine=mipsisa32-sde 7.239 + os=-elf 7.240 + ;; 7.241 sei) 7.242 basic_machine=mips-sei 7.243 os=-seiux 7.244 @@ -896,6 +929,9 @@ 7.245 basic_machine=sh-hitachi 7.246 os=-hms 7.247 ;; 7.248 + sh5el) 7.249 + basic_machine=sh5le-unknown 7.250 + ;; 7.251 sh64) 7.252 basic_machine=sh64-unknown 7.253 ;; 7.254 @@ -1101,7 +1137,7 @@ 7.255 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) 7.256 basic_machine=sh-unknown 7.257 ;; 7.258 - sparc | sparcv8 | sparcv9 | sparcv9b) 7.259 + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) 7.260 basic_machine=sparc-sun 7.261 ;; 7.262 cydra) 7.263 @@ -1174,21 +1210,23 @@ 7.264 | -aos* \ 7.265 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 7.266 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 7.267 - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ 7.268 + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 7.269 + | -openbsd* | -solidbsd* \ 7.270 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 7.271 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 7.272 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 7.273 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ 7.274 | -chorusos* | -chorusrdb* \ 7.275 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ 7.276 - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ 7.277 + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ 7.278 + | -uxpv* | -beos* | -mpeix* | -udk* \ 7.279 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 7.280 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ 7.281 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ 7.282 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 7.283 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 7.284 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 7.285 - | -skyos* | -haiku*) 7.286 + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) 7.287 # Remember, each alternative MUST END IN *, to match a version number. 7.288 ;; 7.289 -qnx*) 7.290 @@ -1340,6 +1378,12 @@ 7.291 # system, and we'll never get to this point. 7.292 7.293 case $basic_machine in 7.294 + score-*) 7.295 + os=-elf 7.296 + ;; 7.297 + spu-*) 7.298 + os=-elf 7.299 + ;; 7.300 *-acorn) 7.301 os=-riscix1.2 7.302 ;; 7.303 @@ -1349,9 +1393,9 @@ 7.304 arm*-semi) 7.305 os=-aout 7.306 ;; 7.307 - c4x-* | tic4x-*) 7.308 - os=-coff 7.309 - ;; 7.310 + c4x-* | tic4x-*) 7.311 + os=-coff 7.312 + ;; 7.313 # This must come before the *-dec entry. 7.314 pdp10-*) 7.315 os=-tops20 7.316 @@ -1377,6 +1421,9 @@ 7.317 m68*-cisco) 7.318 os=-aout 7.319 ;; 7.320 + mep-*) 7.321 + os=-elf 7.322 + ;; 7.323 mips*-cisco) 7.324 os=-elf 7.325 ;;
8.1 --- a/configure Fri Sep 26 17:05:23 2008 +0200 8.2 +++ b/configure Fri Sep 26 20:56:23 2008 +0200 8.3 @@ -1,83 +1,37 @@ 8.4 #! /bin/sh 8.5 # Guess values for system-dependent variables and create Makefiles. 8.6 -# Generated by GNU Autoconf 2.59 for masqmail 0.2.21. 8.7 +# Generated by GNU Autoconf 2.61 for masqmail 0.2.21. 8.8 # 8.9 # Report bugs to <oku@debian.org>. 8.10 # 8.11 -# Copyright (C) 2003 Free Software Foundation, Inc. 8.12 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8.13 +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8.14 # This configure script is free software; the Free Software Foundation 8.15 # gives unlimited permission to copy, distribute and modify it. 8.16 ## --------------------- ## 8.17 ## M4sh Initialization. ## 8.18 ## --------------------- ## 8.19 8.20 -# Be Bourne compatible 8.21 +# Be more Bourne compatible 8.22 +DUALCASE=1; export DUALCASE # for MKS sh 8.23 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 8.24 emulate sh 8.25 NULLCMD=: 8.26 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 8.27 # is contrary to our usage. Disable this feature. 8.28 alias -g '${1+"$@"}'='"$@"' 8.29 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 8.30 - set -o posix 8.31 -fi 8.32 -DUALCASE=1; export DUALCASE # for MKS sh 8.33 - 8.34 -# Support unset when possible. 8.35 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 8.36 - as_unset=unset 8.37 -else 8.38 - as_unset=false 8.39 -fi 8.40 - 8.41 - 8.42 -# Work around bugs in pre-3.0 UWIN ksh. 8.43 -$as_unset ENV MAIL MAILPATH 8.44 -PS1='$ ' 8.45 -PS2='> ' 8.46 -PS4='+ ' 8.47 - 8.48 -# NLS nuisances. 8.49 -for as_var in \ 8.50 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 8.51 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 8.52 - LC_TELEPHONE LC_TIME 8.53 -do 8.54 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 8.55 - eval $as_var=C; export $as_var 8.56 - else 8.57 - $as_unset $as_var 8.58 - fi 8.59 -done 8.60 - 8.61 -# Required to use basename. 8.62 -if expr a : '\(a\)' >/dev/null 2>&1; then 8.63 - as_expr=expr 8.64 -else 8.65 - as_expr=false 8.66 -fi 8.67 - 8.68 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 8.69 - as_basename=basename 8.70 -else 8.71 - as_basename=false 8.72 -fi 8.73 - 8.74 - 8.75 -# Name of the executable. 8.76 -as_me=`$as_basename "$0" || 8.77 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 8.78 - X"$0" : 'X\(//\)$' \| \ 8.79 - X"$0" : 'X\(/\)$' \| \ 8.80 - . : '\(.\)' 2>/dev/null || 8.81 -echo X/"$0" | 8.82 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 8.83 - /^X\/\(\/\/\)$/{ s//\1/; q; } 8.84 - /^X\/\(\/\).*/{ s//\1/; q; } 8.85 - s/.*/./; q'` 8.86 - 8.87 - 8.88 -# PATH needs CR, and LINENO needs CR and PATH. 8.89 + setopt NO_GLOB_SUBST 8.90 +else 8.91 + case `(set -o) 2>/dev/null` in 8.92 + *posix*) set -o posix ;; 8.93 +esac 8.94 + 8.95 +fi 8.96 + 8.97 + 8.98 + 8.99 + 8.100 +# PATH needs CR 8.101 # Avoid depending upon Character Ranges. 8.102 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 8.103 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 8.104 @@ -98,124 +52,466 @@ 8.105 rm -f conf$$.sh 8.106 fi 8.107 8.108 - 8.109 - as_lineno_1=$LINENO 8.110 - as_lineno_2=$LINENO 8.111 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 8.112 - test "x$as_lineno_1" != "x$as_lineno_2" && 8.113 - test "x$as_lineno_3" = "x$as_lineno_2" || { 8.114 - # Find who we are. Look in the path if we contain no path at all 8.115 - # relative or not. 8.116 - case $0 in 8.117 - *[\\/]* ) as_myself=$0 ;; 8.118 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.119 +# Support unset when possible. 8.120 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 8.121 + as_unset=unset 8.122 +else 8.123 + as_unset=false 8.124 +fi 8.125 + 8.126 + 8.127 +# IFS 8.128 +# We need space, tab and new line, in precisely that order. Quoting is 8.129 +# there to prevent editors from complaining about space-tab. 8.130 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8.131 +# splitting by setting IFS to empty value.) 8.132 +as_nl=' 8.133 +' 8.134 +IFS=" "" $as_nl" 8.135 + 8.136 +# Find who we are. Look in the path if we contain no directory separator. 8.137 +case $0 in 8.138 + *[\\/]* ) as_myself=$0 ;; 8.139 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.140 for as_dir in $PATH 8.141 do 8.142 IFS=$as_save_IFS 8.143 test -z "$as_dir" && as_dir=. 8.144 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 8.145 done 8.146 - 8.147 - ;; 8.148 - esac 8.149 - # We did not find ourselves, most probably we were run as `sh COMMAND' 8.150 - # in which case we are not to be found in the path. 8.151 - if test "x$as_myself" = x; then 8.152 - as_myself=$0 8.153 +IFS=$as_save_IFS 8.154 + 8.155 + ;; 8.156 +esac 8.157 +# We did not find ourselves, most probably we were run as `sh COMMAND' 8.158 +# in which case we are not to be found in the path. 8.159 +if test "x$as_myself" = x; then 8.160 + as_myself=$0 8.161 +fi 8.162 +if test ! -f "$as_myself"; then 8.163 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 8.164 + { (exit 1); exit 1; } 8.165 +fi 8.166 + 8.167 +# Work around bugs in pre-3.0 UWIN ksh. 8.168 +for as_var in ENV MAIL MAILPATH 8.169 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 8.170 +done 8.171 +PS1='$ ' 8.172 +PS2='> ' 8.173 +PS4='+ ' 8.174 + 8.175 +# NLS nuisances. 8.176 +for as_var in \ 8.177 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 8.178 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 8.179 + LC_TELEPHONE LC_TIME 8.180 +do 8.181 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 8.182 + eval $as_var=C; export $as_var 8.183 + else 8.184 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 8.185 fi 8.186 - if test ! -f "$as_myself"; then 8.187 - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 8.188 - { (exit 1); exit 1; }; } 8.189 - fi 8.190 - case $CONFIG_SHELL in 8.191 - '') 8.192 +done 8.193 + 8.194 +# Required to use basename. 8.195 +if expr a : '\(a\)' >/dev/null 2>&1 && 8.196 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 8.197 + as_expr=expr 8.198 +else 8.199 + as_expr=false 8.200 +fi 8.201 + 8.202 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 8.203 + as_basename=basename 8.204 +else 8.205 + as_basename=false 8.206 +fi 8.207 + 8.208 + 8.209 +# Name of the executable. 8.210 +as_me=`$as_basename -- "$0" || 8.211 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 8.212 + X"$0" : 'X\(//\)$' \| \ 8.213 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 8.214 +echo X/"$0" | 8.215 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 8.216 + s//\1/ 8.217 + q 8.218 + } 8.219 + /^X\/\(\/\/\)$/{ 8.220 + s//\1/ 8.221 + q 8.222 + } 8.223 + /^X\/\(\/\).*/{ 8.224 + s//\1/ 8.225 + q 8.226 + } 8.227 + s/.*/./; q'` 8.228 + 8.229 +# CDPATH. 8.230 +$as_unset CDPATH 8.231 + 8.232 + 8.233 +if test "x$CONFIG_SHELL" = x; then 8.234 + if (eval ":") 2>/dev/null; then 8.235 + as_have_required=yes 8.236 +else 8.237 + as_have_required=no 8.238 +fi 8.239 + 8.240 + if test $as_have_required = yes && (eval ": 8.241 +(as_func_return () { 8.242 + (exit \$1) 8.243 +} 8.244 +as_func_success () { 8.245 + as_func_return 0 8.246 +} 8.247 +as_func_failure () { 8.248 + as_func_return 1 8.249 +} 8.250 +as_func_ret_success () { 8.251 + return 0 8.252 +} 8.253 +as_func_ret_failure () { 8.254 + return 1 8.255 +} 8.256 + 8.257 +exitcode=0 8.258 +if as_func_success; then 8.259 + : 8.260 +else 8.261 + exitcode=1 8.262 + echo as_func_success failed. 8.263 +fi 8.264 + 8.265 +if as_func_failure; then 8.266 + exitcode=1 8.267 + echo as_func_failure succeeded. 8.268 +fi 8.269 + 8.270 +if as_func_ret_success; then 8.271 + : 8.272 +else 8.273 + exitcode=1 8.274 + echo as_func_ret_success failed. 8.275 +fi 8.276 + 8.277 +if as_func_ret_failure; then 8.278 + exitcode=1 8.279 + echo as_func_ret_failure succeeded. 8.280 +fi 8.281 + 8.282 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 8.283 + : 8.284 +else 8.285 + exitcode=1 8.286 + echo positional parameters were not saved. 8.287 +fi 8.288 + 8.289 +test \$exitcode = 0) || { (exit 1); exit 1; } 8.290 + 8.291 +( 8.292 + as_lineno_1=\$LINENO 8.293 + as_lineno_2=\$LINENO 8.294 + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 8.295 + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 8.296 +") 2> /dev/null; then 8.297 + : 8.298 +else 8.299 + as_candidate_shells= 8.300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.301 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 8.302 do 8.303 IFS=$as_save_IFS 8.304 test -z "$as_dir" && as_dir=. 8.305 - for as_base in sh bash ksh sh5; do 8.306 - case $as_dir in 8.307 + case $as_dir in 8.308 /*) 8.309 - if ("$as_dir/$as_base" -c ' 8.310 + for as_base in sh bash ksh sh5; do 8.311 + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 8.312 + done;; 8.313 + esac 8.314 +done 8.315 +IFS=$as_save_IFS 8.316 + 8.317 + 8.318 + for as_shell in $as_candidate_shells $SHELL; do 8.319 + # Try only shells that exist, to save several forks. 8.320 + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 8.321 + { ("$as_shell") 2> /dev/null <<\_ASEOF 8.322 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 8.323 + emulate sh 8.324 + NULLCMD=: 8.325 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 8.326 + # is contrary to our usage. Disable this feature. 8.327 + alias -g '${1+"$@"}'='"$@"' 8.328 + setopt NO_GLOB_SUBST 8.329 +else 8.330 + case `(set -o) 2>/dev/null` in 8.331 + *posix*) set -o posix ;; 8.332 +esac 8.333 + 8.334 +fi 8.335 + 8.336 + 8.337 +: 8.338 +_ASEOF 8.339 +}; then 8.340 + CONFIG_SHELL=$as_shell 8.341 + as_have_required=yes 8.342 + if { "$as_shell" 2> /dev/null <<\_ASEOF 8.343 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 8.344 + emulate sh 8.345 + NULLCMD=: 8.346 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 8.347 + # is contrary to our usage. Disable this feature. 8.348 + alias -g '${1+"$@"}'='"$@"' 8.349 + setopt NO_GLOB_SUBST 8.350 +else 8.351 + case `(set -o) 2>/dev/null` in 8.352 + *posix*) set -o posix ;; 8.353 +esac 8.354 + 8.355 +fi 8.356 + 8.357 + 8.358 +: 8.359 +(as_func_return () { 8.360 + (exit $1) 8.361 +} 8.362 +as_func_success () { 8.363 + as_func_return 0 8.364 +} 8.365 +as_func_failure () { 8.366 + as_func_return 1 8.367 +} 8.368 +as_func_ret_success () { 8.369 + return 0 8.370 +} 8.371 +as_func_ret_failure () { 8.372 + return 1 8.373 +} 8.374 + 8.375 +exitcode=0 8.376 +if as_func_success; then 8.377 + : 8.378 +else 8.379 + exitcode=1 8.380 + echo as_func_success failed. 8.381 +fi 8.382 + 8.383 +if as_func_failure; then 8.384 + exitcode=1 8.385 + echo as_func_failure succeeded. 8.386 +fi 8.387 + 8.388 +if as_func_ret_success; then 8.389 + : 8.390 +else 8.391 + exitcode=1 8.392 + echo as_func_ret_success failed. 8.393 +fi 8.394 + 8.395 +if as_func_ret_failure; then 8.396 + exitcode=1 8.397 + echo as_func_ret_failure succeeded. 8.398 +fi 8.399 + 8.400 +if ( set x; as_func_ret_success y && test x = "$1" ); then 8.401 + : 8.402 +else 8.403 + exitcode=1 8.404 + echo positional parameters were not saved. 8.405 +fi 8.406 + 8.407 +test $exitcode = 0) || { (exit 1); exit 1; } 8.408 + 8.409 +( 8.410 as_lineno_1=$LINENO 8.411 as_lineno_2=$LINENO 8.412 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 8.413 test "x$as_lineno_1" != "x$as_lineno_2" && 8.414 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 8.415 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 8.416 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 8.417 - CONFIG_SHELL=$as_dir/$as_base 8.418 - export CONFIG_SHELL 8.419 - exec "$CONFIG_SHELL" "$0" ${1+"$@"} 8.420 - fi;; 8.421 - esac 8.422 - done 8.423 -done 8.424 -;; 8.425 - esac 8.426 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 8.427 + 8.428 +_ASEOF 8.429 +}; then 8.430 + break 8.431 +fi 8.432 + 8.433 +fi 8.434 + 8.435 + done 8.436 + 8.437 + if test "x$CONFIG_SHELL" != x; then 8.438 + for as_var in BASH_ENV ENV 8.439 + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 8.440 + done 8.441 + export CONFIG_SHELL 8.442 + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 8.443 +fi 8.444 + 8.445 + 8.446 + if test $as_have_required = no; then 8.447 + echo This script requires a shell more modern than all the 8.448 + echo shells that I found on your system. Please install a 8.449 + echo modern shell, or manually run the script under such a 8.450 + echo shell if you do have one. 8.451 + { (exit 1); exit 1; } 8.452 +fi 8.453 + 8.454 + 8.455 +fi 8.456 + 8.457 +fi 8.458 + 8.459 + 8.460 + 8.461 +(eval "as_func_return () { 8.462 + (exit \$1) 8.463 +} 8.464 +as_func_success () { 8.465 + as_func_return 0 8.466 +} 8.467 +as_func_failure () { 8.468 + as_func_return 1 8.469 +} 8.470 +as_func_ret_success () { 8.471 + return 0 8.472 +} 8.473 +as_func_ret_failure () { 8.474 + return 1 8.475 +} 8.476 + 8.477 +exitcode=0 8.478 +if as_func_success; then 8.479 + : 8.480 +else 8.481 + exitcode=1 8.482 + echo as_func_success failed. 8.483 +fi 8.484 + 8.485 +if as_func_failure; then 8.486 + exitcode=1 8.487 + echo as_func_failure succeeded. 8.488 +fi 8.489 + 8.490 +if as_func_ret_success; then 8.491 + : 8.492 +else 8.493 + exitcode=1 8.494 + echo as_func_ret_success failed. 8.495 +fi 8.496 + 8.497 +if as_func_ret_failure; then 8.498 + exitcode=1 8.499 + echo as_func_ret_failure succeeded. 8.500 +fi 8.501 + 8.502 +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 8.503 + : 8.504 +else 8.505 + exitcode=1 8.506 + echo positional parameters were not saved. 8.507 +fi 8.508 + 8.509 +test \$exitcode = 0") || { 8.510 + echo No shell found that supports shell functions. 8.511 + echo Please tell autoconf@gnu.org about your system, 8.512 + echo including any error possibly output before this 8.513 + echo message 8.514 +} 8.515 + 8.516 + 8.517 + 8.518 + as_lineno_1=$LINENO 8.519 + as_lineno_2=$LINENO 8.520 + test "x$as_lineno_1" != "x$as_lineno_2" && 8.521 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 8.522 8.523 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 8.524 # uniformly replaced by the line number. The first 'sed' inserts a 8.525 - # line-number line before each line; the second 'sed' does the real 8.526 - # work. The second script uses 'N' to pair each line-number line 8.527 - # with the numbered line, and appends trailing '-' during 8.528 - # substitution so that $LINENO is not a special case at line end. 8.529 + # line-number line after each line using $LINENO; the second 'sed' 8.530 + # does the real work. The second script uses 'N' to pair each 8.531 + # line-number line with the line containing $LINENO, and appends 8.532 + # trailing '-' during substitution so that $LINENO is not a special 8.533 + # case at line end. 8.534 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 8.535 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 8.536 - sed '=' <$as_myself | 8.537 + # scripts with optimization help from Paolo Bonzini. Blame Lee 8.538 + # E. McMahon (1931-1989) for sed's syntax. :-) 8.539 + sed -n ' 8.540 + p 8.541 + /[$]LINENO/= 8.542 + ' <$as_myself | 8.543 sed ' 8.544 + s/[$]LINENO.*/&-/ 8.545 + t lineno 8.546 + b 8.547 + :lineno 8.548 N 8.549 - s,$,-, 8.550 - : loop 8.551 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 8.552 + :loop 8.553 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 8.554 t loop 8.555 - s,-$,, 8.556 - s,^['$as_cr_digits']*\n,, 8.557 + s/-\n.*// 8.558 ' >$as_me.lineno && 8.559 - chmod +x $as_me.lineno || 8.560 + chmod +x "$as_me.lineno" || 8.561 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 8.562 { (exit 1); exit 1; }; } 8.563 8.564 # Don't try to exec as it changes $[0], causing all sort of problems 8.565 # (the dirname of $[0] is not the place where we might find the 8.566 - # original and so on. Autoconf is especially sensible to this). 8.567 - . ./$as_me.lineno 8.568 + # original and so on. Autoconf is especially sensitive to this). 8.569 + . "./$as_me.lineno" 8.570 # Exit status is that of the last command. 8.571 exit 8.572 } 8.573 8.574 8.575 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 8.576 - *c*,-n*) ECHO_N= ECHO_C=' 8.577 -' ECHO_T=' ' ;; 8.578 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 8.579 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 8.580 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 8.581 + as_dirname=dirname 8.582 +else 8.583 + as_dirname=false 8.584 +fi 8.585 + 8.586 +ECHO_C= ECHO_N= ECHO_T= 8.587 +case `echo -n x` in 8.588 +-n*) 8.589 + case `echo 'x\c'` in 8.590 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 8.591 + *) ECHO_C='\c';; 8.592 + esac;; 8.593 +*) 8.594 + ECHO_N='-n';; 8.595 esac 8.596 8.597 -if expr a : '\(a\)' >/dev/null 2>&1; then 8.598 +if expr a : '\(a\)' >/dev/null 2>&1 && 8.599 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 8.600 as_expr=expr 8.601 else 8.602 as_expr=false 8.603 fi 8.604 8.605 rm -f conf$$ conf$$.exe conf$$.file 8.606 +if test -d conf$$.dir; then 8.607 + rm -f conf$$.dir/conf$$.file 8.608 +else 8.609 + rm -f conf$$.dir 8.610 + mkdir conf$$.dir 8.611 +fi 8.612 echo >conf$$.file 8.613 if ln -s conf$$.file conf$$ 2>/dev/null; then 8.614 - # We could just check for DJGPP; but this test a) works b) is more generic 8.615 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 8.616 - if test -f conf$$.exe; then 8.617 - # Don't use ln at all; we don't have any links 8.618 + as_ln_s='ln -s' 8.619 + # ... but there are two gotchas: 8.620 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8.621 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8.622 + # In both cases, we have to default to `cp -p'. 8.623 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8.624 as_ln_s='cp -p' 8.625 - else 8.626 - as_ln_s='ln -s' 8.627 - fi 8.628 elif ln conf$$.file conf$$ 2>/dev/null; then 8.629 as_ln_s=ln 8.630 else 8.631 as_ln_s='cp -p' 8.632 fi 8.633 -rm -f conf$$ conf$$.exe conf$$.file 8.634 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 8.635 +rmdir conf$$.dir 2>/dev/null 8.636 8.637 if mkdir -p . 2>/dev/null; then 8.638 as_mkdir_p=: 8.639 @@ -224,7 +520,28 @@ 8.640 as_mkdir_p=false 8.641 fi 8.642 8.643 -as_executable_p="test -f" 8.644 +if test -x / >/dev/null 2>&1; then 8.645 + as_test_x='test -x' 8.646 +else 8.647 + if ls -dL / >/dev/null 2>&1; then 8.648 + as_ls_L_option=L 8.649 + else 8.650 + as_ls_L_option= 8.651 + fi 8.652 + as_test_x=' 8.653 + eval sh -c '\'' 8.654 + if test -d "$1"; then 8.655 + test -d "$1/."; 8.656 + else 8.657 + case $1 in 8.658 + -*)set "./$1";; 8.659 + esac; 8.660 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 8.661 + ???[sx]*):;;*)false;;esac;fi 8.662 + '\'' sh 8.663 + ' 8.664 +fi 8.665 +as_executable_p=$as_test_x 8.666 8.667 # Sed expression to map a string onto a valid CPP name. 8.668 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 8.669 @@ -233,39 +550,27 @@ 8.670 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 8.671 8.672 8.673 -# IFS 8.674 -# We need space, tab and new line, in precisely that order. 8.675 -as_nl=' 8.676 -' 8.677 -IFS=" $as_nl" 8.678 - 8.679 -# CDPATH. 8.680 -$as_unset CDPATH 8.681 - 8.682 + 8.683 +exec 7<&0 </dev/null 6>&1 8.684 8.685 # Name of the host. 8.686 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 8.687 # so uname gets run too. 8.688 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 8.689 8.690 -exec 6>&1 8.691 - 8.692 # 8.693 # Initializations. 8.694 # 8.695 ac_default_prefix=/usr/local 8.696 +ac_clean_files= 8.697 ac_config_libobj_dir=. 8.698 +LIBOBJS= 8.699 cross_compiling=no 8.700 subdirs= 8.701 MFLAGS= 8.702 MAKEFLAGS= 8.703 SHELL=${CONFIG_SHELL-/bin/sh} 8.704 8.705 -# Maximum number of lines to put in a shell here document. 8.706 -# This variable seems obsolete. It should probably be removed, and 8.707 -# only ac_max_sed_lines should be used. 8.708 -: ${ac_max_here_lines=38} 8.709 - 8.710 # Identity of this package. 8.711 PACKAGE_NAME='masqmail' 8.712 PACKAGE_TARNAME='masqmail' 8.713 @@ -278,42 +583,145 @@ 8.714 # Factoring default headers for most tests. 8.715 ac_includes_default="\ 8.716 #include <stdio.h> 8.717 -#if HAVE_SYS_TYPES_H 8.718 +#ifdef HAVE_SYS_TYPES_H 8.719 # include <sys/types.h> 8.720 #endif 8.721 -#if HAVE_SYS_STAT_H 8.722 +#ifdef HAVE_SYS_STAT_H 8.723 # include <sys/stat.h> 8.724 #endif 8.725 -#if STDC_HEADERS 8.726 +#ifdef STDC_HEADERS 8.727 # include <stdlib.h> 8.728 # include <stddef.h> 8.729 #else 8.730 -# if HAVE_STDLIB_H 8.731 +# ifdef HAVE_STDLIB_H 8.732 # include <stdlib.h> 8.733 # endif 8.734 #endif 8.735 -#if HAVE_STRING_H 8.736 -# if !STDC_HEADERS && HAVE_MEMORY_H 8.737 +#ifdef HAVE_STRING_H 8.738 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 8.739 # include <memory.h> 8.740 # endif 8.741 # include <string.h> 8.742 #endif 8.743 -#if HAVE_STRINGS_H 8.744 +#ifdef HAVE_STRINGS_H 8.745 # include <strings.h> 8.746 #endif 8.747 -#if HAVE_INTTYPES_H 8.748 +#ifdef HAVE_INTTYPES_H 8.749 # include <inttypes.h> 8.750 -#else 8.751 -# if HAVE_STDINT_H 8.752 -# include <stdint.h> 8.753 -# endif 8.754 #endif 8.755 -#if HAVE_UNISTD_H 8.756 +#ifdef HAVE_STDINT_H 8.757 +# include <stdint.h> 8.758 +#endif 8.759 +#ifdef HAVE_UNISTD_H 8.760 # include <unistd.h> 8.761 #endif" 8.762 8.763 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP RANLIB ac_ct_RANLIB PKG_CONFIG ac_pt_PKG_CONFIG GLIB_CFLAGS GLIB_LIBS RESOLV_LIBS with_user with_group BASE64_LIBS MD5_LIBS has_ident IDENT_LIBS LOCKFILE_LIBS USE_LIBLOCKFILE with_logdir with_spooldir with_confdir LIBOBJS LTLIBOBJS' 8.764 +ac_subst_vars='SHELL 8.765 +PATH_SEPARATOR 8.766 +PACKAGE_NAME 8.767 +PACKAGE_TARNAME 8.768 +PACKAGE_VERSION 8.769 +PACKAGE_STRING 8.770 +PACKAGE_BUGREPORT 8.771 +exec_prefix 8.772 +prefix 8.773 +program_transform_name 8.774 +bindir 8.775 +sbindir 8.776 +libexecdir 8.777 +datarootdir 8.778 +datadir 8.779 +sysconfdir 8.780 +sharedstatedir 8.781 +localstatedir 8.782 +includedir 8.783 +oldincludedir 8.784 +docdir 8.785 +infodir 8.786 +htmldir 8.787 +dvidir 8.788 +pdfdir 8.789 +psdir 8.790 +libdir 8.791 +localedir 8.792 +mandir 8.793 +DEFS 8.794 +ECHO_C 8.795 +ECHO_N 8.796 +ECHO_T 8.797 +LIBS 8.798 +build_alias 8.799 +host_alias 8.800 +target_alias 8.801 +INSTALL_PROGRAM 8.802 +INSTALL_SCRIPT 8.803 +INSTALL_DATA 8.804 +CYGPATH_W 8.805 +PACKAGE 8.806 +VERSION 8.807 +ACLOCAL 8.808 +AUTOCONF 8.809 +AUTOMAKE 8.810 +AUTOHEADER 8.811 +MAKEINFO 8.812 +AMTAR 8.813 +install_sh 8.814 +STRIP 8.815 +INSTALL_STRIP_PROGRAM 8.816 +AWK 8.817 +SET_MAKE 8.818 +am__leading_dot 8.819 +CC 8.820 +CFLAGS 8.821 +LDFLAGS 8.822 +CPPFLAGS 8.823 +ac_ct_CC 8.824 +EXEEXT 8.825 +OBJEXT 8.826 +DEPDIR 8.827 +am__include 8.828 +am__quote 8.829 +AMDEP_TRUE 8.830 +AMDEP_FALSE 8.831 +AMDEPBACKSLASH 8.832 +CCDEPMODE 8.833 +am__fastdepCC_TRUE 8.834 +am__fastdepCC_FALSE 8.835 +CPP 8.836 +GREP 8.837 +EGREP 8.838 +RANLIB 8.839 +PKG_CONFIG 8.840 +GLIB_CFLAGS 8.841 +GLIB_LIBS 8.842 +RESOLV_LIBS 8.843 +with_user 8.844 +with_group 8.845 +BASE64_LIBS 8.846 +MD5_LIBS 8.847 +has_ident 8.848 +IDENT_LIBS 8.849 +LOCKFILE_LIBS 8.850 +USE_LIBLOCKFILE 8.851 +with_logdir 8.852 +with_spooldir 8.853 +with_confdir 8.854 +LIBOBJS 8.855 +LTLIBOBJS' 8.856 ac_subst_files='' 8.857 + ac_precious_vars='build_alias 8.858 +host_alias 8.859 +target_alias 8.860 +CC 8.861 +CFLAGS 8.862 +LDFLAGS 8.863 +LIBS 8.864 +CPPFLAGS 8.865 +CPP 8.866 +PKG_CONFIG 8.867 +GLIB_CFLAGS 8.868 +GLIB_LIBS' 8.869 + 8.870 8.871 # Initialize some variables set by options. 8.872 ac_init_help= 8.873 @@ -340,34 +748,48 @@ 8.874 # and all the variables that are supposed to be based on exec_prefix 8.875 # by default will actually change. 8.876 # Use braces instead of parens because sh, perl, etc. also accept them. 8.877 +# (The list follows the same order as the GNU Coding Standards.) 8.878 bindir='${exec_prefix}/bin' 8.879 sbindir='${exec_prefix}/sbin' 8.880 libexecdir='${exec_prefix}/libexec' 8.881 -datadir='${prefix}/share' 8.882 +datarootdir='${prefix}/share' 8.883 +datadir='${datarootdir}' 8.884 sysconfdir='${prefix}/etc' 8.885 sharedstatedir='${prefix}/com' 8.886 localstatedir='${prefix}/var' 8.887 -libdir='${exec_prefix}/lib' 8.888 includedir='${prefix}/include' 8.889 oldincludedir='/usr/include' 8.890 -infodir='${prefix}/info' 8.891 -mandir='${prefix}/man' 8.892 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 8.893 +infodir='${datarootdir}/info' 8.894 +htmldir='${docdir}' 8.895 +dvidir='${docdir}' 8.896 +pdfdir='${docdir}' 8.897 +psdir='${docdir}' 8.898 +libdir='${exec_prefix}/lib' 8.899 +localedir='${datarootdir}/locale' 8.900 +mandir='${datarootdir}/man' 8.901 8.902 ac_prev= 8.903 +ac_dashdash= 8.904 for ac_option 8.905 do 8.906 # If the previous option needs an argument, assign it. 8.907 if test -n "$ac_prev"; then 8.908 - eval "$ac_prev=\$ac_option" 8.909 + eval $ac_prev=\$ac_option 8.910 ac_prev= 8.911 continue 8.912 fi 8.913 8.914 - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 8.915 + case $ac_option in 8.916 + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 8.917 + *) ac_optarg=yes ;; 8.918 + esac 8.919 8.920 # Accept the important Cygnus configure options, so we can diagnose typos. 8.921 8.922 - case $ac_option in 8.923 + case $ac_dashdash$ac_option in 8.924 + --) 8.925 + ac_dashdash=yes ;; 8.926 8.927 -bindir | --bindir | --bindi | --bind | --bin | --bi) 8.928 ac_prev=bindir ;; 8.929 @@ -389,33 +811,45 @@ 8.930 --config-cache | -C) 8.931 cache_file=config.cache ;; 8.932 8.933 - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 8.934 + -datadir | --datadir | --datadi | --datad) 8.935 ac_prev=datadir ;; 8.936 - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 8.937 - | --da=*) 8.938 + -datadir=* | --datadir=* | --datadi=* | --datad=*) 8.939 datadir=$ac_optarg ;; 8.940 8.941 + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 8.942 + | --dataroo | --dataro | --datar) 8.943 + ac_prev=datarootdir ;; 8.944 + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 8.945 + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 8.946 + datarootdir=$ac_optarg ;; 8.947 + 8.948 -disable-* | --disable-*) 8.949 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 8.950 # Reject names that are not valid shell variable names. 8.951 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 8.952 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 8.953 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 8.954 { (exit 1); exit 1; }; } 8.955 - ac_feature=`echo $ac_feature | sed 's/-/_/g'` 8.956 - eval "enable_$ac_feature=no" ;; 8.957 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 8.958 + eval enable_$ac_feature=no ;; 8.959 + 8.960 + -docdir | --docdir | --docdi | --doc | --do) 8.961 + ac_prev=docdir ;; 8.962 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 8.963 + docdir=$ac_optarg ;; 8.964 + 8.965 + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 8.966 + ac_prev=dvidir ;; 8.967 + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 8.968 + dvidir=$ac_optarg ;; 8.969 8.970 -enable-* | --enable-*) 8.971 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 8.972 # Reject names that are not valid shell variable names. 8.973 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 8.974 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 8.975 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 8.976 { (exit 1); exit 1; }; } 8.977 - ac_feature=`echo $ac_feature | sed 's/-/_/g'` 8.978 - case $ac_option in 8.979 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 8.980 - *) ac_optarg=yes ;; 8.981 - esac 8.982 - eval "enable_$ac_feature='$ac_optarg'" ;; 8.983 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 8.984 + eval enable_$ac_feature=\$ac_optarg ;; 8.985 8.986 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 8.987 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 8.988 @@ -442,6 +876,12 @@ 8.989 -host=* | --host=* | --hos=* | --ho=*) 8.990 host_alias=$ac_optarg ;; 8.991 8.992 + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 8.993 + ac_prev=htmldir ;; 8.994 + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 8.995 + | --ht=*) 8.996 + htmldir=$ac_optarg ;; 8.997 + 8.998 -includedir | --includedir | --includedi | --included | --include \ 8.999 | --includ | --inclu | --incl | --inc) 8.1000 ac_prev=includedir ;; 8.1001 @@ -466,13 +906,16 @@ 8.1002 | --libexe=* | --libex=* | --libe=*) 8.1003 libexecdir=$ac_optarg ;; 8.1004 8.1005 + -localedir | --localedir | --localedi | --localed | --locale) 8.1006 + ac_prev=localedir ;; 8.1007 + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 8.1008 + localedir=$ac_optarg ;; 8.1009 + 8.1010 -localstatedir | --localstatedir | --localstatedi | --localstated \ 8.1011 - | --localstate | --localstat | --localsta | --localst \ 8.1012 - | --locals | --local | --loca | --loc | --lo) 8.1013 + | --localstate | --localstat | --localsta | --localst | --locals) 8.1014 ac_prev=localstatedir ;; 8.1015 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 8.1016 - | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 8.1017 - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 8.1018 + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 8.1019 localstatedir=$ac_optarg ;; 8.1020 8.1021 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 8.1022 @@ -537,6 +980,16 @@ 8.1023 | --progr-tra=* | --program-tr=* | --program-t=*) 8.1024 program_transform_name=$ac_optarg ;; 8.1025 8.1026 + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 8.1027 + ac_prev=pdfdir ;; 8.1028 + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 8.1029 + pdfdir=$ac_optarg ;; 8.1030 + 8.1031 + -psdir | --psdir | --psdi | --psd | --ps) 8.1032 + ac_prev=psdir ;; 8.1033 + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 8.1034 + psdir=$ac_optarg ;; 8.1035 + 8.1036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 8.1037 | -silent | --silent | --silen | --sile | --sil) 8.1038 silent=yes ;; 8.1039 @@ -589,24 +1042,20 @@ 8.1040 -with-* | --with-*) 8.1041 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 8.1042 # Reject names that are not valid shell variable names. 8.1043 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 8.1044 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 8.1045 { echo "$as_me: error: invalid package name: $ac_package" >&2 8.1046 { (exit 1); exit 1; }; } 8.1047 - ac_package=`echo $ac_package| sed 's/-/_/g'` 8.1048 - case $ac_option in 8.1049 - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 8.1050 - *) ac_optarg=yes ;; 8.1051 - esac 8.1052 - eval "with_$ac_package='$ac_optarg'" ;; 8.1053 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 8.1054 + eval with_$ac_package=\$ac_optarg ;; 8.1055 8.1056 -without-* | --without-*) 8.1057 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 8.1058 # Reject names that are not valid shell variable names. 8.1059 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 8.1060 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 8.1061 { echo "$as_me: error: invalid package name: $ac_package" >&2 8.1062 { (exit 1); exit 1; }; } 8.1063 - ac_package=`echo $ac_package | sed 's/-/_/g'` 8.1064 - eval "with_$ac_package=no" ;; 8.1065 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 8.1066 + eval with_$ac_package=no ;; 8.1067 8.1068 --x) 8.1069 # Obsolete; use --with-x. 8.1070 @@ -637,8 +1086,7 @@ 8.1071 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 8.1072 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 8.1073 { (exit 1); exit 1; }; } 8.1074 - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 8.1075 - eval "$ac_envvar='$ac_optarg'" 8.1076 + eval $ac_envvar=\$ac_optarg 8.1077 export $ac_envvar ;; 8.1078 8.1079 *) 8.1080 @@ -658,27 +1106,19 @@ 8.1081 { (exit 1); exit 1; }; } 8.1082 fi 8.1083 8.1084 -# Be sure to have absolute paths. 8.1085 -for ac_var in exec_prefix prefix 8.1086 +# Be sure to have absolute directory names. 8.1087 +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 8.1088 + datadir sysconfdir sharedstatedir localstatedir includedir \ 8.1089 + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 8.1090 + libdir localedir mandir 8.1091 do 8.1092 - eval ac_val=$`echo $ac_var` 8.1093 + eval ac_val=\$$ac_var 8.1094 case $ac_val in 8.1095 - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 8.1096 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 8.1097 - { (exit 1); exit 1; }; };; 8.1098 + [\\/$]* | ?:[\\/]* ) continue;; 8.1099 + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 8.1100 esac 8.1101 -done 8.1102 - 8.1103 -# Be sure to have absolute paths. 8.1104 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 8.1105 - localstatedir libdir includedir oldincludedir infodir mandir 8.1106 -do 8.1107 - eval ac_val=$`echo $ac_var` 8.1108 - case $ac_val in 8.1109 - [\\/$]* | ?:[\\/]* ) ;; 8.1110 - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 8.1111 - { (exit 1); exit 1; }; };; 8.1112 - esac 8.1113 + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 8.1114 + { (exit 1); exit 1; }; } 8.1115 done 8.1116 8.1117 # There might be people who depend on the old broken behavior: `$host' 8.1118 @@ -705,86 +1145,76 @@ 8.1119 test "$silent" = yes && exec 6>/dev/null 8.1120 8.1121 8.1122 +ac_pwd=`pwd` && test -n "$ac_pwd" && 8.1123 +ac_ls_di=`ls -di .` && 8.1124 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 8.1125 + { echo "$as_me: error: Working directory cannot be determined" >&2 8.1126 + { (exit 1); exit 1; }; } 8.1127 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 8.1128 + { echo "$as_me: error: pwd does not report name of working directory" >&2 8.1129 + { (exit 1); exit 1; }; } 8.1130 + 8.1131 + 8.1132 # Find the source files, if location was not specified. 8.1133 if test -z "$srcdir"; then 8.1134 ac_srcdir_defaulted=yes 8.1135 - # Try the directory containing this script, then its parent. 8.1136 - ac_confdir=`(dirname "$0") 2>/dev/null || 8.1137 + # Try the directory containing this script, then the parent directory. 8.1138 + ac_confdir=`$as_dirname -- "$0" || 8.1139 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.1140 X"$0" : 'X\(//\)[^/]' \| \ 8.1141 X"$0" : 'X\(//\)$' \| \ 8.1142 - X"$0" : 'X\(/\)' \| \ 8.1143 - . : '\(.\)' 2>/dev/null || 8.1144 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 8.1145 echo X"$0" | 8.1146 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.1147 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.1148 - /^X\(\/\/\)$/{ s//\1/; q; } 8.1149 - /^X\(\/\).*/{ s//\1/; q; } 8.1150 - s/.*/./; q'` 8.1151 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.1152 + s//\1/ 8.1153 + q 8.1154 + } 8.1155 + /^X\(\/\/\)[^/].*/{ 8.1156 + s//\1/ 8.1157 + q 8.1158 + } 8.1159 + /^X\(\/\/\)$/{ 8.1160 + s//\1/ 8.1161 + q 8.1162 + } 8.1163 + /^X\(\/\).*/{ 8.1164 + s//\1/ 8.1165 + q 8.1166 + } 8.1167 + s/.*/./; q'` 8.1168 srcdir=$ac_confdir 8.1169 - if test ! -r $srcdir/$ac_unique_file; then 8.1170 + if test ! -r "$srcdir/$ac_unique_file"; then 8.1171 srcdir=.. 8.1172 fi 8.1173 else 8.1174 ac_srcdir_defaulted=no 8.1175 fi 8.1176 -if test ! -r $srcdir/$ac_unique_file; then 8.1177 - if test "$ac_srcdir_defaulted" = yes; then 8.1178 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 8.1179 +if test ! -r "$srcdir/$ac_unique_file"; then 8.1180 + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 8.1181 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 8.1182 { (exit 1); exit 1; }; } 8.1183 - else 8.1184 - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 8.1185 +fi 8.1186 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 8.1187 +ac_abs_confdir=`( 8.1188 + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 8.1189 { (exit 1); exit 1; }; } 8.1190 - fi 8.1191 -fi 8.1192 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 8.1193 - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 8.1194 - { (exit 1); exit 1; }; } 8.1195 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 8.1196 -ac_env_build_alias_set=${build_alias+set} 8.1197 -ac_env_build_alias_value=$build_alias 8.1198 -ac_cv_env_build_alias_set=${build_alias+set} 8.1199 -ac_cv_env_build_alias_value=$build_alias 8.1200 -ac_env_host_alias_set=${host_alias+set} 8.1201 -ac_env_host_alias_value=$host_alias 8.1202 -ac_cv_env_host_alias_set=${host_alias+set} 8.1203 -ac_cv_env_host_alias_value=$host_alias 8.1204 -ac_env_target_alias_set=${target_alias+set} 8.1205 -ac_env_target_alias_value=$target_alias 8.1206 -ac_cv_env_target_alias_set=${target_alias+set} 8.1207 -ac_cv_env_target_alias_value=$target_alias 8.1208 -ac_env_CC_set=${CC+set} 8.1209 -ac_env_CC_value=$CC 8.1210 -ac_cv_env_CC_set=${CC+set} 8.1211 -ac_cv_env_CC_value=$CC 8.1212 -ac_env_CFLAGS_set=${CFLAGS+set} 8.1213 -ac_env_CFLAGS_value=$CFLAGS 8.1214 -ac_cv_env_CFLAGS_set=${CFLAGS+set} 8.1215 -ac_cv_env_CFLAGS_value=$CFLAGS 8.1216 -ac_env_LDFLAGS_set=${LDFLAGS+set} 8.1217 -ac_env_LDFLAGS_value=$LDFLAGS 8.1218 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 8.1219 -ac_cv_env_LDFLAGS_value=$LDFLAGS 8.1220 -ac_env_CPPFLAGS_set=${CPPFLAGS+set} 8.1221 -ac_env_CPPFLAGS_value=$CPPFLAGS 8.1222 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 8.1223 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS 8.1224 -ac_env_CPP_set=${CPP+set} 8.1225 -ac_env_CPP_value=$CPP 8.1226 -ac_cv_env_CPP_set=${CPP+set} 8.1227 -ac_cv_env_CPP_value=$CPP 8.1228 -ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} 8.1229 -ac_env_PKG_CONFIG_value=$PKG_CONFIG 8.1230 -ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} 8.1231 -ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG 8.1232 -ac_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set} 8.1233 -ac_env_GLIB_CFLAGS_value=$GLIB_CFLAGS 8.1234 -ac_cv_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set} 8.1235 -ac_cv_env_GLIB_CFLAGS_value=$GLIB_CFLAGS 8.1236 -ac_env_GLIB_LIBS_set=${GLIB_LIBS+set} 8.1237 -ac_env_GLIB_LIBS_value=$GLIB_LIBS 8.1238 -ac_cv_env_GLIB_LIBS_set=${GLIB_LIBS+set} 8.1239 -ac_cv_env_GLIB_LIBS_value=$GLIB_LIBS 8.1240 + pwd)` 8.1241 +# When building in place, set srcdir=. 8.1242 +if test "$ac_abs_confdir" = "$ac_pwd"; then 8.1243 + srcdir=. 8.1244 +fi 8.1245 +# Remove unnecessary trailing slashes from srcdir. 8.1246 +# Double slashes in file names in object file debugging info 8.1247 +# mess up M-x gdb in Emacs. 8.1248 +case $srcdir in 8.1249 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 8.1250 +esac 8.1251 +for ac_var in $ac_precious_vars; do 8.1252 + eval ac_env_${ac_var}_set=\${${ac_var}+set} 8.1253 + eval ac_env_${ac_var}_value=\$${ac_var} 8.1254 + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 8.1255 + eval ac_cv_env_${ac_var}_value=\$${ac_var} 8.1256 +done 8.1257 8.1258 # 8.1259 # Report the --help message. 8.1260 @@ -813,9 +1243,6 @@ 8.1261 -n, --no-create do not create output files 8.1262 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 8.1263 8.1264 -_ACEOF 8.1265 - 8.1266 - cat <<_ACEOF 8.1267 Installation directories: 8.1268 --prefix=PREFIX install architecture-independent files in PREFIX 8.1269 [$ac_default_prefix] 8.1270 @@ -833,15 +1260,22 @@ 8.1271 --bindir=DIR user executables [EPREFIX/bin] 8.1272 --sbindir=DIR system admin executables [EPREFIX/sbin] 8.1273 --libexecdir=DIR program executables [EPREFIX/libexec] 8.1274 - --datadir=DIR read-only architecture-independent data [PREFIX/share] 8.1275 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 8.1276 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 8.1277 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 8.1278 --libdir=DIR object code libraries [EPREFIX/lib] 8.1279 --includedir=DIR C header files [PREFIX/include] 8.1280 --oldincludedir=DIR C header files for non-gcc [/usr/include] 8.1281 - --infodir=DIR info documentation [PREFIX/info] 8.1282 - --mandir=DIR man documentation [PREFIX/man] 8.1283 + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 8.1284 + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 8.1285 + --infodir=DIR info documentation [DATAROOTDIR/info] 8.1286 + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 8.1287 + --mandir=DIR man documentation [DATAROOTDIR/man] 8.1288 + --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] 8.1289 + --htmldir=DIR html documentation [DOCDIR] 8.1290 + --dvidir=DIR dvi documentation [DOCDIR] 8.1291 + --pdfdir=DIR pdf documentation [DOCDIR] 8.1292 + --psdir=DIR ps documentation [DOCDIR] 8.1293 _ACEOF 8.1294 8.1295 cat <<\_ACEOF 8.1296 @@ -890,8 +1324,9 @@ 8.1297 CFLAGS C compiler flags 8.1298 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 8.1299 nonstandard directory <lib dir> 8.1300 - CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 8.1301 - headers in a nonstandard directory <include dir> 8.1302 + LIBS libraries to pass to the linker, e.g. -l<library> 8.1303 + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 8.1304 + you have headers in a nonstandard directory <include dir> 8.1305 CPP C preprocessor 8.1306 PKG_CONFIG path to pkg-config utility 8.1307 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config 8.1308 @@ -902,120 +1337,86 @@ 8.1309 8.1310 Report bugs to <oku@debian.org>. 8.1311 _ACEOF 8.1312 +ac_status=$? 8.1313 fi 8.1314 8.1315 if test "$ac_init_help" = "recursive"; then 8.1316 # If there are subdirs, report their specific --help. 8.1317 - ac_popdir=`pwd` 8.1318 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 8.1319 - test -d $ac_dir || continue 8.1320 + test -d "$ac_dir" || continue 8.1321 ac_builddir=. 8.1322 8.1323 -if test "$ac_dir" != .; then 8.1324 +case "$ac_dir" in 8.1325 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 8.1326 +*) 8.1327 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8.1328 - # A "../" for each directory in $ac_dir_suffix. 8.1329 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 8.1330 -else 8.1331 - ac_dir_suffix= ac_top_builddir= 8.1332 -fi 8.1333 + # A ".." for each directory in $ac_dir_suffix. 8.1334 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 8.1335 + case $ac_top_builddir_sub in 8.1336 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 8.1337 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 8.1338 + esac ;; 8.1339 +esac 8.1340 +ac_abs_top_builddir=$ac_pwd 8.1341 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 8.1342 +# for backward compatibility: 8.1343 +ac_top_builddir=$ac_top_build_prefix 8.1344 8.1345 case $srcdir in 8.1346 - .) # No --srcdir option. We are building in place. 8.1347 + .) # We are building in place. 8.1348 ac_srcdir=. 8.1349 - if test -z "$ac_top_builddir"; then 8.1350 - ac_top_srcdir=. 8.1351 - else 8.1352 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 8.1353 - fi ;; 8.1354 - [\\/]* | ?:[\\/]* ) # Absolute path. 8.1355 + ac_top_srcdir=$ac_top_builddir_sub 8.1356 + ac_abs_top_srcdir=$ac_pwd ;; 8.1357 + [\\/]* | ?:[\\/]* ) # Absolute name. 8.1358 ac_srcdir=$srcdir$ac_dir_suffix; 8.1359 - ac_top_srcdir=$srcdir ;; 8.1360 - *) # Relative path. 8.1361 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 8.1362 - ac_top_srcdir=$ac_top_builddir$srcdir ;; 8.1363 + ac_top_srcdir=$srcdir 8.1364 + ac_abs_top_srcdir=$srcdir ;; 8.1365 + *) # Relative name. 8.1366 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 8.1367 + ac_top_srcdir=$ac_top_build_prefix$srcdir 8.1368 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 8.1369 esac 8.1370 - 8.1371 -# Do not use `cd foo && pwd` to compute absolute paths, because 8.1372 -# the directories may not exist. 8.1373 -case `pwd` in 8.1374 -.) ac_abs_builddir="$ac_dir";; 8.1375 -*) 8.1376 - case "$ac_dir" in 8.1377 - .) ac_abs_builddir=`pwd`;; 8.1378 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 8.1379 - *) ac_abs_builddir=`pwd`/"$ac_dir";; 8.1380 - esac;; 8.1381 -esac 8.1382 -case $ac_abs_builddir in 8.1383 -.) ac_abs_top_builddir=${ac_top_builddir}.;; 8.1384 -*) 8.1385 - case ${ac_top_builddir}. in 8.1386 - .) ac_abs_top_builddir=$ac_abs_builddir;; 8.1387 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 8.1388 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 8.1389 - esac;; 8.1390 -esac 8.1391 -case $ac_abs_builddir in 8.1392 -.) ac_abs_srcdir=$ac_srcdir;; 8.1393 -*) 8.1394 - case $ac_srcdir in 8.1395 - .) ac_abs_srcdir=$ac_abs_builddir;; 8.1396 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 8.1397 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 8.1398 - esac;; 8.1399 -esac 8.1400 -case $ac_abs_builddir in 8.1401 -.) ac_abs_top_srcdir=$ac_top_srcdir;; 8.1402 -*) 8.1403 - case $ac_top_srcdir in 8.1404 - .) ac_abs_top_srcdir=$ac_abs_builddir;; 8.1405 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 8.1406 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 8.1407 - esac;; 8.1408 -esac 8.1409 - 8.1410 - cd $ac_dir 8.1411 - # Check for guested configure; otherwise get Cygnus style configure. 8.1412 - if test -f $ac_srcdir/configure.gnu; then 8.1413 - echo 8.1414 - $SHELL $ac_srcdir/configure.gnu --help=recursive 8.1415 - elif test -f $ac_srcdir/configure; then 8.1416 - echo 8.1417 - $SHELL $ac_srcdir/configure --help=recursive 8.1418 - elif test -f $ac_srcdir/configure.ac || 8.1419 - test -f $ac_srcdir/configure.in; then 8.1420 - echo 8.1421 - $ac_configure --help 8.1422 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 8.1423 + 8.1424 + cd "$ac_dir" || { ac_status=$?; continue; } 8.1425 + # Check for guested configure. 8.1426 + if test -f "$ac_srcdir/configure.gnu"; then 8.1427 + echo && 8.1428 + $SHELL "$ac_srcdir/configure.gnu" --help=recursive 8.1429 + elif test -f "$ac_srcdir/configure"; then 8.1430 + echo && 8.1431 + $SHELL "$ac_srcdir/configure" --help=recursive 8.1432 else 8.1433 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 8.1434 - fi 8.1435 - cd "$ac_popdir" 8.1436 + fi || ac_status=$? 8.1437 + cd "$ac_pwd" || { ac_status=$?; break; } 8.1438 done 8.1439 fi 8.1440 8.1441 -test -n "$ac_init_help" && exit 0 8.1442 +test -n "$ac_init_help" && exit $ac_status 8.1443 if $ac_init_version; then 8.1444 cat <<\_ACEOF 8.1445 masqmail configure 0.2.21 8.1446 -generated by GNU Autoconf 2.59 8.1447 - 8.1448 -Copyright (C) 2003 Free Software Foundation, Inc. 8.1449 +generated by GNU Autoconf 2.61 8.1450 + 8.1451 +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8.1452 +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8.1453 This configure script is free software; the Free Software Foundation 8.1454 gives unlimited permission to copy, distribute and modify it. 8.1455 _ACEOF 8.1456 - exit 0 8.1457 -fi 8.1458 -exec 5>config.log 8.1459 -cat >&5 <<_ACEOF 8.1460 + exit 8.1461 +fi 8.1462 +cat >config.log <<_ACEOF 8.1463 This file contains any messages produced by compilers while 8.1464 running configure, to aid debugging if configure makes a mistake. 8.1465 8.1466 It was created by masqmail $as_me 0.2.21, which was 8.1467 -generated by GNU Autoconf 2.59. Invocation command line was 8.1468 +generated by GNU Autoconf 2.61. Invocation command line was 8.1469 8.1470 $ $0 $@ 8.1471 8.1472 _ACEOF 8.1473 +exec 5>>config.log 8.1474 { 8.1475 cat <<_ASUNAME 8.1476 ## --------- ## 8.1477 @@ -1034,7 +1435,7 @@ 8.1478 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 8.1479 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 8.1480 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 8.1481 -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 8.1482 +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 8.1483 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 8.1484 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 8.1485 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 8.1486 @@ -1048,6 +1449,7 @@ 8.1487 test -z "$as_dir" && as_dir=. 8.1488 echo "PATH: $as_dir" 8.1489 done 8.1490 +IFS=$as_save_IFS 8.1491 8.1492 } >&5 8.1493 8.1494 @@ -1069,7 +1471,6 @@ 8.1495 ac_configure_args= 8.1496 ac_configure_args0= 8.1497 ac_configure_args1= 8.1498 -ac_sep= 8.1499 ac_must_keep_next=false 8.1500 for ac_pass in 1 2 8.1501 do 8.1502 @@ -1080,7 +1481,7 @@ 8.1503 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 8.1504 | -silent | --silent | --silen | --sile | --sil) 8.1505 continue ;; 8.1506 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 8.1507 + *\'*) 8.1508 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 8.1509 esac 8.1510 case $ac_pass in 8.1511 @@ -1102,9 +1503,7 @@ 8.1512 -* ) ac_must_keep_next=true ;; 8.1513 esac 8.1514 fi 8.1515 - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 8.1516 - # Get rid of the leading space. 8.1517 - ac_sep=" " 8.1518 + ac_configure_args="$ac_configure_args '$ac_arg'" 8.1519 ;; 8.1520 esac 8.1521 done 8.1522 @@ -1115,8 +1514,8 @@ 8.1523 # When interrupted or exit'd, cleanup temporary files, and complete 8.1524 # config.log. We remove comments because anyway the quotes in there 8.1525 # would cause problems or look ugly. 8.1526 -# WARNING: Be sure not to use single quotes in there, as some shells, 8.1527 -# such as our DU 5.0 friend, will then `close' the trap. 8.1528 +# WARNING: Use '\'' to represent an apostrophe within the trap. 8.1529 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 8.1530 trap 'exit_status=$? 8.1531 # Save into config.log some information that might help in debugging. 8.1532 { 8.1533 @@ -1129,20 +1528,34 @@ 8.1534 _ASBOX 8.1535 echo 8.1536 # The following way of writing the cache mishandles newlines in values, 8.1537 -{ 8.1538 +( 8.1539 + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 8.1540 + eval ac_val=\$$ac_var 8.1541 + case $ac_val in #( 8.1542 + *${as_nl}*) 8.1543 + case $ac_var in #( 8.1544 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 8.1545 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 8.1546 + esac 8.1547 + case $ac_var in #( 8.1548 + _ | IFS | as_nl) ;; #( 8.1549 + *) $as_unset $ac_var ;; 8.1550 + esac ;; 8.1551 + esac 8.1552 + done 8.1553 (set) 2>&1 | 8.1554 - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 8.1555 - *ac_space=\ *) 8.1556 + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 8.1557 + *${as_nl}ac_space=\ *) 8.1558 sed -n \ 8.1559 - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 8.1560 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 8.1561 + "s/'\''/'\''\\\\'\'''\''/g; 8.1562 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 8.1563 + ;; #( 8.1564 + *) 8.1565 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 8.1566 ;; 8.1567 - *) 8.1568 - sed -n \ 8.1569 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 8.1570 - ;; 8.1571 - esac; 8.1572 -} 8.1573 + esac | 8.1574 + sort 8.1575 +) 8.1576 echo 8.1577 8.1578 cat <<\_ASBOX 8.1579 @@ -1153,22 +1566,28 @@ 8.1580 echo 8.1581 for ac_var in $ac_subst_vars 8.1582 do 8.1583 - eval ac_val=$`echo $ac_var` 8.1584 - echo "$ac_var='"'"'$ac_val'"'"'" 8.1585 + eval ac_val=\$$ac_var 8.1586 + case $ac_val in 8.1587 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 8.1588 + esac 8.1589 + echo "$ac_var='\''$ac_val'\''" 8.1590 done | sort 8.1591 echo 8.1592 8.1593 if test -n "$ac_subst_files"; then 8.1594 cat <<\_ASBOX 8.1595 -## ------------- ## 8.1596 -## Output files. ## 8.1597 -## ------------- ## 8.1598 +## ------------------- ## 8.1599 +## File substitutions. ## 8.1600 +## ------------------- ## 8.1601 _ASBOX 8.1602 echo 8.1603 for ac_var in $ac_subst_files 8.1604 do 8.1605 - eval ac_val=$`echo $ac_var` 8.1606 - echo "$ac_var='"'"'$ac_val'"'"'" 8.1607 + eval ac_val=\$$ac_var 8.1608 + case $ac_val in 8.1609 + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 8.1610 + esac 8.1611 + echo "$ac_var='\''$ac_val'\''" 8.1612 done | sort 8.1613 echo 8.1614 fi 8.1615 @@ -1180,26 +1599,24 @@ 8.1616 ## ----------- ## 8.1617 _ASBOX 8.1618 echo 8.1619 - sed "/^$/d" confdefs.h | sort 8.1620 + cat confdefs.h 8.1621 echo 8.1622 fi 8.1623 test "$ac_signal" != 0 && 8.1624 echo "$as_me: caught signal $ac_signal" 8.1625 echo "$as_me: exit $exit_status" 8.1626 } >&5 8.1627 - rm -f core *.core && 8.1628 - rm -rf conftest* confdefs* conf$$* $ac_clean_files && 8.1629 + rm -f core *.core core.conftest.* && 8.1630 + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 8.1631 exit $exit_status 8.1632 - ' 0 8.1633 +' 0 8.1634 for ac_signal in 1 2 13 15; do 8.1635 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 8.1636 done 8.1637 ac_signal=0 8.1638 8.1639 # confdefs.h avoids OS command line length limits that DEFS can exceed. 8.1640 -rm -rf conftest* confdefs.h 8.1641 -# AIX cpp loses on an empty file, so make sure it contains at least a newline. 8.1642 -echo >confdefs.h 8.1643 +rm -f -r conftest* confdefs.h 8.1644 8.1645 # Predefined preprocessor variables. 8.1646 8.1647 @@ -1230,14 +1647,17 @@ 8.1648 8.1649 # Let the site file select an alternate cache file if it wants to. 8.1650 # Prefer explicitly selected file to automatically selected ones. 8.1651 -if test -z "$CONFIG_SITE"; then 8.1652 - if test "x$prefix" != xNONE; then 8.1653 - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 8.1654 - else 8.1655 - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 8.1656 - fi 8.1657 -fi 8.1658 -for ac_site_file in $CONFIG_SITE; do 8.1659 +if test -n "$CONFIG_SITE"; then 8.1660 + set x "$CONFIG_SITE" 8.1661 +elif test "x$prefix" != xNONE; then 8.1662 + set x "$prefix/share/config.site" "$prefix/etc/config.site" 8.1663 +else 8.1664 + set x "$ac_default_prefix/share/config.site" \ 8.1665 + "$ac_default_prefix/etc/config.site" 8.1666 +fi 8.1667 +shift 8.1668 +for ac_site_file 8.1669 +do 8.1670 if test -r "$ac_site_file"; then 8.1671 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 8.1672 echo "$as_me: loading site script $ac_site_file" >&6;} 8.1673 @@ -1253,8 +1673,8 @@ 8.1674 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 8.1675 echo "$as_me: loading cache $cache_file" >&6;} 8.1676 case $cache_file in 8.1677 - [\\/]* | ?:[\\/]* ) . $cache_file;; 8.1678 - *) . ./$cache_file;; 8.1679 + [\\/]* | ?:[\\/]* ) . "$cache_file";; 8.1680 + *) . "./$cache_file";; 8.1681 esac 8.1682 fi 8.1683 else 8.1684 @@ -1266,12 +1686,11 @@ 8.1685 # Check that the precious variables saved in the cache have kept the same 8.1686 # value. 8.1687 ac_cache_corrupted=false 8.1688 -for ac_var in `(set) 2>&1 | 8.1689 - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 8.1690 +for ac_var in $ac_precious_vars; do 8.1691 eval ac_old_set=\$ac_cv_env_${ac_var}_set 8.1692 eval ac_new_set=\$ac_env_${ac_var}_set 8.1693 - eval ac_old_val="\$ac_cv_env_${ac_var}_value" 8.1694 - eval ac_new_val="\$ac_env_${ac_var}_value" 8.1695 + eval ac_old_val=\$ac_cv_env_${ac_var}_value 8.1696 + eval ac_new_val=\$ac_env_${ac_var}_value 8.1697 case $ac_old_set,$ac_new_set in 8.1698 set,) 8.1699 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 8.1700 @@ -1296,8 +1715,7 @@ 8.1701 # Pass precious variables to config.status. 8.1702 if test "$ac_new_set" = set; then 8.1703 case $ac_new_val in 8.1704 - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 8.1705 - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 8.1706 + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 8.1707 *) ac_arg=$ac_var=$ac_new_val ;; 8.1708 esac 8.1709 case " $ac_configure_args " in 8.1710 @@ -1314,6 +1732,30 @@ 8.1711 { (exit 1); exit 1; }; } 8.1712 fi 8.1713 8.1714 + 8.1715 + 8.1716 + 8.1717 + 8.1718 + 8.1719 + 8.1720 + 8.1721 + 8.1722 + 8.1723 + 8.1724 + 8.1725 + 8.1726 + 8.1727 + 8.1728 + 8.1729 + 8.1730 + 8.1731 + 8.1732 + 8.1733 + 8.1734 + 8.1735 + 8.1736 + 8.1737 + 8.1738 ac_ext=c 8.1739 ac_cpp='$CPP $CPPFLAGS' 8.1740 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8.1741 @@ -1322,58 +1764,39 @@ 8.1742 8.1743 8.1744 8.1745 - 8.1746 - 8.1747 - 8.1748 - 8.1749 - 8.1750 - 8.1751 - 8.1752 - 8.1753 - 8.1754 - 8.1755 - 8.1756 - 8.1757 - 8.1758 - 8.1759 - 8.1760 - 8.1761 - 8.1762 - 8.1763 - 8.1764 - 8.1765 - 8.1766 - 8.1767 - 8.1768 - 8.1769 - 8.1770 - ac_config_headers="$ac_config_headers config.h" 8.1771 +ac_config_headers="$ac_config_headers config.h" 8.1772 8.1773 am__api_version="1.7" 8.1774 ac_aux_dir= 8.1775 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 8.1776 - if test -f $ac_dir/install-sh; then 8.1777 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 8.1778 + if test -f "$ac_dir/install-sh"; then 8.1779 ac_aux_dir=$ac_dir 8.1780 ac_install_sh="$ac_aux_dir/install-sh -c" 8.1781 break 8.1782 - elif test -f $ac_dir/install.sh; then 8.1783 + elif test -f "$ac_dir/install.sh"; then 8.1784 ac_aux_dir=$ac_dir 8.1785 ac_install_sh="$ac_aux_dir/install.sh -c" 8.1786 break 8.1787 - elif test -f $ac_dir/shtool; then 8.1788 + elif test -f "$ac_dir/shtool"; then 8.1789 ac_aux_dir=$ac_dir 8.1790 ac_install_sh="$ac_aux_dir/shtool install -c" 8.1791 break 8.1792 fi 8.1793 done 8.1794 if test -z "$ac_aux_dir"; then 8.1795 - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 8.1796 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 8.1797 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 8.1798 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 8.1799 { (exit 1); exit 1; }; } 8.1800 fi 8.1801 -ac_config_guess="$SHELL $ac_aux_dir/config.guess" 8.1802 -ac_config_sub="$SHELL $ac_aux_dir/config.sub" 8.1803 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 8.1804 + 8.1805 +# These three variables are undocumented and unsupported, 8.1806 +# and are intended to be withdrawn in a future Autoconf release. 8.1807 +# They can cause serious problems if a builder's source tree is in a directory 8.1808 +# whose full name contains unusual characters. 8.1809 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. 8.1810 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. 8.1811 +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 8.1812 + 8.1813 8.1814 # Find a good install program. We prefer a C program (faster), 8.1815 # so one script is as good as another. But avoid the broken or 8.1816 @@ -1388,8 +1811,8 @@ 8.1817 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 8.1818 # OS/2's system install, which has a completely different semantic 8.1819 # ./install, which can be erroneously created by make from ./install.sh. 8.1820 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 8.1821 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 8.1822 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 8.1823 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 8.1824 if test -z "$INSTALL"; then 8.1825 if test "${ac_cv_path_install+set}" = set; then 8.1826 echo $ECHO_N "(cached) $ECHO_C" >&6 8.1827 @@ -1411,7 +1834,7 @@ 8.1828 # by default. 8.1829 for ac_prog in ginstall scoinst install; do 8.1830 for ac_exec_ext in '' $ac_executable_extensions; do 8.1831 - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 8.1832 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 8.1833 if test $ac_prog = install && 8.1834 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 8.1835 # AIX install. It has an incompatible calling convention. 8.1836 @@ -1430,21 +1853,22 @@ 8.1837 ;; 8.1838 esac 8.1839 done 8.1840 +IFS=$as_save_IFS 8.1841 8.1842 8.1843 fi 8.1844 if test "${ac_cv_path_install+set}" = set; then 8.1845 INSTALL=$ac_cv_path_install 8.1846 else 8.1847 - # As a last resort, use the slow shell script. We don't cache a 8.1848 - # path for INSTALL within a source directory, because that will 8.1849 + # As a last resort, use the slow shell script. Don't cache a 8.1850 + # value for INSTALL within a source directory, because that will 8.1851 # break other packages using the cache if that directory is 8.1852 - # removed, or if the path is relative. 8.1853 + # removed, or if the value is a relative name. 8.1854 INSTALL=$ac_install_sh 8.1855 fi 8.1856 fi 8.1857 -echo "$as_me:$LINENO: result: $INSTALL" >&5 8.1858 -echo "${ECHO_T}$INSTALL" >&6 8.1859 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 8.1860 +echo "${ECHO_T}$INSTALL" >&6; } 8.1861 8.1862 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 8.1863 # It thinks the first close brace ends the variable substitution. 8.1864 @@ -1454,8 +1878,8 @@ 8.1865 8.1866 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 8.1867 8.1868 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5 8.1869 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 8.1870 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 8.1871 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 8.1872 # Just in case 8.1873 sleep 1 8.1874 echo timestamp > conftest.file 8.1875 @@ -1497,20 +1921,20 @@ 8.1876 Check your system clock" >&2;} 8.1877 { (exit 1); exit 1; }; } 8.1878 fi 8.1879 -echo "$as_me:$LINENO: result: yes" >&5 8.1880 -echo "${ECHO_T}yes" >&6 8.1881 +{ echo "$as_me:$LINENO: result: yes" >&5 8.1882 +echo "${ECHO_T}yes" >&6; } 8.1883 test "$program_prefix" != NONE && 8.1884 - program_transform_name="s,^,$program_prefix,;$program_transform_name" 8.1885 + program_transform_name="s&^&$program_prefix&;$program_transform_name" 8.1886 # Use a double $ so make ignores it. 8.1887 test "$program_suffix" != NONE && 8.1888 - program_transform_name="s,\$,$program_suffix,;$program_transform_name" 8.1889 + program_transform_name="s&\$&$program_suffix&;$program_transform_name" 8.1890 # Double any \ or $. echo might interpret backslashes. 8.1891 # By default was `s,x,x', remove it if useless. 8.1892 cat <<\_ACEOF >conftest.sed 8.1893 s/[\\$]/&&/g;s/;s,x,x,$// 8.1894 _ACEOF 8.1895 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 8.1896 -rm conftest.sed 8.1897 +rm -f conftest.sed 8.1898 8.1899 8.1900 # expand $ac_aux_dir to an absolute path 8.1901 @@ -1530,8 +1954,8 @@ 8.1902 do 8.1903 # Extract the first word of "$ac_prog", so it can be a program name with args. 8.1904 set dummy $ac_prog; ac_word=$2 8.1905 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.1906 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.1907 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.1908 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.1909 if test "${ac_cv_prog_AWK+set}" = set; then 8.1910 echo $ECHO_N "(cached) $ECHO_C" >&6 8.1911 else 8.1912 @@ -1544,54 +1968,57 @@ 8.1913 IFS=$as_save_IFS 8.1914 test -z "$as_dir" && as_dir=. 8.1915 for ac_exec_ext in '' $ac_executable_extensions; do 8.1916 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.1917 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.1918 ac_cv_prog_AWK="$ac_prog" 8.1919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.1920 break 2 8.1921 fi 8.1922 done 8.1923 done 8.1924 +IFS=$as_save_IFS 8.1925 8.1926 fi 8.1927 fi 8.1928 AWK=$ac_cv_prog_AWK 8.1929 if test -n "$AWK"; then 8.1930 - echo "$as_me:$LINENO: result: $AWK" >&5 8.1931 -echo "${ECHO_T}$AWK" >&6 8.1932 -else 8.1933 - echo "$as_me:$LINENO: result: no" >&5 8.1934 -echo "${ECHO_T}no" >&6 8.1935 -fi 8.1936 + { echo "$as_me:$LINENO: result: $AWK" >&5 8.1937 +echo "${ECHO_T}$AWK" >&6; } 8.1938 +else 8.1939 + { echo "$as_me:$LINENO: result: no" >&5 8.1940 +echo "${ECHO_T}no" >&6; } 8.1941 +fi 8.1942 + 8.1943 8.1944 test -n "$AWK" && break 8.1945 done 8.1946 8.1947 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 8.1948 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 8.1949 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 8.1950 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 8.1951 +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 8.1952 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 8.1953 +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 8.1954 +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 8.1955 echo $ECHO_N "(cached) $ECHO_C" >&6 8.1956 else 8.1957 cat >conftest.make <<\_ACEOF 8.1958 +SHELL = /bin/sh 8.1959 all: 8.1960 - @echo 'ac_maketemp="$(MAKE)"' 8.1961 + @echo '@@@%%%=$(MAKE)=@@@%%%' 8.1962 _ACEOF 8.1963 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8.1964 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 8.1965 -if test -n "$ac_maketemp"; then 8.1966 - eval ac_cv_prog_make_${ac_make}_set=yes 8.1967 -else 8.1968 - eval ac_cv_prog_make_${ac_make}_set=no 8.1969 -fi 8.1970 +case `${MAKE-make} -f conftest.make 2>/dev/null` in 8.1971 + *@@@%%%=?*=@@@%%%*) 8.1972 + eval ac_cv_prog_make_${ac_make}_set=yes;; 8.1973 + *) 8.1974 + eval ac_cv_prog_make_${ac_make}_set=no;; 8.1975 +esac 8.1976 rm -f conftest.make 8.1977 fi 8.1978 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 8.1979 - echo "$as_me:$LINENO: result: yes" >&5 8.1980 -echo "${ECHO_T}yes" >&6 8.1981 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 8.1982 + { echo "$as_me:$LINENO: result: yes" >&5 8.1983 +echo "${ECHO_T}yes" >&6; } 8.1984 SET_MAKE= 8.1985 else 8.1986 - echo "$as_me:$LINENO: result: no" >&5 8.1987 -echo "${ECHO_T}no" >&6 8.1988 + { echo "$as_me:$LINENO: result: no" >&5 8.1989 +echo "${ECHO_T}no" >&6; } 8.1990 SET_MAKE="MAKE=${MAKE-make}" 8.1991 fi 8.1992 8.1993 @@ -1665,8 +2092,8 @@ 8.1994 if test -n "$ac_tool_prefix"; then 8.1995 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 8.1996 set dummy ${ac_tool_prefix}strip; ac_word=$2 8.1997 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.1998 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.1999 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2000 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2001 if test "${ac_cv_prog_STRIP+set}" = set; then 8.2002 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2003 else 8.2004 @@ -1679,32 +2106,34 @@ 8.2005 IFS=$as_save_IFS 8.2006 test -z "$as_dir" && as_dir=. 8.2007 for ac_exec_ext in '' $ac_executable_extensions; do 8.2008 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2009 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2010 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 8.2011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2012 break 2 8.2013 fi 8.2014 done 8.2015 done 8.2016 +IFS=$as_save_IFS 8.2017 8.2018 fi 8.2019 fi 8.2020 STRIP=$ac_cv_prog_STRIP 8.2021 if test -n "$STRIP"; then 8.2022 - echo "$as_me:$LINENO: result: $STRIP" >&5 8.2023 -echo "${ECHO_T}$STRIP" >&6 8.2024 -else 8.2025 - echo "$as_me:$LINENO: result: no" >&5 8.2026 -echo "${ECHO_T}no" >&6 8.2027 -fi 8.2028 + { echo "$as_me:$LINENO: result: $STRIP" >&5 8.2029 +echo "${ECHO_T}$STRIP" >&6; } 8.2030 +else 8.2031 + { echo "$as_me:$LINENO: result: no" >&5 8.2032 +echo "${ECHO_T}no" >&6; } 8.2033 +fi 8.2034 + 8.2035 8.2036 fi 8.2037 if test -z "$ac_cv_prog_STRIP"; then 8.2038 ac_ct_STRIP=$STRIP 8.2039 # Extract the first word of "strip", so it can be a program name with args. 8.2040 set dummy strip; ac_word=$2 8.2041 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2042 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2043 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2044 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2045 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 8.2046 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2047 else 8.2048 @@ -1717,27 +2146,41 @@ 8.2049 IFS=$as_save_IFS 8.2050 test -z "$as_dir" && as_dir=. 8.2051 for ac_exec_ext in '' $ac_executable_extensions; do 8.2052 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2053 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2054 ac_cv_prog_ac_ct_STRIP="strip" 8.2055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2056 break 2 8.2057 fi 8.2058 done 8.2059 done 8.2060 - 8.2061 - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 8.2062 +IFS=$as_save_IFS 8.2063 + 8.2064 fi 8.2065 fi 8.2066 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 8.2067 if test -n "$ac_ct_STRIP"; then 8.2068 - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 8.2069 -echo "${ECHO_T}$ac_ct_STRIP" >&6 8.2070 -else 8.2071 - echo "$as_me:$LINENO: result: no" >&5 8.2072 -echo "${ECHO_T}no" >&6 8.2073 -fi 8.2074 - 8.2075 - STRIP=$ac_ct_STRIP 8.2076 + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 8.2077 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } 8.2078 +else 8.2079 + { echo "$as_me:$LINENO: result: no" >&5 8.2080 +echo "${ECHO_T}no" >&6; } 8.2081 +fi 8.2082 + 8.2083 + if test "x$ac_ct_STRIP" = x; then 8.2084 + STRIP=":" 8.2085 + else 8.2086 + case $cross_compiling:$ac_tool_warned in 8.2087 +yes:) 8.2088 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8.2089 +whose name does not start with the host triplet. If you think this 8.2090 +configuration is useful to you, please write to autoconf@gnu.org." >&5 8.2091 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 8.2092 +whose name does not start with the host triplet. If you think this 8.2093 +configuration is useful to you, please write to autoconf@gnu.org." >&2;} 8.2094 +ac_tool_warned=yes ;; 8.2095 +esac 8.2096 + STRIP=$ac_ct_STRIP 8.2097 + fi 8.2098 else 8.2099 STRIP="$ac_cv_prog_STRIP" 8.2100 fi 8.2101 @@ -1763,8 +2206,8 @@ 8.2102 if test -n "$ac_tool_prefix"; then 8.2103 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 8.2104 set dummy ${ac_tool_prefix}gcc; ac_word=$2 8.2105 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2106 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2107 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2108 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2109 if test "${ac_cv_prog_CC+set}" = set; then 8.2110 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2111 else 8.2112 @@ -1777,32 +2220,34 @@ 8.2113 IFS=$as_save_IFS 8.2114 test -z "$as_dir" && as_dir=. 8.2115 for ac_exec_ext in '' $ac_executable_extensions; do 8.2116 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2117 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2118 ac_cv_prog_CC="${ac_tool_prefix}gcc" 8.2119 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2120 break 2 8.2121 fi 8.2122 done 8.2123 done 8.2124 +IFS=$as_save_IFS 8.2125 8.2126 fi 8.2127 fi 8.2128 CC=$ac_cv_prog_CC 8.2129 if test -n "$CC"; then 8.2130 - echo "$as_me:$LINENO: result: $CC" >&5 8.2131 -echo "${ECHO_T}$CC" >&6 8.2132 -else 8.2133 - echo "$as_me:$LINENO: result: no" >&5 8.2134 -echo "${ECHO_T}no" >&6 8.2135 -fi 8.2136 + { echo "$as_me:$LINENO: result: $CC" >&5 8.2137 +echo "${ECHO_T}$CC" >&6; } 8.2138 +else 8.2139 + { echo "$as_me:$LINENO: result: no" >&5 8.2140 +echo "${ECHO_T}no" >&6; } 8.2141 +fi 8.2142 + 8.2143 8.2144 fi 8.2145 if test -z "$ac_cv_prog_CC"; then 8.2146 ac_ct_CC=$CC 8.2147 # Extract the first word of "gcc", so it can be a program name with args. 8.2148 set dummy gcc; ac_word=$2 8.2149 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2150 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2151 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2152 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2153 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8.2154 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2155 else 8.2156 @@ -1815,36 +2260,51 @@ 8.2157 IFS=$as_save_IFS 8.2158 test -z "$as_dir" && as_dir=. 8.2159 for ac_exec_ext in '' $ac_executable_extensions; do 8.2160 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2161 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2162 ac_cv_prog_ac_ct_CC="gcc" 8.2163 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2164 break 2 8.2165 fi 8.2166 done 8.2167 done 8.2168 +IFS=$as_save_IFS 8.2169 8.2170 fi 8.2171 fi 8.2172 ac_ct_CC=$ac_cv_prog_ac_ct_CC 8.2173 if test -n "$ac_ct_CC"; then 8.2174 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8.2175 -echo "${ECHO_T}$ac_ct_CC" >&6 8.2176 -else 8.2177 - echo "$as_me:$LINENO: result: no" >&5 8.2178 -echo "${ECHO_T}no" >&6 8.2179 -fi 8.2180 - 8.2181 - CC=$ac_ct_CC 8.2182 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8.2183 +echo "${ECHO_T}$ac_ct_CC" >&6; } 8.2184 +else 8.2185 + { echo "$as_me:$LINENO: result: no" >&5 8.2186 +echo "${ECHO_T}no" >&6; } 8.2187 +fi 8.2188 + 8.2189 + if test "x$ac_ct_CC" = x; then 8.2190 + CC="" 8.2191 + else 8.2192 + case $cross_compiling:$ac_tool_warned in 8.2193 +yes:) 8.2194 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8.2195 +whose name does not start with the host triplet. If you think this 8.2196 +configuration is useful to you, please write to autoconf@gnu.org." >&5 8.2197 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 8.2198 +whose name does not start with the host triplet. If you think this 8.2199 +configuration is useful to you, please write to autoconf@gnu.org." >&2;} 8.2200 +ac_tool_warned=yes ;; 8.2201 +esac 8.2202 + CC=$ac_ct_CC 8.2203 + fi 8.2204 else 8.2205 CC="$ac_cv_prog_CC" 8.2206 fi 8.2207 8.2208 if test -z "$CC"; then 8.2209 - if test -n "$ac_tool_prefix"; then 8.2210 - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 8.2211 + if test -n "$ac_tool_prefix"; then 8.2212 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 8.2213 set dummy ${ac_tool_prefix}cc; ac_word=$2 8.2214 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2215 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2216 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2217 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2218 if test "${ac_cv_prog_CC+set}" = set; then 8.2219 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2220 else 8.2221 @@ -1857,74 +2317,34 @@ 8.2222 IFS=$as_save_IFS 8.2223 test -z "$as_dir" && as_dir=. 8.2224 for ac_exec_ext in '' $ac_executable_extensions; do 8.2225 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2226 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2227 ac_cv_prog_CC="${ac_tool_prefix}cc" 8.2228 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2229 break 2 8.2230 fi 8.2231 done 8.2232 done 8.2233 +IFS=$as_save_IFS 8.2234 8.2235 fi 8.2236 fi 8.2237 CC=$ac_cv_prog_CC 8.2238 if test -n "$CC"; then 8.2239 - echo "$as_me:$LINENO: result: $CC" >&5 8.2240 -echo "${ECHO_T}$CC" >&6 8.2241 -else 8.2242 - echo "$as_me:$LINENO: result: no" >&5 8.2243 -echo "${ECHO_T}no" >&6 8.2244 -fi 8.2245 - 8.2246 -fi 8.2247 -if test -z "$ac_cv_prog_CC"; then 8.2248 - ac_ct_CC=$CC 8.2249 - # Extract the first word of "cc", so it can be a program name with args. 8.2250 -set dummy cc; ac_word=$2 8.2251 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2252 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2253 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8.2254 - echo $ECHO_N "(cached) $ECHO_C" >&6 8.2255 -else 8.2256 - if test -n "$ac_ct_CC"; then 8.2257 - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 8.2258 -else 8.2259 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.2260 -for as_dir in $PATH 8.2261 -do 8.2262 - IFS=$as_save_IFS 8.2263 - test -z "$as_dir" && as_dir=. 8.2264 - for ac_exec_ext in '' $ac_executable_extensions; do 8.2265 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2266 - ac_cv_prog_ac_ct_CC="cc" 8.2267 - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2268 - break 2 8.2269 + { echo "$as_me:$LINENO: result: $CC" >&5 8.2270 +echo "${ECHO_T}$CC" >&6; } 8.2271 +else 8.2272 + { echo "$as_me:$LINENO: result: no" >&5 8.2273 +echo "${ECHO_T}no" >&6; } 8.2274 +fi 8.2275 + 8.2276 + 8.2277 fi 8.2278 -done 8.2279 -done 8.2280 - 8.2281 -fi 8.2282 -fi 8.2283 -ac_ct_CC=$ac_cv_prog_ac_ct_CC 8.2284 -if test -n "$ac_ct_CC"; then 8.2285 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8.2286 -echo "${ECHO_T}$ac_ct_CC" >&6 8.2287 -else 8.2288 - echo "$as_me:$LINENO: result: no" >&5 8.2289 -echo "${ECHO_T}no" >&6 8.2290 -fi 8.2291 - 8.2292 - CC=$ac_ct_CC 8.2293 -else 8.2294 - CC="$ac_cv_prog_CC" 8.2295 -fi 8.2296 - 8.2297 fi 8.2298 if test -z "$CC"; then 8.2299 # Extract the first word of "cc", so it can be a program name with args. 8.2300 set dummy cc; ac_word=$2 8.2301 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2302 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2303 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2304 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2305 if test "${ac_cv_prog_CC+set}" = set; then 8.2306 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2307 else 8.2308 @@ -1938,7 +2358,7 @@ 8.2309 IFS=$as_save_IFS 8.2310 test -z "$as_dir" && as_dir=. 8.2311 for ac_exec_ext in '' $ac_executable_extensions; do 8.2312 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2313 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2314 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 8.2315 ac_prog_rejected=yes 8.2316 continue 8.2317 @@ -1949,6 +2369,7 @@ 8.2318 fi 8.2319 done 8.2320 done 8.2321 +IFS=$as_save_IFS 8.2322 8.2323 if test $ac_prog_rejected = yes; then 8.2324 # We found a bogon in the path, so make sure we never use it. 8.2325 @@ -1966,22 +2387,23 @@ 8.2326 fi 8.2327 CC=$ac_cv_prog_CC 8.2328 if test -n "$CC"; then 8.2329 - echo "$as_me:$LINENO: result: $CC" >&5 8.2330 -echo "${ECHO_T}$CC" >&6 8.2331 -else 8.2332 - echo "$as_me:$LINENO: result: no" >&5 8.2333 -echo "${ECHO_T}no" >&6 8.2334 -fi 8.2335 + { echo "$as_me:$LINENO: result: $CC" >&5 8.2336 +echo "${ECHO_T}$CC" >&6; } 8.2337 +else 8.2338 + { echo "$as_me:$LINENO: result: no" >&5 8.2339 +echo "${ECHO_T}no" >&6; } 8.2340 +fi 8.2341 + 8.2342 8.2343 fi 8.2344 if test -z "$CC"; then 8.2345 if test -n "$ac_tool_prefix"; then 8.2346 - for ac_prog in cl 8.2347 + for ac_prog in cl.exe 8.2348 do 8.2349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 8.2350 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 8.2351 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2352 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2353 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2354 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2355 if test "${ac_cv_prog_CC+set}" = set; then 8.2356 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2357 else 8.2358 @@ -1994,36 +2416,38 @@ 8.2359 IFS=$as_save_IFS 8.2360 test -z "$as_dir" && as_dir=. 8.2361 for ac_exec_ext in '' $ac_executable_extensions; do 8.2362 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2363 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2364 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 8.2365 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2366 break 2 8.2367 fi 8.2368 done 8.2369 done 8.2370 +IFS=$as_save_IFS 8.2371 8.2372 fi 8.2373 fi 8.2374 CC=$ac_cv_prog_CC 8.2375 if test -n "$CC"; then 8.2376 - echo "$as_me:$LINENO: result: $CC" >&5 8.2377 -echo "${ECHO_T}$CC" >&6 8.2378 -else 8.2379 - echo "$as_me:$LINENO: result: no" >&5 8.2380 -echo "${ECHO_T}no" >&6 8.2381 -fi 8.2382 + { echo "$as_me:$LINENO: result: $CC" >&5 8.2383 +echo "${ECHO_T}$CC" >&6; } 8.2384 +else 8.2385 + { echo "$as_me:$LINENO: result: no" >&5 8.2386 +echo "${ECHO_T}no" >&6; } 8.2387 +fi 8.2388 + 8.2389 8.2390 test -n "$CC" && break 8.2391 done 8.2392 fi 8.2393 if test -z "$CC"; then 8.2394 ac_ct_CC=$CC 8.2395 - for ac_prog in cl 8.2396 + for ac_prog in cl.exe 8.2397 do 8.2398 # Extract the first word of "$ac_prog", so it can be a program name with args. 8.2399 set dummy $ac_prog; ac_word=$2 8.2400 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2401 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.2402 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.2403 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.2404 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 8.2405 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2406 else 8.2407 @@ -2036,29 +2460,45 @@ 8.2408 IFS=$as_save_IFS 8.2409 test -z "$as_dir" && as_dir=. 8.2410 for ac_exec_ext in '' $ac_executable_extensions; do 8.2411 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.2412 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.2413 ac_cv_prog_ac_ct_CC="$ac_prog" 8.2414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.2415 break 2 8.2416 fi 8.2417 done 8.2418 done 8.2419 +IFS=$as_save_IFS 8.2420 8.2421 fi 8.2422 fi 8.2423 ac_ct_CC=$ac_cv_prog_ac_ct_CC 8.2424 if test -n "$ac_ct_CC"; then 8.2425 - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8.2426 -echo "${ECHO_T}$ac_ct_CC" >&6 8.2427 -else 8.2428 - echo "$as_me:$LINENO: result: no" >&5 8.2429 -echo "${ECHO_T}no" >&6 8.2430 -fi 8.2431 + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 8.2432 +echo "${ECHO_T}$ac_ct_CC" >&6; } 8.2433 +else 8.2434 + { echo "$as_me:$LINENO: result: no" >&5 8.2435 +echo "${ECHO_T}no" >&6; } 8.2436 +fi 8.2437 + 8.2438 8.2439 test -n "$ac_ct_CC" && break 8.2440 done 8.2441 8.2442 - CC=$ac_ct_CC 8.2443 + if test "x$ac_ct_CC" = x; then 8.2444 + CC="" 8.2445 + else 8.2446 + case $cross_compiling:$ac_tool_warned in 8.2447 +yes:) 8.2448 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8.2449 +whose name does not start with the host triplet. If you think this 8.2450 +configuration is useful to you, please write to autoconf@gnu.org." >&5 8.2451 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 8.2452 +whose name does not start with the host triplet. If you think this 8.2453 +configuration is useful to you, please write to autoconf@gnu.org." >&2;} 8.2454 +ac_tool_warned=yes ;; 8.2455 +esac 8.2456 + CC=$ac_ct_CC 8.2457 + fi 8.2458 fi 8.2459 8.2460 fi 8.2461 @@ -2071,21 +2511,35 @@ 8.2462 { (exit 1); exit 1; }; } 8.2463 8.2464 # Provide some information about the compiler. 8.2465 -echo "$as_me:$LINENO:" \ 8.2466 - "checking for C compiler version" >&5 8.2467 +echo "$as_me:$LINENO: checking for C compiler version" >&5 8.2468 ac_compiler=`set X $ac_compile; echo $2` 8.2469 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 8.2470 - (eval $ac_compiler --version </dev/null >&5) 2>&5 8.2471 +{ (ac_try="$ac_compiler --version >&5" 8.2472 +case "(($ac_try" in 8.2473 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2474 + *) ac_try_echo=$ac_try;; 8.2475 +esac 8.2476 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2477 + (eval "$ac_compiler --version >&5") 2>&5 8.2478 ac_status=$? 8.2479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2480 (exit $ac_status); } 8.2481 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 8.2482 - (eval $ac_compiler -v </dev/null >&5) 2>&5 8.2483 +{ (ac_try="$ac_compiler -v >&5" 8.2484 +case "(($ac_try" in 8.2485 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2486 + *) ac_try_echo=$ac_try;; 8.2487 +esac 8.2488 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2489 + (eval "$ac_compiler -v >&5") 2>&5 8.2490 ac_status=$? 8.2491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2492 (exit $ac_status); } 8.2493 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 8.2494 - (eval $ac_compiler -V </dev/null >&5) 2>&5 8.2495 +{ (ac_try="$ac_compiler -V >&5" 8.2496 +case "(($ac_try" in 8.2497 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2498 + *) ac_try_echo=$ac_try;; 8.2499 +esac 8.2500 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2501 + (eval "$ac_compiler -V >&5") 2>&5 8.2502 ac_status=$? 8.2503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2504 (exit $ac_status); } 8.2505 @@ -2110,47 +2564,77 @@ 8.2506 # Try to create an executable without -o first, disregard a.out. 8.2507 # It will help us diagnose broken compilers, and finding out an intuition 8.2508 # of exeext. 8.2509 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 8.2510 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 8.2511 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 8.2512 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 8.2513 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 8.2514 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 8.2515 - (eval $ac_link_default) 2>&5 8.2516 +# 8.2517 +# List of possible output files, starting from the most likely. 8.2518 +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 8.2519 +# only as a last resort. b.out is created by i960 compilers. 8.2520 +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 8.2521 +# 8.2522 +# The IRIX 6 linker writes into existing files which may not be 8.2523 +# executable, retaining their permissions. Remove them first so a 8.2524 +# subsequent execution test works. 8.2525 +ac_rmfiles= 8.2526 +for ac_file in $ac_files 8.2527 +do 8.2528 + case $ac_file in 8.2529 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 8.2530 + * ) ac_rmfiles="$ac_rmfiles $ac_file";; 8.2531 + esac 8.2532 +done 8.2533 +rm -f $ac_rmfiles 8.2534 + 8.2535 +if { (ac_try="$ac_link_default" 8.2536 +case "(($ac_try" in 8.2537 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2538 + *) ac_try_echo=$ac_try;; 8.2539 +esac 8.2540 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2541 + (eval "$ac_link_default") 2>&5 8.2542 ac_status=$? 8.2543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2544 (exit $ac_status); }; then 8.2545 - # Find the output, starting from the most likely. This scheme is 8.2546 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last 8.2547 -# resort. 8.2548 - 8.2549 -# Be careful to initialize this variable, since it used to be cached. 8.2550 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 8.2551 -ac_cv_exeext= 8.2552 -# b.out is created by i960 compilers. 8.2553 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 8.2554 + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 8.2555 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 8.2556 +# in a Makefile. We should not override ac_cv_exeext if it was cached, 8.2557 +# so that the user can short-circuit this test for compilers unknown to 8.2558 +# Autoconf. 8.2559 +for ac_file in $ac_files '' 8.2560 do 8.2561 test -f "$ac_file" || continue 8.2562 case $ac_file in 8.2563 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 8.2564 - ;; 8.2565 - conftest.$ac_ext ) 8.2566 - # This is the source file. 8.2567 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 8.2568 ;; 8.2569 [ab].out ) 8.2570 # We found the default executable, but exeext='' is most 8.2571 # certainly right. 8.2572 break;; 8.2573 *.* ) 8.2574 - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 8.2575 - # FIXME: I believe we export ac_cv_exeext for Libtool, 8.2576 - # but it would be cool to find out if it's true. Does anybody 8.2577 - # maintain Libtool? --akim. 8.2578 - export ac_cv_exeext 8.2579 + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 8.2580 + then :; else 8.2581 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 8.2582 + fi 8.2583 + # We set ac_cv_exeext here because the later test for it is not 8.2584 + # safe: cross compilers may not add the suffix if given an `-o' 8.2585 + # argument, so we may need to know it at that point already. 8.2586 + # Even if this section looks crufty: it has the advantage of 8.2587 + # actually working. 8.2588 break;; 8.2589 * ) 8.2590 break;; 8.2591 esac 8.2592 done 8.2593 -else 8.2594 +test "$ac_cv_exeext" = no && ac_cv_exeext= 8.2595 + 8.2596 +else 8.2597 + ac_file='' 8.2598 +fi 8.2599 + 8.2600 +{ echo "$as_me:$LINENO: result: $ac_file" >&5 8.2601 +echo "${ECHO_T}$ac_file" >&6; } 8.2602 +if test -z "$ac_file"; then 8.2603 echo "$as_me: failed program was:" >&5 8.2604 sed 's/^/| /' conftest.$ac_ext >&5 8.2605 8.2606 @@ -2162,19 +2646,21 @@ 8.2607 fi 8.2608 8.2609 ac_exeext=$ac_cv_exeext 8.2610 -echo "$as_me:$LINENO: result: $ac_file" >&5 8.2611 -echo "${ECHO_T}$ac_file" >&6 8.2612 - 8.2613 -# Check the compiler produces executables we can run. If not, either 8.2614 + 8.2615 +# Check that the compiler produces executables we can run. If not, either 8.2616 # the compiler is broken, or we cross compile. 8.2617 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5 8.2618 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 8.2619 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 8.2620 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 8.2621 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 8.2622 # If not cross compiling, check that we can run a simple program. 8.2623 if test "$cross_compiling" != yes; then 8.2624 if { ac_try='./$ac_file' 8.2625 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.2626 - (eval $ac_try) 2>&5 8.2627 + { (case "(($ac_try" in 8.2628 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2629 + *) ac_try_echo=$ac_try;; 8.2630 +esac 8.2631 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2632 + (eval "$ac_try") 2>&5 8.2633 ac_status=$? 8.2634 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2635 (exit $ac_status); }; }; then 8.2636 @@ -2193,22 +2679,27 @@ 8.2637 fi 8.2638 fi 8.2639 fi 8.2640 -echo "$as_me:$LINENO: result: yes" >&5 8.2641 -echo "${ECHO_T}yes" >&6 8.2642 +{ echo "$as_me:$LINENO: result: yes" >&5 8.2643 +echo "${ECHO_T}yes" >&6; } 8.2644 8.2645 rm -f a.out a.exe conftest$ac_cv_exeext b.out 8.2646 ac_clean_files=$ac_clean_files_save 8.2647 -# Check the compiler produces executables we can run. If not, either 8.2648 +# Check that the compiler produces executables we can run. If not, either 8.2649 # the compiler is broken, or we cross compile. 8.2650 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 8.2651 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 8.2652 -echo "$as_me:$LINENO: result: $cross_compiling" >&5 8.2653 -echo "${ECHO_T}$cross_compiling" >&6 8.2654 - 8.2655 -echo "$as_me:$LINENO: checking for suffix of executables" >&5 8.2656 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 8.2657 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.2658 - (eval $ac_link) 2>&5 8.2659 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 8.2660 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 8.2661 +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 8.2662 +echo "${ECHO_T}$cross_compiling" >&6; } 8.2663 + 8.2664 +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 8.2665 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 8.2666 +if { (ac_try="$ac_link" 8.2667 +case "(($ac_try" in 8.2668 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2669 + *) ac_try_echo=$ac_try;; 8.2670 +esac 8.2671 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2672 + (eval "$ac_link") 2>&5 8.2673 ac_status=$? 8.2674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2675 (exit $ac_status); }; then 8.2676 @@ -2219,9 +2710,8 @@ 8.2677 for ac_file in conftest.exe conftest conftest.*; do 8.2678 test -f "$ac_file" || continue 8.2679 case $ac_file in 8.2680 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 8.2681 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 8.2682 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 8.2683 - export ac_cv_exeext 8.2684 break;; 8.2685 * ) break;; 8.2686 esac 8.2687 @@ -2235,14 +2725,14 @@ 8.2688 fi 8.2689 8.2690 rm -f conftest$ac_cv_exeext 8.2691 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 8.2692 -echo "${ECHO_T}$ac_cv_exeext" >&6 8.2693 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 8.2694 +echo "${ECHO_T}$ac_cv_exeext" >&6; } 8.2695 8.2696 rm -f conftest.$ac_ext 8.2697 EXEEXT=$ac_cv_exeext 8.2698 ac_exeext=$EXEEXT 8.2699 -echo "$as_me:$LINENO: checking for suffix of object files" >&5 8.2700 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 8.2701 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 8.2702 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 8.2703 if test "${ac_cv_objext+set}" = set; then 8.2704 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2705 else 8.2706 @@ -2262,14 +2752,20 @@ 8.2707 } 8.2708 _ACEOF 8.2709 rm -f conftest.o conftest.obj 8.2710 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.2711 - (eval $ac_compile) 2>&5 8.2712 +if { (ac_try="$ac_compile" 8.2713 +case "(($ac_try" in 8.2714 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2715 + *) ac_try_echo=$ac_try;; 8.2716 +esac 8.2717 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2718 + (eval "$ac_compile") 2>&5 8.2719 ac_status=$? 8.2720 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2721 (exit $ac_status); }; then 8.2722 - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 8.2723 + for ac_file in conftest.o conftest.obj conftest.*; do 8.2724 + test -f "$ac_file" || continue; 8.2725 case $ac_file in 8.2726 - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 8.2727 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 8.2728 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 8.2729 break;; 8.2730 esac 8.2731 @@ -2287,12 +2783,12 @@ 8.2732 8.2733 rm -f conftest.$ac_cv_objext conftest.$ac_ext 8.2734 fi 8.2735 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 8.2736 -echo "${ECHO_T}$ac_cv_objext" >&6 8.2737 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 8.2738 +echo "${ECHO_T}$ac_cv_objext" >&6; } 8.2739 OBJEXT=$ac_cv_objext 8.2740 ac_objext=$OBJEXT 8.2741 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 8.2742 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 8.2743 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 8.2744 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 8.2745 if test "${ac_cv_c_compiler_gnu+set}" = set; then 8.2746 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2747 else 8.2748 @@ -2315,49 +2811,49 @@ 8.2749 } 8.2750 _ACEOF 8.2751 rm -f conftest.$ac_objext 8.2752 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.2753 - (eval $ac_compile) 2>conftest.er1 8.2754 +if { (ac_try="$ac_compile" 8.2755 +case "(($ac_try" in 8.2756 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2757 + *) ac_try_echo=$ac_try;; 8.2758 +esac 8.2759 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2760 + (eval "$ac_compile") 2>conftest.er1 8.2761 ac_status=$? 8.2762 grep -v '^ *+' conftest.er1 >conftest.err 8.2763 rm -f conftest.er1 8.2764 cat conftest.err >&5 8.2765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2766 - (exit $ac_status); } && 8.2767 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.2768 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.2769 - (eval $ac_try) 2>&5 8.2770 - ac_status=$? 8.2771 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2772 - (exit $ac_status); }; } && 8.2773 - { ac_try='test -s conftest.$ac_objext' 8.2774 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.2775 - (eval $ac_try) 2>&5 8.2776 - ac_status=$? 8.2777 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2778 - (exit $ac_status); }; }; then 8.2779 + (exit $ac_status); } && { 8.2780 + test -z "$ac_c_werror_flag" || 8.2781 + test ! -s conftest.err 8.2782 + } && test -s conftest.$ac_objext; then 8.2783 ac_compiler_gnu=yes 8.2784 else 8.2785 echo "$as_me: failed program was:" >&5 8.2786 sed 's/^/| /' conftest.$ac_ext >&5 8.2787 8.2788 -ac_compiler_gnu=no 8.2789 -fi 8.2790 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.2791 + ac_compiler_gnu=no 8.2792 +fi 8.2793 + 8.2794 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.2795 ac_cv_c_compiler_gnu=$ac_compiler_gnu 8.2796 8.2797 fi 8.2798 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 8.2799 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 8.2800 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 8.2801 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 8.2802 GCC=`test $ac_compiler_gnu = yes && echo yes` 8.2803 ac_test_CFLAGS=${CFLAGS+set} 8.2804 ac_save_CFLAGS=$CFLAGS 8.2805 -CFLAGS="-g" 8.2806 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 8.2807 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 8.2808 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 8.2809 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 8.2810 if test "${ac_cv_prog_cc_g+set}" = set; then 8.2811 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2812 else 8.2813 - cat >conftest.$ac_ext <<_ACEOF 8.2814 + ac_save_c_werror_flag=$ac_c_werror_flag 8.2815 + ac_c_werror_flag=yes 8.2816 + ac_cv_prog_cc_g=no 8.2817 + CFLAGS="-g" 8.2818 + cat >conftest.$ac_ext <<_ACEOF 8.2819 /* confdefs.h. */ 8.2820 _ACEOF 8.2821 cat confdefs.h >>conftest.$ac_ext 8.2822 @@ -2373,37 +2869,118 @@ 8.2823 } 8.2824 _ACEOF 8.2825 rm -f conftest.$ac_objext 8.2826 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.2827 - (eval $ac_compile) 2>conftest.er1 8.2828 +if { (ac_try="$ac_compile" 8.2829 +case "(($ac_try" in 8.2830 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2831 + *) ac_try_echo=$ac_try;; 8.2832 +esac 8.2833 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2834 + (eval "$ac_compile") 2>conftest.er1 8.2835 ac_status=$? 8.2836 grep -v '^ *+' conftest.er1 >conftest.err 8.2837 rm -f conftest.er1 8.2838 cat conftest.err >&5 8.2839 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2840 - (exit $ac_status); } && 8.2841 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.2842 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.2843 - (eval $ac_try) 2>&5 8.2844 - ac_status=$? 8.2845 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2846 - (exit $ac_status); }; } && 8.2847 - { ac_try='test -s conftest.$ac_objext' 8.2848 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.2849 - (eval $ac_try) 2>&5 8.2850 - ac_status=$? 8.2851 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2852 - (exit $ac_status); }; }; then 8.2853 + (exit $ac_status); } && { 8.2854 + test -z "$ac_c_werror_flag" || 8.2855 + test ! -s conftest.err 8.2856 + } && test -s conftest.$ac_objext; then 8.2857 ac_cv_prog_cc_g=yes 8.2858 else 8.2859 echo "$as_me: failed program was:" >&5 8.2860 sed 's/^/| /' conftest.$ac_ext >&5 8.2861 8.2862 -ac_cv_prog_cc_g=no 8.2863 -fi 8.2864 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.2865 -fi 8.2866 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 8.2867 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 8.2868 + CFLAGS="" 8.2869 + cat >conftest.$ac_ext <<_ACEOF 8.2870 +/* confdefs.h. */ 8.2871 +_ACEOF 8.2872 +cat confdefs.h >>conftest.$ac_ext 8.2873 +cat >>conftest.$ac_ext <<_ACEOF 8.2874 +/* end confdefs.h. */ 8.2875 + 8.2876 +int 8.2877 +main () 8.2878 +{ 8.2879 + 8.2880 + ; 8.2881 + return 0; 8.2882 +} 8.2883 +_ACEOF 8.2884 +rm -f conftest.$ac_objext 8.2885 +if { (ac_try="$ac_compile" 8.2886 +case "(($ac_try" in 8.2887 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2888 + *) ac_try_echo=$ac_try;; 8.2889 +esac 8.2890 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2891 + (eval "$ac_compile") 2>conftest.er1 8.2892 + ac_status=$? 8.2893 + grep -v '^ *+' conftest.er1 >conftest.err 8.2894 + rm -f conftest.er1 8.2895 + cat conftest.err >&5 8.2896 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2897 + (exit $ac_status); } && { 8.2898 + test -z "$ac_c_werror_flag" || 8.2899 + test ! -s conftest.err 8.2900 + } && test -s conftest.$ac_objext; then 8.2901 + : 8.2902 +else 8.2903 + echo "$as_me: failed program was:" >&5 8.2904 +sed 's/^/| /' conftest.$ac_ext >&5 8.2905 + 8.2906 + ac_c_werror_flag=$ac_save_c_werror_flag 8.2907 + CFLAGS="-g" 8.2908 + cat >conftest.$ac_ext <<_ACEOF 8.2909 +/* confdefs.h. */ 8.2910 +_ACEOF 8.2911 +cat confdefs.h >>conftest.$ac_ext 8.2912 +cat >>conftest.$ac_ext <<_ACEOF 8.2913 +/* end confdefs.h. */ 8.2914 + 8.2915 +int 8.2916 +main () 8.2917 +{ 8.2918 + 8.2919 + ; 8.2920 + return 0; 8.2921 +} 8.2922 +_ACEOF 8.2923 +rm -f conftest.$ac_objext 8.2924 +if { (ac_try="$ac_compile" 8.2925 +case "(($ac_try" in 8.2926 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.2927 + *) ac_try_echo=$ac_try;; 8.2928 +esac 8.2929 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.2930 + (eval "$ac_compile") 2>conftest.er1 8.2931 + ac_status=$? 8.2932 + grep -v '^ *+' conftest.er1 >conftest.err 8.2933 + rm -f conftest.er1 8.2934 + cat conftest.err >&5 8.2935 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.2936 + (exit $ac_status); } && { 8.2937 + test -z "$ac_c_werror_flag" || 8.2938 + test ! -s conftest.err 8.2939 + } && test -s conftest.$ac_objext; then 8.2940 + ac_cv_prog_cc_g=yes 8.2941 +else 8.2942 + echo "$as_me: failed program was:" >&5 8.2943 +sed 's/^/| /' conftest.$ac_ext >&5 8.2944 + 8.2945 + 8.2946 +fi 8.2947 + 8.2948 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.2949 +fi 8.2950 + 8.2951 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.2952 +fi 8.2953 + 8.2954 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.2955 + ac_c_werror_flag=$ac_save_c_werror_flag 8.2956 +fi 8.2957 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 8.2958 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 8.2959 if test "$ac_test_CFLAGS" = set; then 8.2960 CFLAGS=$ac_save_CFLAGS 8.2961 elif test $ac_cv_prog_cc_g = yes; then 8.2962 @@ -2419,12 +2996,12 @@ 8.2963 CFLAGS= 8.2964 fi 8.2965 fi 8.2966 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 8.2967 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 8.2968 -if test "${ac_cv_prog_cc_stdc+set}" = set; then 8.2969 +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 8.2970 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 8.2971 +if test "${ac_cv_prog_cc_c89+set}" = set; then 8.2972 echo $ECHO_N "(cached) $ECHO_C" >&6 8.2973 else 8.2974 - ac_cv_prog_cc_stdc=no 8.2975 + ac_cv_prog_cc_c89=no 8.2976 ac_save_CC=$CC 8.2977 cat >conftest.$ac_ext <<_ACEOF 8.2978 /* confdefs.h. */ 8.2979 @@ -2458,12 +3035,17 @@ 8.2980 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 8.2981 function prototypes and stuff, but not '\xHH' hex character constants. 8.2982 These don't provoke an error unfortunately, instead are silently treated 8.2983 - as 'x'. The following induces an error, until -std1 is added to get 8.2984 + as 'x'. The following induces an error, until -std is added to get 8.2985 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 8.2986 array size at least. It's necessary to write '\x00'==0 to get something 8.2987 - that's true only with -std1. */ 8.2988 + that's true only with -std. */ 8.2989 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 8.2990 8.2991 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters 8.2992 + inside strings and character constants. */ 8.2993 +#define FOO(x) 'x' 8.2994 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; 8.2995 + 8.2996 int test (int i, double x); 8.2997 struct s1 {int (*f) (int a);}; 8.2998 struct s2 {int (*f) (double a);}; 8.2999 @@ -2478,201 +3060,57 @@ 8.3000 return 0; 8.3001 } 8.3002 _ACEOF 8.3003 -# Don't try gcc -ansi; that turns off useful extensions and 8.3004 -# breaks some systems' header files. 8.3005 -# AIX -qlanglvl=ansi 8.3006 -# Ultrix and OSF/1 -std1 8.3007 -# HP-UX 10.20 and later -Ae 8.3008 -# HP-UX older versions -Aa -D_HPUX_SOURCE 8.3009 -# SVR4 -Xc -D__EXTENSIONS__ 8.3010 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 8.3011 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 8.3012 + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 8.3013 do 8.3014 CC="$ac_save_CC $ac_arg" 8.3015 rm -f conftest.$ac_objext 8.3016 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.3017 - (eval $ac_compile) 2>conftest.er1 8.3018 +if { (ac_try="$ac_compile" 8.3019 +case "(($ac_try" in 8.3020 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3021 + *) ac_try_echo=$ac_try;; 8.3022 +esac 8.3023 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3024 + (eval "$ac_compile") 2>conftest.er1 8.3025 ac_status=$? 8.3026 grep -v '^ *+' conftest.er1 >conftest.err 8.3027 rm -f conftest.er1 8.3028 cat conftest.err >&5 8.3029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3030 - (exit $ac_status); } && 8.3031 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3032 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3033 - (eval $ac_try) 2>&5 8.3034 - ac_status=$? 8.3035 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3036 - (exit $ac_status); }; } && 8.3037 - { ac_try='test -s conftest.$ac_objext' 8.3038 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3039 - (eval $ac_try) 2>&5 8.3040 - ac_status=$? 8.3041 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3042 - (exit $ac_status); }; }; then 8.3043 - ac_cv_prog_cc_stdc=$ac_arg 8.3044 -break 8.3045 + (exit $ac_status); } && { 8.3046 + test -z "$ac_c_werror_flag" || 8.3047 + test ! -s conftest.err 8.3048 + } && test -s conftest.$ac_objext; then 8.3049 + ac_cv_prog_cc_c89=$ac_arg 8.3050 else 8.3051 echo "$as_me: failed program was:" >&5 8.3052 sed 's/^/| /' conftest.$ac_ext >&5 8.3053 8.3054 -fi 8.3055 -rm -f conftest.err conftest.$ac_objext 8.3056 + 8.3057 +fi 8.3058 + 8.3059 +rm -f core conftest.err conftest.$ac_objext 8.3060 + test "x$ac_cv_prog_cc_c89" != "xno" && break 8.3061 done 8.3062 -rm -f conftest.$ac_ext conftest.$ac_objext 8.3063 +rm -f conftest.$ac_ext 8.3064 CC=$ac_save_CC 8.3065 8.3066 fi 8.3067 - 8.3068 -case "x$ac_cv_prog_cc_stdc" in 8.3069 - x|xno) 8.3070 - echo "$as_me:$LINENO: result: none needed" >&5 8.3071 -echo "${ECHO_T}none needed" >&6 ;; 8.3072 +# AC_CACHE_VAL 8.3073 +case "x$ac_cv_prog_cc_c89" in 8.3074 + x) 8.3075 + { echo "$as_me:$LINENO: result: none needed" >&5 8.3076 +echo "${ECHO_T}none needed" >&6; } ;; 8.3077 + xno) 8.3078 + { echo "$as_me:$LINENO: result: unsupported" >&5 8.3079 +echo "${ECHO_T}unsupported" >&6; } ;; 8.3080 *) 8.3081 - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 8.3082 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 8.3083 - CC="$CC $ac_cv_prog_cc_stdc" ;; 8.3084 + CC="$CC $ac_cv_prog_cc_c89" 8.3085 + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 8.3086 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 8.3087 esac 8.3088 8.3089 -# Some people use a C++ compiler to compile C. Since we use `exit', 8.3090 -# in C++ we need to declare it. In case someone uses the same compiler 8.3091 -# for both compiling C and C++ we need to have the C++ compiler decide 8.3092 -# the declaration of exit, since it's the most demanding environment. 8.3093 -cat >conftest.$ac_ext <<_ACEOF 8.3094 -#ifndef __cplusplus 8.3095 - choke me 8.3096 -#endif 8.3097 -_ACEOF 8.3098 -rm -f conftest.$ac_objext 8.3099 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.3100 - (eval $ac_compile) 2>conftest.er1 8.3101 - ac_status=$? 8.3102 - grep -v '^ *+' conftest.er1 >conftest.err 8.3103 - rm -f conftest.er1 8.3104 - cat conftest.err >&5 8.3105 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3106 - (exit $ac_status); } && 8.3107 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3108 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3109 - (eval $ac_try) 2>&5 8.3110 - ac_status=$? 8.3111 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3112 - (exit $ac_status); }; } && 8.3113 - { ac_try='test -s conftest.$ac_objext' 8.3114 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3115 - (eval $ac_try) 2>&5 8.3116 - ac_status=$? 8.3117 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3118 - (exit $ac_status); }; }; then 8.3119 - for ac_declaration in \ 8.3120 - '' \ 8.3121 - 'extern "C" void std::exit (int) throw (); using std::exit;' \ 8.3122 - 'extern "C" void std::exit (int); using std::exit;' \ 8.3123 - 'extern "C" void exit (int) throw ();' \ 8.3124 - 'extern "C" void exit (int);' \ 8.3125 - 'void exit (int);' 8.3126 -do 8.3127 - cat >conftest.$ac_ext <<_ACEOF 8.3128 -/* confdefs.h. */ 8.3129 -_ACEOF 8.3130 -cat confdefs.h >>conftest.$ac_ext 8.3131 -cat >>conftest.$ac_ext <<_ACEOF 8.3132 -/* end confdefs.h. */ 8.3133 -$ac_declaration 8.3134 -#include <stdlib.h> 8.3135 -int 8.3136 -main () 8.3137 -{ 8.3138 -exit (42); 8.3139 - ; 8.3140 - return 0; 8.3141 -} 8.3142 -_ACEOF 8.3143 -rm -f conftest.$ac_objext 8.3144 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.3145 - (eval $ac_compile) 2>conftest.er1 8.3146 - ac_status=$? 8.3147 - grep -v '^ *+' conftest.er1 >conftest.err 8.3148 - rm -f conftest.er1 8.3149 - cat conftest.err >&5 8.3150 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3151 - (exit $ac_status); } && 8.3152 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3153 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3154 - (eval $ac_try) 2>&5 8.3155 - ac_status=$? 8.3156 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3157 - (exit $ac_status); }; } && 8.3158 - { ac_try='test -s conftest.$ac_objext' 8.3159 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3160 - (eval $ac_try) 2>&5 8.3161 - ac_status=$? 8.3162 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3163 - (exit $ac_status); }; }; then 8.3164 - : 8.3165 -else 8.3166 - echo "$as_me: failed program was:" >&5 8.3167 -sed 's/^/| /' conftest.$ac_ext >&5 8.3168 - 8.3169 -continue 8.3170 -fi 8.3171 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.3172 - cat >conftest.$ac_ext <<_ACEOF 8.3173 -/* confdefs.h. */ 8.3174 -_ACEOF 8.3175 -cat confdefs.h >>conftest.$ac_ext 8.3176 -cat >>conftest.$ac_ext <<_ACEOF 8.3177 -/* end confdefs.h. */ 8.3178 -$ac_declaration 8.3179 -int 8.3180 -main () 8.3181 -{ 8.3182 -exit (42); 8.3183 - ; 8.3184 - return 0; 8.3185 -} 8.3186 -_ACEOF 8.3187 -rm -f conftest.$ac_objext 8.3188 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.3189 - (eval $ac_compile) 2>conftest.er1 8.3190 - ac_status=$? 8.3191 - grep -v '^ *+' conftest.er1 >conftest.err 8.3192 - rm -f conftest.er1 8.3193 - cat conftest.err >&5 8.3194 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3195 - (exit $ac_status); } && 8.3196 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3197 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3198 - (eval $ac_try) 2>&5 8.3199 - ac_status=$? 8.3200 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3201 - (exit $ac_status); }; } && 8.3202 - { ac_try='test -s conftest.$ac_objext' 8.3203 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3204 - (eval $ac_try) 2>&5 8.3205 - ac_status=$? 8.3206 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3207 - (exit $ac_status); }; }; then 8.3208 - break 8.3209 -else 8.3210 - echo "$as_me: failed program was:" >&5 8.3211 -sed 's/^/| /' conftest.$ac_ext >&5 8.3212 - 8.3213 -fi 8.3214 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.3215 -done 8.3216 -rm -f conftest* 8.3217 -if test -n "$ac_declaration"; then 8.3218 - echo '#ifdef __cplusplus' >>confdefs.h 8.3219 - echo $ac_declaration >>confdefs.h 8.3220 - echo '#endif' >>confdefs.h 8.3221 -fi 8.3222 - 8.3223 -else 8.3224 - echo "$as_me: failed program was:" >&5 8.3225 -sed 's/^/| /' conftest.$ac_ext >&5 8.3226 - 8.3227 -fi 8.3228 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.3229 + 8.3230 ac_ext=c 8.3231 ac_cpp='$CPP $CPPFLAGS' 8.3232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8.3233 @@ -2680,7 +3118,7 @@ 8.3234 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8.3235 DEPDIR="${am__leading_dot}deps" 8.3236 8.3237 - ac_config_commands="$ac_config_commands depfiles" 8.3238 +ac_config_commands="$ac_config_commands depfiles" 8.3239 8.3240 8.3241 am_make=${MAKE-make} 8.3242 @@ -2690,8 +3128,8 @@ 8.3243 .PHONY: am__doit 8.3244 END 8.3245 # If we don't find an include directive, just comment out the code. 8.3246 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 8.3247 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 8.3248 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 8.3249 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 8.3250 am__include="#" 8.3251 am__quote= 8.3252 _am_result=none 8.3253 @@ -2718,15 +3156,15 @@ 8.3254 fi 8.3255 8.3256 8.3257 -echo "$as_me:$LINENO: result: $_am_result" >&5 8.3258 -echo "${ECHO_T}$_am_result" >&6 8.3259 +{ echo "$as_me:$LINENO: result: $_am_result" >&5 8.3260 +echo "${ECHO_T}$_am_result" >&6; } 8.3261 rm -f confinc confmf 8.3262 8.3263 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. 8.3264 +# Check whether --enable-dependency-tracking was given. 8.3265 if test "${enable_dependency_tracking+set}" = set; then 8.3266 - enableval="$enable_dependency_tracking" 8.3267 - 8.3268 -fi; 8.3269 + enableval=$enable_dependency_tracking; 8.3270 +fi 8.3271 + 8.3272 if test "x$enable_dependency_tracking" != xno; then 8.3273 am_depcomp="$ac_aux_dir/depcomp" 8.3274 AMDEPBACKSLASH='\' 8.3275 @@ -2746,8 +3184,8 @@ 8.3276 8.3277 depcc="$CC" am_compiler_list= 8.3278 8.3279 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 8.3280 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 8.3281 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 8.3282 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 8.3283 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 8.3284 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3285 else 8.3286 @@ -2829,8 +3267,8 @@ 8.3287 fi 8.3288 8.3289 fi 8.3290 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 8.3291 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 8.3292 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 8.3293 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 8.3294 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 8.3295 8.3296 8.3297 @@ -2847,14 +3285,12 @@ 8.3298 8.3299 8.3300 8.3301 - 8.3302 - echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 8.3303 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 8.3304 -if test "${ac_cv_lib_cposix_strerror+set}" = set; then 8.3305 +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 8.3306 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } 8.3307 +if test "${ac_cv_search_strerror+set}" = set; then 8.3308 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3309 else 8.3310 - ac_check_lib_save_LIBS=$LIBS 8.3311 -LIBS="-lcposix $LIBS" 8.3312 + ac_func_search_save_LIBS=$LIBS 8.3313 cat >conftest.$ac_ext <<_ACEOF 8.3314 /* confdefs.h. */ 8.3315 _ACEOF 8.3316 @@ -2862,68 +3298,83 @@ 8.3317 cat >>conftest.$ac_ext <<_ACEOF 8.3318 /* end confdefs.h. */ 8.3319 8.3320 -/* Override any gcc2 internal prototype to avoid an error. */ 8.3321 +/* Override any GCC internal prototype to avoid an error. 8.3322 + Use char because int might match the return type of a GCC 8.3323 + builtin and then its argument prototype would still apply. */ 8.3324 #ifdef __cplusplus 8.3325 extern "C" 8.3326 #endif 8.3327 -/* We use char because int might match the return type of a gcc2 8.3328 - builtin and then its argument prototype would still apply. */ 8.3329 char strerror (); 8.3330 int 8.3331 main () 8.3332 { 8.3333 -strerror (); 8.3334 +return strerror (); 8.3335 ; 8.3336 return 0; 8.3337 } 8.3338 _ACEOF 8.3339 -rm -f conftest.$ac_objext conftest$ac_exeext 8.3340 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.3341 - (eval $ac_link) 2>conftest.er1 8.3342 +for ac_lib in '' cposix; do 8.3343 + if test -z "$ac_lib"; then 8.3344 + ac_res="none required" 8.3345 + else 8.3346 + ac_res=-l$ac_lib 8.3347 + LIBS="-l$ac_lib $ac_func_search_save_LIBS" 8.3348 + fi 8.3349 + rm -f conftest.$ac_objext conftest$ac_exeext 8.3350 +if { (ac_try="$ac_link" 8.3351 +case "(($ac_try" in 8.3352 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3353 + *) ac_try_echo=$ac_try;; 8.3354 +esac 8.3355 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3356 + (eval "$ac_link") 2>conftest.er1 8.3357 ac_status=$? 8.3358 grep -v '^ *+' conftest.er1 >conftest.err 8.3359 rm -f conftest.er1 8.3360 cat conftest.err >&5 8.3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3362 - (exit $ac_status); } && 8.3363 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3364 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3365 - (eval $ac_try) 2>&5 8.3366 - ac_status=$? 8.3367 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3368 - (exit $ac_status); }; } && 8.3369 - { ac_try='test -s conftest$ac_exeext' 8.3370 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3371 - (eval $ac_try) 2>&5 8.3372 - ac_status=$? 8.3373 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3374 - (exit $ac_status); }; }; then 8.3375 - ac_cv_lib_cposix_strerror=yes 8.3376 + (exit $ac_status); } && { 8.3377 + test -z "$ac_c_werror_flag" || 8.3378 + test ! -s conftest.err 8.3379 + } && test -s conftest$ac_exeext && 8.3380 + $as_test_x conftest$ac_exeext; then 8.3381 + ac_cv_search_strerror=$ac_res 8.3382 else 8.3383 echo "$as_me: failed program was:" >&5 8.3384 sed 's/^/| /' conftest.$ac_ext >&5 8.3385 8.3386 -ac_cv_lib_cposix_strerror=no 8.3387 -fi 8.3388 -rm -f conftest.err conftest.$ac_objext \ 8.3389 - conftest$ac_exeext conftest.$ac_ext 8.3390 -LIBS=$ac_check_lib_save_LIBS 8.3391 -fi 8.3392 -echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 8.3393 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 8.3394 -if test $ac_cv_lib_cposix_strerror = yes; then 8.3395 - LIBS="$LIBS -lcposix" 8.3396 -fi 8.3397 - 8.3398 - 8.3399 + 8.3400 +fi 8.3401 + 8.3402 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.3403 + conftest$ac_exeext 8.3404 + if test "${ac_cv_search_strerror+set}" = set; then 8.3405 + break 8.3406 +fi 8.3407 +done 8.3408 +if test "${ac_cv_search_strerror+set}" = set; then 8.3409 + : 8.3410 +else 8.3411 + ac_cv_search_strerror=no 8.3412 +fi 8.3413 +rm conftest.$ac_ext 8.3414 +LIBS=$ac_func_search_save_LIBS 8.3415 +fi 8.3416 +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 8.3417 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; } 8.3418 +ac_res=$ac_cv_search_strerror 8.3419 +if test "$ac_res" != no; then 8.3420 + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 8.3421 + 8.3422 +fi 8.3423 8.3424 ac_ext=c 8.3425 ac_cpp='$CPP $CPPFLAGS' 8.3426 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8.3427 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8.3428 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8.3429 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 8.3430 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 8.3431 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 8.3432 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 8.3433 # On Suns, sometimes $CPP names a directory. 8.3434 if test -n "$CPP" && test -d "$CPP"; then 8.3435 CPP= 8.3436 @@ -2957,24 +3408,22 @@ 8.3437 #endif 8.3438 Syntax error 8.3439 _ACEOF 8.3440 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8.3441 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8.3442 +if { (ac_try="$ac_cpp conftest.$ac_ext" 8.3443 +case "(($ac_try" in 8.3444 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3445 + *) ac_try_echo=$ac_try;; 8.3446 +esac 8.3447 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3448 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8.3449 ac_status=$? 8.3450 grep -v '^ *+' conftest.er1 >conftest.err 8.3451 rm -f conftest.er1 8.3452 cat conftest.err >&5 8.3453 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3454 - (exit $ac_status); } >/dev/null; then 8.3455 - if test -s conftest.err; then 8.3456 - ac_cpp_err=$ac_c_preproc_warn_flag 8.3457 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8.3458 - else 8.3459 - ac_cpp_err= 8.3460 - fi 8.3461 -else 8.3462 - ac_cpp_err=yes 8.3463 -fi 8.3464 -if test -z "$ac_cpp_err"; then 8.3465 + (exit $ac_status); } >/dev/null && { 8.3466 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8.3467 + test ! -s conftest.err 8.3468 + }; then 8.3469 : 8.3470 else 8.3471 echo "$as_me: failed program was:" >&5 8.3472 @@ -2983,9 +3432,10 @@ 8.3473 # Broken: fails on valid input. 8.3474 continue 8.3475 fi 8.3476 + 8.3477 rm -f conftest.err conftest.$ac_ext 8.3478 8.3479 - # OK, works on sane cases. Now check whether non-existent headers 8.3480 + # OK, works on sane cases. Now check whether nonexistent headers 8.3481 # can be detected and how. 8.3482 cat >conftest.$ac_ext <<_ACEOF 8.3483 /* confdefs.h. */ 8.3484 @@ -2995,24 +3445,22 @@ 8.3485 /* end confdefs.h. */ 8.3486 #include <ac_nonexistent.h> 8.3487 _ACEOF 8.3488 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8.3489 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8.3490 +if { (ac_try="$ac_cpp conftest.$ac_ext" 8.3491 +case "(($ac_try" in 8.3492 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3493 + *) ac_try_echo=$ac_try;; 8.3494 +esac 8.3495 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3496 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8.3497 ac_status=$? 8.3498 grep -v '^ *+' conftest.er1 >conftest.err 8.3499 rm -f conftest.er1 8.3500 cat conftest.err >&5 8.3501 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3502 - (exit $ac_status); } >/dev/null; then 8.3503 - if test -s conftest.err; then 8.3504 - ac_cpp_err=$ac_c_preproc_warn_flag 8.3505 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8.3506 - else 8.3507 - ac_cpp_err= 8.3508 - fi 8.3509 -else 8.3510 - ac_cpp_err=yes 8.3511 -fi 8.3512 -if test -z "$ac_cpp_err"; then 8.3513 + (exit $ac_status); } >/dev/null && { 8.3514 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8.3515 + test ! -s conftest.err 8.3516 + }; then 8.3517 # Broken: success on invalid input. 8.3518 continue 8.3519 else 8.3520 @@ -3023,6 +3471,7 @@ 8.3521 ac_preproc_ok=: 8.3522 break 8.3523 fi 8.3524 + 8.3525 rm -f conftest.err conftest.$ac_ext 8.3526 8.3527 done 8.3528 @@ -3040,8 +3489,8 @@ 8.3529 else 8.3530 ac_cv_prog_CPP=$CPP 8.3531 fi 8.3532 -echo "$as_me:$LINENO: result: $CPP" >&5 8.3533 -echo "${ECHO_T}$CPP" >&6 8.3534 +{ echo "$as_me:$LINENO: result: $CPP" >&5 8.3535 +echo "${ECHO_T}$CPP" >&6; } 8.3536 ac_preproc_ok=false 8.3537 for ac_c_preproc_warn_flag in '' yes 8.3538 do 8.3539 @@ -3064,24 +3513,22 @@ 8.3540 #endif 8.3541 Syntax error 8.3542 _ACEOF 8.3543 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8.3544 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8.3545 +if { (ac_try="$ac_cpp conftest.$ac_ext" 8.3546 +case "(($ac_try" in 8.3547 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3548 + *) ac_try_echo=$ac_try;; 8.3549 +esac 8.3550 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3551 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8.3552 ac_status=$? 8.3553 grep -v '^ *+' conftest.er1 >conftest.err 8.3554 rm -f conftest.er1 8.3555 cat conftest.err >&5 8.3556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3557 - (exit $ac_status); } >/dev/null; then 8.3558 - if test -s conftest.err; then 8.3559 - ac_cpp_err=$ac_c_preproc_warn_flag 8.3560 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8.3561 - else 8.3562 - ac_cpp_err= 8.3563 - fi 8.3564 -else 8.3565 - ac_cpp_err=yes 8.3566 -fi 8.3567 -if test -z "$ac_cpp_err"; then 8.3568 + (exit $ac_status); } >/dev/null && { 8.3569 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8.3570 + test ! -s conftest.err 8.3571 + }; then 8.3572 : 8.3573 else 8.3574 echo "$as_me: failed program was:" >&5 8.3575 @@ -3090,9 +3537,10 @@ 8.3576 # Broken: fails on valid input. 8.3577 continue 8.3578 fi 8.3579 + 8.3580 rm -f conftest.err conftest.$ac_ext 8.3581 8.3582 - # OK, works on sane cases. Now check whether non-existent headers 8.3583 + # OK, works on sane cases. Now check whether nonexistent headers 8.3584 # can be detected and how. 8.3585 cat >conftest.$ac_ext <<_ACEOF 8.3586 /* confdefs.h. */ 8.3587 @@ -3102,24 +3550,22 @@ 8.3588 /* end confdefs.h. */ 8.3589 #include <ac_nonexistent.h> 8.3590 _ACEOF 8.3591 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8.3592 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8.3593 +if { (ac_try="$ac_cpp conftest.$ac_ext" 8.3594 +case "(($ac_try" in 8.3595 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3596 + *) ac_try_echo=$ac_try;; 8.3597 +esac 8.3598 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3599 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8.3600 ac_status=$? 8.3601 grep -v '^ *+' conftest.er1 >conftest.err 8.3602 rm -f conftest.er1 8.3603 cat conftest.err >&5 8.3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3605 - (exit $ac_status); } >/dev/null; then 8.3606 - if test -s conftest.err; then 8.3607 - ac_cpp_err=$ac_c_preproc_warn_flag 8.3608 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8.3609 - else 8.3610 - ac_cpp_err= 8.3611 - fi 8.3612 -else 8.3613 - ac_cpp_err=yes 8.3614 -fi 8.3615 -if test -z "$ac_cpp_err"; then 8.3616 + (exit $ac_status); } >/dev/null && { 8.3617 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8.3618 + test ! -s conftest.err 8.3619 + }; then 8.3620 # Broken: success on invalid input. 8.3621 continue 8.3622 else 8.3623 @@ -3130,6 +3576,7 @@ 8.3624 ac_preproc_ok=: 8.3625 break 8.3626 fi 8.3627 + 8.3628 rm -f conftest.err conftest.$ac_ext 8.3629 8.3630 done 8.3631 @@ -3152,23 +3599,170 @@ 8.3632 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8.3633 8.3634 8.3635 -echo "$as_me:$LINENO: checking for egrep" >&5 8.3636 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 8.3637 -if test "${ac_cv_prog_egrep+set}" = set; then 8.3638 +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 8.3639 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 8.3640 +if test "${ac_cv_path_GREP+set}" = set; then 8.3641 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3642 else 8.3643 - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 8.3644 - then ac_cv_prog_egrep='grep -E' 8.3645 - else ac_cv_prog_egrep='egrep' 8.3646 + # Extract the first word of "grep ggrep" to use in msg output 8.3647 +if test -z "$GREP"; then 8.3648 +set dummy grep ggrep; ac_prog_name=$2 8.3649 +if test "${ac_cv_path_GREP+set}" = set; then 8.3650 + echo $ECHO_N "(cached) $ECHO_C" >&6 8.3651 +else 8.3652 + ac_path_GREP_found=false 8.3653 +# Loop through the user's path and test for each of PROGNAME-LIST 8.3654 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.3655 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 8.3656 +do 8.3657 + IFS=$as_save_IFS 8.3658 + test -z "$as_dir" && as_dir=. 8.3659 + for ac_prog in grep ggrep; do 8.3660 + for ac_exec_ext in '' $ac_executable_extensions; do 8.3661 + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 8.3662 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 8.3663 + # Check for GNU ac_path_GREP and select it if it is found. 8.3664 + # Check for GNU $ac_path_GREP 8.3665 +case `"$ac_path_GREP" --version 2>&1` in 8.3666 +*GNU*) 8.3667 + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; 8.3668 +*) 8.3669 + ac_count=0 8.3670 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 8.3671 + while : 8.3672 + do 8.3673 + cat "conftest.in" "conftest.in" >"conftest.tmp" 8.3674 + mv "conftest.tmp" "conftest.in" 8.3675 + cp "conftest.in" "conftest.nl" 8.3676 + echo 'GREP' >> "conftest.nl" 8.3677 + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 8.3678 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 8.3679 + ac_count=`expr $ac_count + 1` 8.3680 + if test $ac_count -gt ${ac_path_GREP_max-0}; then 8.3681 + # Best one so far, save it but keep looking for a better one 8.3682 + ac_cv_path_GREP="$ac_path_GREP" 8.3683 + ac_path_GREP_max=$ac_count 8.3684 fi 8.3685 -fi 8.3686 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 8.3687 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 8.3688 - EGREP=$ac_cv_prog_egrep 8.3689 - 8.3690 - 8.3691 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 8.3692 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 8.3693 + # 10*(2^10) chars as input seems more than enough 8.3694 + test $ac_count -gt 10 && break 8.3695 + done 8.3696 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 8.3697 +esac 8.3698 + 8.3699 + 8.3700 + $ac_path_GREP_found && break 3 8.3701 + done 8.3702 +done 8.3703 + 8.3704 +done 8.3705 +IFS=$as_save_IFS 8.3706 + 8.3707 + 8.3708 +fi 8.3709 + 8.3710 +GREP="$ac_cv_path_GREP" 8.3711 +if test -z "$GREP"; then 8.3712 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 8.3713 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 8.3714 + { (exit 1); exit 1; }; } 8.3715 +fi 8.3716 + 8.3717 +else 8.3718 + ac_cv_path_GREP=$GREP 8.3719 +fi 8.3720 + 8.3721 + 8.3722 +fi 8.3723 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 8.3724 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 8.3725 + GREP="$ac_cv_path_GREP" 8.3726 + 8.3727 + 8.3728 +{ echo "$as_me:$LINENO: checking for egrep" >&5 8.3729 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 8.3730 +if test "${ac_cv_path_EGREP+set}" = set; then 8.3731 + echo $ECHO_N "(cached) $ECHO_C" >&6 8.3732 +else 8.3733 + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 8.3734 + then ac_cv_path_EGREP="$GREP -E" 8.3735 + else 8.3736 + # Extract the first word of "egrep" to use in msg output 8.3737 +if test -z "$EGREP"; then 8.3738 +set dummy egrep; ac_prog_name=$2 8.3739 +if test "${ac_cv_path_EGREP+set}" = set; then 8.3740 + echo $ECHO_N "(cached) $ECHO_C" >&6 8.3741 +else 8.3742 + ac_path_EGREP_found=false 8.3743 +# Loop through the user's path and test for each of PROGNAME-LIST 8.3744 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.3745 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 8.3746 +do 8.3747 + IFS=$as_save_IFS 8.3748 + test -z "$as_dir" && as_dir=. 8.3749 + for ac_prog in egrep; do 8.3750 + for ac_exec_ext in '' $ac_executable_extensions; do 8.3751 + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 8.3752 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 8.3753 + # Check for GNU ac_path_EGREP and select it if it is found. 8.3754 + # Check for GNU $ac_path_EGREP 8.3755 +case `"$ac_path_EGREP" --version 2>&1` in 8.3756 +*GNU*) 8.3757 + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; 8.3758 +*) 8.3759 + ac_count=0 8.3760 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 8.3761 + while : 8.3762 + do 8.3763 + cat "conftest.in" "conftest.in" >"conftest.tmp" 8.3764 + mv "conftest.tmp" "conftest.in" 8.3765 + cp "conftest.in" "conftest.nl" 8.3766 + echo 'EGREP' >> "conftest.nl" 8.3767 + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 8.3768 + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 8.3769 + ac_count=`expr $ac_count + 1` 8.3770 + if test $ac_count -gt ${ac_path_EGREP_max-0}; then 8.3771 + # Best one so far, save it but keep looking for a better one 8.3772 + ac_cv_path_EGREP="$ac_path_EGREP" 8.3773 + ac_path_EGREP_max=$ac_count 8.3774 + fi 8.3775 + # 10*(2^10) chars as input seems more than enough 8.3776 + test $ac_count -gt 10 && break 8.3777 + done 8.3778 + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 8.3779 +esac 8.3780 + 8.3781 + 8.3782 + $ac_path_EGREP_found && break 3 8.3783 + done 8.3784 +done 8.3785 + 8.3786 +done 8.3787 +IFS=$as_save_IFS 8.3788 + 8.3789 + 8.3790 +fi 8.3791 + 8.3792 +EGREP="$ac_cv_path_EGREP" 8.3793 +if test -z "$EGREP"; then 8.3794 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 8.3795 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 8.3796 + { (exit 1); exit 1; }; } 8.3797 +fi 8.3798 + 8.3799 +else 8.3800 + ac_cv_path_EGREP=$EGREP 8.3801 +fi 8.3802 + 8.3803 + 8.3804 + fi 8.3805 +fi 8.3806 +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 8.3807 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 8.3808 + EGREP="$ac_cv_path_EGREP" 8.3809 + 8.3810 + 8.3811 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 8.3812 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 8.3813 if test "${ac_cv_header_stdc+set}" = set; then 8.3814 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3815 else 8.3816 @@ -3192,34 +3786,31 @@ 8.3817 } 8.3818 _ACEOF 8.3819 rm -f conftest.$ac_objext 8.3820 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.3821 - (eval $ac_compile) 2>conftest.er1 8.3822 +if { (ac_try="$ac_compile" 8.3823 +case "(($ac_try" in 8.3824 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3825 + *) ac_try_echo=$ac_try;; 8.3826 +esac 8.3827 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3828 + (eval "$ac_compile") 2>conftest.er1 8.3829 ac_status=$? 8.3830 grep -v '^ *+' conftest.er1 >conftest.err 8.3831 rm -f conftest.er1 8.3832 cat conftest.err >&5 8.3833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3834 - (exit $ac_status); } && 8.3835 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.3836 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3837 - (eval $ac_try) 2>&5 8.3838 - ac_status=$? 8.3839 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3840 - (exit $ac_status); }; } && 8.3841 - { ac_try='test -s conftest.$ac_objext' 8.3842 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3843 - (eval $ac_try) 2>&5 8.3844 - ac_status=$? 8.3845 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3846 - (exit $ac_status); }; }; then 8.3847 + (exit $ac_status); } && { 8.3848 + test -z "$ac_c_werror_flag" || 8.3849 + test ! -s conftest.err 8.3850 + } && test -s conftest.$ac_objext; then 8.3851 ac_cv_header_stdc=yes 8.3852 else 8.3853 echo "$as_me: failed program was:" >&5 8.3854 sed 's/^/| /' conftest.$ac_ext >&5 8.3855 8.3856 -ac_cv_header_stdc=no 8.3857 -fi 8.3858 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.3859 + ac_cv_header_stdc=no 8.3860 +fi 8.3861 + 8.3862 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.3863 8.3864 if test $ac_cv_header_stdc = yes; then 8.3865 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 8.3866 @@ -3275,6 +3866,7 @@ 8.3867 cat >>conftest.$ac_ext <<_ACEOF 8.3868 /* end confdefs.h. */ 8.3869 #include <ctype.h> 8.3870 +#include <stdlib.h> 8.3871 #if ((' ' & 0x0FF) == 0x020) 8.3872 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 8.3873 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 8.3874 @@ -3294,18 +3886,27 @@ 8.3875 for (i = 0; i < 256; i++) 8.3876 if (XOR (islower (i), ISLOWER (i)) 8.3877 || toupper (i) != TOUPPER (i)) 8.3878 - exit(2); 8.3879 - exit (0); 8.3880 + return 2; 8.3881 + return 0; 8.3882 } 8.3883 _ACEOF 8.3884 rm -f conftest$ac_exeext 8.3885 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.3886 - (eval $ac_link) 2>&5 8.3887 +if { (ac_try="$ac_link" 8.3888 +case "(($ac_try" in 8.3889 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3890 + *) ac_try_echo=$ac_try;; 8.3891 +esac 8.3892 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3893 + (eval "$ac_link") 2>&5 8.3894 ac_status=$? 8.3895 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3896 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8.3897 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.3898 - (eval $ac_try) 2>&5 8.3899 + { (case "(($ac_try" in 8.3900 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.3901 + *) ac_try_echo=$ac_try;; 8.3902 +esac 8.3903 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.3904 + (eval "$ac_try") 2>&5 8.3905 ac_status=$? 8.3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.3907 (exit $ac_status); }; }; then 8.3908 @@ -3318,12 +3919,14 @@ 8.3909 ( exit $ac_status ) 8.3910 ac_cv_header_stdc=no 8.3911 fi 8.3912 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.3913 -fi 8.3914 -fi 8.3915 -fi 8.3916 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 8.3917 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 8.3918 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.3919 +fi 8.3920 + 8.3921 + 8.3922 +fi 8.3923 +fi 8.3924 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 8.3925 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 8.3926 if test $ac_cv_header_stdc = yes; then 8.3927 8.3928 cat >>confdefs.h <<\_ACEOF 8.3929 @@ -3335,8 +3938,8 @@ 8.3930 if test -n "$ac_tool_prefix"; then 8.3931 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 8.3932 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 8.3933 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.3934 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.3935 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.3936 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.3937 if test "${ac_cv_prog_RANLIB+set}" = set; then 8.3938 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3939 else 8.3940 @@ -3349,32 +3952,34 @@ 8.3941 IFS=$as_save_IFS 8.3942 test -z "$as_dir" && as_dir=. 8.3943 for ac_exec_ext in '' $ac_executable_extensions; do 8.3944 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.3945 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.3946 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 8.3947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.3948 break 2 8.3949 fi 8.3950 done 8.3951 done 8.3952 +IFS=$as_save_IFS 8.3953 8.3954 fi 8.3955 fi 8.3956 RANLIB=$ac_cv_prog_RANLIB 8.3957 if test -n "$RANLIB"; then 8.3958 - echo "$as_me:$LINENO: result: $RANLIB" >&5 8.3959 -echo "${ECHO_T}$RANLIB" >&6 8.3960 -else 8.3961 - echo "$as_me:$LINENO: result: no" >&5 8.3962 -echo "${ECHO_T}no" >&6 8.3963 -fi 8.3964 + { echo "$as_me:$LINENO: result: $RANLIB" >&5 8.3965 +echo "${ECHO_T}$RANLIB" >&6; } 8.3966 +else 8.3967 + { echo "$as_me:$LINENO: result: no" >&5 8.3968 +echo "${ECHO_T}no" >&6; } 8.3969 +fi 8.3970 + 8.3971 8.3972 fi 8.3973 if test -z "$ac_cv_prog_RANLIB"; then 8.3974 ac_ct_RANLIB=$RANLIB 8.3975 # Extract the first word of "ranlib", so it can be a program name with args. 8.3976 set dummy ranlib; ac_word=$2 8.3977 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.3978 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.3979 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.3980 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.3981 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 8.3982 echo $ECHO_N "(cached) $ECHO_C" >&6 8.3983 else 8.3984 @@ -3387,27 +3992,41 @@ 8.3985 IFS=$as_save_IFS 8.3986 test -z "$as_dir" && as_dir=. 8.3987 for ac_exec_ext in '' $ac_executable_extensions; do 8.3988 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.3989 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.3990 ac_cv_prog_ac_ct_RANLIB="ranlib" 8.3991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.3992 break 2 8.3993 fi 8.3994 done 8.3995 done 8.3996 - 8.3997 - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 8.3998 +IFS=$as_save_IFS 8.3999 + 8.4000 fi 8.4001 fi 8.4002 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 8.4003 if test -n "$ac_ct_RANLIB"; then 8.4004 - echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 8.4005 -echo "${ECHO_T}$ac_ct_RANLIB" >&6 8.4006 -else 8.4007 - echo "$as_me:$LINENO: result: no" >&5 8.4008 -echo "${ECHO_T}no" >&6 8.4009 -fi 8.4010 - 8.4011 - RANLIB=$ac_ct_RANLIB 8.4012 + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 8.4013 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 8.4014 +else 8.4015 + { echo "$as_me:$LINENO: result: no" >&5 8.4016 +echo "${ECHO_T}no" >&6; } 8.4017 +fi 8.4018 + 8.4019 + if test "x$ac_ct_RANLIB" = x; then 8.4020 + RANLIB=":" 8.4021 + else 8.4022 + case $cross_compiling:$ac_tool_warned in 8.4023 +yes:) 8.4024 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8.4025 +whose name does not start with the host triplet. If you think this 8.4026 +configuration is useful to you, please write to autoconf@gnu.org." >&5 8.4027 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 8.4028 +whose name does not start with the host triplet. If you think this 8.4029 +configuration is useful to you, please write to autoconf@gnu.org." >&2;} 8.4030 +ac_tool_warned=yes ;; 8.4031 +esac 8.4032 + RANLIB=$ac_ct_RANLIB 8.4033 + fi 8.4034 else 8.4035 RANLIB="$ac_cv_prog_RANLIB" 8.4036 fi 8.4037 @@ -3419,8 +4038,8 @@ 8.4038 if test -n "$ac_tool_prefix"; then 8.4039 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 8.4040 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 8.4041 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.4042 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.4043 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.4044 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.4045 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 8.4046 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4047 else 8.4048 @@ -3435,34 +4054,35 @@ 8.4049 IFS=$as_save_IFS 8.4050 test -z "$as_dir" && as_dir=. 8.4051 for ac_exec_ext in '' $ac_executable_extensions; do 8.4052 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.4053 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.4054 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 8.4055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.4056 break 2 8.4057 fi 8.4058 done 8.4059 done 8.4060 +IFS=$as_save_IFS 8.4061 8.4062 ;; 8.4063 esac 8.4064 fi 8.4065 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 8.4066 - 8.4067 if test -n "$PKG_CONFIG"; then 8.4068 - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 8.4069 -echo "${ECHO_T}$PKG_CONFIG" >&6 8.4070 -else 8.4071 - echo "$as_me:$LINENO: result: no" >&5 8.4072 -echo "${ECHO_T}no" >&6 8.4073 -fi 8.4074 + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 8.4075 +echo "${ECHO_T}$PKG_CONFIG" >&6; } 8.4076 +else 8.4077 + { echo "$as_me:$LINENO: result: no" >&5 8.4078 +echo "${ECHO_T}no" >&6; } 8.4079 +fi 8.4080 + 8.4081 8.4082 fi 8.4083 if test -z "$ac_cv_path_PKG_CONFIG"; then 8.4084 ac_pt_PKG_CONFIG=$PKG_CONFIG 8.4085 # Extract the first word of "pkg-config", so it can be a program name with args. 8.4086 set dummy pkg-config; ac_word=$2 8.4087 -echo "$as_me:$LINENO: checking for $ac_word" >&5 8.4088 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8.4089 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 8.4090 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 8.4091 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then 8.4092 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4093 else 8.4094 @@ -3477,28 +4097,42 @@ 8.4095 IFS=$as_save_IFS 8.4096 test -z "$as_dir" && as_dir=. 8.4097 for ac_exec_ext in '' $ac_executable_extensions; do 8.4098 - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8.4099 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 8.4100 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 8.4101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 8.4102 break 2 8.4103 fi 8.4104 done 8.4105 done 8.4106 +IFS=$as_save_IFS 8.4107 8.4108 ;; 8.4109 esac 8.4110 fi 8.4111 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 8.4112 - 8.4113 if test -n "$ac_pt_PKG_CONFIG"; then 8.4114 - echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 8.4115 -echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 8.4116 -else 8.4117 - echo "$as_me:$LINENO: result: no" >&5 8.4118 -echo "${ECHO_T}no" >&6 8.4119 -fi 8.4120 - 8.4121 - PKG_CONFIG=$ac_pt_PKG_CONFIG 8.4122 + { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 8.4123 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } 8.4124 +else 8.4125 + { echo "$as_me:$LINENO: result: no" >&5 8.4126 +echo "${ECHO_T}no" >&6; } 8.4127 +fi 8.4128 + 8.4129 + if test "x$ac_pt_PKG_CONFIG" = x; then 8.4130 + PKG_CONFIG="" 8.4131 + else 8.4132 + case $cross_compiling:$ac_tool_warned in 8.4133 +yes:) 8.4134 +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 8.4135 +whose name does not start with the host triplet. If you think this 8.4136 +configuration is useful to you, please write to autoconf@gnu.org." >&5 8.4137 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 8.4138 +whose name does not start with the host triplet. If you think this 8.4139 +configuration is useful to you, please write to autoconf@gnu.org." >&2;} 8.4140 +ac_tool_warned=yes ;; 8.4141 +esac 8.4142 + PKG_CONFIG=$ac_pt_PKG_CONFIG 8.4143 + fi 8.4144 else 8.4145 PKG_CONFIG="$ac_cv_path_PKG_CONFIG" 8.4146 fi 8.4147 @@ -3506,24 +4140,27 @@ 8.4148 fi 8.4149 if test -n "$PKG_CONFIG"; then 8.4150 _pkg_min_version=0.9.0 8.4151 - echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 8.4152 -echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 8.4153 + { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 8.4154 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } 8.4155 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then 8.4156 - echo "$as_me:$LINENO: result: yes" >&5 8.4157 -echo "${ECHO_T}yes" >&6 8.4158 + { echo "$as_me:$LINENO: result: yes" >&5 8.4159 +echo "${ECHO_T}yes" >&6; } 8.4160 else 8.4161 - echo "$as_me:$LINENO: result: no" >&5 8.4162 -echo "${ECHO_T}no" >&6 8.4163 + { echo "$as_me:$LINENO: result: no" >&5 8.4164 +echo "${ECHO_T}no" >&6; } 8.4165 PKG_CONFIG="" 8.4166 fi 8.4167 8.4168 fi 8.4169 8.4170 pkg_failed=no 8.4171 -echo "$as_me:$LINENO: checking for GLIB" >&5 8.4172 -echo $ECHO_N "checking for GLIB... $ECHO_C" >&6 8.4173 +{ echo "$as_me:$LINENO: checking for GLIB" >&5 8.4174 +echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } 8.4175 8.4176 if test -n "$PKG_CONFIG"; then 8.4177 + if test -n "$GLIB_CFLAGS"; then 8.4178 + pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" 8.4179 + else 8.4180 if test -n "$PKG_CONFIG" && \ 8.4181 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 8.4182 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 8.4183 @@ -3534,10 +4171,14 @@ 8.4184 else 8.4185 pkg_failed=yes 8.4186 fi 8.4187 + fi 8.4188 else 8.4189 pkg_failed=untried 8.4190 fi 8.4191 if test -n "$PKG_CONFIG"; then 8.4192 + if test -n "$GLIB_LIBS"; then 8.4193 + pkg_cv_GLIB_LIBS="$GLIB_LIBS" 8.4194 + else 8.4195 if test -n "$PKG_CONFIG" && \ 8.4196 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 8.4197 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 8.4198 @@ -3548,72 +4189,93 @@ 8.4199 else 8.4200 pkg_failed=yes 8.4201 fi 8.4202 + fi 8.4203 else 8.4204 pkg_failed=untried 8.4205 fi 8.4206 8.4207 + 8.4208 + 8.4209 if test $pkg_failed = yes; then 8.4210 - GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` 8.4211 + 8.4212 +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then 8.4213 + _pkg_short_errors_supported=yes 8.4214 +else 8.4215 + _pkg_short_errors_supported=no 8.4216 +fi 8.4217 + if test $_pkg_short_errors_supported = yes; then 8.4218 + GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"` 8.4219 + else 8.4220 + GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` 8.4221 + fi 8.4222 # Put the nasty error message in config.log where it belongs 8.4223 - echo "$GLIB_PKG_ERRORS" 1>&5 8.4224 - 8.4225 - { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met. 8.4226 + echo "$GLIB_PKG_ERRORS" >&5 8.4227 + 8.4228 + { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met: 8.4229 + 8.4230 +$GLIB_PKG_ERRORS 8.4231 + 8.4232 Consider adjusting the PKG_CONFIG_PATH environment variable if you 8.4233 installed software in a non-standard prefix. 8.4234 8.4235 -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables 8.4236 -to avoid the need to call pkg-config. See the pkg-config man page for 8.4237 -more details." >&5 8.4238 -echo "$as_me: error: Package requirements (glib-2.0) were not met. 8.4239 +Alternatively, you may set the environment variables GLIB_CFLAGS 8.4240 +and GLIB_LIBS to avoid the need to call pkg-config. 8.4241 +See the pkg-config man page for more details. 8.4242 +" >&5 8.4243 +echo "$as_me: error: Package requirements (glib-2.0) were not met: 8.4244 + 8.4245 +$GLIB_PKG_ERRORS 8.4246 + 8.4247 Consider adjusting the PKG_CONFIG_PATH environment variable if you 8.4248 installed software in a non-standard prefix. 8.4249 8.4250 -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables 8.4251 -to avoid the need to call pkg-config. See the pkg-config man page for 8.4252 -more details." >&2;} 8.4253 +Alternatively, you may set the environment variables GLIB_CFLAGS 8.4254 +and GLIB_LIBS to avoid the need to call pkg-config. 8.4255 +See the pkg-config man page for more details. 8.4256 +" >&2;} 8.4257 { (exit 1); exit 1; }; } 8.4258 elif test $pkg_failed = untried; then 8.4259 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it 8.4260 is in your PATH or set the PKG_CONFIG environment variable to the full 8.4261 path to pkg-config. 8.4262 8.4263 -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables 8.4264 -to avoid the need to call pkg-config. See the pkg-config man page for 8.4265 -more details. 8.4266 - 8.4267 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 8.4268 +Alternatively, you may set the environment variables GLIB_CFLAGS 8.4269 +and GLIB_LIBS to avoid the need to call pkg-config. 8.4270 +See the pkg-config man page for more details. 8.4271 + 8.4272 +To get pkg-config, see <http://pkg-config.freedesktop.org/>. 8.4273 See \`config.log' for more details." >&5 8.4274 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it 8.4275 is in your PATH or set the PKG_CONFIG environment variable to the full 8.4276 path to pkg-config. 8.4277 8.4278 -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables 8.4279 -to avoid the need to call pkg-config. See the pkg-config man page for 8.4280 -more details. 8.4281 - 8.4282 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. 8.4283 +Alternatively, you may set the environment variables GLIB_CFLAGS 8.4284 +and GLIB_LIBS to avoid the need to call pkg-config. 8.4285 +See the pkg-config man page for more details. 8.4286 + 8.4287 +To get pkg-config, see <http://pkg-config.freedesktop.org/>. 8.4288 See \`config.log' for more details." >&2;} 8.4289 { (exit 1); exit 1; }; } 8.4290 else 8.4291 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS 8.4292 GLIB_LIBS=$pkg_cv_GLIB_LIBS 8.4293 - echo "$as_me:$LINENO: result: yes" >&5 8.4294 -echo "${ECHO_T}yes" >&6 8.4295 + { echo "$as_me:$LINENO: result: yes" >&5 8.4296 +echo "${ECHO_T}yes" >&6; } 8.4297 : 8.4298 fi 8.4299 8.4300 8.4301 8.4302 -# Check whether --enable-resolver or --disable-resolver was given. 8.4303 +# Check whether --enable-resolver was given. 8.4304 if test "${enable_resolver+set}" = set; then 8.4305 - enableval="$enable_resolver" 8.4306 - if test "$enable_resolver" != 'no'; then 8.4307 + enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then 8.4308 resolver_enabled='yes' 8.4309 fi 8.4310 else 8.4311 resolver_enabled='yes' 8.4312 8.4313 -fi; 8.4314 +fi 8.4315 + 8.4316 8.4317 if test "$resolver_enabled" = yes; then 8.4318 8.4319 @@ -3621,8 +4283,8 @@ 8.4320 #define ENABLE_RESOLVER 1 8.4321 _ACEOF 8.4322 8.4323 - echo "$as_me:$LINENO: checking for res_search in -lc" >&5 8.4324 -echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6 8.4325 + { echo "$as_me:$LINENO: checking for res_search in -lc" >&5 8.4326 +echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6; } 8.4327 if test "${ac_cv_lib_c_res_search+set}" = set; then 8.4328 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4329 else 8.4330 @@ -3635,55 +4297,53 @@ 8.4331 cat >>conftest.$ac_ext <<_ACEOF 8.4332 /* end confdefs.h. */ 8.4333 8.4334 -/* Override any gcc2 internal prototype to avoid an error. */ 8.4335 +/* Override any GCC internal prototype to avoid an error. 8.4336 + Use char because int might match the return type of a GCC 8.4337 + builtin and then its argument prototype would still apply. */ 8.4338 #ifdef __cplusplus 8.4339 extern "C" 8.4340 #endif 8.4341 -/* We use char because int might match the return type of a gcc2 8.4342 - builtin and then its argument prototype would still apply. */ 8.4343 char res_search (); 8.4344 int 8.4345 main () 8.4346 { 8.4347 -res_search (); 8.4348 +return res_search (); 8.4349 ; 8.4350 return 0; 8.4351 } 8.4352 _ACEOF 8.4353 rm -f conftest.$ac_objext conftest$ac_exeext 8.4354 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.4355 - (eval $ac_link) 2>conftest.er1 8.4356 +if { (ac_try="$ac_link" 8.4357 +case "(($ac_try" in 8.4358 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4359 + *) ac_try_echo=$ac_try;; 8.4360 +esac 8.4361 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4362 + (eval "$ac_link") 2>conftest.er1 8.4363 ac_status=$? 8.4364 grep -v '^ *+' conftest.er1 >conftest.err 8.4365 rm -f conftest.er1 8.4366 cat conftest.err >&5 8.4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4368 - (exit $ac_status); } && 8.4369 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4370 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4371 - (eval $ac_try) 2>&5 8.4372 - ac_status=$? 8.4373 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4374 - (exit $ac_status); }; } && 8.4375 - { ac_try='test -s conftest$ac_exeext' 8.4376 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4377 - (eval $ac_try) 2>&5 8.4378 - ac_status=$? 8.4379 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4380 - (exit $ac_status); }; }; then 8.4381 + (exit $ac_status); } && { 8.4382 + test -z "$ac_c_werror_flag" || 8.4383 + test ! -s conftest.err 8.4384 + } && test -s conftest$ac_exeext && 8.4385 + $as_test_x conftest$ac_exeext; then 8.4386 ac_cv_lib_c_res_search=yes 8.4387 else 8.4388 echo "$as_me: failed program was:" >&5 8.4389 sed 's/^/| /' conftest.$ac_ext >&5 8.4390 8.4391 -ac_cv_lib_c_res_search=no 8.4392 -fi 8.4393 -rm -f conftest.err conftest.$ac_objext \ 8.4394 + ac_cv_lib_c_res_search=no 8.4395 +fi 8.4396 + 8.4397 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.4398 conftest$ac_exeext conftest.$ac_ext 8.4399 LIBS=$ac_check_lib_save_LIBS 8.4400 fi 8.4401 -echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 8.4402 -echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6 8.4403 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 8.4404 +echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6; } 8.4405 if test $ac_cv_lib_c_res_search = yes; then 8.4406 need_resolv=no 8.4407 else 8.4408 @@ -3691,8 +4351,8 @@ 8.4409 fi 8.4410 8.4411 if test "$need_resolv" = yes; then 8.4412 - echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 8.4413 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6 8.4414 + { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 8.4415 +echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } 8.4416 if test "${ac_cv_lib_resolv_res_search+set}" = set; then 8.4417 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4418 else 8.4419 @@ -3705,66 +4365,117 @@ 8.4420 cat >>conftest.$ac_ext <<_ACEOF 8.4421 /* end confdefs.h. */ 8.4422 8.4423 -/* Override any gcc2 internal prototype to avoid an error. */ 8.4424 +/* Override any GCC internal prototype to avoid an error. 8.4425 + Use char because int might match the return type of a GCC 8.4426 + builtin and then its argument prototype would still apply. */ 8.4427 #ifdef __cplusplus 8.4428 extern "C" 8.4429 #endif 8.4430 -/* We use char because int might match the return type of a gcc2 8.4431 - builtin and then its argument prototype would still apply. */ 8.4432 char res_search (); 8.4433 int 8.4434 main () 8.4435 { 8.4436 -res_search (); 8.4437 +return res_search (); 8.4438 ; 8.4439 return 0; 8.4440 } 8.4441 _ACEOF 8.4442 rm -f conftest.$ac_objext conftest$ac_exeext 8.4443 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.4444 - (eval $ac_link) 2>conftest.er1 8.4445 +if { (ac_try="$ac_link" 8.4446 +case "(($ac_try" in 8.4447 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4448 + *) ac_try_echo=$ac_try;; 8.4449 +esac 8.4450 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4451 + (eval "$ac_link") 2>conftest.er1 8.4452 ac_status=$? 8.4453 grep -v '^ *+' conftest.er1 >conftest.err 8.4454 rm -f conftest.er1 8.4455 cat conftest.err >&5 8.4456 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4457 - (exit $ac_status); } && 8.4458 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4459 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4460 - (eval $ac_try) 2>&5 8.4461 - ac_status=$? 8.4462 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4463 - (exit $ac_status); }; } && 8.4464 - { ac_try='test -s conftest$ac_exeext' 8.4465 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4466 - (eval $ac_try) 2>&5 8.4467 - ac_status=$? 8.4468 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4469 - (exit $ac_status); }; }; then 8.4470 + (exit $ac_status); } && { 8.4471 + test -z "$ac_c_werror_flag" || 8.4472 + test ! -s conftest.err 8.4473 + } && test -s conftest$ac_exeext && 8.4474 + $as_test_x conftest$ac_exeext; then 8.4475 ac_cv_lib_resolv_res_search=yes 8.4476 else 8.4477 echo "$as_me: failed program was:" >&5 8.4478 sed 's/^/| /' conftest.$ac_ext >&5 8.4479 8.4480 -ac_cv_lib_resolv_res_search=no 8.4481 -fi 8.4482 -rm -f conftest.err conftest.$ac_objext \ 8.4483 + ac_cv_lib_resolv_res_search=no 8.4484 +fi 8.4485 + 8.4486 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.4487 conftest$ac_exeext conftest.$ac_ext 8.4488 LIBS=$ac_check_lib_save_LIBS 8.4489 fi 8.4490 -echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 8.4491 -echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6 8.4492 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 8.4493 +echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; } 8.4494 if test $ac_cv_lib_resolv_res_search = yes; then 8.4495 - has_resolv=yes 8.4496 -else 8.4497 - { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 8.4498 + has_resolv=yes; RESOLV_LIBS="-lresolv" 8.4499 +else 8.4500 + has_resolv=no 8.4501 +fi 8.4502 + 8.4503 + if test "$has_resolv" = no; then 8.4504 + saved_LIBS="$LIBS" 8.4505 + LIBS="$LIBS -lresolv" 8.4506 + { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 8.4507 +echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } 8.4508 + cat >conftest.$ac_ext <<_ACEOF 8.4509 +/* confdefs.h. */ 8.4510 +_ACEOF 8.4511 +cat confdefs.h >>conftest.$ac_ext 8.4512 +cat >>conftest.$ac_ext <<_ACEOF 8.4513 +/* end confdefs.h. */ 8.4514 +#include <resolv.h> 8.4515 +int 8.4516 +main () 8.4517 +{ 8.4518 +res_search (0, 0, 0, 0, 0); 8.4519 + ; 8.4520 + return 0; 8.4521 +} 8.4522 +_ACEOF 8.4523 +rm -f conftest.$ac_objext conftest$ac_exeext 8.4524 +if { (ac_try="$ac_link" 8.4525 +case "(($ac_try" in 8.4526 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4527 + *) ac_try_echo=$ac_try;; 8.4528 +esac 8.4529 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4530 + (eval "$ac_link") 2>conftest.er1 8.4531 + ac_status=$? 8.4532 + grep -v '^ *+' conftest.er1 >conftest.err 8.4533 + rm -f conftest.er1 8.4534 + cat conftest.err >&5 8.4535 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4536 + (exit $ac_status); } && { 8.4537 + test -z "$ac_c_werror_flag" || 8.4538 + test ! -s conftest.err 8.4539 + } && test -s conftest$ac_exeext && 8.4540 + $as_test_x conftest$ac_exeext; then 8.4541 + RESOLV_LIBS="-lresolv"; has_resolv=yes; { echo "$as_me:$LINENO: result: yes" >&5 8.4542 +echo "${ECHO_T}yes" >&6; } 8.4543 +else 8.4544 + echo "$as_me: failed program was:" >&5 8.4545 +sed 's/^/| /' conftest.$ac_ext >&5 8.4546 + 8.4547 + { echo "$as_me:$LINENO: result: no" >&5 8.4548 +echo "${ECHO_T}no" >&6; } 8.4549 +fi 8.4550 + 8.4551 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.4552 + conftest$ac_exeext conftest.$ac_ext; 8.4553 + LIBS="$saved_LIBS" 8.4554 + fi 8.4555 + if test "$has_resolv" = no; then 8.4556 + { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 8.4557 echo "$as_me: error: \"no libresolv\"" >&2;} 8.4558 { (exit 1); exit 1; }; } 8.4559 -fi 8.4560 - 8.4561 - RESOLV_LIBS='-lresolv' 8.4562 - else 8.4563 - RESOLV_LIBS='' 8.4564 + RESOLV_LIBS='' 8.4565 + fi 8.4566 fi 8.4567 else 8.4568 RESOLV_LIBS='' 8.4569 @@ -3775,9 +4486,9 @@ 8.4570 for ac_func in getline 8.4571 do 8.4572 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8.4573 -echo "$as_me:$LINENO: checking for $ac_func" >&5 8.4574 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8.4575 -if eval "test \"\${$as_ac_var+set}\" = set"; then 8.4576 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8.4577 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8.4578 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8.4579 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4580 else 8.4581 cat >conftest.$ac_ext <<_ACEOF 8.4582 @@ -3803,67 +4514,60 @@ 8.4583 8.4584 #undef $ac_func 8.4585 8.4586 -/* Override any gcc2 internal prototype to avoid an error. */ 8.4587 +/* Override any GCC internal prototype to avoid an error. 8.4588 + Use char because int might match the return type of a GCC 8.4589 + builtin and then its argument prototype would still apply. */ 8.4590 #ifdef __cplusplus 8.4591 extern "C" 8.4592 -{ 8.4593 #endif 8.4594 -/* We use char because int might match the return type of a gcc2 8.4595 - builtin and then its argument prototype would still apply. */ 8.4596 char $ac_func (); 8.4597 /* The GNU C library defines this for functions which it implements 8.4598 to always fail with ENOSYS. Some functions are actually named 8.4599 something starting with __ and the normal name is an alias. */ 8.4600 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8.4601 +#if defined __stub_$ac_func || defined __stub___$ac_func 8.4602 choke me 8.4603 -#else 8.4604 -char (*f) () = $ac_func; 8.4605 -#endif 8.4606 -#ifdef __cplusplus 8.4607 -} 8.4608 #endif 8.4609 8.4610 int 8.4611 main () 8.4612 { 8.4613 -return f != $ac_func; 8.4614 +return $ac_func (); 8.4615 ; 8.4616 return 0; 8.4617 } 8.4618 _ACEOF 8.4619 rm -f conftest.$ac_objext conftest$ac_exeext 8.4620 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.4621 - (eval $ac_link) 2>conftest.er1 8.4622 +if { (ac_try="$ac_link" 8.4623 +case "(($ac_try" in 8.4624 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4625 + *) ac_try_echo=$ac_try;; 8.4626 +esac 8.4627 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4628 + (eval "$ac_link") 2>conftest.er1 8.4629 ac_status=$? 8.4630 grep -v '^ *+' conftest.er1 >conftest.err 8.4631 rm -f conftest.er1 8.4632 cat conftest.err >&5 8.4633 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4634 - (exit $ac_status); } && 8.4635 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4636 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4637 - (eval $ac_try) 2>&5 8.4638 - ac_status=$? 8.4639 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4640 - (exit $ac_status); }; } && 8.4641 - { ac_try='test -s conftest$ac_exeext' 8.4642 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4643 - (eval $ac_try) 2>&5 8.4644 - ac_status=$? 8.4645 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4646 - (exit $ac_status); }; }; then 8.4647 + (exit $ac_status); } && { 8.4648 + test -z "$ac_c_werror_flag" || 8.4649 + test ! -s conftest.err 8.4650 + } && test -s conftest$ac_exeext && 8.4651 + $as_test_x conftest$ac_exeext; then 8.4652 eval "$as_ac_var=yes" 8.4653 else 8.4654 echo "$as_me: failed program was:" >&5 8.4655 sed 's/^/| /' conftest.$ac_ext >&5 8.4656 8.4657 -eval "$as_ac_var=no" 8.4658 -fi 8.4659 -rm -f conftest.err conftest.$ac_objext \ 8.4660 + eval "$as_ac_var=no" 8.4661 +fi 8.4662 + 8.4663 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.4664 conftest$ac_exeext conftest.$ac_ext 8.4665 fi 8.4666 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8.4667 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8.4668 +ac_res=`eval echo '${'$as_ac_var'}'` 8.4669 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.4670 +echo "${ECHO_T}$ac_res" >&6; } 8.4671 if test `eval echo '${'$as_ac_var'}'` = yes; then 8.4672 cat >>confdefs.h <<_ACEOF 8.4673 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8.4674 @@ -3877,9 +4581,9 @@ 8.4675 for ac_func in fdatasync 8.4676 do 8.4677 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8.4678 -echo "$as_me:$LINENO: checking for $ac_func" >&5 8.4679 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8.4680 -if eval "test \"\${$as_ac_var+set}\" = set"; then 8.4681 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8.4682 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8.4683 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8.4684 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4685 else 8.4686 cat >conftest.$ac_ext <<_ACEOF 8.4687 @@ -3905,67 +4609,60 @@ 8.4688 8.4689 #undef $ac_func 8.4690 8.4691 -/* Override any gcc2 internal prototype to avoid an error. */ 8.4692 +/* Override any GCC internal prototype to avoid an error. 8.4693 + Use char because int might match the return type of a GCC 8.4694 + builtin and then its argument prototype would still apply. */ 8.4695 #ifdef __cplusplus 8.4696 extern "C" 8.4697 -{ 8.4698 #endif 8.4699 -/* We use char because int might match the return type of a gcc2 8.4700 - builtin and then its argument prototype would still apply. */ 8.4701 char $ac_func (); 8.4702 /* The GNU C library defines this for functions which it implements 8.4703 to always fail with ENOSYS. Some functions are actually named 8.4704 something starting with __ and the normal name is an alias. */ 8.4705 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8.4706 +#if defined __stub_$ac_func || defined __stub___$ac_func 8.4707 choke me 8.4708 -#else 8.4709 -char (*f) () = $ac_func; 8.4710 -#endif 8.4711 -#ifdef __cplusplus 8.4712 -} 8.4713 #endif 8.4714 8.4715 int 8.4716 main () 8.4717 { 8.4718 -return f != $ac_func; 8.4719 +return $ac_func (); 8.4720 ; 8.4721 return 0; 8.4722 } 8.4723 _ACEOF 8.4724 rm -f conftest.$ac_objext conftest$ac_exeext 8.4725 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.4726 - (eval $ac_link) 2>conftest.er1 8.4727 +if { (ac_try="$ac_link" 8.4728 +case "(($ac_try" in 8.4729 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4730 + *) ac_try_echo=$ac_try;; 8.4731 +esac 8.4732 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4733 + (eval "$ac_link") 2>conftest.er1 8.4734 ac_status=$? 8.4735 grep -v '^ *+' conftest.er1 >conftest.err 8.4736 rm -f conftest.er1 8.4737 cat conftest.err >&5 8.4738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4739 - (exit $ac_status); } && 8.4740 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4741 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4742 - (eval $ac_try) 2>&5 8.4743 - ac_status=$? 8.4744 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4745 - (exit $ac_status); }; } && 8.4746 - { ac_try='test -s conftest$ac_exeext' 8.4747 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4748 - (eval $ac_try) 2>&5 8.4749 - ac_status=$? 8.4750 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4751 - (exit $ac_status); }; }; then 8.4752 + (exit $ac_status); } && { 8.4753 + test -z "$ac_c_werror_flag" || 8.4754 + test ! -s conftest.err 8.4755 + } && test -s conftest$ac_exeext && 8.4756 + $as_test_x conftest$ac_exeext; then 8.4757 eval "$as_ac_var=yes" 8.4758 else 8.4759 echo "$as_me: failed program was:" >&5 8.4760 sed 's/^/| /' conftest.$ac_ext >&5 8.4761 8.4762 -eval "$as_ac_var=no" 8.4763 -fi 8.4764 -rm -f conftest.err conftest.$ac_objext \ 8.4765 + eval "$as_ac_var=no" 8.4766 +fi 8.4767 + 8.4768 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.4769 conftest$ac_exeext conftest.$ac_ext 8.4770 fi 8.4771 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8.4772 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8.4773 +ac_res=`eval echo '${'$as_ac_var'}'` 8.4774 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.4775 +echo "${ECHO_T}$ac_res" >&6; } 8.4776 if test `eval echo '${'$as_ac_var'}'` = yes; then 8.4777 cat >>confdefs.h <<_ACEOF 8.4778 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8.4779 @@ -3975,8 +4672,8 @@ 8.4780 done 8.4781 8.4782 8.4783 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 8.4784 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 8.4785 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 8.4786 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 8.4787 if test "${ac_cv_header_stdc+set}" = set; then 8.4788 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4789 else 8.4790 @@ -4000,34 +4697,31 @@ 8.4791 } 8.4792 _ACEOF 8.4793 rm -f conftest.$ac_objext 8.4794 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.4795 - (eval $ac_compile) 2>conftest.er1 8.4796 +if { (ac_try="$ac_compile" 8.4797 +case "(($ac_try" in 8.4798 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4799 + *) ac_try_echo=$ac_try;; 8.4800 +esac 8.4801 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4802 + (eval "$ac_compile") 2>conftest.er1 8.4803 ac_status=$? 8.4804 grep -v '^ *+' conftest.er1 >conftest.err 8.4805 rm -f conftest.er1 8.4806 cat conftest.err >&5 8.4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4808 - (exit $ac_status); } && 8.4809 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4810 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4811 - (eval $ac_try) 2>&5 8.4812 - ac_status=$? 8.4813 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4814 - (exit $ac_status); }; } && 8.4815 - { ac_try='test -s conftest.$ac_objext' 8.4816 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4817 - (eval $ac_try) 2>&5 8.4818 - ac_status=$? 8.4819 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4820 - (exit $ac_status); }; }; then 8.4821 + (exit $ac_status); } && { 8.4822 + test -z "$ac_c_werror_flag" || 8.4823 + test ! -s conftest.err 8.4824 + } && test -s conftest.$ac_objext; then 8.4825 ac_cv_header_stdc=yes 8.4826 else 8.4827 echo "$as_me: failed program was:" >&5 8.4828 sed 's/^/| /' conftest.$ac_ext >&5 8.4829 8.4830 -ac_cv_header_stdc=no 8.4831 -fi 8.4832 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.4833 + ac_cv_header_stdc=no 8.4834 +fi 8.4835 + 8.4836 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.4837 8.4838 if test $ac_cv_header_stdc = yes; then 8.4839 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 8.4840 @@ -4083,6 +4777,7 @@ 8.4841 cat >>conftest.$ac_ext <<_ACEOF 8.4842 /* end confdefs.h. */ 8.4843 #include <ctype.h> 8.4844 +#include <stdlib.h> 8.4845 #if ((' ' & 0x0FF) == 0x020) 8.4846 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 8.4847 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 8.4848 @@ -4102,18 +4797,27 @@ 8.4849 for (i = 0; i < 256; i++) 8.4850 if (XOR (islower (i), ISLOWER (i)) 8.4851 || toupper (i) != TOUPPER (i)) 8.4852 - exit(2); 8.4853 - exit (0); 8.4854 + return 2; 8.4855 + return 0; 8.4856 } 8.4857 _ACEOF 8.4858 rm -f conftest$ac_exeext 8.4859 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.4860 - (eval $ac_link) 2>&5 8.4861 +if { (ac_try="$ac_link" 8.4862 +case "(($ac_try" in 8.4863 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4864 + *) ac_try_echo=$ac_try;; 8.4865 +esac 8.4866 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4867 + (eval "$ac_link") 2>&5 8.4868 ac_status=$? 8.4869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4870 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8.4871 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4872 - (eval $ac_try) 2>&5 8.4873 + { (case "(($ac_try" in 8.4874 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4875 + *) ac_try_echo=$ac_try;; 8.4876 +esac 8.4877 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4878 + (eval "$ac_try") 2>&5 8.4879 ac_status=$? 8.4880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4881 (exit $ac_status); }; }; then 8.4882 @@ -4126,12 +4830,14 @@ 8.4883 ( exit $ac_status ) 8.4884 ac_cv_header_stdc=no 8.4885 fi 8.4886 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.4887 -fi 8.4888 -fi 8.4889 -fi 8.4890 -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 8.4891 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 8.4892 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.4893 +fi 8.4894 + 8.4895 + 8.4896 +fi 8.4897 +fi 8.4898 +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 8.4899 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 8.4900 if test $ac_cv_header_stdc = yes; then 8.4901 8.4902 cat >>confdefs.h <<\_ACEOF 8.4903 @@ -4154,9 +4860,9 @@ 8.4904 inttypes.h stdint.h unistd.h 8.4905 do 8.4906 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8.4907 -echo "$as_me:$LINENO: checking for $ac_header" >&5 8.4908 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8.4909 -if eval "test \"\${$as_ac_Header+set}\" = set"; then 8.4910 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 8.4911 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8.4912 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8.4913 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4914 else 8.4915 cat >conftest.$ac_ext <<_ACEOF 8.4916 @@ -4170,37 +4876,35 @@ 8.4917 #include <$ac_header> 8.4918 _ACEOF 8.4919 rm -f conftest.$ac_objext 8.4920 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.4921 - (eval $ac_compile) 2>conftest.er1 8.4922 +if { (ac_try="$ac_compile" 8.4923 +case "(($ac_try" in 8.4924 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.4925 + *) ac_try_echo=$ac_try;; 8.4926 +esac 8.4927 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.4928 + (eval "$ac_compile") 2>conftest.er1 8.4929 ac_status=$? 8.4930 grep -v '^ *+' conftest.er1 >conftest.err 8.4931 rm -f conftest.er1 8.4932 cat conftest.err >&5 8.4933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4934 - (exit $ac_status); } && 8.4935 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.4936 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4937 - (eval $ac_try) 2>&5 8.4938 - ac_status=$? 8.4939 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4940 - (exit $ac_status); }; } && 8.4941 - { ac_try='test -s conftest.$ac_objext' 8.4942 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.4943 - (eval $ac_try) 2>&5 8.4944 - ac_status=$? 8.4945 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.4946 - (exit $ac_status); }; }; then 8.4947 + (exit $ac_status); } && { 8.4948 + test -z "$ac_c_werror_flag" || 8.4949 + test ! -s conftest.err 8.4950 + } && test -s conftest.$ac_objext; then 8.4951 eval "$as_ac_Header=yes" 8.4952 else 8.4953 echo "$as_me: failed program was:" >&5 8.4954 sed 's/^/| /' conftest.$ac_ext >&5 8.4955 8.4956 -eval "$as_ac_Header=no" 8.4957 -fi 8.4958 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.4959 -fi 8.4960 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8.4961 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8.4962 + eval "$as_ac_Header=no" 8.4963 +fi 8.4964 + 8.4965 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.4966 +fi 8.4967 +ac_res=`eval echo '${'$as_ac_Header'}'` 8.4968 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.4969 +echo "${ECHO_T}$ac_res" >&6; } 8.4970 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8.4971 cat >>confdefs.h <<_ACEOF 8.4972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 8.4973 @@ -4218,18 +4922,19 @@ 8.4974 for ac_header in fcntl.h sys/time.h syslog.h unistd.h 8.4975 do 8.4976 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8.4977 -if eval "test \"\${$as_ac_Header+set}\" = set"; then 8.4978 - echo "$as_me:$LINENO: checking for $ac_header" >&5 8.4979 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8.4980 -if eval "test \"\${$as_ac_Header+set}\" = set"; then 8.4981 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8.4982 + { echo "$as_me:$LINENO: checking for $ac_header" >&5 8.4983 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8.4984 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8.4985 echo $ECHO_N "(cached) $ECHO_C" >&6 8.4986 fi 8.4987 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8.4988 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8.4989 +ac_res=`eval echo '${'$as_ac_Header'}'` 8.4990 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.4991 +echo "${ECHO_T}$ac_res" >&6; } 8.4992 else 8.4993 # Is the header compilable? 8.4994 -echo "$as_me:$LINENO: checking $ac_header usability" >&5 8.4995 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8.4996 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 8.4997 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 8.4998 cat >conftest.$ac_ext <<_ACEOF 8.4999 /* confdefs.h. */ 8.5000 _ACEOF 8.5001 @@ -4240,40 +4945,37 @@ 8.5002 #include <$ac_header> 8.5003 _ACEOF 8.5004 rm -f conftest.$ac_objext 8.5005 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5006 - (eval $ac_compile) 2>conftest.er1 8.5007 +if { (ac_try="$ac_compile" 8.5008 +case "(($ac_try" in 8.5009 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5010 + *) ac_try_echo=$ac_try;; 8.5011 +esac 8.5012 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5013 + (eval "$ac_compile") 2>conftest.er1 8.5014 ac_status=$? 8.5015 grep -v '^ *+' conftest.er1 >conftest.err 8.5016 rm -f conftest.er1 8.5017 cat conftest.err >&5 8.5018 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5019 - (exit $ac_status); } && 8.5020 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5021 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5022 - (eval $ac_try) 2>&5 8.5023 - ac_status=$? 8.5024 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5025 - (exit $ac_status); }; } && 8.5026 - { ac_try='test -s conftest.$ac_objext' 8.5027 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5028 - (eval $ac_try) 2>&5 8.5029 - ac_status=$? 8.5030 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5031 - (exit $ac_status); }; }; then 8.5032 + (exit $ac_status); } && { 8.5033 + test -z "$ac_c_werror_flag" || 8.5034 + test ! -s conftest.err 8.5035 + } && test -s conftest.$ac_objext; then 8.5036 ac_header_compiler=yes 8.5037 else 8.5038 echo "$as_me: failed program was:" >&5 8.5039 sed 's/^/| /' conftest.$ac_ext >&5 8.5040 8.5041 -ac_header_compiler=no 8.5042 -fi 8.5043 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5044 -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8.5045 -echo "${ECHO_T}$ac_header_compiler" >&6 8.5046 + ac_header_compiler=no 8.5047 +fi 8.5048 + 8.5049 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5050 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8.5051 +echo "${ECHO_T}$ac_header_compiler" >&6; } 8.5052 8.5053 # Is the header present? 8.5054 -echo "$as_me:$LINENO: checking $ac_header presence" >&5 8.5055 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 8.5056 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 8.5057 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 8.5058 cat >conftest.$ac_ext <<_ACEOF 8.5059 /* confdefs.h. */ 8.5060 _ACEOF 8.5061 @@ -4282,24 +4984,22 @@ 8.5062 /* end confdefs.h. */ 8.5063 #include <$ac_header> 8.5064 _ACEOF 8.5065 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 8.5066 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8.5067 +if { (ac_try="$ac_cpp conftest.$ac_ext" 8.5068 +case "(($ac_try" in 8.5069 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5070 + *) ac_try_echo=$ac_try;; 8.5071 +esac 8.5072 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5073 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 8.5074 ac_status=$? 8.5075 grep -v '^ *+' conftest.er1 >conftest.err 8.5076 rm -f conftest.er1 8.5077 cat conftest.err >&5 8.5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5079 - (exit $ac_status); } >/dev/null; then 8.5080 - if test -s conftest.err; then 8.5081 - ac_cpp_err=$ac_c_preproc_warn_flag 8.5082 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 8.5083 - else 8.5084 - ac_cpp_err= 8.5085 - fi 8.5086 -else 8.5087 - ac_cpp_err=yes 8.5088 -fi 8.5089 -if test -z "$ac_cpp_err"; then 8.5090 + (exit $ac_status); } >/dev/null && { 8.5091 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 8.5092 + test ! -s conftest.err 8.5093 + }; then 8.5094 ac_header_preproc=yes 8.5095 else 8.5096 echo "$as_me: failed program was:" >&5 8.5097 @@ -4307,9 +5007,10 @@ 8.5098 8.5099 ac_header_preproc=no 8.5100 fi 8.5101 + 8.5102 rm -f conftest.err conftest.$ac_ext 8.5103 -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8.5104 -echo "${ECHO_T}$ac_header_preproc" >&6 8.5105 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 8.5106 +echo "${ECHO_T}$ac_header_preproc" >&6; } 8.5107 8.5108 # So? What about this header? 8.5109 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8.5110 @@ -4333,25 +5034,24 @@ 8.5111 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8.5112 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 8.5113 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 8.5114 - ( 8.5115 - cat <<\_ASBOX 8.5116 + ( cat <<\_ASBOX 8.5117 ## ----------------------------- ## 8.5118 ## Report this to oku@debian.org ## 8.5119 ## ----------------------------- ## 8.5120 _ASBOX 8.5121 - ) | 8.5122 - sed "s/^/$as_me: WARNING: /" >&2 8.5123 + ) | sed "s/^/$as_me: WARNING: /" >&2 8.5124 ;; 8.5125 esac 8.5126 -echo "$as_me:$LINENO: checking for $ac_header" >&5 8.5127 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8.5128 -if eval "test \"\${$as_ac_Header+set}\" = set"; then 8.5129 +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 8.5130 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 8.5131 +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 8.5132 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5133 else 8.5134 eval "$as_ac_Header=\$ac_header_preproc" 8.5135 fi 8.5136 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8.5137 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8.5138 +ac_res=`eval echo '${'$as_ac_Header'}'` 8.5139 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.5140 +echo "${ECHO_T}$ac_res" >&6; } 8.5141 8.5142 fi 8.5143 if test `eval echo '${'$as_ac_Header'}'` = yes; then 8.5144 @@ -4364,8 +5064,8 @@ 8.5145 done 8.5146 8.5147 8.5148 -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 8.5149 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 8.5150 +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 8.5151 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 8.5152 if test "${ac_cv_c_const+set}" = set; then 8.5153 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5154 else 8.5155 @@ -4383,10 +5083,10 @@ 8.5156 #ifndef __cplusplus 8.5157 /* Ultrix mips cc rejects this. */ 8.5158 typedef int charset[2]; 8.5159 - const charset x; 8.5160 + const charset cs; 8.5161 /* SunOS 4.1.1 cc rejects this. */ 8.5162 - char const *const *ccp; 8.5163 - char **p; 8.5164 + char const *const *pcpcc; 8.5165 + char **ppc; 8.5166 /* NEC SVR4.0.2 mips cc rejects this. */ 8.5167 struct point {int x, y;}; 8.5168 static struct point const zero = {0,0}; 8.5169 @@ -4395,16 +5095,17 @@ 8.5170 an arm of an if-expression whose if-part is not a constant 8.5171 expression */ 8.5172 const char *g = "string"; 8.5173 - ccp = &g + (g ? g-g : 0); 8.5174 + pcpcc = &g + (g ? g-g : 0); 8.5175 /* HPUX 7.0 cc rejects these. */ 8.5176 - ++ccp; 8.5177 - p = (char**) ccp; 8.5178 - ccp = (char const *const *) p; 8.5179 + ++pcpcc; 8.5180 + ppc = (char**) pcpcc; 8.5181 + pcpcc = (char const *const *) ppc; 8.5182 { /* SCO 3.2v4 cc rejects this. */ 8.5183 char *t; 8.5184 char const *s = 0 ? (char *) 0 : (char const *) 0; 8.5185 8.5186 *t++ = 0; 8.5187 + if (s) return 0; 8.5188 } 8.5189 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 8.5190 int x[] = {25, 17}; 8.5191 @@ -4423,7 +5124,9 @@ 8.5192 } 8.5193 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 8.5194 const int foo = 10; 8.5195 + if (!foo) return 0; 8.5196 } 8.5197 + return !cs[0] && !zero.x; 8.5198 #endif 8.5199 8.5200 ; 8.5201 @@ -4431,37 +5134,34 @@ 8.5202 } 8.5203 _ACEOF 8.5204 rm -f conftest.$ac_objext 8.5205 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5206 - (eval $ac_compile) 2>conftest.er1 8.5207 +if { (ac_try="$ac_compile" 8.5208 +case "(($ac_try" in 8.5209 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5210 + *) ac_try_echo=$ac_try;; 8.5211 +esac 8.5212 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5213 + (eval "$ac_compile") 2>conftest.er1 8.5214 ac_status=$? 8.5215 grep -v '^ *+' conftest.er1 >conftest.err 8.5216 rm -f conftest.er1 8.5217 cat conftest.err >&5 8.5218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5219 - (exit $ac_status); } && 8.5220 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5221 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5222 - (eval $ac_try) 2>&5 8.5223 - ac_status=$? 8.5224 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5225 - (exit $ac_status); }; } && 8.5226 - { ac_try='test -s conftest.$ac_objext' 8.5227 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5228 - (eval $ac_try) 2>&5 8.5229 - ac_status=$? 8.5230 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5231 - (exit $ac_status); }; }; then 8.5232 + (exit $ac_status); } && { 8.5233 + test -z "$ac_c_werror_flag" || 8.5234 + test ! -s conftest.err 8.5235 + } && test -s conftest.$ac_objext; then 8.5236 ac_cv_c_const=yes 8.5237 else 8.5238 echo "$as_me: failed program was:" >&5 8.5239 sed 's/^/| /' conftest.$ac_ext >&5 8.5240 8.5241 -ac_cv_c_const=no 8.5242 -fi 8.5243 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5244 -fi 8.5245 -echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 8.5246 -echo "${ECHO_T}$ac_cv_c_const" >&6 8.5247 + ac_cv_c_const=no 8.5248 +fi 8.5249 + 8.5250 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5251 +fi 8.5252 +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 8.5253 +echo "${ECHO_T}$ac_cv_c_const" >&6; } 8.5254 if test $ac_cv_c_const = no; then 8.5255 8.5256 cat >>confdefs.h <<\_ACEOF 8.5257 @@ -4470,8 +5170,8 @@ 8.5258 8.5259 fi 8.5260 8.5261 -echo "$as_me:$LINENO: checking for pid_t" >&5 8.5262 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 8.5263 +{ echo "$as_me:$LINENO: checking for pid_t" >&5 8.5264 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } 8.5265 if test "${ac_cv_type_pid_t+set}" = set; then 8.5266 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5267 else 8.5268 @@ -4482,49 +5182,47 @@ 8.5269 cat >>conftest.$ac_ext <<_ACEOF 8.5270 /* end confdefs.h. */ 8.5271 $ac_includes_default 8.5272 +typedef pid_t ac__type_new_; 8.5273 int 8.5274 main () 8.5275 { 8.5276 -if ((pid_t *) 0) 8.5277 +if ((ac__type_new_ *) 0) 8.5278 return 0; 8.5279 -if (sizeof (pid_t)) 8.5280 +if (sizeof (ac__type_new_)) 8.5281 return 0; 8.5282 ; 8.5283 return 0; 8.5284 } 8.5285 _ACEOF 8.5286 rm -f conftest.$ac_objext 8.5287 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5288 - (eval $ac_compile) 2>conftest.er1 8.5289 +if { (ac_try="$ac_compile" 8.5290 +case "(($ac_try" in 8.5291 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5292 + *) ac_try_echo=$ac_try;; 8.5293 +esac 8.5294 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5295 + (eval "$ac_compile") 2>conftest.er1 8.5296 ac_status=$? 8.5297 grep -v '^ *+' conftest.er1 >conftest.err 8.5298 rm -f conftest.er1 8.5299 cat conftest.err >&5 8.5300 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5301 - (exit $ac_status); } && 8.5302 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5303 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5304 - (eval $ac_try) 2>&5 8.5305 - ac_status=$? 8.5306 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5307 - (exit $ac_status); }; } && 8.5308 - { ac_try='test -s conftest.$ac_objext' 8.5309 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5310 - (eval $ac_try) 2>&5 8.5311 - ac_status=$? 8.5312 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5313 - (exit $ac_status); }; }; then 8.5314 + (exit $ac_status); } && { 8.5315 + test -z "$ac_c_werror_flag" || 8.5316 + test ! -s conftest.err 8.5317 + } && test -s conftest.$ac_objext; then 8.5318 ac_cv_type_pid_t=yes 8.5319 else 8.5320 echo "$as_me: failed program was:" >&5 8.5321 sed 's/^/| /' conftest.$ac_ext >&5 8.5322 8.5323 -ac_cv_type_pid_t=no 8.5324 -fi 8.5325 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5326 -fi 8.5327 -echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 8.5328 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6 8.5329 + ac_cv_type_pid_t=no 8.5330 +fi 8.5331 + 8.5332 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5333 +fi 8.5334 +{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 8.5335 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } 8.5336 if test $ac_cv_type_pid_t = yes; then 8.5337 : 8.5338 else 8.5339 @@ -4535,8 +5233,8 @@ 8.5340 8.5341 fi 8.5342 8.5343 -echo "$as_me:$LINENO: checking for size_t" >&5 8.5344 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6 8.5345 +{ echo "$as_me:$LINENO: checking for size_t" >&5 8.5346 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } 8.5347 if test "${ac_cv_type_size_t+set}" = set; then 8.5348 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5349 else 8.5350 @@ -4547,61 +5245,59 @@ 8.5351 cat >>conftest.$ac_ext <<_ACEOF 8.5352 /* end confdefs.h. */ 8.5353 $ac_includes_default 8.5354 +typedef size_t ac__type_new_; 8.5355 int 8.5356 main () 8.5357 { 8.5358 -if ((size_t *) 0) 8.5359 +if ((ac__type_new_ *) 0) 8.5360 return 0; 8.5361 -if (sizeof (size_t)) 8.5362 +if (sizeof (ac__type_new_)) 8.5363 return 0; 8.5364 ; 8.5365 return 0; 8.5366 } 8.5367 _ACEOF 8.5368 rm -f conftest.$ac_objext 8.5369 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5370 - (eval $ac_compile) 2>conftest.er1 8.5371 +if { (ac_try="$ac_compile" 8.5372 +case "(($ac_try" in 8.5373 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5374 + *) ac_try_echo=$ac_try;; 8.5375 +esac 8.5376 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5377 + (eval "$ac_compile") 2>conftest.er1 8.5378 ac_status=$? 8.5379 grep -v '^ *+' conftest.er1 >conftest.err 8.5380 rm -f conftest.er1 8.5381 cat conftest.err >&5 8.5382 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5383 - (exit $ac_status); } && 8.5384 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5385 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5386 - (eval $ac_try) 2>&5 8.5387 - ac_status=$? 8.5388 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5389 - (exit $ac_status); }; } && 8.5390 - { ac_try='test -s conftest.$ac_objext' 8.5391 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5392 - (eval $ac_try) 2>&5 8.5393 - ac_status=$? 8.5394 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5395 - (exit $ac_status); }; }; then 8.5396 + (exit $ac_status); } && { 8.5397 + test -z "$ac_c_werror_flag" || 8.5398 + test ! -s conftest.err 8.5399 + } && test -s conftest.$ac_objext; then 8.5400 ac_cv_type_size_t=yes 8.5401 else 8.5402 echo "$as_me: failed program was:" >&5 8.5403 sed 's/^/| /' conftest.$ac_ext >&5 8.5404 8.5405 -ac_cv_type_size_t=no 8.5406 -fi 8.5407 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5408 -fi 8.5409 -echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 8.5410 -echo "${ECHO_T}$ac_cv_type_size_t" >&6 8.5411 + ac_cv_type_size_t=no 8.5412 +fi 8.5413 + 8.5414 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5415 +fi 8.5416 +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 8.5417 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } 8.5418 if test $ac_cv_type_size_t = yes; then 8.5419 : 8.5420 else 8.5421 8.5422 cat >>confdefs.h <<_ACEOF 8.5423 -#define size_t unsigned 8.5424 -_ACEOF 8.5425 - 8.5426 -fi 8.5427 - 8.5428 -echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 8.5429 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 8.5430 +#define size_t unsigned int 8.5431 +_ACEOF 8.5432 + 8.5433 +fi 8.5434 + 8.5435 +{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 8.5436 +echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } 8.5437 if test "${ac_cv_header_time+set}" = set; then 8.5438 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5439 else 8.5440 @@ -4625,37 +5321,34 @@ 8.5441 } 8.5442 _ACEOF 8.5443 rm -f conftest.$ac_objext 8.5444 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5445 - (eval $ac_compile) 2>conftest.er1 8.5446 +if { (ac_try="$ac_compile" 8.5447 +case "(($ac_try" in 8.5448 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5449 + *) ac_try_echo=$ac_try;; 8.5450 +esac 8.5451 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5452 + (eval "$ac_compile") 2>conftest.er1 8.5453 ac_status=$? 8.5454 grep -v '^ *+' conftest.er1 >conftest.err 8.5455 rm -f conftest.er1 8.5456 cat conftest.err >&5 8.5457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5458 - (exit $ac_status); } && 8.5459 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5460 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5461 - (eval $ac_try) 2>&5 8.5462 - ac_status=$? 8.5463 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5464 - (exit $ac_status); }; } && 8.5465 - { ac_try='test -s conftest.$ac_objext' 8.5466 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5467 - (eval $ac_try) 2>&5 8.5468 - ac_status=$? 8.5469 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5470 - (exit $ac_status); }; }; then 8.5471 + (exit $ac_status); } && { 8.5472 + test -z "$ac_c_werror_flag" || 8.5473 + test ! -s conftest.err 8.5474 + } && test -s conftest.$ac_objext; then 8.5475 ac_cv_header_time=yes 8.5476 else 8.5477 echo "$as_me: failed program was:" >&5 8.5478 sed 's/^/| /' conftest.$ac_ext >&5 8.5479 8.5480 -ac_cv_header_time=no 8.5481 -fi 8.5482 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5483 -fi 8.5484 -echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 8.5485 -echo "${ECHO_T}$ac_cv_header_time" >&6 8.5486 + ac_cv_header_time=no 8.5487 +fi 8.5488 + 8.5489 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5490 +fi 8.5491 +{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 8.5492 +echo "${ECHO_T}$ac_cv_header_time" >&6; } 8.5493 if test $ac_cv_header_time = yes; then 8.5494 8.5495 cat >>confdefs.h <<\_ACEOF 8.5496 @@ -4664,8 +5357,8 @@ 8.5497 8.5498 fi 8.5499 8.5500 -echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 8.5501 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 8.5502 +{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 8.5503 +echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } 8.5504 if test "${ac_cv_struct_tm+set}" = set; then 8.5505 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5506 else 8.5507 @@ -4681,43 +5374,42 @@ 8.5508 int 8.5509 main () 8.5510 { 8.5511 -struct tm *tp; tp->tm_sec; 8.5512 +struct tm tm; 8.5513 + int *p = &tm.tm_sec; 8.5514 + return !p; 8.5515 ; 8.5516 return 0; 8.5517 } 8.5518 _ACEOF 8.5519 rm -f conftest.$ac_objext 8.5520 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5521 - (eval $ac_compile) 2>conftest.er1 8.5522 +if { (ac_try="$ac_compile" 8.5523 +case "(($ac_try" in 8.5524 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5525 + *) ac_try_echo=$ac_try;; 8.5526 +esac 8.5527 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5528 + (eval "$ac_compile") 2>conftest.er1 8.5529 ac_status=$? 8.5530 grep -v '^ *+' conftest.er1 >conftest.err 8.5531 rm -f conftest.er1 8.5532 cat conftest.err >&5 8.5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5534 - (exit $ac_status); } && 8.5535 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5536 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5537 - (eval $ac_try) 2>&5 8.5538 - ac_status=$? 8.5539 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5540 - (exit $ac_status); }; } && 8.5541 - { ac_try='test -s conftest.$ac_objext' 8.5542 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5543 - (eval $ac_try) 2>&5 8.5544 - ac_status=$? 8.5545 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5546 - (exit $ac_status); }; }; then 8.5547 + (exit $ac_status); } && { 8.5548 + test -z "$ac_c_werror_flag" || 8.5549 + test ! -s conftest.err 8.5550 + } && test -s conftest.$ac_objext; then 8.5551 ac_cv_struct_tm=time.h 8.5552 else 8.5553 echo "$as_me: failed program was:" >&5 8.5554 sed 's/^/| /' conftest.$ac_ext >&5 8.5555 8.5556 -ac_cv_struct_tm=sys/time.h 8.5557 -fi 8.5558 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5559 -fi 8.5560 -echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 8.5561 -echo "${ECHO_T}$ac_cv_struct_tm" >&6 8.5562 + ac_cv_struct_tm=sys/time.h 8.5563 +fi 8.5564 + 8.5565 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5566 +fi 8.5567 +{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 8.5568 +echo "${ECHO_T}$ac_cv_struct_tm" >&6; } 8.5569 if test $ac_cv_struct_tm = sys/time.h; then 8.5570 8.5571 cat >>confdefs.h <<\_ACEOF 8.5572 @@ -4727,8 +5419,8 @@ 8.5573 fi 8.5574 8.5575 8.5576 -echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 8.5577 -echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6 8.5578 +{ echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 8.5579 +echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6; } 8.5580 if test "${ac_cv_func_fnmatch_works+set}" = set; then 8.5581 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5582 else 8.5583 @@ -4752,7 +5444,7 @@ 8.5584 int 8.5585 main () 8.5586 { 8.5587 -exit 8.5588 +return 8.5589 (!(y ("a*", "abc", 0) 8.5590 && n ("d*/*1", "d/s/1", FNM_PATHNAME) 8.5591 && y ("a\\\\bc", "abc", 0) 8.5592 @@ -4765,13 +5457,22 @@ 8.5593 } 8.5594 _ACEOF 8.5595 rm -f conftest$ac_exeext 8.5596 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.5597 - (eval $ac_link) 2>&5 8.5598 +if { (ac_try="$ac_link" 8.5599 +case "(($ac_try" in 8.5600 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5601 + *) ac_try_echo=$ac_try;; 8.5602 +esac 8.5603 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5604 + (eval "$ac_link") 2>&5 8.5605 ac_status=$? 8.5606 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5607 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8.5608 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5609 - (eval $ac_try) 2>&5 8.5610 + { (case "(($ac_try" in 8.5611 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5612 + *) ac_try_echo=$ac_try;; 8.5613 +esac 8.5614 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5615 + (eval "$ac_try") 2>&5 8.5616 ac_status=$? 8.5617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5618 (exit $ac_status); }; }; then 8.5619 @@ -4784,11 +5485,13 @@ 8.5620 ( exit $ac_status ) 8.5621 ac_cv_func_fnmatch_works=no 8.5622 fi 8.5623 -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.5624 -fi 8.5625 -fi 8.5626 -echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 8.5627 -echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6 8.5628 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8.5629 +fi 8.5630 + 8.5631 + 8.5632 +fi 8.5633 +{ echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 8.5634 +echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6; } 8.5635 if test $ac_cv_func_fnmatch_works = yes; then 8.5636 8.5637 cat >>confdefs.h <<\_ACEOF 8.5638 @@ -4799,8 +5502,8 @@ 8.5639 8.5640 8.5641 8.5642 -echo "$as_me:$LINENO: checking return type of signal handlers" >&5 8.5643 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 8.5644 +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 8.5645 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } 8.5646 if test "${ac_cv_type_signal+set}" = set; then 8.5647 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5648 else 8.5649 @@ -4812,55 +5515,44 @@ 8.5650 /* end confdefs.h. */ 8.5651 #include <sys/types.h> 8.5652 #include <signal.h> 8.5653 -#ifdef signal 8.5654 -# undef signal 8.5655 -#endif 8.5656 -#ifdef __cplusplus 8.5657 -extern "C" void (*signal (int, void (*)(int)))(int); 8.5658 -#else 8.5659 -void (*signal ()) (); 8.5660 -#endif 8.5661 8.5662 int 8.5663 main () 8.5664 { 8.5665 -int i; 8.5666 +return *(signal (0, 0)) (0) == 1; 8.5667 ; 8.5668 return 0; 8.5669 } 8.5670 _ACEOF 8.5671 rm -f conftest.$ac_objext 8.5672 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8.5673 - (eval $ac_compile) 2>conftest.er1 8.5674 +if { (ac_try="$ac_compile" 8.5675 +case "(($ac_try" in 8.5676 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5677 + *) ac_try_echo=$ac_try;; 8.5678 +esac 8.5679 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5680 + (eval "$ac_compile") 2>conftest.er1 8.5681 ac_status=$? 8.5682 grep -v '^ *+' conftest.er1 >conftest.err 8.5683 rm -f conftest.er1 8.5684 cat conftest.err >&5 8.5685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5686 - (exit $ac_status); } && 8.5687 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5688 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5689 - (eval $ac_try) 2>&5 8.5690 - ac_status=$? 8.5691 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5692 - (exit $ac_status); }; } && 8.5693 - { ac_try='test -s conftest.$ac_objext' 8.5694 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5695 - (eval $ac_try) 2>&5 8.5696 - ac_status=$? 8.5697 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5698 - (exit $ac_status); }; }; then 8.5699 - ac_cv_type_signal=void 8.5700 + (exit $ac_status); } && { 8.5701 + test -z "$ac_c_werror_flag" || 8.5702 + test ! -s conftest.err 8.5703 + } && test -s conftest.$ac_objext; then 8.5704 + ac_cv_type_signal=int 8.5705 else 8.5706 echo "$as_me: failed program was:" >&5 8.5707 sed 's/^/| /' conftest.$ac_ext >&5 8.5708 8.5709 -ac_cv_type_signal=int 8.5710 -fi 8.5711 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8.5712 -fi 8.5713 -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 8.5714 -echo "${ECHO_T}$ac_cv_type_signal" >&6 8.5715 + ac_cv_type_signal=void 8.5716 +fi 8.5717 + 8.5718 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8.5719 +fi 8.5720 +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 8.5721 +echo "${ECHO_T}$ac_cv_type_signal" >&6; } 8.5722 8.5723 cat >>confdefs.h <<_ACEOF 8.5724 #define RETSIGTYPE $ac_cv_type_signal 8.5725 @@ -4871,9 +5563,9 @@ 8.5726 for ac_func in strftime 8.5727 do 8.5728 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8.5729 -echo "$as_me:$LINENO: checking for $ac_func" >&5 8.5730 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8.5731 -if eval "test \"\${$as_ac_var+set}\" = set"; then 8.5732 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8.5733 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8.5734 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8.5735 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5736 else 8.5737 cat >conftest.$ac_ext <<_ACEOF 8.5738 @@ -4899,67 +5591,60 @@ 8.5739 8.5740 #undef $ac_func 8.5741 8.5742 -/* Override any gcc2 internal prototype to avoid an error. */ 8.5743 +/* Override any GCC internal prototype to avoid an error. 8.5744 + Use char because int might match the return type of a GCC 8.5745 + builtin and then its argument prototype would still apply. */ 8.5746 #ifdef __cplusplus 8.5747 extern "C" 8.5748 -{ 8.5749 #endif 8.5750 -/* We use char because int might match the return type of a gcc2 8.5751 - builtin and then its argument prototype would still apply. */ 8.5752 char $ac_func (); 8.5753 /* The GNU C library defines this for functions which it implements 8.5754 to always fail with ENOSYS. Some functions are actually named 8.5755 something starting with __ and the normal name is an alias. */ 8.5756 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8.5757 +#if defined __stub_$ac_func || defined __stub___$ac_func 8.5758 choke me 8.5759 -#else 8.5760 -char (*f) () = $ac_func; 8.5761 -#endif 8.5762 -#ifdef __cplusplus 8.5763 -} 8.5764 #endif 8.5765 8.5766 int 8.5767 main () 8.5768 { 8.5769 -return f != $ac_func; 8.5770 +return $ac_func (); 8.5771 ; 8.5772 return 0; 8.5773 } 8.5774 _ACEOF 8.5775 rm -f conftest.$ac_objext conftest$ac_exeext 8.5776 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.5777 - (eval $ac_link) 2>conftest.er1 8.5778 +if { (ac_try="$ac_link" 8.5779 +case "(($ac_try" in 8.5780 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5781 + *) ac_try_echo=$ac_try;; 8.5782 +esac 8.5783 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5784 + (eval "$ac_link") 2>conftest.er1 8.5785 ac_status=$? 8.5786 grep -v '^ *+' conftest.er1 >conftest.err 8.5787 rm -f conftest.er1 8.5788 cat conftest.err >&5 8.5789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5790 - (exit $ac_status); } && 8.5791 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5792 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5793 - (eval $ac_try) 2>&5 8.5794 - ac_status=$? 8.5795 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5796 - (exit $ac_status); }; } && 8.5797 - { ac_try='test -s conftest$ac_exeext' 8.5798 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5799 - (eval $ac_try) 2>&5 8.5800 - ac_status=$? 8.5801 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5802 - (exit $ac_status); }; }; then 8.5803 + (exit $ac_status); } && { 8.5804 + test -z "$ac_c_werror_flag" || 8.5805 + test ! -s conftest.err 8.5806 + } && test -s conftest$ac_exeext && 8.5807 + $as_test_x conftest$ac_exeext; then 8.5808 eval "$as_ac_var=yes" 8.5809 else 8.5810 echo "$as_me: failed program was:" >&5 8.5811 sed 's/^/| /' conftest.$ac_ext >&5 8.5812 8.5813 -eval "$as_ac_var=no" 8.5814 -fi 8.5815 -rm -f conftest.err conftest.$ac_objext \ 8.5816 + eval "$as_ac_var=no" 8.5817 +fi 8.5818 + 8.5819 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.5820 conftest$ac_exeext conftest.$ac_ext 8.5821 fi 8.5822 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8.5823 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8.5824 +ac_res=`eval echo '${'$as_ac_var'}'` 8.5825 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.5826 +echo "${ECHO_T}$ac_res" >&6; } 8.5827 if test `eval echo '${'$as_ac_var'}'` = yes; then 8.5828 cat >>confdefs.h <<_ACEOF 8.5829 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8.5830 @@ -4967,8 +5652,8 @@ 8.5831 8.5832 else 8.5833 # strftime is in -lintl on SCO UNIX. 8.5834 -echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 8.5835 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 8.5836 +{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 8.5837 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } 8.5838 if test "${ac_cv_lib_intl_strftime+set}" = set; then 8.5839 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5840 else 8.5841 @@ -4981,55 +5666,53 @@ 8.5842 cat >>conftest.$ac_ext <<_ACEOF 8.5843 /* end confdefs.h. */ 8.5844 8.5845 -/* Override any gcc2 internal prototype to avoid an error. */ 8.5846 +/* Override any GCC internal prototype to avoid an error. 8.5847 + Use char because int might match the return type of a GCC 8.5848 + builtin and then its argument prototype would still apply. */ 8.5849 #ifdef __cplusplus 8.5850 extern "C" 8.5851 #endif 8.5852 -/* We use char because int might match the return type of a gcc2 8.5853 - builtin and then its argument prototype would still apply. */ 8.5854 char strftime (); 8.5855 int 8.5856 main () 8.5857 { 8.5858 -strftime (); 8.5859 +return strftime (); 8.5860 ; 8.5861 return 0; 8.5862 } 8.5863 _ACEOF 8.5864 rm -f conftest.$ac_objext conftest$ac_exeext 8.5865 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.5866 - (eval $ac_link) 2>conftest.er1 8.5867 +if { (ac_try="$ac_link" 8.5868 +case "(($ac_try" in 8.5869 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5870 + *) ac_try_echo=$ac_try;; 8.5871 +esac 8.5872 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5873 + (eval "$ac_link") 2>conftest.er1 8.5874 ac_status=$? 8.5875 grep -v '^ *+' conftest.er1 >conftest.err 8.5876 rm -f conftest.er1 8.5877 cat conftest.err >&5 8.5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5879 - (exit $ac_status); } && 8.5880 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5881 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5882 - (eval $ac_try) 2>&5 8.5883 - ac_status=$? 8.5884 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5885 - (exit $ac_status); }; } && 8.5886 - { ac_try='test -s conftest$ac_exeext' 8.5887 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5888 - (eval $ac_try) 2>&5 8.5889 - ac_status=$? 8.5890 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5891 - (exit $ac_status); }; }; then 8.5892 + (exit $ac_status); } && { 8.5893 + test -z "$ac_c_werror_flag" || 8.5894 + test ! -s conftest.err 8.5895 + } && test -s conftest$ac_exeext && 8.5896 + $as_test_x conftest$ac_exeext; then 8.5897 ac_cv_lib_intl_strftime=yes 8.5898 else 8.5899 echo "$as_me: failed program was:" >&5 8.5900 sed 's/^/| /' conftest.$ac_ext >&5 8.5901 8.5902 -ac_cv_lib_intl_strftime=no 8.5903 -fi 8.5904 -rm -f conftest.err conftest.$ac_objext \ 8.5905 + ac_cv_lib_intl_strftime=no 8.5906 +fi 8.5907 + 8.5908 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.5909 conftest$ac_exeext conftest.$ac_ext 8.5910 LIBS=$ac_check_lib_save_LIBS 8.5911 fi 8.5912 -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 8.5913 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 8.5914 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 8.5915 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } 8.5916 if test $ac_cv_lib_intl_strftime = yes; then 8.5917 cat >>confdefs.h <<\_ACEOF 8.5918 #define HAVE_STRFTIME 1 8.5919 @@ -5045,9 +5728,9 @@ 8.5920 for ac_func in vprintf 8.5921 do 8.5922 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8.5923 -echo "$as_me:$LINENO: checking for $ac_func" >&5 8.5924 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8.5925 -if eval "test \"\${$as_ac_var+set}\" = set"; then 8.5926 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8.5927 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8.5928 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8.5929 echo $ECHO_N "(cached) $ECHO_C" >&6 8.5930 else 8.5931 cat >conftest.$ac_ext <<_ACEOF 8.5932 @@ -5073,74 +5756,67 @@ 8.5933 8.5934 #undef $ac_func 8.5935 8.5936 -/* Override any gcc2 internal prototype to avoid an error. */ 8.5937 +/* Override any GCC internal prototype to avoid an error. 8.5938 + Use char because int might match the return type of a GCC 8.5939 + builtin and then its argument prototype would still apply. */ 8.5940 #ifdef __cplusplus 8.5941 extern "C" 8.5942 -{ 8.5943 #endif 8.5944 -/* We use char because int might match the return type of a gcc2 8.5945 - builtin and then its argument prototype would still apply. */ 8.5946 char $ac_func (); 8.5947 /* The GNU C library defines this for functions which it implements 8.5948 to always fail with ENOSYS. Some functions are actually named 8.5949 something starting with __ and the normal name is an alias. */ 8.5950 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8.5951 +#if defined __stub_$ac_func || defined __stub___$ac_func 8.5952 choke me 8.5953 -#else 8.5954 -char (*f) () = $ac_func; 8.5955 -#endif 8.5956 -#ifdef __cplusplus 8.5957 -} 8.5958 #endif 8.5959 8.5960 int 8.5961 main () 8.5962 { 8.5963 -return f != $ac_func; 8.5964 +return $ac_func (); 8.5965 ; 8.5966 return 0; 8.5967 } 8.5968 _ACEOF 8.5969 rm -f conftest.$ac_objext conftest$ac_exeext 8.5970 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.5971 - (eval $ac_link) 2>conftest.er1 8.5972 +if { (ac_try="$ac_link" 8.5973 +case "(($ac_try" in 8.5974 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.5975 + *) ac_try_echo=$ac_try;; 8.5976 +esac 8.5977 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.5978 + (eval "$ac_link") 2>conftest.er1 8.5979 ac_status=$? 8.5980 grep -v '^ *+' conftest.er1 >conftest.err 8.5981 rm -f conftest.er1 8.5982 cat conftest.err >&5 8.5983 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5984 - (exit $ac_status); } && 8.5985 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.5986 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5987 - (eval $ac_try) 2>&5 8.5988 - ac_status=$? 8.5989 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5990 - (exit $ac_status); }; } && 8.5991 - { ac_try='test -s conftest$ac_exeext' 8.5992 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.5993 - (eval $ac_try) 2>&5 8.5994 - ac_status=$? 8.5995 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.5996 - (exit $ac_status); }; }; then 8.5997 + (exit $ac_status); } && { 8.5998 + test -z "$ac_c_werror_flag" || 8.5999 + test ! -s conftest.err 8.6000 + } && test -s conftest$ac_exeext && 8.6001 + $as_test_x conftest$ac_exeext; then 8.6002 eval "$as_ac_var=yes" 8.6003 else 8.6004 echo "$as_me: failed program was:" >&5 8.6005 sed 's/^/| /' conftest.$ac_ext >&5 8.6006 8.6007 -eval "$as_ac_var=no" 8.6008 -fi 8.6009 -rm -f conftest.err conftest.$ac_objext \ 8.6010 + eval "$as_ac_var=no" 8.6011 +fi 8.6012 + 8.6013 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6014 conftest$ac_exeext conftest.$ac_ext 8.6015 fi 8.6016 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8.6017 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8.6018 +ac_res=`eval echo '${'$as_ac_var'}'` 8.6019 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.6020 +echo "${ECHO_T}$ac_res" >&6; } 8.6021 if test `eval echo '${'$as_ac_var'}'` = yes; then 8.6022 cat >>confdefs.h <<_ACEOF 8.6023 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8.6024 _ACEOF 8.6025 8.6026 -echo "$as_me:$LINENO: checking for _doprnt" >&5 8.6027 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 8.6028 +{ echo "$as_me:$LINENO: checking for _doprnt" >&5 8.6029 +echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } 8.6030 if test "${ac_cv_func__doprnt+set}" = set; then 8.6031 echo $ECHO_N "(cached) $ECHO_C" >&6 8.6032 else 8.6033 @@ -5167,67 +5843,59 @@ 8.6034 8.6035 #undef _doprnt 8.6036 8.6037 -/* Override any gcc2 internal prototype to avoid an error. */ 8.6038 +/* Override any GCC internal prototype to avoid an error. 8.6039 + Use char because int might match the return type of a GCC 8.6040 + builtin and then its argument prototype would still apply. */ 8.6041 #ifdef __cplusplus 8.6042 extern "C" 8.6043 -{ 8.6044 #endif 8.6045 -/* We use char because int might match the return type of a gcc2 8.6046 - builtin and then its argument prototype would still apply. */ 8.6047 char _doprnt (); 8.6048 /* The GNU C library defines this for functions which it implements 8.6049 to always fail with ENOSYS. Some functions are actually named 8.6050 something starting with __ and the normal name is an alias. */ 8.6051 -#if defined (__stub__doprnt) || defined (__stub____doprnt) 8.6052 +#if defined __stub__doprnt || defined __stub____doprnt 8.6053 choke me 8.6054 -#else 8.6055 -char (*f) () = _doprnt; 8.6056 -#endif 8.6057 -#ifdef __cplusplus 8.6058 -} 8.6059 #endif 8.6060 8.6061 int 8.6062 main () 8.6063 { 8.6064 -return f != _doprnt; 8.6065 +return _doprnt (); 8.6066 ; 8.6067 return 0; 8.6068 } 8.6069 _ACEOF 8.6070 rm -f conftest.$ac_objext conftest$ac_exeext 8.6071 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.6072 - (eval $ac_link) 2>conftest.er1 8.6073 +if { (ac_try="$ac_link" 8.6074 +case "(($ac_try" in 8.6075 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.6076 + *) ac_try_echo=$ac_try;; 8.6077 +esac 8.6078 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.6079 + (eval "$ac_link") 2>conftest.er1 8.6080 ac_status=$? 8.6081 grep -v '^ *+' conftest.er1 >conftest.err 8.6082 rm -f conftest.er1 8.6083 cat conftest.err >&5 8.6084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6085 - (exit $ac_status); } && 8.6086 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.6087 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6088 - (eval $ac_try) 2>&5 8.6089 - ac_status=$? 8.6090 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6091 - (exit $ac_status); }; } && 8.6092 - { ac_try='test -s conftest$ac_exeext' 8.6093 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6094 - (eval $ac_try) 2>&5 8.6095 - ac_status=$? 8.6096 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6097 - (exit $ac_status); }; }; then 8.6098 + (exit $ac_status); } && { 8.6099 + test -z "$ac_c_werror_flag" || 8.6100 + test ! -s conftest.err 8.6101 + } && test -s conftest$ac_exeext && 8.6102 + $as_test_x conftest$ac_exeext; then 8.6103 ac_cv_func__doprnt=yes 8.6104 else 8.6105 echo "$as_me: failed program was:" >&5 8.6106 sed 's/^/| /' conftest.$ac_ext >&5 8.6107 8.6108 -ac_cv_func__doprnt=no 8.6109 -fi 8.6110 -rm -f conftest.err conftest.$ac_objext \ 8.6111 + ac_cv_func__doprnt=no 8.6112 +fi 8.6113 + 8.6114 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6115 conftest$ac_exeext conftest.$ac_ext 8.6116 fi 8.6117 -echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 8.6118 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6 8.6119 +{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 8.6120 +echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } 8.6121 if test $ac_cv_func__doprnt = yes; then 8.6122 8.6123 cat >>confdefs.h <<\_ACEOF 8.6124 @@ -5247,9 +5915,9 @@ 8.6125 for ac_func in select socket strerror strstr 8.6126 do 8.6127 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8.6128 -echo "$as_me:$LINENO: checking for $ac_func" >&5 8.6129 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8.6130 -if eval "test \"\${$as_ac_var+set}\" = set"; then 8.6131 +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 8.6132 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 8.6133 +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 8.6134 echo $ECHO_N "(cached) $ECHO_C" >&6 8.6135 else 8.6136 cat >conftest.$ac_ext <<_ACEOF 8.6137 @@ -5275,67 +5943,60 @@ 8.6138 8.6139 #undef $ac_func 8.6140 8.6141 -/* Override any gcc2 internal prototype to avoid an error. */ 8.6142 +/* Override any GCC internal prototype to avoid an error. 8.6143 + Use char because int might match the return type of a GCC 8.6144 + builtin and then its argument prototype would still apply. */ 8.6145 #ifdef __cplusplus 8.6146 extern "C" 8.6147 -{ 8.6148 #endif 8.6149 -/* We use char because int might match the return type of a gcc2 8.6150 - builtin and then its argument prototype would still apply. */ 8.6151 char $ac_func (); 8.6152 /* The GNU C library defines this for functions which it implements 8.6153 to always fail with ENOSYS. Some functions are actually named 8.6154 something starting with __ and the normal name is an alias. */ 8.6155 -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 8.6156 +#if defined __stub_$ac_func || defined __stub___$ac_func 8.6157 choke me 8.6158 -#else 8.6159 -char (*f) () = $ac_func; 8.6160 -#endif 8.6161 -#ifdef __cplusplus 8.6162 -} 8.6163 #endif 8.6164 8.6165 int 8.6166 main () 8.6167 { 8.6168 -return f != $ac_func; 8.6169 +return $ac_func (); 8.6170 ; 8.6171 return 0; 8.6172 } 8.6173 _ACEOF 8.6174 rm -f conftest.$ac_objext conftest$ac_exeext 8.6175 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.6176 - (eval $ac_link) 2>conftest.er1 8.6177 +if { (ac_try="$ac_link" 8.6178 +case "(($ac_try" in 8.6179 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.6180 + *) ac_try_echo=$ac_try;; 8.6181 +esac 8.6182 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.6183 + (eval "$ac_link") 2>conftest.er1 8.6184 ac_status=$? 8.6185 grep -v '^ *+' conftest.er1 >conftest.err 8.6186 rm -f conftest.er1 8.6187 cat conftest.err >&5 8.6188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6189 - (exit $ac_status); } && 8.6190 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.6191 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6192 - (eval $ac_try) 2>&5 8.6193 - ac_status=$? 8.6194 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6195 - (exit $ac_status); }; } && 8.6196 - { ac_try='test -s conftest$ac_exeext' 8.6197 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6198 - (eval $ac_try) 2>&5 8.6199 - ac_status=$? 8.6200 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6201 - (exit $ac_status); }; }; then 8.6202 + (exit $ac_status); } && { 8.6203 + test -z "$ac_c_werror_flag" || 8.6204 + test ! -s conftest.err 8.6205 + } && test -s conftest$ac_exeext && 8.6206 + $as_test_x conftest$ac_exeext; then 8.6207 eval "$as_ac_var=yes" 8.6208 else 8.6209 echo "$as_me: failed program was:" >&5 8.6210 sed 's/^/| /' conftest.$ac_ext >&5 8.6211 8.6212 -eval "$as_ac_var=no" 8.6213 -fi 8.6214 -rm -f conftest.err conftest.$ac_objext \ 8.6215 + eval "$as_ac_var=no" 8.6216 +fi 8.6217 + 8.6218 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6219 conftest$ac_exeext conftest.$ac_ext 8.6220 fi 8.6221 -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8.6222 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8.6223 +ac_res=`eval echo '${'$as_ac_var'}'` 8.6224 + { echo "$as_me:$LINENO: result: $ac_res" >&5 8.6225 +echo "${ECHO_T}$ac_res" >&6; } 8.6226 if test `eval echo '${'$as_ac_var'}'` = yes; then 8.6227 cat >>confdefs.h <<_ACEOF 8.6228 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 8.6229 @@ -5346,35 +6007,35 @@ 8.6230 8.6231 8.6232 8.6233 -# Check whether --with-user or --without-user was given. 8.6234 +# Check whether --with-user was given. 8.6235 if test "${with_user+set}" = set; then 8.6236 - withval="$with_user" 8.6237 - 8.6238 -fi; 8.6239 + withval=$with_user; 8.6240 +fi 8.6241 + 8.6242 if test "x$with_user" = 'x'; then 8.6243 with_user='mail' 8.6244 fi 8.6245 8.6246 8.6247 -# Check whether --with-group or --without-group was given. 8.6248 +# Check whether --with-group was given. 8.6249 if test "${with_group+set}" = set; then 8.6250 - withval="$with_group" 8.6251 - 8.6252 -fi; 8.6253 + withval=$with_group; 8.6254 +fi 8.6255 + 8.6256 if test "x$with_group" = 'x'; then 8.6257 with_group='trusted' 8.6258 fi 8.6259 8.6260 -# Check whether --enable-debug or --disable-debug was given. 8.6261 +# Check whether --enable-debug was given. 8.6262 if test "${enable_debug+set}" = set; then 8.6263 - enableval="$enable_debug" 8.6264 - if test "x$enable_debug" != 'xno'; then 8.6265 + enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then 8.6266 debug_enabled='yes' 8.6267 fi 8.6268 else 8.6269 debug_enabled='yes' 8.6270 8.6271 -fi; 8.6272 +fi 8.6273 + 8.6274 if test "x$debug_enabled" = xyes; then 8.6275 8.6276 cat >>confdefs.h <<\_ACEOF 8.6277 @@ -5397,11 +6058,11 @@ 8.6278 8.6279 8.6280 8.6281 -# Check whether --with-glib_static or --without-glib_static was given. 8.6282 +# Check whether --with-glib_static was given. 8.6283 if test "${with_glib_static+set}" = set; then 8.6284 - withval="$with_glib_static" 8.6285 - 8.6286 -fi; 8.6287 + withval=$with_glib_static; 8.6288 +fi 8.6289 + 8.6290 if test "x$with_glib_static" != 'x'; then 8.6291 GLIB_LIBS=$with_glib_static 8.6292 8.6293 @@ -5410,16 +6071,16 @@ 8.6294 MD5_LIBS='' 8.6295 BASE64_LIBS='' 8.6296 8.6297 -# Check whether --enable-smtp_server or --disable-smtp_server was given. 8.6298 +# Check whether --enable-smtp_server was given. 8.6299 if test "${enable_smtp_server+set}" = set; then 8.6300 - enableval="$enable_smtp_server" 8.6301 - if test "x$enable_smtp_server" != 'xno'; then 8.6302 + enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then 8.6303 smtp_server_enabled='yes' 8.6304 fi 8.6305 else 8.6306 smtp_server_enabled='yes' 8.6307 8.6308 -fi; 8.6309 +fi 8.6310 + 8.6311 if test "x$smtp_server_enabled" = xyes; then 8.6312 8.6313 cat >>confdefs.h <<\_ACEOF 8.6314 @@ -5428,16 +6089,16 @@ 8.6315 8.6316 fi 8.6317 8.6318 -# Check whether --enable-pop3 or --disable-pop3 was given. 8.6319 +# Check whether --enable-pop3 was given. 8.6320 if test "${enable_pop3+set}" = set; then 8.6321 - enableval="$enable_pop3" 8.6322 - if test "x$enable_pop3" != 'xno'; then 8.6323 + enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then 8.6324 pop3_enabled='yes' 8.6325 fi 8.6326 else 8.6327 pop3_enabled='yes' 8.6328 8.6329 -fi; 8.6330 +fi 8.6331 + 8.6332 if test "x$pop3_enabled" = xyes; then 8.6333 8.6334 cat >>confdefs.h <<\_ACEOF 8.6335 @@ -5448,13 +6109,13 @@ 8.6336 need_md5='yes' 8.6337 fi 8.6338 8.6339 -# Check whether --enable-auth or --disable-auth was given. 8.6340 +# Check whether --enable-auth was given. 8.6341 if test "${enable_auth+set}" = set; then 8.6342 - enableval="$enable_auth" 8.6343 - if test "x$enable_auth" != 'xno'; then 8.6344 + enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then 8.6345 auth_enabled='yes' 8.6346 fi 8.6347 -fi; 8.6348 +fi 8.6349 + 8.6350 if test "x$auth_enabled" = xyes; then 8.6351 8.6352 cat >>confdefs.h <<\_ACEOF 8.6353 @@ -5467,13 +6128,13 @@ 8.6354 fi 8.6355 8.6356 8.6357 -# Check whether --enable-maildir or --disable-maildir was given. 8.6358 +# Check whether --enable-maildir was given. 8.6359 if test "${enable_maildir+set}" = set; then 8.6360 - enableval="$enable_maildir" 8.6361 - if test "x$enable_maildir" != 'xno'; then 8.6362 + enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then 8.6363 maildir_enabled='yes' 8.6364 fi 8.6365 -fi; 8.6366 +fi 8.6367 + 8.6368 if test "x$maildir_enabled" = xyes; then 8.6369 8.6370 cat >>confdefs.h <<\_ACEOF 8.6371 @@ -5483,19 +6144,19 @@ 8.6372 fi 8.6373 8.6374 8.6375 -# Check whether --with-libcrypto or --without-libcrypto was given. 8.6376 +# Check whether --with-libcrypto was given. 8.6377 if test "${with_libcrypto+set}" = set; then 8.6378 - withval="$with_libcrypto" 8.6379 - 8.6380 -fi; 8.6381 + withval=$with_libcrypto; 8.6382 +fi 8.6383 + 8.6384 if test "x$with_libcrypto" != 'xyes'; then 8.6385 with_libcrypto='no' 8.6386 fi 8.6387 8.6388 if test "x$need_md5" = 'xyes'; then 8.6389 if test "x$with_libcrypto" = "xyes"; then 8.6390 - echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 8.6391 -echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6 8.6392 + { echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 8.6393 +echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6; } 8.6394 if test "${ac_cv_lib_crypto_MD5+set}" = set; then 8.6395 echo $ECHO_N "(cached) $ECHO_C" >&6 8.6396 else 8.6397 @@ -5508,55 +6169,53 @@ 8.6398 cat >>conftest.$ac_ext <<_ACEOF 8.6399 /* end confdefs.h. */ 8.6400 8.6401 -/* Override any gcc2 internal prototype to avoid an error. */ 8.6402 +/* Override any GCC internal prototype to avoid an error. 8.6403 + Use char because int might match the return type of a GCC 8.6404 + builtin and then its argument prototype would still apply. */ 8.6405 #ifdef __cplusplus 8.6406 extern "C" 8.6407 #endif 8.6408 -/* We use char because int might match the return type of a gcc2 8.6409 - builtin and then its argument prototype would still apply. */ 8.6410 char MD5 (); 8.6411 int 8.6412 main () 8.6413 { 8.6414 -MD5 (); 8.6415 +return MD5 (); 8.6416 ; 8.6417 return 0; 8.6418 } 8.6419 _ACEOF 8.6420 rm -f conftest.$ac_objext conftest$ac_exeext 8.6421 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.6422 - (eval $ac_link) 2>conftest.er1 8.6423 +if { (ac_try="$ac_link" 8.6424 +case "(($ac_try" in 8.6425 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.6426 + *) ac_try_echo=$ac_try;; 8.6427 +esac 8.6428 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.6429 + (eval "$ac_link") 2>conftest.er1 8.6430 ac_status=$? 8.6431 grep -v '^ *+' conftest.er1 >conftest.err 8.6432 rm -f conftest.er1 8.6433 cat conftest.err >&5 8.6434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6435 - (exit $ac_status); } && 8.6436 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.6437 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6438 - (eval $ac_try) 2>&5 8.6439 - ac_status=$? 8.6440 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6441 - (exit $ac_status); }; } && 8.6442 - { ac_try='test -s conftest$ac_exeext' 8.6443 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6444 - (eval $ac_try) 2>&5 8.6445 - ac_status=$? 8.6446 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6447 - (exit $ac_status); }; }; then 8.6448 + (exit $ac_status); } && { 8.6449 + test -z "$ac_c_werror_flag" || 8.6450 + test ! -s conftest.err 8.6451 + } && test -s conftest$ac_exeext && 8.6452 + $as_test_x conftest$ac_exeext; then 8.6453 ac_cv_lib_crypto_MD5=yes 8.6454 else 8.6455 echo "$as_me: failed program was:" >&5 8.6456 sed 's/^/| /' conftest.$ac_ext >&5 8.6457 8.6458 -ac_cv_lib_crypto_MD5=no 8.6459 -fi 8.6460 -rm -f conftest.err conftest.$ac_objext \ 8.6461 + ac_cv_lib_crypto_MD5=no 8.6462 +fi 8.6463 + 8.6464 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6465 conftest$ac_exeext conftest.$ac_ext 8.6466 LIBS=$ac_check_lib_save_LIBS 8.6467 fi 8.6468 -echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 8.6469 -echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6 8.6470 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 8.6471 +echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6; } 8.6472 if test $ac_cv_lib_crypto_MD5 = yes; then 8.6473 has_crypto='yes' 8.6474 else 8.6475 @@ -5580,13 +6239,13 @@ 8.6476 8.6477 8.6478 IDENT_LIBS='' 8.6479 -# Check whether --enable-ident or --disable-ident was given. 8.6480 +# Check whether --enable-ident was given. 8.6481 if test "${enable_ident+set}" = set; then 8.6482 - enableval="$enable_ident" 8.6483 - if test "x$enable_ident" != 'xno'; then 8.6484 + enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then 8.6485 ident_enabled='yes' 8.6486 fi 8.6487 -fi; 8.6488 +fi 8.6489 + 8.6490 8.6491 if test "x$ident_enabled" = xyes; then 8.6492 8.6493 @@ -5594,8 +6253,8 @@ 8.6494 #define ENABLE_IDENT 1 8.6495 _ACEOF 8.6496 8.6497 - echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 8.6498 -echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6 8.6499 + { echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 8.6500 +echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6; } 8.6501 if test "${ac_cv_lib_ident_ident_id+set}" = set; then 8.6502 echo $ECHO_N "(cached) $ECHO_C" >&6 8.6503 else 8.6504 @@ -5608,55 +6267,53 @@ 8.6505 cat >>conftest.$ac_ext <<_ACEOF 8.6506 /* end confdefs.h. */ 8.6507 8.6508 -/* Override any gcc2 internal prototype to avoid an error. */ 8.6509 +/* Override any GCC internal prototype to avoid an error. 8.6510 + Use char because int might match the return type of a GCC 8.6511 + builtin and then its argument prototype would still apply. */ 8.6512 #ifdef __cplusplus 8.6513 extern "C" 8.6514 #endif 8.6515 -/* We use char because int might match the return type of a gcc2 8.6516 - builtin and then its argument prototype would still apply. */ 8.6517 char ident_id (); 8.6518 int 8.6519 main () 8.6520 { 8.6521 -ident_id (); 8.6522 +return ident_id (); 8.6523 ; 8.6524 return 0; 8.6525 } 8.6526 _ACEOF 8.6527 rm -f conftest.$ac_objext conftest$ac_exeext 8.6528 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.6529 - (eval $ac_link) 2>conftest.er1 8.6530 +if { (ac_try="$ac_link" 8.6531 +case "(($ac_try" in 8.6532 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.6533 + *) ac_try_echo=$ac_try;; 8.6534 +esac 8.6535 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.6536 + (eval "$ac_link") 2>conftest.er1 8.6537 ac_status=$? 8.6538 grep -v '^ *+' conftest.er1 >conftest.err 8.6539 rm -f conftest.er1 8.6540 cat conftest.err >&5 8.6541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6542 - (exit $ac_status); } && 8.6543 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.6544 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6545 - (eval $ac_try) 2>&5 8.6546 - ac_status=$? 8.6547 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6548 - (exit $ac_status); }; } && 8.6549 - { ac_try='test -s conftest$ac_exeext' 8.6550 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6551 - (eval $ac_try) 2>&5 8.6552 - ac_status=$? 8.6553 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6554 - (exit $ac_status); }; }; then 8.6555 + (exit $ac_status); } && { 8.6556 + test -z "$ac_c_werror_flag" || 8.6557 + test ! -s conftest.err 8.6558 + } && test -s conftest$ac_exeext && 8.6559 + $as_test_x conftest$ac_exeext; then 8.6560 ac_cv_lib_ident_ident_id=yes 8.6561 else 8.6562 echo "$as_me: failed program was:" >&5 8.6563 sed 's/^/| /' conftest.$ac_ext >&5 8.6564 8.6565 -ac_cv_lib_ident_ident_id=no 8.6566 -fi 8.6567 -rm -f conftest.err conftest.$ac_objext \ 8.6568 + ac_cv_lib_ident_ident_id=no 8.6569 +fi 8.6570 + 8.6571 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6572 conftest$ac_exeext conftest.$ac_ext 8.6573 LIBS=$ac_check_lib_save_LIBS 8.6574 fi 8.6575 -echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 8.6576 -echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6 8.6577 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 8.6578 +echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6; } 8.6579 if test $ac_cv_lib_ident_ident_id = yes; then 8.6580 IDENT_LIBS='-lident' 8.6581 else 8.6582 @@ -5666,13 +6323,13 @@ 8.6583 fi 8.6584 8.6585 8.6586 -# Check whether --enable-mserver or --disable-mserver was given. 8.6587 +# Check whether --enable-mserver was given. 8.6588 if test "${enable_mserver+set}" = set; then 8.6589 - enableval="$enable_mserver" 8.6590 - if test "x$enable_mserver" != 'xno'; then 8.6591 + enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then 8.6592 mserver_enabled='yes' 8.6593 fi 8.6594 -fi; 8.6595 +fi 8.6596 + 8.6597 if test "x$mserver_enabled" = xyes; then 8.6598 8.6599 cat >>confdefs.h <<\_ACEOF 8.6600 @@ -5682,17 +6339,17 @@ 8.6601 fi 8.6602 8.6603 8.6604 -# Check whether --with-liblockfile or --without-liblockfile was given. 8.6605 +# Check whether --with-liblockfile was given. 8.6606 if test "${with_liblockfile+set}" = set; then 8.6607 - withval="$with_liblockfile" 8.6608 - 8.6609 -fi; 8.6610 + withval=$with_liblockfile; 8.6611 +fi 8.6612 + 8.6613 if test "x$with_liblockfile" != 'x'; then 8.6614 with_liblockfile='yes' 8.6615 fi 8.6616 if test "x$with_liblockfile" = xyes; then 8.6617 - echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 8.6618 -echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 8.6619 + { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 8.6620 +echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; } 8.6621 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 8.6622 echo $ECHO_N "(cached) $ECHO_C" >&6 8.6623 else 8.6624 @@ -5705,55 +6362,53 @@ 8.6625 cat >>conftest.$ac_ext <<_ACEOF 8.6626 /* end confdefs.h. */ 8.6627 8.6628 -/* Override any gcc2 internal prototype to avoid an error. */ 8.6629 +/* Override any GCC internal prototype to avoid an error. 8.6630 + Use char because int might match the return type of a GCC 8.6631 + builtin and then its argument prototype would still apply. */ 8.6632 #ifdef __cplusplus 8.6633 extern "C" 8.6634 #endif 8.6635 -/* We use char because int might match the return type of a gcc2 8.6636 - builtin and then its argument prototype would still apply. */ 8.6637 char maillock (); 8.6638 int 8.6639 main () 8.6640 { 8.6641 -maillock (); 8.6642 +return maillock (); 8.6643 ; 8.6644 return 0; 8.6645 } 8.6646 _ACEOF 8.6647 rm -f conftest.$ac_objext conftest$ac_exeext 8.6648 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8.6649 - (eval $ac_link) 2>conftest.er1 8.6650 +if { (ac_try="$ac_link" 8.6651 +case "(($ac_try" in 8.6652 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 8.6653 + *) ac_try_echo=$ac_try;; 8.6654 +esac 8.6655 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 8.6656 + (eval "$ac_link") 2>conftest.er1 8.6657 ac_status=$? 8.6658 grep -v '^ *+' conftest.er1 >conftest.err 8.6659 rm -f conftest.er1 8.6660 cat conftest.err >&5 8.6661 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6662 - (exit $ac_status); } && 8.6663 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8.6664 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6665 - (eval $ac_try) 2>&5 8.6666 - ac_status=$? 8.6667 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6668 - (exit $ac_status); }; } && 8.6669 - { ac_try='test -s conftest$ac_exeext' 8.6670 - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8.6671 - (eval $ac_try) 2>&5 8.6672 - ac_status=$? 8.6673 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 8.6674 - (exit $ac_status); }; }; then 8.6675 + (exit $ac_status); } && { 8.6676 + test -z "$ac_c_werror_flag" || 8.6677 + test ! -s conftest.err 8.6678 + } && test -s conftest$ac_exeext && 8.6679 + $as_test_x conftest$ac_exeext; then 8.6680 ac_cv_lib_lockfile_maillock=yes 8.6681 else 8.6682 echo "$as_me: failed program was:" >&5 8.6683 sed 's/^/| /' conftest.$ac_ext >&5 8.6684 8.6685 -ac_cv_lib_lockfile_maillock=no 8.6686 -fi 8.6687 -rm -f conftest.err conftest.$ac_objext \ 8.6688 + ac_cv_lib_lockfile_maillock=no 8.6689 +fi 8.6690 + 8.6691 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 8.6692 conftest$ac_exeext conftest.$ac_ext 8.6693 LIBS=$ac_check_lib_save_LIBS 8.6694 fi 8.6695 -echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 8.6696 -echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8.6697 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 8.6698 +echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; } 8.6699 if test $ac_cv_lib_lockfile_maillock = yes; then 8.6700 has_lockfile=yes 8.6701 else 8.6702 @@ -5775,36 +6430,36 @@ 8.6703 8.6704 8.6705 8.6706 -# Check whether --with-logdir or --without-logdir was given. 8.6707 +# Check whether --with-logdir was given. 8.6708 if test "${with_logdir+set}" = set; then 8.6709 - withval="$with_logdir" 8.6710 - 8.6711 + withval=$with_logdir; 8.6712 else 8.6713 with_logdir='/var/log/masqmail/' 8.6714 8.6715 -fi; 8.6716 - 8.6717 - 8.6718 - 8.6719 -# Check whether --with-spooldir or --without-spooldir was given. 8.6720 +fi 8.6721 + 8.6722 + 8.6723 + 8.6724 + 8.6725 +# Check whether --with-spooldir was given. 8.6726 if test "${with_spooldir+set}" = set; then 8.6727 - withval="$with_spooldir" 8.6728 - 8.6729 + withval=$with_spooldir; 8.6730 else 8.6731 with_spooldir='/var/spool/masqmail/' 8.6732 8.6733 -fi; 8.6734 - 8.6735 - 8.6736 - 8.6737 -# Check whether --with-confdir or --without-confdir was given. 8.6738 +fi 8.6739 + 8.6740 + 8.6741 + 8.6742 + 8.6743 +# Check whether --with-confdir was given. 8.6744 if test "${with_confdir+set}" = set; then 8.6745 - withval="$with_confdir" 8.6746 - 8.6747 + withval=$with_confdir; 8.6748 else 8.6749 with_confdir='/etc/masqmail' 8.6750 8.6751 -fi; 8.6752 +fi 8.6753 + 8.6754 8.6755 cat >>confdefs.h <<_ACEOF 8.6756 #define CONF_DIR "${with_confdir}" 8.6757 @@ -5839,7 +6494,8 @@ 8.6758 fi 8.6759 fi 8.6760 8.6761 - ac_config_files="$ac_config_files Makefile debian/Makefile docs/Makefile docs/man/Makefile docs/xml/Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile suse/masqmail.spec redhat/masqmail.spec" 8.6762 +ac_config_files="$ac_config_files Makefile debian/Makefile docs/Makefile docs/man/Makefile docs/xml/Makefile tests/Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile suse/masqmail.spec redhat/masqmail.spec" 8.6763 + 8.6764 cat >confcache <<\_ACEOF 8.6765 # This file is a shell script that caches the results of configure 8.6766 # tests run on this system so they can be shared between configure 8.6767 @@ -5858,39 +6514,58 @@ 8.6768 8.6769 # The following way of writing the cache mishandles newlines in values, 8.6770 # but we know of no workaround that is simple, portable, and efficient. 8.6771 -# So, don't put newlines in cache variables' values. 8.6772 +# So, we kill variables containing newlines. 8.6773 # Ultrix sh set writes to stderr and can't be redirected directly, 8.6774 # and sets the high bit in the cache file unless we assign to the vars. 8.6775 -{ 8.6776 +( 8.6777 + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do 8.6778 + eval ac_val=\$$ac_var 8.6779 + case $ac_val in #( 8.6780 + *${as_nl}*) 8.6781 + case $ac_var in #( 8.6782 + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 8.6783 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 8.6784 + esac 8.6785 + case $ac_var in #( 8.6786 + _ | IFS | as_nl) ;; #( 8.6787 + *) $as_unset $ac_var ;; 8.6788 + esac ;; 8.6789 + esac 8.6790 + done 8.6791 + 8.6792 (set) 2>&1 | 8.6793 - case `(ac_space=' '; set | grep ac_space) 2>&1` in 8.6794 - *ac_space=\ *) 8.6795 + case $as_nl`(ac_space=' '; set) 2>&1` in #( 8.6796 + *${as_nl}ac_space=\ *) 8.6797 # `set' does not quote correctly, so add quotes (double-quote 8.6798 # substitution turns \\\\ into \\, and sed turns \\ into \). 8.6799 sed -n \ 8.6800 "s/'/'\\\\''/g; 8.6801 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 8.6802 - ;; 8.6803 + ;; #( 8.6804 *) 8.6805 # `set' quotes correctly as required by POSIX, so do not add quotes. 8.6806 - sed -n \ 8.6807 - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 8.6808 + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 8.6809 ;; 8.6810 - esac; 8.6811 -} | 8.6812 + esac | 8.6813 + sort 8.6814 +) | 8.6815 sed ' 8.6816 + /^ac_cv_env_/b end 8.6817 t clear 8.6818 - : clear 8.6819 + :clear 8.6820 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 8.6821 t end 8.6822 - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8.6823 - : end' >>confcache 8.6824 -if diff $cache_file confcache >/dev/null 2>&1; then :; else 8.6825 - if test -w $cache_file; then 8.6826 - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 8.6827 + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 8.6828 + :end' >>confcache 8.6829 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 8.6830 + if test -w "$cache_file"; then 8.6831 + test "x$cache_file" != "x/dev/null" && 8.6832 + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 8.6833 +echo "$as_me: updating cache $cache_file" >&6;} 8.6834 cat confcache >$cache_file 8.6835 else 8.6836 - echo "not updating unwritable cache $cache_file" 8.6837 + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 8.6838 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} 8.6839 fi 8.6840 fi 8.6841 rm -f confcache 8.6842 @@ -5899,32 +6574,18 @@ 8.6843 # Let make expand exec_prefix. 8.6844 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 8.6845 8.6846 -# VPATH may cause trouble with some makes, so we remove $(srcdir), 8.6847 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 8.6848 -# trailing colons and then remove the whole line if VPATH becomes empty 8.6849 -# (actually we leave an empty line to preserve line numbers). 8.6850 -if test "x$srcdir" = x.; then 8.6851 - ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8.6852 -s/:*\$(srcdir):*/:/; 8.6853 -s/:*\${srcdir}:*/:/; 8.6854 -s/:*@srcdir@:*/:/; 8.6855 -s/^\([^=]*=[ ]*\):*/\1/; 8.6856 -s/:*$//; 8.6857 -s/^[^=]*=[ ]*$//; 8.6858 -}' 8.6859 -fi 8.6860 - 8.6861 DEFS=-DHAVE_CONFIG_H 8.6862 8.6863 ac_libobjs= 8.6864 ac_ltlibobjs= 8.6865 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 8.6866 # 1. Remove the extension, and $U if already installed. 8.6867 - ac_i=`echo "$ac_i" | 8.6868 - sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 8.6869 - # 2. Add them. 8.6870 - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 8.6871 - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 8.6872 + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 8.6873 + ac_i=`echo "$ac_i" | sed "$ac_script"` 8.6874 + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 8.6875 + # will be set to the directory where LIBOBJS objects are built. 8.6876 + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 8.6877 + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' 8.6878 done 8.6879 LIBOBJS=$ac_libobjs 8.6880 8.6881 @@ -5969,73 +6630,26 @@ 8.6882 ## M4sh Initialization. ## 8.6883 ## --------------------- ## 8.6884 8.6885 -# Be Bourne compatible 8.6886 +# Be more Bourne compatible 8.6887 +DUALCASE=1; export DUALCASE # for MKS sh 8.6888 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 8.6889 emulate sh 8.6890 NULLCMD=: 8.6891 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 8.6892 # is contrary to our usage. Disable this feature. 8.6893 alias -g '${1+"$@"}'='"$@"' 8.6894 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 8.6895 - set -o posix 8.6896 -fi 8.6897 -DUALCASE=1; export DUALCASE # for MKS sh 8.6898 - 8.6899 -# Support unset when possible. 8.6900 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 8.6901 - as_unset=unset 8.6902 -else 8.6903 - as_unset=false 8.6904 -fi 8.6905 - 8.6906 - 8.6907 -# Work around bugs in pre-3.0 UWIN ksh. 8.6908 -$as_unset ENV MAIL MAILPATH 8.6909 -PS1='$ ' 8.6910 -PS2='> ' 8.6911 -PS4='+ ' 8.6912 - 8.6913 -# NLS nuisances. 8.6914 -for as_var in \ 8.6915 - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 8.6916 - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 8.6917 - LC_TELEPHONE LC_TIME 8.6918 -do 8.6919 - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 8.6920 - eval $as_var=C; export $as_var 8.6921 - else 8.6922 - $as_unset $as_var 8.6923 - fi 8.6924 -done 8.6925 - 8.6926 -# Required to use basename. 8.6927 -if expr a : '\(a\)' >/dev/null 2>&1; then 8.6928 - as_expr=expr 8.6929 -else 8.6930 - as_expr=false 8.6931 -fi 8.6932 - 8.6933 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 8.6934 - as_basename=basename 8.6935 -else 8.6936 - as_basename=false 8.6937 -fi 8.6938 - 8.6939 - 8.6940 -# Name of the executable. 8.6941 -as_me=`$as_basename "$0" || 8.6942 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 8.6943 - X"$0" : 'X\(//\)$' \| \ 8.6944 - X"$0" : 'X\(/\)$' \| \ 8.6945 - . : '\(.\)' 2>/dev/null || 8.6946 -echo X/"$0" | 8.6947 - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 8.6948 - /^X\/\(\/\/\)$/{ s//\1/; q; } 8.6949 - /^X\/\(\/\).*/{ s//\1/; q; } 8.6950 - s/.*/./; q'` 8.6951 - 8.6952 - 8.6953 -# PATH needs CR, and LINENO needs CR and PATH. 8.6954 + setopt NO_GLOB_SUBST 8.6955 +else 8.6956 + case `(set -o) 2>/dev/null` in 8.6957 + *posix*) set -o posix ;; 8.6958 +esac 8.6959 + 8.6960 +fi 8.6961 + 8.6962 + 8.6963 + 8.6964 + 8.6965 +# PATH needs CR 8.6966 # Avoid depending upon Character Ranges. 8.6967 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 8.6968 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 8.6969 @@ -6056,126 +6670,198 @@ 8.6970 rm -f conf$$.sh 8.6971 fi 8.6972 8.6973 - 8.6974 - as_lineno_1=$LINENO 8.6975 - as_lineno_2=$LINENO 8.6976 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 8.6977 - test "x$as_lineno_1" != "x$as_lineno_2" && 8.6978 - test "x$as_lineno_3" = "x$as_lineno_2" || { 8.6979 - # Find who we are. Look in the path if we contain no path at all 8.6980 - # relative or not. 8.6981 - case $0 in 8.6982 - *[\\/]* ) as_myself=$0 ;; 8.6983 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.6984 +# Support unset when possible. 8.6985 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 8.6986 + as_unset=unset 8.6987 +else 8.6988 + as_unset=false 8.6989 +fi 8.6990 + 8.6991 + 8.6992 +# IFS 8.6993 +# We need space, tab and new line, in precisely that order. Quoting is 8.6994 +# there to prevent editors from complaining about space-tab. 8.6995 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word 8.6996 +# splitting by setting IFS to empty value.) 8.6997 +as_nl=' 8.6998 +' 8.6999 +IFS=" "" $as_nl" 8.7000 + 8.7001 +# Find who we are. Look in the path if we contain no directory separator. 8.7002 +case $0 in 8.7003 + *[\\/]* ) as_myself=$0 ;; 8.7004 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.7005 for as_dir in $PATH 8.7006 do 8.7007 IFS=$as_save_IFS 8.7008 test -z "$as_dir" && as_dir=. 8.7009 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 8.7010 done 8.7011 - 8.7012 - ;; 8.7013 - esac 8.7014 - # We did not find ourselves, most probably we were run as `sh COMMAND' 8.7015 - # in which case we are not to be found in the path. 8.7016 - if test "x$as_myself" = x; then 8.7017 - as_myself=$0 8.7018 +IFS=$as_save_IFS 8.7019 + 8.7020 + ;; 8.7021 +esac 8.7022 +# We did not find ourselves, most probably we were run as `sh COMMAND' 8.7023 +# in which case we are not to be found in the path. 8.7024 +if test "x$as_myself" = x; then 8.7025 + as_myself=$0 8.7026 +fi 8.7027 +if test ! -f "$as_myself"; then 8.7028 + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 8.7029 + { (exit 1); exit 1; } 8.7030 +fi 8.7031 + 8.7032 +# Work around bugs in pre-3.0 UWIN ksh. 8.7033 +for as_var in ENV MAIL MAILPATH 8.7034 +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 8.7035 +done 8.7036 +PS1='$ ' 8.7037 +PS2='> ' 8.7038 +PS4='+ ' 8.7039 + 8.7040 +# NLS nuisances. 8.7041 +for as_var in \ 8.7042 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 8.7043 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 8.7044 + LC_TELEPHONE LC_TIME 8.7045 +do 8.7046 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 8.7047 + eval $as_var=C; export $as_var 8.7048 + else 8.7049 + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 8.7050 fi 8.7051 - if test ! -f "$as_myself"; then 8.7052 - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 8.7053 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 8.7054 - { (exit 1); exit 1; }; } 8.7055 - fi 8.7056 - case $CONFIG_SHELL in 8.7057 - '') 8.7058 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 8.7059 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 8.7060 -do 8.7061 - IFS=$as_save_IFS 8.7062 - test -z "$as_dir" && as_dir=. 8.7063 - for as_base in sh bash ksh sh5; do 8.7064 - case $as_dir in 8.7065 - /*) 8.7066 - if ("$as_dir/$as_base" -c ' 8.7067 +done 8.7068 + 8.7069 +# Required to use basename. 8.7070 +if expr a : '\(a\)' >/dev/null 2>&1 && 8.7071 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 8.7072 + as_expr=expr 8.7073 +else 8.7074 + as_expr=false 8.7075 +fi 8.7076 + 8.7077 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 8.7078 + as_basename=basename 8.7079 +else 8.7080 + as_basename=false 8.7081 +fi 8.7082 + 8.7083 + 8.7084 +# Name of the executable. 8.7085 +as_me=`$as_basename -- "$0" || 8.7086 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 8.7087 + X"$0" : 'X\(//\)$' \| \ 8.7088 + X"$0" : 'X\(/\)' \| . 2>/dev/null || 8.7089 +echo X/"$0" | 8.7090 + sed '/^.*\/\([^/][^/]*\)\/*$/{ 8.7091 + s//\1/ 8.7092 + q 8.7093 + } 8.7094 + /^X\/\(\/\/\)$/{ 8.7095 + s//\1/ 8.7096 + q 8.7097 + } 8.7098 + /^X\/\(\/\).*/{ 8.7099 + s//\1/ 8.7100 + q 8.7101 + } 8.7102 + s/.*/./; q'` 8.7103 + 8.7104 +# CDPATH. 8.7105 +$as_unset CDPATH 8.7106 + 8.7107 + 8.7108 + 8.7109 as_lineno_1=$LINENO 8.7110 as_lineno_2=$LINENO 8.7111 - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 8.7112 test "x$as_lineno_1" != "x$as_lineno_2" && 8.7113 - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 8.7114 - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 8.7115 - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 8.7116 - CONFIG_SHELL=$as_dir/$as_base 8.7117 - export CONFIG_SHELL 8.7118 - exec "$CONFIG_SHELL" "$0" ${1+"$@"} 8.7119 - fi;; 8.7120 - esac 8.7121 - done 8.7122 -done 8.7123 -;; 8.7124 - esac 8.7125 + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 8.7126 8.7127 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 8.7128 # uniformly replaced by the line number. The first 'sed' inserts a 8.7129 - # line-number line before each line; the second 'sed' does the real 8.7130 - # work. The second script uses 'N' to pair each line-number line 8.7131 - # with the numbered line, and appends trailing '-' during 8.7132 - # substitution so that $LINENO is not a special case at line end. 8.7133 + # line-number line after each line using $LINENO; the second 'sed' 8.7134 + # does the real work. The second script uses 'N' to pair each 8.7135 + # line-number line with the line containing $LINENO, and appends 8.7136 + # trailing '-' during substitution so that $LINENO is not a special 8.7137 + # case at line end. 8.7138 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 8.7139 - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 8.7140 - sed '=' <$as_myself | 8.7141 + # scripts with optimization help from Paolo Bonzini. Blame Lee 8.7142 + # E. McMahon (1931-1989) for sed's syntax. :-) 8.7143 + sed -n ' 8.7144 + p 8.7145 + /[$]LINENO/= 8.7146 + ' <$as_myself | 8.7147 sed ' 8.7148 + s/[$]LINENO.*/&-/ 8.7149 + t lineno 8.7150 + b 8.7151 + :lineno 8.7152 N 8.7153 - s,$,-, 8.7154 - : loop 8.7155 - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 8.7156 + :loop 8.7157 + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 8.7158 t loop 8.7159 - s,-$,, 8.7160 - s,^['$as_cr_digits']*\n,, 8.7161 + s/-\n.*// 8.7162 ' >$as_me.lineno && 8.7163 - chmod +x $as_me.lineno || 8.7164 - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 8.7165 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 8.7166 + chmod +x "$as_me.lineno" || 8.7167 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 8.7168 { (exit 1); exit 1; }; } 8.7169 8.7170 # Don't try to exec as it changes $[0], causing all sort of problems 8.7171 # (the dirname of $[0] is not the place where we might find the 8.7172 - # original and so on. Autoconf is especially sensible to this). 8.7173 - . ./$as_me.lineno 8.7174 + # original and so on. Autoconf is especially sensitive to this). 8.7175 + . "./$as_me.lineno" 8.7176 # Exit status is that of the last command. 8.7177 exit 8.7178 } 8.7179 8.7180 8.7181 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 8.7182 - *c*,-n*) ECHO_N= ECHO_C=' 8.7183 -' ECHO_T=' ' ;; 8.7184 - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 8.7185 - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 8.7186 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 8.7187 + as_dirname=dirname 8.7188 +else 8.7189 + as_dirname=false 8.7190 +fi 8.7191 + 8.7192 +ECHO_C= ECHO_N= ECHO_T= 8.7193 +case `echo -n x` in 8.7194 +-n*) 8.7195 + case `echo 'x\c'` in 8.7196 + *c*) ECHO_T=' ';; # ECHO_T is single tab character. 8.7197 + *) ECHO_C='\c';; 8.7198 + esac;; 8.7199 +*) 8.7200 + ECHO_N='-n';; 8.7201 esac 8.7202 8.7203 -if expr a : '\(a\)' >/dev/null 2>&1; then 8.7204 +if expr a : '\(a\)' >/dev/null 2>&1 && 8.7205 + test "X`expr 00001 : '.*\(...\)'`" = X001; then 8.7206 as_expr=expr 8.7207 else 8.7208 as_expr=false 8.7209 fi 8.7210 8.7211 rm -f conf$$ conf$$.exe conf$$.file 8.7212 +if test -d conf$$.dir; then 8.7213 + rm -f conf$$.dir/conf$$.file 8.7214 +else 8.7215 + rm -f conf$$.dir 8.7216 + mkdir conf$$.dir 8.7217 +fi 8.7218 echo >conf$$.file 8.7219 if ln -s conf$$.file conf$$ 2>/dev/null; then 8.7220 - # We could just check for DJGPP; but this test a) works b) is more generic 8.7221 - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 8.7222 - if test -f conf$$.exe; then 8.7223 - # Don't use ln at all; we don't have any links 8.7224 + as_ln_s='ln -s' 8.7225 + # ... but there are two gotchas: 8.7226 + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 8.7227 + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 8.7228 + # In both cases, we have to default to `cp -p'. 8.7229 + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 8.7230 as_ln_s='cp -p' 8.7231 - else 8.7232 - as_ln_s='ln -s' 8.7233 - fi 8.7234 elif ln conf$$.file conf$$ 2>/dev/null; then 8.7235 as_ln_s=ln 8.7236 else 8.7237 as_ln_s='cp -p' 8.7238 fi 8.7239 -rm -f conf$$ conf$$.exe conf$$.file 8.7240 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 8.7241 +rmdir conf$$.dir 2>/dev/null 8.7242 8.7243 if mkdir -p . 2>/dev/null; then 8.7244 as_mkdir_p=: 8.7245 @@ -6184,7 +6870,28 @@ 8.7246 as_mkdir_p=false 8.7247 fi 8.7248 8.7249 -as_executable_p="test -f" 8.7250 +if test -x / >/dev/null 2>&1; then 8.7251 + as_test_x='test -x' 8.7252 +else 8.7253 + if ls -dL / >/dev/null 2>&1; then 8.7254 + as_ls_L_option=L 8.7255 + else 8.7256 + as_ls_L_option= 8.7257 + fi 8.7258 + as_test_x=' 8.7259 + eval sh -c '\'' 8.7260 + if test -d "$1"; then 8.7261 + test -d "$1/."; 8.7262 + else 8.7263 + case $1 in 8.7264 + -*)set "./$1";; 8.7265 + esac; 8.7266 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 8.7267 + ???[sx]*):;;*)false;;esac;fi 8.7268 + '\'' sh 8.7269 + ' 8.7270 +fi 8.7271 +as_executable_p=$as_test_x 8.7272 8.7273 # Sed expression to map a string onto a valid CPP name. 8.7274 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 8.7275 @@ -6193,31 +6900,14 @@ 8.7276 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 8.7277 8.7278 8.7279 -# IFS 8.7280 -# We need space, tab and new line, in precisely that order. 8.7281 -as_nl=' 8.7282 -' 8.7283 -IFS=" $as_nl" 8.7284 - 8.7285 -# CDPATH. 8.7286 -$as_unset CDPATH 8.7287 - 8.7288 exec 6>&1 8.7289 8.7290 -# Open the log real soon, to keep \$[0] and so on meaningful, and to 8.7291 +# Save the log message, to keep $[0] and so on meaningful, and to 8.7292 # report actual input values of CONFIG_FILES etc. instead of their 8.7293 -# values after options handling. Logging --version etc. is OK. 8.7294 -exec 5>>config.log 8.7295 -{ 8.7296 - echo 8.7297 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 8.7298 -## Running $as_me. ## 8.7299 -_ASBOX 8.7300 -} >&5 8.7301 -cat >&5 <<_CSEOF 8.7302 - 8.7303 +# values after options handling. 8.7304 +ac_log=" 8.7305 This file was extended by masqmail $as_me 0.2.21, which was 8.7306 -generated by GNU Autoconf 2.59. Invocation command line was 8.7307 +generated by GNU Autoconf 2.61. Invocation command line was 8.7308 8.7309 CONFIG_FILES = $CONFIG_FILES 8.7310 CONFIG_HEADERS = $CONFIG_HEADERS 8.7311 @@ -6225,30 +6915,20 @@ 8.7312 CONFIG_COMMANDS = $CONFIG_COMMANDS 8.7313 $ $0 $@ 8.7314 8.7315 -_CSEOF 8.7316 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 8.7317 -echo >&5 8.7318 -_ACEOF 8.7319 - 8.7320 +on `(hostname || uname -n) 2>/dev/null | sed 1q` 8.7321 +" 8.7322 + 8.7323 +_ACEOF 8.7324 + 8.7325 +cat >>$CONFIG_STATUS <<_ACEOF 8.7326 # Files that config.status was made for. 8.7327 -if test -n "$ac_config_files"; then 8.7328 - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 8.7329 -fi 8.7330 - 8.7331 -if test -n "$ac_config_headers"; then 8.7332 - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 8.7333 -fi 8.7334 - 8.7335 -if test -n "$ac_config_links"; then 8.7336 - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 8.7337 -fi 8.7338 - 8.7339 -if test -n "$ac_config_commands"; then 8.7340 - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 8.7341 -fi 8.7342 +config_files="$ac_config_files" 8.7343 +config_headers="$ac_config_headers" 8.7344 +config_commands="$ac_config_commands" 8.7345 + 8.7346 +_ACEOF 8.7347 8.7348 cat >>$CONFIG_STATUS <<\_ACEOF 8.7349 - 8.7350 ac_cs_usage="\ 8.7351 \`$as_me' instantiates files from templates according to the 8.7352 current configuration. 8.7353 @@ -6256,7 +6936,7 @@ 8.7354 Usage: $0 [OPTIONS] [FILE]... 8.7355 8.7356 -h, --help print this help, then exit 8.7357 - -V, --version print version number, then exit 8.7358 + -V, --version print version number and configuration settings, then exit 8.7359 -q, --quiet do not print progress messages 8.7360 -d, --debug don't remove temporary files 8.7361 --recheck update $as_me by reconfiguring in the same conditions 8.7362 @@ -6275,19 +6955,21 @@ 8.7363 $config_commands 8.7364 8.7365 Report bugs to <bug-autoconf@gnu.org>." 8.7366 -_ACEOF 8.7367 - 8.7368 + 8.7369 +_ACEOF 8.7370 cat >>$CONFIG_STATUS <<_ACEOF 8.7371 ac_cs_version="\\ 8.7372 masqmail config.status 0.2.21 8.7373 -configured by $0, generated by GNU Autoconf 2.59, 8.7374 - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 8.7375 - 8.7376 -Copyright (C) 2003 Free Software Foundation, Inc. 8.7377 +configured by $0, generated by GNU Autoconf 2.61, 8.7378 + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 8.7379 + 8.7380 +Copyright (C) 2006 Free Software Foundation, Inc. 8.7381 This config.status script is free software; the Free Software Foundation 8.7382 gives unlimited permission to copy, distribute and modify it." 8.7383 -srcdir=$srcdir 8.7384 -INSTALL="$INSTALL" 8.7385 + 8.7386 +ac_pwd='$ac_pwd' 8.7387 +srcdir='$srcdir' 8.7388 +INSTALL='$INSTALL' 8.7389 _ACEOF 8.7390 8.7391 cat >>$CONFIG_STATUS <<\_ACEOF 8.7392 @@ -6298,39 +6980,24 @@ 8.7393 do 8.7394 case $1 in 8.7395 --*=*) 8.7396 - ac_option=`expr "x$1" : 'x\([^=]*\)='` 8.7397 - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 8.7398 + ac_option=`expr "X$1" : 'X\([^=]*\)='` 8.7399 + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 8.7400 ac_shift=: 8.7401 ;; 8.7402 - -*) 8.7403 + *) 8.7404 ac_option=$1 8.7405 ac_optarg=$2 8.7406 ac_shift=shift 8.7407 ;; 8.7408 - *) # This is not an option, so the user has probably given explicit 8.7409 - # arguments. 8.7410 - ac_option=$1 8.7411 - ac_need_defaults=false;; 8.7412 esac 8.7413 8.7414 case $ac_option in 8.7415 # Handling of the options. 8.7416 -_ACEOF 8.7417 -cat >>$CONFIG_STATUS <<\_ACEOF 8.7418 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 8.7419 ac_cs_recheck=: ;; 8.7420 - --version | --vers* | -V ) 8.7421 - echo "$ac_cs_version"; exit 0 ;; 8.7422 - --he | --h) 8.7423 - # Conflict between --help and --header 8.7424 - { { echo "$as_me:$LINENO: error: ambiguous option: $1 8.7425 -Try \`$0 --help' for more information." >&5 8.7426 -echo "$as_me: error: ambiguous option: $1 8.7427 -Try \`$0 --help' for more information." >&2;} 8.7428 - { (exit 1); exit 1; }; };; 8.7429 - --help | --hel | -h ) 8.7430 - echo "$ac_cs_usage"; exit 0 ;; 8.7431 - --debug | --d* | -d ) 8.7432 + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 8.7433 + echo "$ac_cs_version"; exit ;; 8.7434 + --debug | --debu | --deb | --de | --d | -d ) 8.7435 debug=: ;; 8.7436 --file | --fil | --fi | --f ) 8.7437 $ac_shift 8.7438 @@ -6340,18 +7007,24 @@ 8.7439 $ac_shift 8.7440 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 8.7441 ac_need_defaults=false;; 8.7442 + --he | --h) 8.7443 + # Conflict between --help and --header 8.7444 + { echo "$as_me: error: ambiguous option: $1 8.7445 +Try \`$0 --help' for more information." >&2 8.7446 + { (exit 1); exit 1; }; };; 8.7447 + --help | --hel | -h ) 8.7448 + echo "$ac_cs_usage"; exit ;; 8.7449 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 8.7450 | -silent | --silent | --silen | --sile | --sil | --si | --s) 8.7451 ac_cs_silent=: ;; 8.7452 8.7453 # This is an error. 8.7454 - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 8.7455 -Try \`$0 --help' for more information." >&5 8.7456 -echo "$as_me: error: unrecognized option: $1 8.7457 -Try \`$0 --help' for more information." >&2;} 8.7458 + -*) { echo "$as_me: error: unrecognized option: $1 8.7459 +Try \`$0 --help' for more information." >&2 8.7460 { (exit 1); exit 1; }; } ;; 8.7461 8.7462 - *) ac_config_targets="$ac_config_targets $1" ;; 8.7463 + *) ac_config_targets="$ac_config_targets $1" 8.7464 + ac_need_defaults=false ;; 8.7465 8.7466 esac 8.7467 shift 8.7468 @@ -6367,48 +7040,60 @@ 8.7469 _ACEOF 8.7470 cat >>$CONFIG_STATUS <<_ACEOF 8.7471 if \$ac_cs_recheck; then 8.7472 - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 8.7473 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 8.7474 -fi 8.7475 - 8.7476 -_ACEOF 8.7477 - 8.7478 + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 8.7479 + CONFIG_SHELL=$SHELL 8.7480 + export CONFIG_SHELL 8.7481 + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 8.7482 +fi 8.7483 + 8.7484 +_ACEOF 8.7485 +cat >>$CONFIG_STATUS <<\_ACEOF 8.7486 +exec 5>>config.log 8.7487 +{ 8.7488 + echo 8.7489 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 8.7490 +## Running $as_me. ## 8.7491 +_ASBOX 8.7492 + echo "$ac_log" 8.7493 +} >&5 8.7494 + 8.7495 +_ACEOF 8.7496 cat >>$CONFIG_STATUS <<_ACEOF 8.7497 # 8.7498 -# INIT-COMMANDS section. 8.7499 +# INIT-COMMANDS 8.7500 # 8.7501 - 8.7502 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 8.7503 8.7504 _ACEOF 8.7505 8.7506 - 8.7507 - 8.7508 cat >>$CONFIG_STATUS <<\_ACEOF 8.7509 + 8.7510 +# Handling of arguments. 8.7511 for ac_config_target in $ac_config_targets 8.7512 do 8.7513 - case "$ac_config_target" in 8.7514 - # Handling of arguments. 8.7515 - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8.7516 - "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; 8.7517 - "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 8.7518 - "docs/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; 8.7519 - "docs/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; 8.7520 - "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 8.7521 - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8.7522 - "src/base64/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 8.7523 - "src/md5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 8.7524 - "src/libident/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 8.7525 - "suse/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; 8.7526 - "redhat/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; 8.7527 - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8.7528 - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 8.7529 + case $ac_config_target in 8.7530 + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 8.7531 + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8.7532 + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8.7533 + "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; 8.7534 + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 8.7535 + "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; 8.7536 + "docs/xml/Makefile") CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; 8.7537 + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; 8.7538 + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8.7539 + "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 8.7540 + "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 8.7541 + "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 8.7542 + "suse/masqmail.spec") CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; 8.7543 + "redhat/masqmail.spec") CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; 8.7544 + 8.7545 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 8.7546 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 8.7547 { (exit 1); exit 1; }; };; 8.7548 esac 8.7549 done 8.7550 8.7551 + 8.7552 # If the user did not use the arguments to specify the items to instantiate, 8.7553 # then the envvar interface is used. Set only those that are not. 8.7554 # We use the long form for the default assignment because of an extremely 8.7555 @@ -6420,342 +7105,406 @@ 8.7556 fi 8.7557 8.7558 # Have a temporary directory for convenience. Make it in the build tree 8.7559 -# simply because there is no reason to put it here, and in addition, 8.7560 +# simply because there is no reason against having it here, and in addition, 8.7561 # creating and moving files from /tmp can sometimes cause problems. 8.7562 -# Create a temporary directory, and hook for its removal unless debugging. 8.7563 +# Hook for its removal unless debugging. 8.7564 +# Note that there is a small window in which the directory will not be cleaned: 8.7565 +# after its creation but before its name has been assigned to `$tmp'. 8.7566 $debug || 8.7567 { 8.7568 - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 8.7569 + tmp= 8.7570 + trap 'exit_status=$? 8.7571 + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 8.7572 +' 0 8.7573 trap '{ (exit 1); exit 1; }' 1 2 13 15 8.7574 } 8.7575 - 8.7576 # Create a (secure) tmp directory for tmp files. 8.7577 8.7578 { 8.7579 - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 8.7580 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 8.7581 test -n "$tmp" && test -d "$tmp" 8.7582 } || 8.7583 { 8.7584 - tmp=./confstat$$-$RANDOM 8.7585 - (umask 077 && mkdir $tmp) 8.7586 + tmp=./conf$$-$RANDOM 8.7587 + (umask 077 && mkdir "$tmp") 8.7588 } || 8.7589 { 8.7590 echo "$me: cannot create a temporary directory in ." >&2 8.7591 { (exit 1); exit 1; } 8.7592 } 8.7593 8.7594 -_ACEOF 8.7595 - 8.7596 -cat >>$CONFIG_STATUS <<_ACEOF 8.7597 - 8.7598 # 8.7599 -# CONFIG_FILES section. 8.7600 +# Set up the sed scripts for CONFIG_FILES section. 8.7601 # 8.7602 8.7603 # No need to generate the scripts if there are no CONFIG_FILES. 8.7604 # This happens for instance when ./config.status config.h 8.7605 -if test -n "\$CONFIG_FILES"; then 8.7606 - # Protect against being on the right side of a sed subst in config.status. 8.7607 - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 8.7608 - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 8.7609 -s,@SHELL@,$SHELL,;t t 8.7610 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 8.7611 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 8.7612 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 8.7613 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 8.7614 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 8.7615 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 8.7616 -s,@exec_prefix@,$exec_prefix,;t t 8.7617 -s,@prefix@,$prefix,;t t 8.7618 -s,@program_transform_name@,$program_transform_name,;t t 8.7619 -s,@bindir@,$bindir,;t t 8.7620 -s,@sbindir@,$sbindir,;t t 8.7621 -s,@libexecdir@,$libexecdir,;t t 8.7622 -s,@datadir@,$datadir,;t t 8.7623 -s,@sysconfdir@,$sysconfdir,;t t 8.7624 -s,@sharedstatedir@,$sharedstatedir,;t t 8.7625 -s,@localstatedir@,$localstatedir,;t t 8.7626 -s,@libdir@,$libdir,;t t 8.7627 -s,@includedir@,$includedir,;t t 8.7628 -s,@oldincludedir@,$oldincludedir,;t t 8.7629 -s,@infodir@,$infodir,;t t 8.7630 -s,@mandir@,$mandir,;t t 8.7631 -s,@build_alias@,$build_alias,;t t 8.7632 -s,@host_alias@,$host_alias,;t t 8.7633 -s,@target_alias@,$target_alias,;t t 8.7634 -s,@DEFS@,$DEFS,;t t 8.7635 -s,@ECHO_C@,$ECHO_C,;t t 8.7636 -s,@ECHO_N@,$ECHO_N,;t t 8.7637 -s,@ECHO_T@,$ECHO_T,;t t 8.7638 -s,@LIBS@,$LIBS,;t t 8.7639 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 8.7640 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 8.7641 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t 8.7642 -s,@CYGPATH_W@,$CYGPATH_W,;t t 8.7643 -s,@PACKAGE@,$PACKAGE,;t t 8.7644 -s,@VERSION@,$VERSION,;t t 8.7645 -s,@ACLOCAL@,$ACLOCAL,;t t 8.7646 -s,@AUTOCONF@,$AUTOCONF,;t t 8.7647 -s,@AUTOMAKE@,$AUTOMAKE,;t t 8.7648 -s,@AUTOHEADER@,$AUTOHEADER,;t t 8.7649 -s,@MAKEINFO@,$MAKEINFO,;t t 8.7650 -s,@AMTAR@,$AMTAR,;t t 8.7651 -s,@install_sh@,$install_sh,;t t 8.7652 -s,@STRIP@,$STRIP,;t t 8.7653 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 8.7654 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 8.7655 -s,@AWK@,$AWK,;t t 8.7656 -s,@SET_MAKE@,$SET_MAKE,;t t 8.7657 -s,@am__leading_dot@,$am__leading_dot,;t t 8.7658 -s,@CC@,$CC,;t t 8.7659 -s,@CFLAGS@,$CFLAGS,;t t 8.7660 -s,@LDFLAGS@,$LDFLAGS,;t t 8.7661 -s,@CPPFLAGS@,$CPPFLAGS,;t t 8.7662 -s,@ac_ct_CC@,$ac_ct_CC,;t t 8.7663 -s,@EXEEXT@,$EXEEXT,;t t 8.7664 -s,@OBJEXT@,$OBJEXT,;t t 8.7665 -s,@DEPDIR@,$DEPDIR,;t t 8.7666 -s,@am__include@,$am__include,;t t 8.7667 -s,@am__quote@,$am__quote,;t t 8.7668 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t 8.7669 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t 8.7670 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t 8.7671 -s,@CCDEPMODE@,$CCDEPMODE,;t t 8.7672 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t 8.7673 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t 8.7674 -s,@CPP@,$CPP,;t t 8.7675 -s,@EGREP@,$EGREP,;t t 8.7676 -s,@RANLIB@,$RANLIB,;t t 8.7677 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 8.7678 -s,@PKG_CONFIG@,$PKG_CONFIG,;t t 8.7679 -s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t 8.7680 -s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t 8.7681 -s,@GLIB_LIBS@,$GLIB_LIBS,;t t 8.7682 -s,@RESOLV_LIBS@,$RESOLV_LIBS,;t t 8.7683 -s,@with_user@,$with_user,;t t 8.7684 -s,@with_group@,$with_group,;t t 8.7685 -s,@BASE64_LIBS@,$BASE64_LIBS,;t t 8.7686 -s,@MD5_LIBS@,$MD5_LIBS,;t t 8.7687 -s,@has_ident@,$has_ident,;t t 8.7688 -s,@IDENT_LIBS@,$IDENT_LIBS,;t t 8.7689 -s,@LOCKFILE_LIBS@,$LOCKFILE_LIBS,;t t 8.7690 -s,@USE_LIBLOCKFILE@,$USE_LIBLOCKFILE,;t t 8.7691 -s,@with_logdir@,$with_logdir,;t t 8.7692 -s,@with_spooldir@,$with_spooldir,;t t 8.7693 -s,@with_confdir@,$with_confdir,;t t 8.7694 -s,@LIBOBJS@,$LIBOBJS,;t t 8.7695 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t 8.7696 -CEOF 8.7697 - 8.7698 -_ACEOF 8.7699 - 8.7700 - cat >>$CONFIG_STATUS <<\_ACEOF 8.7701 - # Split the substitutions into bite-sized pieces for seds with 8.7702 - # small command number limits, like on Digital OSF/1 and HP-UX. 8.7703 - ac_max_sed_lines=48 8.7704 - ac_sed_frag=1 # Number of current file. 8.7705 - ac_beg=1 # First line for current file. 8.7706 - ac_end=$ac_max_sed_lines # Line after last line for current file. 8.7707 - ac_more_lines=: 8.7708 - ac_sed_cmds= 8.7709 - while $ac_more_lines; do 8.7710 - if test $ac_beg -gt 1; then 8.7711 - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 8.7712 - else 8.7713 - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 8.7714 +if test -n "$CONFIG_FILES"; then 8.7715 + 8.7716 +_ACEOF 8.7717 + 8.7718 + 8.7719 + 8.7720 +ac_delim='%!_!# ' 8.7721 +for ac_last_try in false false false false false :; do 8.7722 + cat >conf$$subs.sed <<_ACEOF 8.7723 +SHELL!$SHELL$ac_delim 8.7724 +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 8.7725 +PACKAGE_NAME!$PACKAGE_NAME$ac_delim 8.7726 +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 8.7727 +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 8.7728 +PACKAGE_STRING!$PACKAGE_STRING$ac_delim 8.7729 +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 8.7730 +exec_prefix!$exec_prefix$ac_delim 8.7731 +prefix!$prefix$ac_delim 8.7732 +program_transform_name!$program_transform_name$ac_delim 8.7733 +bindir!$bindir$ac_delim 8.7734 +sbindir!$sbindir$ac_delim 8.7735 +libexecdir!$libexecdir$ac_delim 8.7736 +datarootdir!$datarootdir$ac_delim 8.7737 +datadir!$datadir$ac_delim 8.7738 +sysconfdir!$sysconfdir$ac_delim 8.7739 +sharedstatedir!$sharedstatedir$ac_delim 8.7740 +localstatedir!$localstatedir$ac_delim 8.7741 +includedir!$includedir$ac_delim 8.7742 +oldincludedir!$oldincludedir$ac_delim 8.7743 +docdir!$docdir$ac_delim 8.7744 +infodir!$infodir$ac_delim 8.7745 +htmldir!$htmldir$ac_delim 8.7746 +dvidir!$dvidir$ac_delim 8.7747 +pdfdir!$pdfdir$ac_delim 8.7748 +psdir!$psdir$ac_delim 8.7749 +libdir!$libdir$ac_delim 8.7750 +localedir!$localedir$ac_delim 8.7751 +mandir!$mandir$ac_delim 8.7752 +DEFS!$DEFS$ac_delim 8.7753 +ECHO_C!$ECHO_C$ac_delim 8.7754 +ECHO_N!$ECHO_N$ac_delim 8.7755 +ECHO_T!$ECHO_T$ac_delim 8.7756 +LIBS!$LIBS$ac_delim 8.7757 +build_alias!$build_alias$ac_delim 8.7758 +host_alias!$host_alias$ac_delim 8.7759 +target_alias!$target_alias$ac_delim 8.7760 +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 8.7761 +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 8.7762 +INSTALL_DATA!$INSTALL_DATA$ac_delim 8.7763 +CYGPATH_W!$CYGPATH_W$ac_delim 8.7764 +PACKAGE!$PACKAGE$ac_delim 8.7765 +VERSION!$VERSION$ac_delim 8.7766 +ACLOCAL!$ACLOCAL$ac_delim 8.7767 +AUTOCONF!$AUTOCONF$ac_delim 8.7768 +AUTOMAKE!$AUTOMAKE$ac_delim 8.7769 +AUTOHEADER!$AUTOHEADER$ac_delim 8.7770 +MAKEINFO!$MAKEINFO$ac_delim 8.7771 +AMTAR!$AMTAR$ac_delim 8.7772 +install_sh!$install_sh$ac_delim 8.7773 +STRIP!$STRIP$ac_delim 8.7774 +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 8.7775 +AWK!$AWK$ac_delim 8.7776 +SET_MAKE!$SET_MAKE$ac_delim 8.7777 +am__leading_dot!$am__leading_dot$ac_delim 8.7778 +CC!$CC$ac_delim 8.7779 +CFLAGS!$CFLAGS$ac_delim 8.7780 +LDFLAGS!$LDFLAGS$ac_delim 8.7781 +CPPFLAGS!$CPPFLAGS$ac_delim 8.7782 +ac_ct_CC!$ac_ct_CC$ac_delim 8.7783 +EXEEXT!$EXEEXT$ac_delim 8.7784 +OBJEXT!$OBJEXT$ac_delim 8.7785 +DEPDIR!$DEPDIR$ac_delim 8.7786 +am__include!$am__include$ac_delim 8.7787 +am__quote!$am__quote$ac_delim 8.7788 +AMDEP_TRUE!$AMDEP_TRUE$ac_delim 8.7789 +AMDEP_FALSE!$AMDEP_FALSE$ac_delim 8.7790 +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 8.7791 +CCDEPMODE!$CCDEPMODE$ac_delim 8.7792 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 8.7793 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 8.7794 +CPP!$CPP$ac_delim 8.7795 +GREP!$GREP$ac_delim 8.7796 +EGREP!$EGREP$ac_delim 8.7797 +RANLIB!$RANLIB$ac_delim 8.7798 +PKG_CONFIG!$PKG_CONFIG$ac_delim 8.7799 +GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim 8.7800 +GLIB_LIBS!$GLIB_LIBS$ac_delim 8.7801 +RESOLV_LIBS!$RESOLV_LIBS$ac_delim 8.7802 +with_user!$with_user$ac_delim 8.7803 +with_group!$with_group$ac_delim 8.7804 +BASE64_LIBS!$BASE64_LIBS$ac_delim 8.7805 +MD5_LIBS!$MD5_LIBS$ac_delim 8.7806 +has_ident!$has_ident$ac_delim 8.7807 +IDENT_LIBS!$IDENT_LIBS$ac_delim 8.7808 +LOCKFILE_LIBS!$LOCKFILE_LIBS$ac_delim 8.7809 +USE_LIBLOCKFILE!$USE_LIBLOCKFILE$ac_delim 8.7810 +with_logdir!$with_logdir$ac_delim 8.7811 +with_spooldir!$with_spooldir$ac_delim 8.7812 +with_confdir!$with_confdir$ac_delim 8.7813 +LIBOBJS!$LIBOBJS$ac_delim 8.7814 +LTLIBOBJS!$LTLIBOBJS$ac_delim 8.7815 +_ACEOF 8.7816 + 8.7817 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then 8.7818 + break 8.7819 + elif $ac_last_try; then 8.7820 + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 8.7821 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 8.7822 + { (exit 1); exit 1; }; } 8.7823 + else 8.7824 + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 8.7825 + fi 8.7826 +done 8.7827 + 8.7828 +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 8.7829 +if test -n "$ac_eof"; then 8.7830 + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 8.7831 + ac_eof=`expr $ac_eof + 1` 8.7832 +fi 8.7833 + 8.7834 +cat >>$CONFIG_STATUS <<_ACEOF 8.7835 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 8.7836 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 8.7837 +_ACEOF 8.7838 +sed ' 8.7839 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 8.7840 +s/^/s,@/; s/!/@,|#_!!_#|/ 8.7841 +:n 8.7842 +t n 8.7843 +s/'"$ac_delim"'$/,g/; t 8.7844 +s/$/\\/; p 8.7845 +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 8.7846 +' >>$CONFIG_STATUS <conf$$subs.sed 8.7847 +rm -f conf$$subs.sed 8.7848 +cat >>$CONFIG_STATUS <<_ACEOF 8.7849 +:end 8.7850 +s/|#_!!_#|//g 8.7851 +CEOF$ac_eof 8.7852 +_ACEOF 8.7853 + 8.7854 + 8.7855 +# VPATH may cause trouble with some makes, so we remove $(srcdir), 8.7856 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 8.7857 +# trailing colons and then remove the whole line if VPATH becomes empty 8.7858 +# (actually we leave an empty line to preserve line numbers). 8.7859 +if test "x$srcdir" = x.; then 8.7860 + ac_vpsub='/^[ ]*VPATH[ ]*=/{ 8.7861 +s/:*\$(srcdir):*/:/ 8.7862 +s/:*\${srcdir}:*/:/ 8.7863 +s/:*@srcdir@:*/:/ 8.7864 +s/^\([^=]*=[ ]*\):*/\1/ 8.7865 +s/:*$// 8.7866 +s/^[^=]*=[ ]*$// 8.7867 +}' 8.7868 +fi 8.7869 + 8.7870 +cat >>$CONFIG_STATUS <<\_ACEOF 8.7871 +fi # test -n "$CONFIG_FILES" 8.7872 + 8.7873 + 8.7874 +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 8.7875 +do 8.7876 + case $ac_tag in 8.7877 + :[FHLC]) ac_mode=$ac_tag; continue;; 8.7878 + esac 8.7879 + case $ac_mode$ac_tag in 8.7880 + :[FHL]*:*);; 8.7881 + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 8.7882 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} 8.7883 + { (exit 1); exit 1; }; };; 8.7884 + :[FH]-) ac_tag=-:-;; 8.7885 + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 8.7886 + esac 8.7887 + ac_save_IFS=$IFS 8.7888 + IFS=: 8.7889 + set x $ac_tag 8.7890 + IFS=$ac_save_IFS 8.7891 + shift 8.7892 + ac_file=$1 8.7893 + shift 8.7894 + 8.7895 + case $ac_mode in 8.7896 + :L) ac_source=$1;; 8.7897 + :[FH]) 8.7898 + ac_file_inputs= 8.7899 + for ac_f 8.7900 + do 8.7901 + case $ac_f in 8.7902 + -) ac_f="$tmp/stdin";; 8.7903 + *) # Look for the file first in the build tree, then in the source tree 8.7904 + # (if the path is not absolute). The absolute path cannot be DOS-style, 8.7905 + # because $ac_f cannot contain `:'. 8.7906 + test -f "$ac_f" || 8.7907 + case $ac_f in 8.7908 + [\\/$]*) false;; 8.7909 + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 8.7910 + esac || 8.7911 + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 8.7912 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} 8.7913 + { (exit 1); exit 1; }; };; 8.7914 + esac 8.7915 + ac_file_inputs="$ac_file_inputs $ac_f" 8.7916 + done 8.7917 + 8.7918 + # Let's still pretend it is `configure' which instantiates (i.e., don't 8.7919 + # use $as_me), people would be surprised to read: 8.7920 + # /* config.h. Generated by config.status. */ 8.7921 + configure_input="Generated from "`IFS=: 8.7922 + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 8.7923 + if test x"$ac_file" != x-; then 8.7924 + configure_input="$ac_file. $configure_input" 8.7925 + { echo "$as_me:$LINENO: creating $ac_file" >&5 8.7926 +echo "$as_me: creating $ac_file" >&6;} 8.7927 fi 8.7928 - if test ! -s $tmp/subs.frag; then 8.7929 - ac_more_lines=false 8.7930 - else 8.7931 - # The purpose of the label and of the branching condition is to 8.7932 - # speed up the sed processing (if there are no `@' at all, there 8.7933 - # is no need to browse any of the substitutions). 8.7934 - # These are the two extra sed commands mentioned above. 8.7935 - (echo ':t 8.7936 - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 8.7937 - if test -z "$ac_sed_cmds"; then 8.7938 - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 8.7939 - else 8.7940 - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 8.7941 - fi 8.7942 - ac_sed_frag=`expr $ac_sed_frag + 1` 8.7943 - ac_beg=$ac_end 8.7944 - ac_end=`expr $ac_end + $ac_max_sed_lines` 8.7945 - fi 8.7946 - done 8.7947 - if test -z "$ac_sed_cmds"; then 8.7948 - ac_sed_cmds=cat 8.7949 - fi 8.7950 -fi # test -n "$CONFIG_FILES" 8.7951 - 8.7952 -_ACEOF 8.7953 -cat >>$CONFIG_STATUS <<\_ACEOF 8.7954 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 8.7955 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 8.7956 - case $ac_file in 8.7957 - - | *:- | *:-:* ) # input from stdin 8.7958 - cat >$tmp/stdin 8.7959 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8.7960 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8.7961 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8.7962 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8.7963 - * ) ac_file_in=$ac_file.in ;; 8.7964 + 8.7965 + case $ac_tag in 8.7966 + *:-:* | *:-) cat >"$tmp/stdin";; 8.7967 + esac 8.7968 + ;; 8.7969 esac 8.7970 8.7971 - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 8.7972 - ac_dir=`(dirname "$ac_file") 2>/dev/null || 8.7973 + ac_dir=`$as_dirname -- "$ac_file" || 8.7974 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.7975 X"$ac_file" : 'X\(//\)[^/]' \| \ 8.7976 X"$ac_file" : 'X\(//\)$' \| \ 8.7977 - X"$ac_file" : 'X\(/\)' \| \ 8.7978 - . : '\(.\)' 2>/dev/null || 8.7979 + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 8.7980 echo X"$ac_file" | 8.7981 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.7982 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.7983 - /^X\(\/\/\)$/{ s//\1/; q; } 8.7984 - /^X\(\/\).*/{ s//\1/; q; } 8.7985 - s/.*/./; q'` 8.7986 - { if $as_mkdir_p; then 8.7987 - mkdir -p "$ac_dir" 8.7988 - else 8.7989 - as_dir="$ac_dir" 8.7990 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.7991 + s//\1/ 8.7992 + q 8.7993 + } 8.7994 + /^X\(\/\/\)[^/].*/{ 8.7995 + s//\1/ 8.7996 + q 8.7997 + } 8.7998 + /^X\(\/\/\)$/{ 8.7999 + s//\1/ 8.8000 + q 8.8001 + } 8.8002 + /^X\(\/\).*/{ 8.8003 + s//\1/ 8.8004 + q 8.8005 + } 8.8006 + s/.*/./; q'` 8.8007 + { as_dir="$ac_dir" 8.8008 + case $as_dir in #( 8.8009 + -*) as_dir=./$as_dir;; 8.8010 + esac 8.8011 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 8.8012 as_dirs= 8.8013 - while test ! -d "$as_dir"; do 8.8014 - as_dirs="$as_dir $as_dirs" 8.8015 - as_dir=`(dirname "$as_dir") 2>/dev/null || 8.8016 + while :; do 8.8017 + case $as_dir in #( 8.8018 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8.8019 + *) as_qdir=$as_dir;; 8.8020 + esac 8.8021 + as_dirs="'$as_qdir' $as_dirs" 8.8022 + as_dir=`$as_dirname -- "$as_dir" || 8.8023 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8024 X"$as_dir" : 'X\(//\)[^/]' \| \ 8.8025 X"$as_dir" : 'X\(//\)$' \| \ 8.8026 - X"$as_dir" : 'X\(/\)' \| \ 8.8027 - . : '\(.\)' 2>/dev/null || 8.8028 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8.8029 echo X"$as_dir" | 8.8030 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8031 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8032 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8033 - /^X\(\/\).*/{ s//\1/; q; } 8.8034 - s/.*/./; q'` 8.8035 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.8036 + s//\1/ 8.8037 + q 8.8038 + } 8.8039 + /^X\(\/\/\)[^/].*/{ 8.8040 + s//\1/ 8.8041 + q 8.8042 + } 8.8043 + /^X\(\/\/\)$/{ 8.8044 + s//\1/ 8.8045 + q 8.8046 + } 8.8047 + /^X\(\/\).*/{ 8.8048 + s//\1/ 8.8049 + q 8.8050 + } 8.8051 + s/.*/./; q'` 8.8052 + test -d "$as_dir" && break 8.8053 done 8.8054 - test ! -n "$as_dirs" || mkdir $as_dirs 8.8055 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 8.8056 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 8.8057 + test -z "$as_dirs" || eval "mkdir $as_dirs" 8.8058 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8.8059 +echo "$as_me: error: cannot create directory $as_dir" >&2;} 8.8060 { (exit 1); exit 1; }; }; } 8.8061 - 8.8062 ac_builddir=. 8.8063 8.8064 -if test "$ac_dir" != .; then 8.8065 +case "$ac_dir" in 8.8066 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 8.8067 +*) 8.8068 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8.8069 - # A "../" for each directory in $ac_dir_suffix. 8.8070 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 8.8071 -else 8.8072 - ac_dir_suffix= ac_top_builddir= 8.8073 -fi 8.8074 + # A ".." for each directory in $ac_dir_suffix. 8.8075 + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 8.8076 + case $ac_top_builddir_sub in 8.8077 + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 8.8078 + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 8.8079 + esac ;; 8.8080 +esac 8.8081 +ac_abs_top_builddir=$ac_pwd 8.8082 +ac_abs_builddir=$ac_pwd$ac_dir_suffix 8.8083 +# for backward compatibility: 8.8084 +ac_top_builddir=$ac_top_build_prefix 8.8085 8.8086 case $srcdir in 8.8087 - .) # No --srcdir option. We are building in place. 8.8088 + .) # We are building in place. 8.8089 ac_srcdir=. 8.8090 - if test -z "$ac_top_builddir"; then 8.8091 - ac_top_srcdir=. 8.8092 - else 8.8093 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 8.8094 - fi ;; 8.8095 - [\\/]* | ?:[\\/]* ) # Absolute path. 8.8096 + ac_top_srcdir=$ac_top_builddir_sub 8.8097 + ac_abs_top_srcdir=$ac_pwd ;; 8.8098 + [\\/]* | ?:[\\/]* ) # Absolute name. 8.8099 ac_srcdir=$srcdir$ac_dir_suffix; 8.8100 - ac_top_srcdir=$srcdir ;; 8.8101 - *) # Relative path. 8.8102 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 8.8103 - ac_top_srcdir=$ac_top_builddir$srcdir ;; 8.8104 + ac_top_srcdir=$srcdir 8.8105 + ac_abs_top_srcdir=$srcdir ;; 8.8106 + *) # Relative name. 8.8107 + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 8.8108 + ac_top_srcdir=$ac_top_build_prefix$srcdir 8.8109 + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 8.8110 esac 8.8111 - 8.8112 -# Do not use `cd foo && pwd` to compute absolute paths, because 8.8113 -# the directories may not exist. 8.8114 -case `pwd` in 8.8115 -.) ac_abs_builddir="$ac_dir";; 8.8116 -*) 8.8117 - case "$ac_dir" in 8.8118 - .) ac_abs_builddir=`pwd`;; 8.8119 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 8.8120 - *) ac_abs_builddir=`pwd`/"$ac_dir";; 8.8121 - esac;; 8.8122 -esac 8.8123 -case $ac_abs_builddir in 8.8124 -.) ac_abs_top_builddir=${ac_top_builddir}.;; 8.8125 -*) 8.8126 - case ${ac_top_builddir}. in 8.8127 - .) ac_abs_top_builddir=$ac_abs_builddir;; 8.8128 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 8.8129 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 8.8130 - esac;; 8.8131 -esac 8.8132 -case $ac_abs_builddir in 8.8133 -.) ac_abs_srcdir=$ac_srcdir;; 8.8134 -*) 8.8135 - case $ac_srcdir in 8.8136 - .) ac_abs_srcdir=$ac_abs_builddir;; 8.8137 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 8.8138 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 8.8139 - esac;; 8.8140 -esac 8.8141 -case $ac_abs_builddir in 8.8142 -.) ac_abs_top_srcdir=$ac_top_srcdir;; 8.8143 -*) 8.8144 - case $ac_top_srcdir in 8.8145 - .) ac_abs_top_srcdir=$ac_abs_builddir;; 8.8146 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 8.8147 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 8.8148 - esac;; 8.8149 -esac 8.8150 - 8.8151 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 8.8152 + 8.8153 + 8.8154 + case $ac_mode in 8.8155 + :F) 8.8156 + # 8.8157 + # CONFIG_FILE 8.8158 + # 8.8159 8.8160 case $INSTALL in 8.8161 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 8.8162 - *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 8.8163 + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 8.8164 esac 8.8165 - 8.8166 - # Let's still pretend it is `configure' which instantiates (i.e., don't 8.8167 - # use $as_me), people would be surprised to read: 8.8168 - # /* config.h. Generated by config.status. */ 8.8169 - if test x"$ac_file" = x-; then 8.8170 - configure_input= 8.8171 - else 8.8172 - configure_input="$ac_file. " 8.8173 - fi 8.8174 - configure_input=$configure_input"Generated from `echo $ac_file_in | 8.8175 - sed 's,.*/,,'` by configure." 8.8176 - 8.8177 - # First look for the input files in the build tree, otherwise in the 8.8178 - # src tree. 8.8179 - ac_file_inputs=`IFS=: 8.8180 - for f in $ac_file_in; do 8.8181 - case $f in 8.8182 - -) echo $tmp/stdin ;; 8.8183 - [\\/$]*) 8.8184 - # Absolute (can't be DOS-style, as IFS=:) 8.8185 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8.8186 -echo "$as_me: error: cannot find input file: $f" >&2;} 8.8187 - { (exit 1); exit 1; }; } 8.8188 - echo "$f";; 8.8189 - *) # Relative 8.8190 - if test -f "$f"; then 8.8191 - # Build tree 8.8192 - echo "$f" 8.8193 - elif test -f "$srcdir/$f"; then 8.8194 - # Source tree 8.8195 - echo "$srcdir/$f" 8.8196 - else 8.8197 - # /dev/null tree 8.8198 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8.8199 -echo "$as_me: error: cannot find input file: $f" >&2;} 8.8200 - { (exit 1); exit 1; }; } 8.8201 - fi;; 8.8202 - esac 8.8203 - done` || { (exit 1); exit 1; } 8.8204 - 8.8205 - if test x"$ac_file" != x-; then 8.8206 - { echo "$as_me:$LINENO: creating $ac_file" >&5 8.8207 -echo "$as_me: creating $ac_file" >&6;} 8.8208 - rm -f "$ac_file" 8.8209 - fi 8.8210 -_ACEOF 8.8211 +_ACEOF 8.8212 + 8.8213 +cat >>$CONFIG_STATUS <<\_ACEOF 8.8214 +# If the template does not know about datarootdir, expand it. 8.8215 +# FIXME: This hack should be removed a few years after 2.60. 8.8216 +ac_datarootdir_hack=; ac_datarootdir_seen= 8.8217 + 8.8218 +case `sed -n '/datarootdir/ { 8.8219 + p 8.8220 + q 8.8221 +} 8.8222 +/@datadir@/p 8.8223 +/@docdir@/p 8.8224 +/@infodir@/p 8.8225 +/@localedir@/p 8.8226 +/@mandir@/p 8.8227 +' $ac_file_inputs` in 8.8228 +*datarootdir*) ac_datarootdir_seen=yes;; 8.8229 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 8.8230 + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 8.8231 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 8.8232 +_ACEOF 8.8233 +cat >>$CONFIG_STATUS <<_ACEOF 8.8234 + ac_datarootdir_hack=' 8.8235 + s&@datadir@&$datadir&g 8.8236 + s&@docdir@&$docdir&g 8.8237 + s&@infodir@&$infodir&g 8.8238 + s&@localedir@&$localedir&g 8.8239 + s&@mandir@&$mandir&g 8.8240 + s&\\\${datarootdir}&$datarootdir&g' ;; 8.8241 +esac 8.8242 +_ACEOF 8.8243 + 8.8244 +# Neutralize VPATH when `$srcdir' = `.'. 8.8245 +# Shell code in configure.ac might set extrasub. 8.8246 +# FIXME: do we really want to maintain this feature? 8.8247 cat >>$CONFIG_STATUS <<_ACEOF 8.8248 sed "$ac_vpsub 8.8249 $extrasub 8.8250 @@ -6763,248 +7512,130 @@ 8.8251 cat >>$CONFIG_STATUS <<\_ACEOF 8.8252 :t 8.8253 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 8.8254 -s,@configure_input@,$configure_input,;t t 8.8255 -s,@srcdir@,$ac_srcdir,;t t 8.8256 -s,@abs_srcdir@,$ac_abs_srcdir,;t t 8.8257 -s,@top_srcdir@,$ac_top_srcdir,;t t 8.8258 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 8.8259 -s,@builddir@,$ac_builddir,;t t 8.8260 -s,@abs_builddir@,$ac_abs_builddir,;t t 8.8261 -s,@top_builddir@,$ac_top_builddir,;t t 8.8262 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 8.8263 -s,@INSTALL@,$ac_INSTALL,;t t 8.8264 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 8.8265 - rm -f $tmp/stdin 8.8266 - if test x"$ac_file" != x-; then 8.8267 - mv $tmp/out $ac_file 8.8268 - else 8.8269 - cat $tmp/out 8.8270 - rm -f $tmp/out 8.8271 - fi 8.8272 - 8.8273 -done 8.8274 -_ACEOF 8.8275 -cat >>$CONFIG_STATUS <<\_ACEOF 8.8276 - 8.8277 -# 8.8278 -# CONFIG_HEADER section. 8.8279 -# 8.8280 - 8.8281 -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 8.8282 -# NAME is the cpp macro being defined and VALUE is the value it is being given. 8.8283 -# 8.8284 -# ac_d sets the value in "#define NAME VALUE" lines. 8.8285 -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 8.8286 -ac_dB='[ ].*$,\1#\2' 8.8287 +s&@configure_input@&$configure_input&;t t 8.8288 +s&@top_builddir@&$ac_top_builddir_sub&;t t 8.8289 +s&@srcdir@&$ac_srcdir&;t t 8.8290 +s&@abs_srcdir@&$ac_abs_srcdir&;t t 8.8291 +s&@top_srcdir@&$ac_top_srcdir&;t t 8.8292 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 8.8293 +s&@builddir@&$ac_builddir&;t t 8.8294 +s&@abs_builddir@&$ac_abs_builddir&;t t 8.8295 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 8.8296 +s&@INSTALL@&$ac_INSTALL&;t t 8.8297 +$ac_datarootdir_hack 8.8298 +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 8.8299 + 8.8300 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 8.8301 + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 8.8302 + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 8.8303 + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8.8304 +which seems to be undefined. Please make sure it is defined." >&5 8.8305 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 8.8306 +which seems to be undefined. Please make sure it is defined." >&2;} 8.8307 + 8.8308 + rm -f "$tmp/stdin" 8.8309 + case $ac_file in 8.8310 + -) cat "$tmp/out"; rm -f "$tmp/out";; 8.8311 + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 8.8312 + esac 8.8313 + ;; 8.8314 + :H) 8.8315 + # 8.8316 + # CONFIG_HEADER 8.8317 + # 8.8318 +_ACEOF 8.8319 + 8.8320 +# Transform confdefs.h into a sed script `conftest.defines', that 8.8321 +# substitutes the proper values into config.h.in to produce config.h. 8.8322 +rm -f conftest.defines conftest.tail 8.8323 +# First, append a space to every undef/define line, to ease matching. 8.8324 +echo 's/$/ /' >conftest.defines 8.8325 +# Then, protect against being on the right side of a sed subst, or in 8.8326 +# an unquoted here document, in config.status. If some macros were 8.8327 +# called several times there might be several #defines for the same 8.8328 +# symbol, which is useless. But do not sort them, since the last 8.8329 +# AC_DEFINE must be honored. 8.8330 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 8.8331 +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 8.8332 +# NAME is the cpp macro being defined, VALUE is the value it is being given. 8.8333 +# PARAMS is the parameter list in the macro definition--in most cases, it's 8.8334 +# just an empty string. 8.8335 +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 8.8336 +ac_dB='\\)[ (].*,\\1define\\2' 8.8337 ac_dC=' ' 8.8338 -ac_dD=',;t' 8.8339 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 8.8340 -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 8.8341 -ac_uB='$,\1#\2define\3' 8.8342 -ac_uC=' ' 8.8343 -ac_uD=',;t' 8.8344 - 8.8345 -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 8.8346 - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 8.8347 - case $ac_file in 8.8348 - - | *:- | *:-:* ) # input from stdin 8.8349 - cat >$tmp/stdin 8.8350 - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8.8351 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8.8352 - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 8.8353 - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 8.8354 - * ) ac_file_in=$ac_file.in ;; 8.8355 - esac 8.8356 - 8.8357 - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 8.8358 -echo "$as_me: creating $ac_file" >&6;} 8.8359 - 8.8360 - # First look for the input files in the build tree, otherwise in the 8.8361 - # src tree. 8.8362 - ac_file_inputs=`IFS=: 8.8363 - for f in $ac_file_in; do 8.8364 - case $f in 8.8365 - -) echo $tmp/stdin ;; 8.8366 - [\\/$]*) 8.8367 - # Absolute (can't be DOS-style, as IFS=:) 8.8368 - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8.8369 -echo "$as_me: error: cannot find input file: $f" >&2;} 8.8370 - { (exit 1); exit 1; }; } 8.8371 - # Do quote $f, to prevent DOS paths from being IFS'd. 8.8372 - echo "$f";; 8.8373 - *) # Relative 8.8374 - if test -f "$f"; then 8.8375 - # Build tree 8.8376 - echo "$f" 8.8377 - elif test -f "$srcdir/$f"; then 8.8378 - # Source tree 8.8379 - echo "$srcdir/$f" 8.8380 - else 8.8381 - # /dev/null tree 8.8382 - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 8.8383 -echo "$as_me: error: cannot find input file: $f" >&2;} 8.8384 - { (exit 1); exit 1; }; } 8.8385 - fi;; 8.8386 - esac 8.8387 - done` || { (exit 1); exit 1; } 8.8388 - # Remove the trailing spaces. 8.8389 - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 8.8390 - 8.8391 -_ACEOF 8.8392 - 8.8393 -# Transform confdefs.h into two sed scripts, `conftest.defines' and 8.8394 -# `conftest.undefs', that substitutes the proper values into 8.8395 -# config.h.in to produce config.h. The first handles `#define' 8.8396 -# templates, and the second `#undef' templates. 8.8397 -# And first: Protect against being on the right side of a sed subst in 8.8398 -# config.status. Protect against being in an unquoted here document 8.8399 -# in config.status. 8.8400 -rm -f conftest.defines conftest.undefs 8.8401 -# Using a here document instead of a string reduces the quoting nightmare. 8.8402 -# Putting comments in sed scripts is not portable. 8.8403 -# 8.8404 -# `end' is used to avoid that the second main sed command (meant for 8.8405 -# 0-ary CPP macros) applies to n-ary macro definitions. 8.8406 -# See the Autoconf documentation for `clear'. 8.8407 -cat >confdef2sed.sed <<\_ACEOF 8.8408 -s/[\\&,]/\\&/g 8.8409 -s,[\\$`],\\&,g 8.8410 -t clear 8.8411 -: clear 8.8412 -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 8.8413 -t end 8.8414 -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 8.8415 -: end 8.8416 -_ACEOF 8.8417 -# If some macros were called several times there might be several times 8.8418 -# the same #defines, which is useless. Nevertheless, we may not want to 8.8419 -# sort them, since we want the *last* AC-DEFINE to be honored. 8.8420 -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 8.8421 -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 8.8422 -rm -f confdef2sed.sed 8.8423 - 8.8424 -# This sed command replaces #undef with comments. This is necessary, for 8.8425 +ac_dD=' ,' 8.8426 + 8.8427 +uniq confdefs.h | 8.8428 + sed -n ' 8.8429 + t rset 8.8430 + :rset 8.8431 + s/^[ ]*#[ ]*define[ ][ ]*// 8.8432 + t ok 8.8433 + d 8.8434 + :ok 8.8435 + s/[\\&,]/\\&/g 8.8436 + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 8.8437 + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 8.8438 + ' >>conftest.defines 8.8439 + 8.8440 +# Remove the space that was appended to ease matching. 8.8441 +# Then replace #undef with comments. This is necessary, for 8.8442 # example, in the case of _POSIX_SOURCE, which is predefined and required 8.8443 # on some systems where configure will not decide to define it. 8.8444 -cat >>conftest.undefs <<\_ACEOF 8.8445 -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 8.8446 -_ACEOF 8.8447 - 8.8448 -# Break up conftest.defines because some shells have a limit on the size 8.8449 -# of here documents, and old seds have small limits too (100 cmds). 8.8450 -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 8.8451 -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 8.8452 -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 8.8453 -echo ' :' >>$CONFIG_STATUS 8.8454 -rm -f conftest.tail 8.8455 -while grep . conftest.defines >/dev/null 8.8456 +# (The regexp can be short, since the line contains either #define or #undef.) 8.8457 +echo 's/ $// 8.8458 +s,^[ #]*u.*,/* & */,' >>conftest.defines 8.8459 + 8.8460 +# Break up conftest.defines: 8.8461 +ac_max_sed_lines=50 8.8462 + 8.8463 +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" 8.8464 +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" 8.8465 +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" 8.8466 +# et cetera. 8.8467 +ac_in='$ac_file_inputs' 8.8468 +ac_out='"$tmp/out1"' 8.8469 +ac_nxt='"$tmp/out2"' 8.8470 + 8.8471 +while : 8.8472 do 8.8473 - # Write a limited-size here document to $tmp/defines.sed. 8.8474 - echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 8.8475 - # Speed up: don't consider the non `#define' lines. 8.8476 - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 8.8477 - # Work around the forget-to-reset-the-flag bug. 8.8478 - echo 't clr' >>$CONFIG_STATUS 8.8479 - echo ': clr' >>$CONFIG_STATUS 8.8480 - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 8.8481 + # Write a here document: 8.8482 + cat >>$CONFIG_STATUS <<_ACEOF 8.8483 + # First, check the format of the line: 8.8484 + cat >"\$tmp/defines.sed" <<\\CEOF 8.8485 +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def 8.8486 +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def 8.8487 +b 8.8488 +:def 8.8489 +_ACEOF 8.8490 + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 8.8491 echo 'CEOF 8.8492 - sed -f $tmp/defines.sed $tmp/in >$tmp/out 8.8493 - rm -f $tmp/in 8.8494 - mv $tmp/out $tmp/in 8.8495 -' >>$CONFIG_STATUS 8.8496 - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 8.8497 + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 8.8498 + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 8.8499 + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 8.8500 + grep . conftest.tail >/dev/null || break 8.8501 rm -f conftest.defines 8.8502 mv conftest.tail conftest.defines 8.8503 done 8.8504 -rm -f conftest.defines 8.8505 -echo ' fi # grep' >>$CONFIG_STATUS 8.8506 -echo >>$CONFIG_STATUS 8.8507 - 8.8508 -# Break up conftest.undefs because some shells have a limit on the size 8.8509 -# of here documents, and old seds have small limits too (100 cmds). 8.8510 -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 8.8511 -rm -f conftest.tail 8.8512 -while grep . conftest.undefs >/dev/null 8.8513 -do 8.8514 - # Write a limited-size here document to $tmp/undefs.sed. 8.8515 - echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 8.8516 - # Speed up: don't consider the non `#undef' 8.8517 - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 8.8518 - # Work around the forget-to-reset-the-flag bug. 8.8519 - echo 't clr' >>$CONFIG_STATUS 8.8520 - echo ': clr' >>$CONFIG_STATUS 8.8521 - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 8.8522 - echo 'CEOF 8.8523 - sed -f $tmp/undefs.sed $tmp/in >$tmp/out 8.8524 - rm -f $tmp/in 8.8525 - mv $tmp/out $tmp/in 8.8526 -' >>$CONFIG_STATUS 8.8527 - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 8.8528 - rm -f conftest.undefs 8.8529 - mv conftest.tail conftest.undefs 8.8530 -done 8.8531 -rm -f conftest.undefs 8.8532 - 8.8533 +rm -f conftest.defines conftest.tail 8.8534 + 8.8535 +echo "ac_result=$ac_in" >>$CONFIG_STATUS 8.8536 cat >>$CONFIG_STATUS <<\_ACEOF 8.8537 - # Let's still pretend it is `configure' which instantiates (i.e., don't 8.8538 - # use $as_me), people would be surprised to read: 8.8539 - # /* config.h. Generated by config.status. */ 8.8540 - if test x"$ac_file" = x-; then 8.8541 - echo "/* Generated by configure. */" >$tmp/config.h 8.8542 - else 8.8543 - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h 8.8544 - fi 8.8545 - cat $tmp/in >>$tmp/config.h 8.8546 - rm -f $tmp/in 8.8547 if test x"$ac_file" != x-; then 8.8548 - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 8.8549 + echo "/* $configure_input */" >"$tmp/config.h" 8.8550 + cat "$ac_result" >>"$tmp/config.h" 8.8551 + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 8.8552 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 8.8553 echo "$as_me: $ac_file is unchanged" >&6;} 8.8554 else 8.8555 - ac_dir=`(dirname "$ac_file") 2>/dev/null || 8.8556 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8557 - X"$ac_file" : 'X\(//\)[^/]' \| \ 8.8558 - X"$ac_file" : 'X\(//\)$' \| \ 8.8559 - X"$ac_file" : 'X\(/\)' \| \ 8.8560 - . : '\(.\)' 2>/dev/null || 8.8561 -echo X"$ac_file" | 8.8562 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8563 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8564 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8565 - /^X\(\/\).*/{ s//\1/; q; } 8.8566 - s/.*/./; q'` 8.8567 - { if $as_mkdir_p; then 8.8568 - mkdir -p "$ac_dir" 8.8569 - else 8.8570 - as_dir="$ac_dir" 8.8571 - as_dirs= 8.8572 - while test ! -d "$as_dir"; do 8.8573 - as_dirs="$as_dir $as_dirs" 8.8574 - as_dir=`(dirname "$as_dir") 2>/dev/null || 8.8575 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8576 - X"$as_dir" : 'X\(//\)[^/]' \| \ 8.8577 - X"$as_dir" : 'X\(//\)$' \| \ 8.8578 - X"$as_dir" : 'X\(/\)' \| \ 8.8579 - . : '\(.\)' 2>/dev/null || 8.8580 -echo X"$as_dir" | 8.8581 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8582 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8583 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8584 - /^X\(\/\).*/{ s//\1/; q; } 8.8585 - s/.*/./; q'` 8.8586 - done 8.8587 - test ! -n "$as_dirs" || mkdir $as_dirs 8.8588 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 8.8589 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 8.8590 - { (exit 1); exit 1; }; }; } 8.8591 - 8.8592 rm -f $ac_file 8.8593 - mv $tmp/config.h $ac_file 8.8594 + mv "$tmp/config.h" $ac_file 8.8595 fi 8.8596 else 8.8597 - cat $tmp/config.h 8.8598 - rm -f $tmp/config.h 8.8599 + echo "/* $configure_input */" 8.8600 + cat "$ac_result" 8.8601 fi 8.8602 + rm -f "$tmp/out12" 8.8603 # Compute $ac_file's index in $config_headers. 8.8604 _am_stamp_count=1 8.8605 for _am_header in $config_headers :; do 8.8606 @@ -7015,135 +7646,39 @@ 8.8607 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 8.8608 esac 8.8609 done 8.8610 -echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 8.8611 +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 8.8612 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8613 X$ac_file : 'X\(//\)[^/]' \| \ 8.8614 X$ac_file : 'X\(//\)$' \| \ 8.8615 - X$ac_file : 'X\(/\)' \| \ 8.8616 - . : '\(.\)' 2>/dev/null || 8.8617 + X$ac_file : 'X\(/\)' \| . 2>/dev/null || 8.8618 echo X$ac_file | 8.8619 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8620 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8621 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8622 - /^X\(\/\).*/{ s//\1/; q; } 8.8623 - s/.*/./; q'`/stamp-h$_am_stamp_count 8.8624 -done 8.8625 -_ACEOF 8.8626 -cat >>$CONFIG_STATUS <<\_ACEOF 8.8627 - 8.8628 -# 8.8629 -# CONFIG_COMMANDS section. 8.8630 -# 8.8631 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 8.8632 - ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 8.8633 - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 8.8634 - ac_dir=`(dirname "$ac_dest") 2>/dev/null || 8.8635 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8636 - X"$ac_dest" : 'X\(//\)[^/]' \| \ 8.8637 - X"$ac_dest" : 'X\(//\)$' \| \ 8.8638 - X"$ac_dest" : 'X\(/\)' \| \ 8.8639 - . : '\(.\)' 2>/dev/null || 8.8640 -echo X"$ac_dest" | 8.8641 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8642 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8643 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8644 - /^X\(\/\).*/{ s//\1/; q; } 8.8645 - s/.*/./; q'` 8.8646 - { if $as_mkdir_p; then 8.8647 - mkdir -p "$ac_dir" 8.8648 - else 8.8649 - as_dir="$ac_dir" 8.8650 - as_dirs= 8.8651 - while test ! -d "$as_dir"; do 8.8652 - as_dirs="$as_dir $as_dirs" 8.8653 - as_dir=`(dirname "$as_dir") 2>/dev/null || 8.8654 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8655 - X"$as_dir" : 'X\(//\)[^/]' \| \ 8.8656 - X"$as_dir" : 'X\(//\)$' \| \ 8.8657 - X"$as_dir" : 'X\(/\)' \| \ 8.8658 - . : '\(.\)' 2>/dev/null || 8.8659 -echo X"$as_dir" | 8.8660 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8661 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8662 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8663 - /^X\(\/\).*/{ s//\1/; q; } 8.8664 - s/.*/./; q'` 8.8665 - done 8.8666 - test ! -n "$as_dirs" || mkdir $as_dirs 8.8667 - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 8.8668 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 8.8669 - { (exit 1); exit 1; }; }; } 8.8670 - 8.8671 - ac_builddir=. 8.8672 - 8.8673 -if test "$ac_dir" != .; then 8.8674 - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 8.8675 - # A "../" for each directory in $ac_dir_suffix. 8.8676 - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 8.8677 -else 8.8678 - ac_dir_suffix= ac_top_builddir= 8.8679 -fi 8.8680 - 8.8681 -case $srcdir in 8.8682 - .) # No --srcdir option. We are building in place. 8.8683 - ac_srcdir=. 8.8684 - if test -z "$ac_top_builddir"; then 8.8685 - ac_top_srcdir=. 8.8686 - else 8.8687 - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 8.8688 - fi ;; 8.8689 - [\\/]* | ?:[\\/]* ) # Absolute path. 8.8690 - ac_srcdir=$srcdir$ac_dir_suffix; 8.8691 - ac_top_srcdir=$srcdir ;; 8.8692 - *) # Relative path. 8.8693 - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 8.8694 - ac_top_srcdir=$ac_top_builddir$srcdir ;; 8.8695 -esac 8.8696 - 8.8697 -# Do not use `cd foo && pwd` to compute absolute paths, because 8.8698 -# the directories may not exist. 8.8699 -case `pwd` in 8.8700 -.) ac_abs_builddir="$ac_dir";; 8.8701 -*) 8.8702 - case "$ac_dir" in 8.8703 - .) ac_abs_builddir=`pwd`;; 8.8704 - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 8.8705 - *) ac_abs_builddir=`pwd`/"$ac_dir";; 8.8706 - esac;; 8.8707 -esac 8.8708 -case $ac_abs_builddir in 8.8709 -.) ac_abs_top_builddir=${ac_top_builddir}.;; 8.8710 -*) 8.8711 - case ${ac_top_builddir}. in 8.8712 - .) ac_abs_top_builddir=$ac_abs_builddir;; 8.8713 - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 8.8714 - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 8.8715 - esac;; 8.8716 -esac 8.8717 -case $ac_abs_builddir in 8.8718 -.) ac_abs_srcdir=$ac_srcdir;; 8.8719 -*) 8.8720 - case $ac_srcdir in 8.8721 - .) ac_abs_srcdir=$ac_abs_builddir;; 8.8722 - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 8.8723 - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 8.8724 - esac;; 8.8725 -esac 8.8726 -case $ac_abs_builddir in 8.8727 -.) ac_abs_top_srcdir=$ac_top_srcdir;; 8.8728 -*) 8.8729 - case $ac_top_srcdir in 8.8730 - .) ac_abs_top_srcdir=$ac_abs_builddir;; 8.8731 - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 8.8732 - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 8.8733 - esac;; 8.8734 -esac 8.8735 - 8.8736 - 8.8737 - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 8.8738 -echo "$as_me: executing $ac_dest commands" >&6;} 8.8739 - case $ac_dest in 8.8740 - depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 8.8741 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.8742 + s//\1/ 8.8743 + q 8.8744 + } 8.8745 + /^X\(\/\/\)[^/].*/{ 8.8746 + s//\1/ 8.8747 + q 8.8748 + } 8.8749 + /^X\(\/\/\)$/{ 8.8750 + s//\1/ 8.8751 + q 8.8752 + } 8.8753 + /^X\(\/\).*/{ 8.8754 + s//\1/ 8.8755 + q 8.8756 + } 8.8757 + s/.*/./; q'`/stamp-h$_am_stamp_count 8.8758 + ;; 8.8759 + 8.8760 + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 8.8761 +echo "$as_me: executing $ac_file commands" >&6;} 8.8762 + ;; 8.8763 + esac 8.8764 + 8.8765 + 8.8766 + case $ac_file$ac_mode in 8.8767 + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 8.8768 # Strip MF so we end up with the name of the file. 8.8769 mf=`echo "$mf" | sed -e 's/:.*$//'` 8.8770 # Check whether this is an Automake generated Makefile or not. 8.8771 @@ -7153,18 +7688,29 @@ 8.8772 # each Makefile.in and add a new line on top of each file to say so. 8.8773 # So let's grep whole file. 8.8774 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 8.8775 - dirpart=`(dirname "$mf") 2>/dev/null || 8.8776 + dirpart=`$as_dirname -- "$mf" || 8.8777 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8778 X"$mf" : 'X\(//\)[^/]' \| \ 8.8779 X"$mf" : 'X\(//\)$' \| \ 8.8780 - X"$mf" : 'X\(/\)' \| \ 8.8781 - . : '\(.\)' 2>/dev/null || 8.8782 + X"$mf" : 'X\(/\)' \| . 2>/dev/null || 8.8783 echo X"$mf" | 8.8784 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8785 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8786 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8787 - /^X\(\/\).*/{ s//\1/; q; } 8.8788 - s/.*/./; q'` 8.8789 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.8790 + s//\1/ 8.8791 + q 8.8792 + } 8.8793 + /^X\(\/\/\)[^/].*/{ 8.8794 + s//\1/ 8.8795 + q 8.8796 + } 8.8797 + /^X\(\/\/\)$/{ 8.8798 + s//\1/ 8.8799 + q 8.8800 + } 8.8801 + /^X\(\/\).*/{ 8.8802 + s//\1/ 8.8803 + q 8.8804 + } 8.8805 + s/.*/./; q'` 8.8806 else 8.8807 continue 8.8808 fi 8.8809 @@ -7192,53 +7738,79 @@ 8.8810 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 8.8811 # Make sure the directory exists. 8.8812 test -f "$dirpart/$file" && continue 8.8813 - fdir=`(dirname "$file") 2>/dev/null || 8.8814 + fdir=`$as_dirname -- "$file" || 8.8815 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8816 X"$file" : 'X\(//\)[^/]' \| \ 8.8817 X"$file" : 'X\(//\)$' \| \ 8.8818 - X"$file" : 'X\(/\)' \| \ 8.8819 - . : '\(.\)' 2>/dev/null || 8.8820 + X"$file" : 'X\(/\)' \| . 2>/dev/null || 8.8821 echo X"$file" | 8.8822 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8823 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8824 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8825 - /^X\(\/\).*/{ s//\1/; q; } 8.8826 - s/.*/./; q'` 8.8827 - { if $as_mkdir_p; then 8.8828 - mkdir -p $dirpart/$fdir 8.8829 - else 8.8830 - as_dir=$dirpart/$fdir 8.8831 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.8832 + s//\1/ 8.8833 + q 8.8834 + } 8.8835 + /^X\(\/\/\)[^/].*/{ 8.8836 + s//\1/ 8.8837 + q 8.8838 + } 8.8839 + /^X\(\/\/\)$/{ 8.8840 + s//\1/ 8.8841 + q 8.8842 + } 8.8843 + /^X\(\/\).*/{ 8.8844 + s//\1/ 8.8845 + q 8.8846 + } 8.8847 + s/.*/./; q'` 8.8848 + { as_dir=$dirpart/$fdir 8.8849 + case $as_dir in #( 8.8850 + -*) as_dir=./$as_dir;; 8.8851 + esac 8.8852 + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { 8.8853 as_dirs= 8.8854 - while test ! -d "$as_dir"; do 8.8855 - as_dirs="$as_dir $as_dirs" 8.8856 - as_dir=`(dirname "$as_dir") 2>/dev/null || 8.8857 + while :; do 8.8858 + case $as_dir in #( 8.8859 + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 8.8860 + *) as_qdir=$as_dir;; 8.8861 + esac 8.8862 + as_dirs="'$as_qdir' $as_dirs" 8.8863 + as_dir=`$as_dirname -- "$as_dir" || 8.8864 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 8.8865 X"$as_dir" : 'X\(//\)[^/]' \| \ 8.8866 X"$as_dir" : 'X\(//\)$' \| \ 8.8867 - X"$as_dir" : 'X\(/\)' \| \ 8.8868 - . : '\(.\)' 2>/dev/null || 8.8869 + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 8.8870 echo X"$as_dir" | 8.8871 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 8.8872 - /^X\(\/\/\)[^/].*/{ s//\1/; q; } 8.8873 - /^X\(\/\/\)$/{ s//\1/; q; } 8.8874 - /^X\(\/\).*/{ s//\1/; q; } 8.8875 - s/.*/./; q'` 8.8876 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 8.8877 + s//\1/ 8.8878 + q 8.8879 + } 8.8880 + /^X\(\/\/\)[^/].*/{ 8.8881 + s//\1/ 8.8882 + q 8.8883 + } 8.8884 + /^X\(\/\/\)$/{ 8.8885 + s//\1/ 8.8886 + q 8.8887 + } 8.8888 + /^X\(\/\).*/{ 8.8889 + s//\1/ 8.8890 + q 8.8891 + } 8.8892 + s/.*/./; q'` 8.8893 + test -d "$as_dir" && break 8.8894 done 8.8895 - test ! -n "$as_dirs" || mkdir $as_dirs 8.8896 - fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 8.8897 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} 8.8898 + test -z "$as_dirs" || eval "mkdir $as_dirs" 8.8899 + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 8.8900 +echo "$as_me: error: cannot create directory $as_dir" >&2;} 8.8901 { (exit 1); exit 1; }; }; } 8.8902 - 8.8903 # echo "creating $dirpart/$file" 8.8904 echo '# dummy' > "$dirpart/$file" 8.8905 done 8.8906 done 8.8907 ;; 8.8908 + 8.8909 esac 8.8910 -done 8.8911 -_ACEOF 8.8912 - 8.8913 -cat >>$CONFIG_STATUS <<\_ACEOF 8.8914 +done # for ac_tag 8.8915 + 8.8916 8.8917 { (exit 0); exit 0; } 8.8918 _ACEOF
9.1 --- a/configure.ac Fri Sep 26 17:05:23 2008 +0200 9.2 +++ b/configure.ac Fri Sep 26 20:56:23 2008 +0200 9.3 @@ -38,10 +38,23 @@ 9.4 dnl if not, it is probably libc6 and we need libresolv 9.5 AC_CHECK_LIB(c, res_search, need_resolv=no, need_resolv=yes) 9.6 if test "$need_resolv" = yes; then 9.7 - AC_CHECK_LIB(resolv, res_search,has_resolv=yes,AC_MSG_ERROR("no libresolv")) 9.8 - RESOLV_LIBS='-lresolv' 9.9 - else 9.10 - RESOLV_LIBS='' 9.11 + AC_CHECK_LIB(resolv, res_search, 9.12 + has_resolv=yes; RESOLV_LIBS="-lresolv", 9.13 + has_resolv=no) 9.14 + if test "$has_resolv" = no; then 9.15 + saved_LIBS="$LIBS" 9.16 + LIBS="$LIBS -lresolv" 9.17 + AC_MSG_CHECKING(for res_search in -lresolv) 9.18 + AC_TRY_LINK([#include <resolv.h>], 9.19 + [res_search (0, 0, 0, 0, 0);], 9.20 + RESOLV_LIBS="-lresolv"; has_resolv=yes; AC_MSG_RESULT(yes), 9.21 + AC_MSG_RESULT(no)); 9.22 + LIBS="$saved_LIBS" 9.23 + fi 9.24 + if test "$has_resolv" = no; then 9.25 + AC_MSG_ERROR("no libresolv") 9.26 + RESOLV_LIBS='' 9.27 + fi 9.28 fi 9.29 else 9.30 RESOLV_LIBS=''
10.1 --- a/debian/Makefile.in Fri Sep 26 17:05:23 2008 +0200 10.2 +++ b/debian/Makefile.in Fri Sep 26 20:56:23 2008 +0200 10.3 @@ -59,6 +59,7 @@ 10.4 EXEEXT = @EXEEXT@ 10.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 10.6 GLIB_LIBS = @GLIB_LIBS@ 10.7 +GREP = @GREP@ 10.8 IDENT_LIBS = @IDENT_LIBS@ 10.9 INSTALL_DATA = @INSTALL_DATA@ 10.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 10.11 @@ -88,9 +89,6 @@ 10.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 10.13 VERSION = @VERSION@ 10.14 ac_ct_CC = @ac_ct_CC@ 10.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 10.16 -ac_ct_STRIP = @ac_ct_STRIP@ 10.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 10.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 10.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 10.20 am__include = @am__include@ 10.21 @@ -99,19 +97,26 @@ 10.22 bindir = @bindir@ 10.23 build_alias = @build_alias@ 10.24 datadir = @datadir@ 10.25 +datarootdir = @datarootdir@ 10.26 +docdir = @docdir@ 10.27 +dvidir = @dvidir@ 10.28 exec_prefix = @exec_prefix@ 10.29 has_ident = @has_ident@ 10.30 host_alias = @host_alias@ 10.31 +htmldir = @htmldir@ 10.32 includedir = @includedir@ 10.33 infodir = @infodir@ 10.34 install_sh = @install_sh@ 10.35 libdir = @libdir@ 10.36 libexecdir = @libexecdir@ 10.37 +localedir = @localedir@ 10.38 localstatedir = @localstatedir@ 10.39 mandir = @mandir@ 10.40 oldincludedir = @oldincludedir@ 10.41 +pdfdir = @pdfdir@ 10.42 prefix = @prefix@ 10.43 program_transform_name = @program_transform_name@ 10.44 +psdir = @psdir@ 10.45 sbindir = @sbindir@ 10.46 sharedstatedir = @sharedstatedir@ 10.47 sysconfdir = @sysconfdir@
11.1 --- a/debian/changelog Fri Sep 26 17:05:23 2008 +0200 11.2 +++ b/debian/changelog Fri Sep 26 20:56:23 2008 +0200 11.3 @@ -1,3 +1,70 @@ 11.4 +masqmail (0.2.21-4) unstable; urgency=low 11.5 + 11.6 + * QA upload. 11.7 + * Fix maintainer-script-calls-init-script-directly config:161 and use 11.8 + invoke-rc.d instead. 11.9 + * Add patch by Radoslaw Grzanka to improve isdn support (Closes: #224275). 11.10 + * Changed debian/compat from 6 to 4. WTF? 11.11 + 11.12 + -- Amaya Rodrigo Sastre <amaya@debian.org> Mon, 03 Mar 2008 19:47:27 +0100 11.13 + 11.14 +masqmail (0.2.21-3) unstable; urgency=low 11.15 + 11.16 + * QA upload. 11.17 + * Add LSB header to init.d script documenting its dependencies. 11.18 + * Add dependency on update-inetd. Based on patch from Ubuntu. 11.19 + * Make sure init.d script create /var/run/masqmail/ if it is 11.20 + missing, to handle /var/run/ as a tmpfs (Closes: #353948, #376766, 11.21 + #390996). Patch from Zak B. Elep. 11.22 + * Change postinst to use new tail syntax (Closes: #404359) 11.23 + * Acknowledge NMU (Closes: #254720). 11.24 + * Moved debhelper compatibility level from rules to compat. 11.25 + * Upgraded debhelper compatibility level from 3 to 6. 11.26 + * Updated standards-version from 3.5.7 to 7.3.7. No changes needed. 11.27 + * Debconf templates translations: 11.28 + - Portugese by Américo Monteiro (Closes: #434458). 11.29 + 11.30 + -- Petter Reinholdtsen <pere@debian.org> Sun, 13 Jan 2008 01:17:10 +0100 11.31 + 11.32 +masqmail (0.2.21-2) unstable; urgency=low 11.33 + 11.34 + * QA upload. 11.35 + * Set Maintainer to QA Group. The previous Maintainer email is 11.36 + bouncing. 11.37 + 11.38 + -- Lucas Nussbaum <lucas@lucas-nussbaum.net> Thu, 10 Jan 2008 09:10:26 +0100 11.39 + 11.40 +masqmail (0.2.21-1.2) unstable; urgency=low 11.41 + 11.42 + * Non-maintainer upload to fix longstanding l10n issues 11.43 + * Switch to po-debconf for debconf templates. Closes: #235493 11.44 + * Rewrite debconf templates to better fit the Developer's Reference write 11.45 + style recommendations 11.46 + * Removed annoying debconf notes: 11.47 + - masqmail/note_moved_tpl and masqmail/note_pcmcia_scripts are useless as 11.48 + taking care of a now unsupported upgrade path 11.49 + - masqmail/you_are_not_finished is blatant debconf abuse, sorry. 11.50 + This closes: #388928 11.51 + * Removed typo in the package description. Closes: #300010 11.52 + * Removed bashism in the clean target of the debian/rules file 11.53 + * Removed bashisms in Makefile files. Closes: #379711 11.54 + * Debconf templates translations: 11.55 + - Vietnamese added. Sent during the call for updates of the NMU campaign 11.56 + - Russian added. Sent during the call for updates of the NMU campaign 11.57 + - Czech added. Sent during the call for updates of the NMU campaign 11.58 + - French added. Sent during the call for updates of the NMU campaign 11.59 + - German added. Sent during the call for updates of the NMU campaign 11.60 + 11.61 + -- Christian Perrier <bubulle@debian.org> Sun, 26 Nov 2006 15:06:53 +0100 11.62 + 11.63 +masqmail (0.2.21-1.1) unstable; urgency=low 11.64 + 11.65 + * Non-maintainer upload. 11.66 + * Fix configure.ac to prevent FTBFS (closes: 254720). 11.67 + (NMU allowed by developper, so no delayed queue) 11.68 + 11.69 + -- Pierre Habouzit <madcoder@debian.org> Fri, 7 Apr 2006 17:08:57 +0200 11.70 + 11.71 masqmail (0.2.21-1) unstable; urgency=low 11.72 11.73 * security fixes (closes: #329307) 11.74 @@ -10,8 +77,9 @@ 11.75 * add debug.log to logrotate script (closes: #332960) 11.76 * fix typo in templates ('failure') (closes: #224273) 11.77 * use glib2 instead of old glib1.2 (closes: #337921) 11.78 + * use /var/run/masqmail for pid files 11.79 11.80 - -- Oliver Kurth <oku@debian.org> Sat, 17 Sep 2005 13:45:11 -0700 11.81 + -- Oliver Kurth <oku@debian.org> Mon, 07 Nov 2005 14:09:21 -0800 11.82 11.83 masqmail (0.2.20-1) unstable; urgency=low 11.84
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/debian/compat Fri Sep 26 20:56:23 2008 +0200 12.3 @@ -0,0 +1,1 @@ 12.4 +4
13.1 --- a/debian/control Fri Sep 26 17:05:23 2008 +0200 13.2 +++ b/debian/control Fri Sep 26 20:56:23 2008 +0200 13.3 @@ -1,19 +1,19 @@ 13.4 Source: masqmail 13.5 Section: mail 13.6 Priority: extra 13.7 -Maintainer: Oliver Kurth <oku@debian.org> 13.8 -Standards-Version: 3.5.7 13.9 +Maintainer: Debian QA Group <packages@qa.debian.org> 13.10 +Standards-Version: 3.7.3 13.11 Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev 13.12 13.13 Package: masqmail 13.14 Architecture: any 13.15 -Depends: ${shlibs:Depends}, debconf (>> 0.5) | debconf-2.0, netbase 13.16 +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>> 0.5) | debconf-2.0, netbase, update-inetd 13.17 Replaces: mail-transport-agent 13.18 Provides: mail-transport-agent 13.19 Suggests: mail-reader, logrotate 13.20 Conflicts: mail-transport-agent 13.21 Description: A mailer for hosts without permanent internet connection 13.22 - MasqMail is a MTA (mail transport agent) and POP3 client for hosts 13.23 + MasqMail is an MTA (mail transport agent) and POP3 client for hosts 13.24 that don't have a permanent internet connection, eg. a home network 13.25 or a single host at home and notebooks. It has special support for 13.26 connections to different ISPs.
14.1 --- a/debian/masqmail.config Fri Sep 26 17:05:23 2008 +0200 14.2 +++ b/debian/masqmail.config Fri Sep 26 20:56:23 2008 +0200 14.3 @@ -8,29 +8,6 @@ 14.4 # This conf script is capable of backing up 14.5 db_capb backup 14.6 14.7 -if [ x"$1" = x"configure" ] ; then 14.8 - if [ -n $2 ] ; then 14.9 - if dpkg --compare-versions "$2" lt "0.2.10-0.2" ; then 14.10 - PCMCIA_SCRIPT_UP=/etc/pcmcia/ip-up.d/1masqmail 14.11 - PCMCIA_SCRIPT_DOWN=/etc/pcmcia/ip-down.d/99masqmail 14.12 - if [ -x $PCMCIA_SCRIPT_UP ] || [ -x $PCMCIA_SCRIPT_DOWN ] ; then 14.13 - chmod -x $PCMCIA_SCRIPT_UP $PCMCIA_SCRIPT_DOWN 14.14 - db_input high masqmail/note_pcmcia_scripts || true; 14.15 - db_go 14.16 - fi 14.17 - fi 14.18 - fi 14.19 -fi 14.20 - 14.21 -if [ x"$1" = x"configure" ] ; then 14.22 - if [ -n $2 ] ; then 14.23 - if dpkg --compare-versions "$2" lt "0.2.17-1" ; then 14.24 - db_input medium masqmail/note_moved_tpl || true; 14.25 - db_go 14.26 - fi 14.27 - fi 14.28 -fi 14.29 - 14.30 # shamelessly copied from xserver-common.config. 14.31 # Thanks to Branden. :-) 14.32 14.33 @@ -172,9 +149,6 @@ 14.34 fi 14.35 done 14.36 14.37 -db_input medium masqmail/you_are_not_finished || true 14.38 -db_go 14.39 - 14.40 # dpkg-reconfigure does not stop services: 14.41 # (cause of Bug#151528) 14.42 # in debhelper version < 1.2.9 14.43 @@ -183,8 +157,12 @@ 14.44 14.45 if dpkg --compare-versions $DH_VERSION lt "1.2.9" ; then 14.46 if [ x"$1" = x"reconfigure" ] ; then 14.47 - if [ -x "/etc/init.d/masqmail" ]; then 14.48 - /etc/init.d/masqmail stop || true 14.49 + if which invoke-rc.d >/dev/null 2>&1; then 14.50 + invoke-rc.d masqmail stop 14.51 + else 14.52 + if [ -x "/etc/init.d/masqmail" ]; then 14.53 + /etc/init.d/masqmail stop || true 14.54 + fi 14.55 fi 14.56 fi 14.57 fi
15.1 --- a/debian/masqmail.init Fri Sep 26 17:05:23 2008 +0200 15.2 +++ b/debian/masqmail.init Fri Sep 26 20:56:23 2008 +0200 15.3 @@ -1,4 +1,11 @@ 15.4 #!/bin/sh 15.5 +### BEGIN INIT INFO 15.6 +# Provides: masqmail 15.7 +# Required-Start: $remote_fs 15.8 +# Required-Stop: $remote_fs 15.9 +# Default-Start: 2 3 4 5 15.10 +# Default-Stop: 0 1 6 15.11 +### END INIT INFO 15.12 # /etc/init.d/masqmail 15.13 # 15.14 # Written by Miquel van Smoorenburg <miquels@drinkel.ow.org>. 15.15 @@ -36,6 +43,11 @@ 15.16 exit 0 15.17 fi 15.18 15.19 +# Create /var/run/masqmail if /var/run/ is a tmpfs. 15.20 +if [ ! -d $RUN_DIR ] ; then 15.21 + mkdir -p $RUN_DIR 15.22 +fi 15.23 + 15.24 if [ x"$INIT_SMTP_DAEMON" = x"true" ] || [ x"$INIT_QUEUE_DAEMON" = x"true" ] ; then 15.25 DAEMON_ARGS= 15.26 if [ x"$INIT_SMTP_DAEMON" = x"true" ] ; then
16.1 --- a/debian/masqmail.ip-up Fri Sep 26 17:05:23 2008 +0200 16.2 +++ b/debian/masqmail.ip-up Fri Sep 26 20:56:23 2008 +0200 16.3 @@ -50,6 +50,9 @@ 16.4 if [ -n "$SCHEME" ] ; then 16.5 echo -n "$SCHEME" > "$ROUTEFILE" 16.6 chmod 0644 "$ROUTEFILE" 16.7 + else 16.8 + echo -n "$PPP_IFACE" > "$ROUTEFILE" 16.9 + chmod 0644 "$ROUTEFILE" 16.10 fi 16.11 if [ x"$IPUP_RUNQUEUE" = x"true" ] ; then 16.12 /usr/sbin/masqmail -qo &
17.1 --- a/debian/masqmail.templates Fri Sep 26 17:05:23 2008 +0200 17.2 +++ b/debian/masqmail.templates Fri Sep 26 20:56:23 2008 +0200 17.3 @@ -1,34 +1,7 @@ 17.4 -Template: masqmail/note_moved_tpl 17.5 -Type: note 17.6 -Description: Failure notice templates have been moved 17.7 - The delivery failure notices that lived in /etc/masqmail/tpl are now in 17.8 - /usr/share/masqmail/tpl/. 17.9 - . 17.10 - You will notice this only if you have changed the location in 17.11 - masqmail.conf or changed the templates. 17.12 - . 17.13 - Since they are no longer conffiles because of the move, you should 17.14 - give a customized version another name, otherwise it will be 17.15 - overwritten on the next upgrade. 17.16 - 17.17 -Template: masqmail/note_pcmcia_scripts 17.18 -Type: note 17.19 -Description: Removed executable bit in scripts in /etc/pcmcia/ip-{up,down}.d/ 17.20 - The scripts in /etc/pcmcia/ip-{up,down}.d/ are deprecated 17.21 - and are replaced with the scripts /etc/network/if-{up,down}.d/1masqmail, which 17.22 - will work for _any_ network card (not just pcmcia). The executable bit of the 17.23 - old scripts has been removed, because otherwise they and the new scripts would be 17.24 - exececuted, which is not desired. 17.25 - . 17.26 - You should remove these scripts from /etc/pcmcia/ip-{up,down}.d/. If you still want 17.27 - to use them, just reset the executable bit. 17.28 - . 17.29 - Whatever you do, you will never see the note again. 17.30 - 17.31 Template: masqmail/manage_config_with_debconf 17.32 Type: boolean 17.33 Default: true 17.34 -Description: Manage masqmail.conf using debconf? 17.35 +_Description: Manage masqmail.conf using debconf? 17.36 The /etc/masqmail/masqmail.conf file can be handled automatically 17.37 by debconf, or manually by you. 17.38 . 17.39 @@ -39,7 +12,7 @@ 17.40 Template: masqmail/move_existing_nondebconf_config 17.41 Type: boolean 17.42 Default: false 17.43 -Description: Replace existing /etc/masqmail/masqmail.conf file? 17.44 +_Description: Replace existing /etc/masqmail/masqmail.conf file? 17.45 The existing /etc/masqmail/masqmail.conf file currently on the system does 17.46 not contain a marked section for debconf to write its data. 17.47 . 17.48 @@ -53,28 +26,27 @@ 17.49 Template: masqmail/host_name 17.50 Type: string 17.51 Default: 17.52 -Description: The name with which masqmail identifies itself to others 17.53 +_Description: Masqmail host name: 17.54 + Please enter the name used by masqmail to identify itself to others. 17.55 This is most likely your hostname. It is used in its SMTP greeting 17.56 banner, for expanding unqualified addresses, the Message ID and so on. 17.57 17.58 Template: masqmail/local_hosts 17.59 Type: string 17.60 -Default: 17.61 -Description: hosts considered local 17.62 - This is a list of hosts, separated with semicolons (;), which are 17.63 - considered 'local', ie. mail to this host will be delivered to a 17.64 +_Description: Hosts considered local: 17.65 + Please enter a list of hosts, separated with semicolons (;), which are 17.66 + considered 'local', ie. mail to these hosts will be delivered to a 17.67 mailbox (or Maildir or MDA) on this host. 17.68 . 17.69 You will most likely insert 'localhost', your hostname in its fully 17.70 - qualified version, and just the simple hostname here. 17.71 + qualified form and just the simple hostname here. 17.72 . 17.73 You can also use wildcard expressions like '*' and '?'. 17.74 17.75 Template: masqmail/local_nets 17.76 Type: string 17.77 -Default: 17.78 -Description: nets considered local, for immediate delivery attempts 17.79 - This is a list of hosts, separated with semicolons (;), which are 17.80 +_Description: Nets considered local: 17.81 + Please enter a list of hosts, separated with semicolons (;), which are 17.82 on your local network, ie. they are always reachable, without a 17.83 dialup connection. Mail to these hosts will be delivered immediately, 17.84 without checking for the online status. 17.85 @@ -83,35 +55,36 @@ 17.86 . 17.87 If you have only one box, you can leave this empty. If you do not want 17.88 to use masqmail as an offline MTA, and the whole internet or another mail 17.89 - server which accepts outgoing mail is all time 17.90 + server which accepts outgoing mail is at all times 17.91 reachable to you, just insert '*'. 17.92 17.93 Template: masqmail/listen_addresses 17.94 Type: string 17.95 Default: localhost:25 17.96 -Description: accept connections on these interfaces 17.97 - masqmail, for security reasons, does not listen an all network interfaces 17.98 - by default. If there are no other hosts connected to your host, just leave 17.99 - this 'localhost:25'. If there are other hosts that may want to send SMTP 17.100 - messages to this host, add the address of you network interface here, 17.101 - eg.: localhost:25;192.168.1.2:25. 17.102 +_Description: Interfaces for incoming connections: 17.103 + Masqmail, for security reasons, does not listen an all network 17.104 + interfaces by default. If there are no other hosts connected to your 17.105 + host, just leave the default 'localhost:25' value. If there are other 17.106 + hosts that may want to send SMTP messages to this host, add the 17.107 + address of your network interface here, eg.: 17.108 + localhost:25;192.168.1.2:25. 17.109 . 17.110 - Of course you can also replace the '25' with another port number, but 17.111 + Of course you can also replace the '25' with another port number, however 17.112 this is unusual. 17.113 17.114 Template: masqmail/use_syslog 17.115 Type: boolean 17.116 Default: false 17.117 -Description: use syslogd for logs? 17.118 +_Description: Use syslogd for logs? 17.119 You can decide whether masqmail should log via syslog or not. If not, 17.120 logs will be written to /var/log/masqmail/masqmail.log. 17.121 17.122 Template: masqmail/online_detect 17.123 Type: select 17.124 -Choices: file, pipe 17.125 +__Choices: file, pipe 17.126 Default: file 17.127 -Description: the online detection method 17.128 - masqmail has different methods to determine whether it is online or not, 17.129 +_Description: Online detection method: 17.130 + Masqmail has different methods to determine whether it is online or not, 17.131 these are 'file','pipe'. 17.132 . 17.133 For 'file', masqmail checks for the existence of a file, and, if it 17.134 @@ -123,21 +96,23 @@ 17.135 Template: masqmail/online_file 17.136 Type: string 17.137 Default: /var/run/masqmail-route 17.138 -Description: the name of the file to determine the online status 17.139 +_Description: File used to determine the online status: 17.140 17.141 Template: masqmail/online_pipe 17.142 Type: string 17.143 Default: 17.144 -Description: the name of the program to determine the online status 17.145 - Note that, when this program is called, masqmail has the user id 'mail'. 17.146 +_Description: Name of the program used to determine the online status: 17.147 + Please choose the program to use to determine the online 17.148 + status. Please note that, when this program is called, masqmail has 17.149 + the user id 'mail'. 17.150 17.151 Template: masqmail/mbox_default 17.152 Type: select 17.153 Choices: mbox, mda, maildir 17.154 Default: mbox 17.155 -Description: local delivery style 17.156 +_Description: Local delivery style: 17.157 Local mail can be delivered to a mailbox, to an MDA (eg. procmail) 17.158 - or to a qmail style maildir in the users home dir. 17.159 + or to a qmail style Maildir in the users home dir. 17.160 . 17.161 You can select the default style here. You can configure this also 17.162 on a per-user basis with the options mbox_users, mda_users and 17.163 @@ -146,53 +121,51 @@ 17.164 Template: masqmail/mda 17.165 Type: string 17.166 Default: /usr/bin/procmail -Y -d ${rcpt_local} 17.167 -Description: The MDA command line including options 17.168 - Give here the path to the mda, including its arguments. You can use 17.169 - substitution values here, eg. ${rcpt_local} for the user name. 17.170 +_Description: MDA command line (including options): 17.171 + Please choose the path to the mail delivery agent (MDA), including 17.172 + its arguments. You can use substitution values here, 17.173 + eg. ${rcpt_local} for the user name. 17.174 . 17.175 For other substitutions please see the man page. 17.176 . 17.177 - (This question is also asked if you did not set mbox_default to mda, 17.178 - since you can use mda for a set of users specially) 17.179 + This question is also asked if you did not set mbox_default to mda, 17.180 + since you can use mda for a set of users specially. 17.181 17.182 Template: masqmail/alias_local_caseless 17.183 Type: boolean 17.184 Default: false 17.185 -Description: Alias expansion regarding case or not 17.186 - masqmail uses the file /etc/aliases to redirect local addresses. 17.187 +_Description: Alias expansion regarding case or not: 17.188 + Masqmail uses the file /etc/aliases to redirect local addresses. 17.189 The search for a match in /etc/aliases can be regarding upper/lower 17.190 case or insensitive to case. 17.191 17.192 Template: masqmail/init_smtp_daemon 17.193 Type: boolean 17.194 Default: true 17.195 -Description: Start SMTP listening daemon? 17.196 - Select 'yes' if you want masqmail to start as an SMTP listening 17.197 +_Description: Start SMTP listening daemon? 17.198 + Please choose whether you want masqmail to start as an SMTP listening 17.199 daemon. You will need this if: 17.200 - . 17.201 - - there are other hosts in your local network that may want to send mail via this host 17.202 - . 17.203 - - you use a mail client that sends mail via SMTP (netscape, mozilla are examples) 17.204 - . 17.205 - If in doubt, select 'yes'. 17.206 + - there are other hosts in your local network that may want to send 17.207 + mail via this host 17.208 + - you use a mail client that sends mail via SMTP (netscape, 17.209 + mozilla are examples) 17.210 17.211 Template: masqmail/init_queue_daemon 17.212 Type: boolean 17.213 Default: true 17.214 -Description: Start SMTP queue running daemon? 17.215 - Select 'yes' if you want masqmail to start as a queue running daemon. You will 17.216 - need this very likely. It is used for mail that cannot delivered immediately, 17.217 - either because of delivery failures or because you were not online on 17.218 - the first attempt to send a mail. 17.219 - . 17.220 - If in doubt, select 'yes'. 17.221 +_Description: Start SMTP queue running daemon? 17.222 + Please choose this option if you want masqmail to start as a queue 17.223 + running daemon. You're very likely to need this. It is used for mail 17.224 + that cannot delivered immediately, either because of delivery 17.225 + failures or because you were not online on the first attempt to send 17.226 + a mail. 17.227 17.228 Template: masqmail/queue_daemon_ival 17.229 Type: string 17.230 Default: -q10m 17.231 -Description: The interval for the queue running daemon 17.232 - Set the interval for the queue running daemon. -q10m means flush the queue every 17.233 - 10 minutes. 17.234 +_Description: Interval for the queue running daemon: 17.235 + Please choose the interval for the queue running daemon. -q10m means 17.236 + flush the queue every 10 minutes. 17.237 . 17.238 The format is -q, followed by an numeric value and one of the letters s,m,h,d,w for 17.239 seconds, minutes, hours, days or weeks respectively. 17.240 @@ -202,10 +175,11 @@ 17.241 Template: masqmail/init_fetch_daemon 17.242 Type: boolean 17.243 Default: false 17.244 -Description: Start POP3 fetch daemon? 17.245 - Select 'yes' if you want masqmail to start as a fetch daemon. If you say 'yes', 17.246 - masqmail will try to fetch mail from pop servers that you configure in regular 17.247 - intervals, detecting the online status first. 17.248 +_Description: Start POP3 fetch daemon? 17.249 + Please choose this option if you want masqmail to start as a fetch 17.250 + daemon. If you do so, masqmail will try to fetch mail from POP3 17.251 + servers that you configure in regular intervals, detecting the online 17.252 + status first. 17.253 . 17.254 No matter what you choose here, you can later select whether you want to fetch 17.255 mail the moment you get online. 17.256 @@ -213,9 +187,8 @@ 17.257 Template: masqmail/fetch_daemon_ival 17.258 Type: string 17.259 Default: -go5m 17.260 -Description: The interval for the fetch daemon 17.261 - Set the interval for the fetch daemon. -go5m means try to fetch mail every 17.262 - 5 minutes. 17.263 +_Description: Interval for the fetch daemon: 17.264 + Please choose the interval for the fetch daemon. 17.265 . 17.266 The format is -go, followed by an numeric value and one of the letters s,m,h,d,w for 17.267 seconds, minutes, hours, days or weeks respectively. 17.268 @@ -225,43 +198,30 @@ 17.269 Template: masqmail/ipup_runqueue 17.270 Type: boolean 17.271 Default: true 17.272 -Description: flush mail queue when you get online? 17.273 - Select 'yes' if you want masqmail to immediately flush its mail queue as soon 17.274 - as you go online. This will be done in the ip-up script in /etc/ppp/ip-up or 17.275 - in /etc/network/if-up.d/. 17.276 +_Description: Flush mail queue when you get online? 17.277 + Please choose whether you want masqmail to immediately flush its mail 17.278 + queue as soon as you go online. This will be done in the ip-up script 17.279 + in /etc/ppp/ip-up or in /etc/network/if-up.d/. 17.280 17.281 Template: masqmail/ipup_fetch 17.282 Type: boolean 17.283 Default: false 17.284 -Description: fetch mail when you get online? 17.285 - Select 'yes' if you want masqmail to immediately fetch mail from POP3 17.286 - servers as soon as you go online. This will be done in the ip-up script 17.287 - in /etc/ppp/ip-up or in /etc/network/if-up.d/. 17.288 +_Description: Fetch mail when you get online? 17.289 + Please choose whether you want masqmail to immediately fetch mail 17.290 + from POP3 servers as soon as you go online. This will be done in the 17.291 + ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. 17.292 17.293 Template: masqmail/ifup_ifaces 17.294 Type: string 17.295 Default: all 17.296 -Description: a list of interfaces used for masqmail online detection 17.297 - Set this to a list of network interfaces. When any of those interfaces go 17.298 - up, the current online status will be used for queue runs and/or fetching 17.299 - mails. The list will be used in the /etc/ppp/ip-up and /etc/network/if-up.d/ 17.300 - scripts, when the interface goes up. 17.301 +_Description: List of interfaces used for masqmail online detection: 17.302 + Please choose a list of network interfaces which will trigger queue 17.303 + runs and/or fetching mails when going up. The list will be used in 17.304 + the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the 17.305 + interface goes up. 17.306 . 17.307 A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for 17.308 - a notebook". If this is set to eg. 'ppp0', nothing happens if eth0 goes up. 17.309 + a notebook. 17.310 . 17.311 Set to 'all' for all interfaces, or 'none' for no interfaces. 17.312 17.313 -Template: masqmail/you_are_not_finished 17.314 -Type: note 17.315 -Description: You are not finished 17.316 - Although masqmail is not as feature rich as other MTAs like sendmail 17.317 - or exim, this debconf does not (yet) do all configurations for you. 17.318 - . 17.319 - To make use of masqmail, you still have to create some sub configuration 17.320 - files for sending mail to some ISP and/or to fetch mail. masqmail has 17.321 - lots of man pages and examples which are hopefully clear enough to 17.322 - explain to you how to do it. 17.323 - . 17.324 - You should start with the man pages masqmail.conf, masqmail.route 17.325 - and masqmail.get.
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/debian/po/POTFILES.in Fri Sep 26 20:56:23 2008 +0200 18.3 @@ -0,0 +1,1 @@ 18.4 +[type: gettext/rfc822deb] masqmail.templates
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/debian/po/cs.po Fri Sep 26 20:56:23 2008 +0200 19.3 @@ -0,0 +1,585 @@ 19.4 +# 19.5 +# Translators, if you are not familiar with the PO format, gettext 19.6 +# documentation is worth reading, especially sections dedicated to 19.7 +# this format, e.g. by running: 19.8 +# info -n '(gettext)PO Files' 19.9 +# info -n '(gettext)Header Entry' 19.10 +# 19.11 +# Some information specific to po-debconf are available at 19.12 +# /usr/share/doc/po-debconf/README-trans 19.13 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans 19.14 +# 19.15 +# Developers do not need to manually edit POT or PO files. 19.16 +# 19.17 +msgid "" 19.18 +msgstr "" 19.19 +"Project-Id-Version: masqmail\n" 19.20 +"Report-Msgid-Bugs-To: \n" 19.21 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 19.22 +"PO-Revision-Date: 2006-12-04 00:50+0200\n" 19.23 +"Last-Translator: Tomas Fidler <tomas.fidler@tiscali.cz>\n" 19.24 +"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" 19.25 +"MIME-Version: 1.0\n" 19.26 +"Content-Type: text/plain; charset=UTF-8\n" 19.27 +"Content-Transfer-Encoding: 8bit\n" 19.28 + 19.29 +#. Type: boolean 19.30 +#. Description 19.31 +#: ../masqmail.templates:1001 19.32 +msgid "Manage masqmail.conf using debconf?" 19.33 +msgstr "Nastavit masqmail.conf pomocí debconfu?" 19.34 + 19.35 +#. Type: boolean 19.36 +#. Description 19.37 +#: ../masqmail.templates:1001 19.38 +msgid "" 19.39 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 19.40 +"debconf, or manually by you." 19.41 +msgstr "" 19.42 +"Konfigurační soubor /etc/masqmail/masqmail.conf můžete spravovat sami ručně, " 19.43 +"nebo automaticky pomocí programu debconf." 19.44 + 19.45 +#. Type: boolean 19.46 +#. Description 19.47 +#: ../masqmail.templates:1001 19.48 +msgid "" 19.49 +"Note that only specific, marked sections of the configuration file will be " 19.50 +"handled by debconf if you select this option; if those markers are absent, " 19.51 +"you will have to update the file manually, or move or delete the file." 19.52 +msgstr "" 19.53 +"Pokud vyberete tuto volbu, budou programem debconf spravovány pouze " 19.54 +"speciálně označené části konfiguračního souboru. Pokud toto označení v " 19.55 +"konfiguračním souboru chybí, budete muset konfigurační soubor upravit ručně, " 19.56 +"případně soubor přesunout nebo jej smazat." 19.57 + 19.58 +#. Type: boolean 19.59 +#. Description 19.60 +#: ../masqmail.templates:2001 19.61 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 19.62 +msgstr "Přejete si přepsat existující soubor /etc/masqmail/masqmail.conf?" 19.63 + 19.64 +#. Type: boolean 19.65 +#. Description 19.66 +#: ../masqmail.templates:2001 19.67 +msgid "" 19.68 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 19.69 +"not contain a marked section for debconf to write its data." 19.70 +msgstr "" 19.71 +"Existující soubor /etc/masqmail/masqmail.conf neobsahuje označené sekce, do " 19.72 +"kterých by debconf mohl zapsat nastavované údaje." 19.73 + 19.74 +#. Type: boolean 19.75 +#. Description 19.76 +#: ../masqmail.templates:2001 19.77 +msgid "" 19.78 +"If you select this option, the existing configuration file will be backed up " 19.79 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 19.80 +"masqmail/masqmail.conf. If you do not select this option, the existing " 19.81 +"configuration file will not be managed by debconf, and no further questions " 19.82 +"about masqmail configuration will be asked." 19.83 +msgstr "" 19.84 +"Pokud zvolíte tuto možnost, stávající konfigurace bude zálohována do /etc/" 19.85 +"masqmail/masqmail.conf.debconf-backup. Pokud možnost nevyberete, stávající " 19.86 +"konfigurační soubor nebude spravován pomocí debconfu a další otázky ohledně " 19.87 +"nastavení masqmailu budou přeskočeny." 19.88 + 19.89 +#. Type: string 19.90 +#. Description 19.91 +#: ../masqmail.templates:3001 19.92 +msgid "Masqmail host name:" 19.93 +msgstr "Jméno počítače pro masqmail:" 19.94 + 19.95 +#. Type: string 19.96 +#. Description 19.97 +#: ../masqmail.templates:3001 19.98 +msgid "" 19.99 +"Please enter the name used by masqmail to identify itself to others. This is " 19.100 +"most likely your hostname. It is used in its SMTP greeting banner, for " 19.101 +"expanding unqualified addresses, the Message ID and so on." 19.102 +msgstr "" 19.103 +"Zadejte jméno, kterým se bude Masqmail identifikovat. Nejčastěji se jedná o " 19.104 +"jméno počítače. Jméno je používáno při SMTP pozdravu, pro přidávání k " 19.105 +"neúplným adresám, v ID obsluhované zprávy a podobně." 19.106 + 19.107 +#. Type: string 19.108 +#. Description 19.109 +#: ../masqmail.templates:4001 19.110 +msgid "Hosts considered local:" 19.111 +msgstr "Počítače obsluhované lokálně:" 19.112 + 19.113 +#. Type: string 19.114 +#. Description 19.115 +#: ../masqmail.templates:4001 19.116 +msgid "" 19.117 +"Please enter a list of hosts, separated with semicolons (;), which are " 19.118 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 19.119 +"(or Maildir or MDA) on this host." 19.120 +msgstr "" 19.121 +"Zadejte středníky oddělený seznam počítačů, které jsou považovány za " 19.122 +"lokální. Pošta pro zadané počítače bude doručována lokálně na tomto počítači " 19.123 +"(tj. do schránky, adresáře s poštou nebo programu pro doručování (MDA))." 19.124 + 19.125 +#. Type: string 19.126 +#. Description 19.127 +#: ../masqmail.templates:4001 19.128 +msgid "" 19.129 +"You will most likely insert 'localhost', your hostname in its fully " 19.130 +"qualified form and just the simple hostname here." 19.131 +msgstr "" 19.132 +"Standardně se zde uvádí alespoň 'localhost', jméno tohoto počítače a jeho " 19.133 +"plně kvalifikovaná varianta." 19.134 + 19.135 +#. Type: string 19.136 +#. Description 19.137 +#: ../masqmail.templates:4001 19.138 +msgid "You can also use wildcard expressions like '*' and '?'." 19.139 +msgstr "Do výrazů můžete vložit značky jako '*' a '?'." 19.140 + 19.141 +#. Type: string 19.142 +#. Description 19.143 +#: ../masqmail.templates:5001 19.144 +msgid "Nets considered local:" 19.145 +msgstr "Sítě obsluhované lokálně:" 19.146 + 19.147 +#. Type: string 19.148 +#. Description 19.149 +#: ../masqmail.templates:5001 19.150 +msgid "" 19.151 +"Please enter a list of hosts, separated with semicolons (;), which are on " 19.152 +"your local network, ie. they are always reachable, without a dialup " 19.153 +"connection. Mail to these hosts will be delivered immediately, without " 19.154 +"checking for the online status." 19.155 +msgstr "" 19.156 +"Zadejte středníky oddělený seznam počítačů, které jsou na lokální síti, tj. " 19.157 +"jsou vždy dostupné bez vytáčeného spojení. Zprávy pro tyto počítače budou " 19.158 +"doručovány ihned, bez kontroly, zda je počítač online." 19.159 + 19.160 +#. Type: string 19.161 +#. Description 19.162 +#: ../masqmail.templates:5001 19.163 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 19.164 +msgstr "" 19.165 +"U výrazů můžete použít zástupné znaky jako '*' a '?', např. *.vasesit.local" 19.166 + 19.167 +#. Type: string 19.168 +#. Description 19.169 +#: ../masqmail.templates:5001 19.170 +msgid "" 19.171 +"If you have only one box, you can leave this empty. If you do not want to " 19.172 +"use masqmail as an offline MTA, and the whole internet or another mail " 19.173 +"server which accepts outgoing mail is at all times reachable to you, just " 19.174 +"insert '*'." 19.175 +msgstr "" 19.176 +"Jestliže máte pouze jednu schránku, můžete nechat prázdné. Jestliže nechcete " 19.177 +"používat masqmail jako offline MTA (program pro přenos zpráv) a Internet " 19.178 +"nebo poštovní server, který přijímá odchozí poštu z vašeho počítače, je " 19.179 +"neustále k dispozici, zadejte '*'." 19.180 + 19.181 +#. Type: string 19.182 +#. Description 19.183 +#: ../masqmail.templates:6001 19.184 +msgid "Interfaces for incoming connections:" 19.185 +msgstr "Síťová rozhraní pro příchozí spojení:" 19.186 + 19.187 +#. Type: string 19.188 +#. Description 19.189 +#: ../masqmail.templates:6001 19.190 +msgid "" 19.191 +"Masqmail, for security reasons, does not listen an all network interfaces by " 19.192 +"default. If there are no other hosts connected to your host, just leave the " 19.193 +"default 'localhost:25' value. If there are other hosts that may want to send " 19.194 +"SMTP messages to this host, add the address of your network interface here, " 19.195 +"eg.: localhost:25;192.168.1.2:25." 19.196 +msgstr "" 19.197 +"Z bezpečnostních důvodů masqmail ve výchozím nastavení nenaslouchá na všech " 19.198 +"síťových rozhraních (nečeká na vzdálená připojení). Jestliže neexistuje " 19.199 +"počítač, který by chtěl posílat zprávy přes tento počítač, nechte výchozí " 19.200 +"hodnotu 'localhost:25'. Jestliže existují počítače, které chtějí tento " 19.201 +"počítač využívat jako svůj SMTP server, přidejte adresy síťových rozhraní, " 19.202 +"na kterých má masqmail naslouchat, např. localhost:25;192.168.1.2:25." 19.203 + 19.204 +#. Type: string 19.205 +#. Description 19.206 +#: ../masqmail.templates:6001 19.207 +msgid "" 19.208 +"Of course you can also replace the '25' with another port number, however " 19.209 +"this is unusual." 19.210 +msgstr "" 19.211 +"Port 25 samozřejmě můžete nahradit jiným číslem portu, ale není to obvyklé." 19.212 + 19.213 +#. Type: boolean 19.214 +#. Description 19.215 +#: ../masqmail.templates:7001 19.216 +msgid "Use syslogd for logs?" 19.217 +msgstr "Používat pro zápis logů syslogd?" 19.218 + 19.219 +#. Type: boolean 19.220 +#. Description 19.221 +#: ../masqmail.templates:7001 19.222 +msgid "" 19.223 +"You can decide whether masqmail should log via syslog or not. If not, logs " 19.224 +"will be written to /var/log/masqmail/masqmail.log." 19.225 +msgstr "" 19.226 +"Můžete se rozhodnout, zda chcete, aby masqmail používal pro zápis zpráv o " 19.227 +"činnosti masqmailu syslog. Pokud nechcete použít syslog, budou logy " 19.228 +"zapisovány do /var/log/masqmail/masqmail.log." 19.229 + 19.230 +#. Type: select 19.231 +#. Choices 19.232 +#: ../masqmail.templates:8001 19.233 +msgid "file" 19.234 +msgstr "soubor" 19.235 + 19.236 +#. Type: select 19.237 +#. Choices 19.238 +#: ../masqmail.templates:8001 19.239 +msgid "pipe" 19.240 +msgstr "roura" 19.241 + 19.242 +#. Type: select 19.243 +#. Description 19.244 +#: ../masqmail.templates:8002 19.245 +msgid "Online detection method:" 19.246 +msgstr "Způsob rozpoznání stavu připojení:" 19.247 + 19.248 +#. Type: select 19.249 +#. Description 19.250 +#: ../masqmail.templates:8002 19.251 +msgid "" 19.252 +"Masqmail has different methods to determine whether it is online or not, " 19.253 +"these are 'file','pipe'." 19.254 +msgstr "" 19.255 +"Masqmail má různé metody pro rozhodování, zda je připojený do sítě nebo ne. " 19.256 +"Jsou jimi 'soubor' a 'roura'." 19.257 + 19.258 +#. Type: select 19.259 +#. Description 19.260 +#: ../masqmail.templates:8002 19.261 +msgid "" 19.262 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 19.263 +"reads from it the name of the connection." 19.264 +msgstr "" 19.265 +"Při volbě 'soubor', masqmail kontroluje, zda existuje určitý soubor. Pokud " 19.266 +"existuje, přečte z něj název připojení." 19.267 + 19.268 +#. Type: select 19.269 +#. Description 19.270 +#: ../masqmail.templates:8002 19.271 +msgid "" 19.272 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 19.273 +"online or nothing if not. You can use eg. the program guessnet for this." 19.274 +msgstr "" 19.275 +"Volba 'roura' znamená, že masqmail zavolá program nebo skript, který na " 19.276 +"výstupu vypíše jméno připojení, nebo v případě, že počítač připojen není, " 19.277 +"nevypíše nic. Pro tento účel můžete využít například programu guessnet." 19.278 + 19.279 +#. Type: string 19.280 +#. Description 19.281 +#: ../masqmail.templates:9001 19.282 +msgid "File used to determine the online status:" 19.283 +msgstr "Soubor používaný pro rozhodování o stavu připojení:" 19.284 + 19.285 +#. Type: string 19.286 +#. Description 19.287 +#: ../masqmail.templates:10001 19.288 +msgid "Name of the program used to determine the online status:" 19.289 +msgstr "Program používaný pro rozhodování o stavu připojení:" 19.290 + 19.291 +#. Type: string 19.292 +#. Description 19.293 +#: ../masqmail.templates:10001 19.294 +msgid "" 19.295 +"Please choose the program to use to determine the online status. Please note " 19.296 +"that, when this program is called, masqmail has the user id 'mail'." 19.297 +msgstr "" 19.298 +"Vyberte program, který rozhoduje o stavu připojení. Pozor, program bude " 19.299 +"volán pod uživatelem 'mail'." 19.300 + 19.301 +#. Type: select 19.302 +#. Description 19.303 +#: ../masqmail.templates:11001 19.304 +msgid "Local delivery style:" 19.305 +msgstr "Způsob lokálního doručování:" 19.306 + 19.307 +#. Type: select 19.308 +#. Description 19.309 +#: ../masqmail.templates:11001 19.310 +msgid "" 19.311 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 19.312 +"qmail style Maildir in the users home dir." 19.313 +msgstr "" 19.314 +"Lokální pošta může být doručována do schránky, MDA programu (např. procmail) " 19.315 +"nebo do adresáře maildir v domovském adresáři uživatele (ve stylu qmail)" 19.316 + 19.317 +#. Type: select 19.318 +#. Description 19.319 +#: ../masqmail.templates:11001 19.320 +msgid "" 19.321 +"You can select the default style here. You can configure this also on a per-" 19.322 +"user basis with the options mbox_users, mda_users and maildir_users." 19.323 +msgstr "" 19.324 +"Zde nastavujete výchozí způsob doručování. Způsob doručování můžete také " 19.325 +"nastavit pro každého uživatele zvlášť, stačí použít volby mbox_users, " 19.326 +"mda_users nebo maildir_users." 19.327 + 19.328 +#. Type: string 19.329 +#. Description 19.330 +#: ../masqmail.templates:12001 19.331 +msgid "MDA command line (including options):" 19.332 +msgstr "Spouštěcí příkaz MDA (včetně voleb):" 19.333 + 19.334 +#. Type: string 19.335 +#. Description 19.336 +#: ../masqmail.templates:12001 19.337 +msgid "" 19.338 +"Please choose the path to the mail delivery agent (MDA), including its " 19.339 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 19.340 +"user name." 19.341 +msgstr "" 19.342 +"Zadejte cestu k programu pro doručování pošty (MDA), včetně argumentů. Při " 19.343 +"zadávání můžete použít zástupné hodnoty, např. ${rcpt_local} se nahradí za " 19.344 +"uživatelské jméno." 19.345 + 19.346 +#. Type: string 19.347 +#. Description 19.348 +#: ../masqmail.templates:12001 19.349 +msgid "For other substitutions please see the man page." 19.350 +msgstr "Další zástupné hodnoty najdete v manuálových stránkách." 19.351 + 19.352 +#. Type: string 19.353 +#. Description 19.354 +#: ../masqmail.templates:12001 19.355 +msgid "" 19.356 +"This question is also asked if you did not set mbox_default to mda, since " 19.357 +"you can use mda for a set of users specially." 19.358 +msgstr "" 19.359 +"Tato otázka se objeví, i když jste nezvolili způsob lokálního doručování " 19.360 +"(mbox_default) přes MDA, protože můžete nastavit využívání MDA pouze pro " 19.361 +"některé uživatele." 19.362 + 19.363 +#. Type: boolean 19.364 +#. Description 19.365 +#: ../masqmail.templates:13001 19.366 +msgid "Alias expansion regarding case or not:" 19.367 +msgstr "Všímat si velikosti písmen aliasů?:" 19.368 + 19.369 +#. Type: boolean 19.370 +#. Description 19.371 +#: ../masqmail.templates:13001 19.372 +msgid "" 19.373 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 19.374 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 19.375 +"to case." 19.376 +msgstr "" 19.377 +"Masqmail používá pro přesměrování lokálních zpráv soubor /etc/aliases. " 19.378 +"Hledání aliasu v /etc/aliases může brát ohled na malá/velká písmena, nebo je " 19.379 +"může ignorovat." 19.380 + 19.381 +#. Type: boolean 19.382 +#. Description 19.383 +#: ../masqmail.templates:14001 19.384 +msgid "Start SMTP listening daemon?" 19.385 +msgstr "Spouštět masqmail jako SMTP daemon?" 19.386 + 19.387 +#. Type: boolean 19.388 +#. Description 19.389 +#: ../masqmail.templates:14001 19.390 +msgid "" 19.391 +"Please choose whether you want masqmail to start as an SMTP listening " 19.392 +"daemon. You will need this if:\n" 19.393 +" - there are other hosts in your local network that may want to send\n" 19.394 +" mail via this host\n" 19.395 +" - you use a mail client that sends mail via SMTP (netscape,\n" 19.396 +" mozilla are examples)" 19.397 +msgstr "" 19.398 +"Zvolte, zda chcete, aby se masqmail spouštěl jako SMTP daemon (poběží " 19.399 +"neustále). Bude to potřeba pokud:\n" 19.400 +" - Jsou na místní síti počítače, které budou zasílat zprávy přes\n" 19.401 +" tento počítač (budou jej používat jako svůj SMTP server).\n" 19.402 +" - Používáte poštovního klienta, který zasílá zprávy přes SMTP\n" 19.403 +" (netscape, mozilla apod.)." 19.404 + 19.405 +#. Type: boolean 19.406 +#. Description 19.407 +#: ../masqmail.templates:15001 19.408 +msgid "Start SMTP queue running daemon?" 19.409 +msgstr "Spustit daemona obsluhujícího SMTP frontu?" 19.410 + 19.411 +#. Type: boolean 19.412 +#. Description 19.413 +#: ../masqmail.templates:15001 19.414 +msgid "" 19.415 +"Please choose this option if you want masqmail to start as a queue running " 19.416 +"daemon. You're very likely to need this. It is used for mail that cannot " 19.417 +"delivered immediately, either because of delivery failures or because you " 19.418 +"were not online on the first attempt to send a mail." 19.419 +msgstr "" 19.420 +"Rozhodněte se, zda se má masqmail spouštět jako daemon obsluhující frontu " 19.421 +"odchozí pošty. Tato možnost se používá pro poštu, kterou se nepodařilo " 19.422 +"doručit na první pokus (ať už proto, že jste zrovna nebyli připojeni k síti, " 19.423 +"nebo proto, že se při doručování vyskytly nějaké chyby). Nedoručená pošta se " 19.424 +"uloží do fronty pro další pokus. Jestliže vám toto chování vyhovuje, volbu " 19.425 +"povolte." 19.426 + 19.427 +#. Type: string 19.428 +#. Description 19.429 +#: ../masqmail.templates:16001 19.430 +msgid "Interval for the queue running daemon:" 19.431 +msgstr "Interval pro vyprazdňování fronty:" 19.432 + 19.433 +#. Type: string 19.434 +#. Description 19.435 +#: ../masqmail.templates:16001 19.436 +msgid "" 19.437 +"Please choose the interval for the queue running daemon. -q10m means flush " 19.438 +"the queue every 10 minutes." 19.439 +msgstr "" 19.440 +"Zvolte interval pro vyprazdňování fronty. -q10m znamená pokusit se o " 19.441 +"vyprázdnění fronty (doručení) každých 10 minut." 19.442 + 19.443 +#. Type: string 19.444 +#. Description 19.445 +#: ../masqmail.templates:16001 19.446 +msgid "" 19.447 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 19.448 +"d,w for seconds, minutes, hours, days or weeks respectively." 19.449 +msgstr "" 19.450 +"Zadejte -q následované celým číslem a jedním ze znaků s,m,h,d,w pro sekundy, " 19.451 +"minuty, hodiny, dny nebo týdny. " 19.452 + 19.453 +#. Type: string 19.454 +#. Description 19.455 +#: ../masqmail.templates:16001 19.456 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 19.457 +msgstr "Rozumné hodnoty jsou mezi 5 minutami (-q5m) a 2 hodinami (-q2h)." 19.458 + 19.459 +#. Type: boolean 19.460 +#. Description 19.461 +#: ../masqmail.templates:17001 19.462 +msgid "Start POP3 fetch daemon?" 19.463 +msgstr "Spustit daemona pro vyzvedávání pošty z POP3?" 19.464 + 19.465 +#. Type: boolean 19.466 +#. Description 19.467 +#: ../masqmail.templates:17001 19.468 +msgid "" 19.469 +"Please choose this option if you want masqmail to start as a fetch daemon. " 19.470 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 19.471 +"configure in regular intervals, detecting the online status first." 19.472 +msgstr "" 19.473 +"Rozhodněte se, zda se má masqmail spouštět jako daemon pro stahování pošty z " 19.474 +"POP3 serverů. Odpovíte-li kladně, masqmail bude pravidelně kontrolovat a " 19.475 +"vyzvedávat poštu ze zadaných účtů POP3 serverů následně ji doručovat do " 19.476 +"schránek uživatelů. Před samotným stahováním se vždy přesvědčí, zda je " 19.477 +"připojen k síti." 19.478 + 19.479 +#. Type: boolean 19.480 +#. Description 19.481 +#: ../masqmail.templates:17001 19.482 +msgid "" 19.483 +"No matter what you choose here, you can later select whether you want to " 19.484 +"fetch mail the moment you get online." 19.485 +msgstr "" 19.486 +"Nezávisle na tomto nastavení si můžete později vybrat, zda chcete aby se " 19.487 +"pošta vyzvedávala okamžitě poté, co se připojíte k síti." 19.488 + 19.489 +#. Type: string 19.490 +#. Description 19.491 +#: ../masqmail.templates:18001 19.492 +msgid "Interval for the fetch daemon:" 19.493 +msgstr "Interval pro vyzvedávání:" 19.494 + 19.495 +#. Type: string 19.496 +#. Description 19.497 +#: ../masqmail.templates:18001 19.498 +msgid "Please choose the interval for the fetch daemon." 19.499 +msgstr "Zvolte interval pro kontrolu/vyzvedávání pošty z POP3 serveru." 19.500 + 19.501 +#. Type: string 19.502 +#. Description 19.503 +#: ../masqmail.templates:18001 19.504 +msgid "" 19.505 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 19.506 +"d,w for seconds, minutes, hours, days or weeks respectively." 19.507 +msgstr "" 19.508 +"Zadejte -go, následované celým číslem a jedním z písmen s,m,h,d,w pro " 19.509 +"sekundy, minuty, hodiny, dny nebo týdny." 19.510 + 19.511 +#. Type: string 19.512 +#. Description 19.513 +#: ../masqmail.templates:18001 19.514 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 19.515 +msgstr "Rozumné hodnoty jsou mezi 2 minutami (-go2m) a 2 hodinami (-go2h)." 19.516 + 19.517 +#. Type: boolean 19.518 +#. Description 19.519 +#: ../masqmail.templates:19001 19.520 +msgid "Flush mail queue when you get online?" 19.521 +msgstr "Odeslat zprávy ihned po připojení k síti?" 19.522 + 19.523 +#. Type: boolean 19.524 +#. Description 19.525 +#: ../masqmail.templates:19001 19.526 +msgid "" 19.527 +"Please choose whether you want masqmail to immediately flush its mail queue " 19.528 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 19.529 +"ip-up or in /etc/network/if-up.d/." 19.530 +msgstr "" 19.531 +"Prosím zvolte, zda chcete, aby se masqmail pokusil vyprázdnit frontu zpráv " 19.532 +"čekajících na odeslání ihned po připojení k síti. (Provede se ve skriptu ip-" 19.533 +"up v /etc/ppp/ip-up nebo v /etc/network/if-up.d/.)" 19.534 + 19.535 +#. Type: boolean 19.536 +#. Description 19.537 +#: ../masqmail.templates:20001 19.538 +msgid "Fetch mail when you get online?" 19.539 +msgstr "Vyzvednout poštu ihned po připojení k síti?" 19.540 + 19.541 +#. Type: boolean 19.542 +#. Description 19.543 +#: ../masqmail.templates:20001 19.544 +msgid "" 19.545 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 19.546 +"servers as soon as you go online. This will be done in the ip-up script in /" 19.547 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 19.548 +msgstr "" 19.549 +"Prosím zvolte, zda chcete, aby masqmail vyzvedl poštu z POP3 serverů ihned " 19.550 +"po připojení k síti. (Toto se provede ve skriptu ip-up v /etc/ppp/ip-up nebo " 19.551 +"v /etc/network/if-up.d/.)" 19.552 + 19.553 +#. Type: string 19.554 +#. Description 19.555 +#: ../masqmail.templates:21001 19.556 +msgid "List of interfaces used for masqmail online detection:" 19.557 +msgstr "Seznam síťových rozhraní používaných pro detekci připojení:" 19.558 + 19.559 +#. Type: string 19.560 +#. Description 19.561 +#: ../masqmail.templates:21001 19.562 +msgid "" 19.563 +"Please choose a list of network interfaces which will trigger queue runs and/" 19.564 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 19.565 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 19.566 +msgstr "" 19.567 +"Zvolte síťová rozhraní, po jejichž připojení se spustí vyprázdnění fronty " 19.568 +"zpráv a/nebo vyzvednutí zpráv z POP3 serveru. Seznam se použije ve " 19.569 +"skriptech /etc/ppp/ip-up a /etc/network/if-up.d/, tedy ve chvíli kdy se " 19.570 +"síťové rozhraní nahodí." 19.571 + 19.572 +#. Type: string 19.573 +#. Description 19.574 +#: ../masqmail.templates:21001 19.575 +msgid "" 19.576 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 19.577 +"a notebook." 19.578 +msgstr "" 19.579 +"Rozumná volba pro domácí počítač může být 'ppp0', pro notebook třeba 'ppp0 " 19.580 +"eth0'. Záleží na způsobu připojení k síti." 19.581 + 19.582 +#. Type: string 19.583 +#. Description 19.584 +#: ../masqmail.templates:21001 19.585 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 19.586 +msgstr "" 19.587 +"Nastavte na 'all' pro všechna rozhraní, nebo na 'none', pokud nechcete " 19.588 +"vybrat žádná rozhraní."
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/debian/po/de.po Fri Sep 26 20:56:23 2008 +0200 20.3 @@ -0,0 +1,594 @@ 20.4 +# translation of po-debconf template to German 20.5 +# 20.6 +# Translators, if you are not familiar with the PO format, gettext 20.7 +# documentation is worth reading, especially sections dedicated to 20.8 +# this format, e.g. by running: 20.9 +# info -n '(gettext)PO Files' 20.10 +# info -n '(gettext)Header Entry' 20.11 +# Some information specific to po-debconf are available at 20.12 +# /usr/share/doc/po-debconf/README-trans 20.13 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# 20.14 +# Developers do not need to manually edit POT or PO files. 20.15 +# 20.16 +# Matthias Julius <mdeb@julius-net.net>, 2006. 20.17 +msgid "" 20.18 +msgstr "" 20.19 +"Project-Id-Version: masqmail 0.2.21-1.1\n" 20.20 +"Report-Msgid-Bugs-To: \n" 20.21 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 20.22 +"PO-Revision-Date: 2006-12-08 21:22-0500\n" 20.23 +"Last-Translator: Matthias Julius <mdeb@julius-net.net>\n" 20.24 +"Language-Team: German <debian-l10n-german@lists.debian.org>\n" 20.25 +"MIME-Version: 1.0\n" 20.26 +"Content-Type: text/plain; charset=UTF-8\n" 20.27 +"Content-Transfer-Encoding: 8bit\n" 20.28 +"X-Generator: KBabel 1.11.4\n" 20.29 + 20.30 +#. Type: boolean 20.31 +#. Description 20.32 +#: ../masqmail.templates:1001 20.33 +msgid "Manage masqmail.conf using debconf?" 20.34 +msgstr "masqmail.conf mittels Debconf verwalten?" 20.35 + 20.36 +#. Type: boolean 20.37 +#. Description 20.38 +#: ../masqmail.templates:1001 20.39 +msgid "" 20.40 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 20.41 +"debconf, or manually by you." 20.42 +msgstr "" 20.43 +"Die Datei /etc/masqmail/masqmail.conf kann automatisch von Debconf oder " 20.44 +"manuell von Ihnen verwaltet werden." 20.45 + 20.46 +#. Type: boolean 20.47 +#. Description 20.48 +#: ../masqmail.templates:1001 20.49 +msgid "" 20.50 +"Note that only specific, marked sections of the configuration file will be " 20.51 +"handled by debconf if you select this option; if those markers are absent, " 20.52 +"you will have to update the file manually, or move or delete the file." 20.53 +msgstr "" 20.54 +"Beachten Sie, dass nur spezifische, markierte Abschnitte der " 20.55 +"Konfigurationsdatei von Debconf verwaltet werden wird, wenn Sie diese " 20.56 +"Möglichkeit wählen. Wenn diese Markierungen fehlen, müssen Sie die Datei " 20.57 +"manuell aktualisieren, oder sie verschieben oder löschen." 20.58 + 20.59 +#. Type: boolean 20.60 +#. Description 20.61 +#: ../masqmail.templates:2001 20.62 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 20.63 +msgstr "Die existierende Datei /etc/masqmail/masqmail.conf ersetzen?" 20.64 + 20.65 +#. Type: boolean 20.66 +#. Description 20.67 +#: ../masqmail.templates:2001 20.68 +msgid "" 20.69 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 20.70 +"not contain a marked section for debconf to write its data." 20.71 +msgstr "" 20.72 +"Die Datei /etc/masqmail/masqmail.conf, die sich gegenwärtig auf dem System " 20.73 +"befindet, enthält keinen für Debconf markierten Abschnitt, um seine Daten " 20.74 +"hineinzuschreiben." 20.75 + 20.76 +#. Type: boolean 20.77 +#. Description 20.78 +#: ../masqmail.templates:2001 20.79 +msgid "" 20.80 +"If you select this option, the existing configuration file will be backed up " 20.81 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 20.82 +"masqmail/masqmail.conf. If you do not select this option, the existing " 20.83 +"configuration file will not be managed by debconf, and no further questions " 20.84 +"about masqmail configuration will be asked." 20.85 +msgstr "" 20.86 +"Falls Sie diese Möglichkeit wählen, wird die existierende " 20.87 +"Konfigurationsdatei als /etc/masqmail/masqmail.conf.debconf-backup gesichert " 20.88 +"und eine neue Datei nach /etc/masqmail/masqmail.conf geschrieben. " 20.89 +"Anderenfalls wird die existierende Konfigurationsdatei nicht von Debconf " 20.90 +"verwaltet, und keine weiteren Fragen zur Masqmail-Konfiguration werden " 20.91 +"gestellt." 20.92 + 20.93 +#. Type: string 20.94 +#. Description 20.95 +#: ../masqmail.templates:3001 20.96 +msgid "Masqmail host name:" 20.97 +msgstr "Name des Masqmail-Rechners:" 20.98 + 20.99 +#. Type: string 20.100 +#. Description 20.101 +#: ../masqmail.templates:3001 20.102 +msgid "" 20.103 +"Please enter the name used by masqmail to identify itself to others. This is " 20.104 +"most likely your hostname. It is used in its SMTP greeting banner, for " 20.105 +"expanding unqualified addresses, the Message ID and so on." 20.106 +msgstr "" 20.107 +"Bitte geben Sie den Namen ein, den Masqmail verwendet, um sich bei anderen " 20.108 +"zu identifizieren. Dies ist sehr wahrscheinlich Ihr Hostname. Er wird im " 20.109 +"SMTP-Begrüßungs-Banner, zur Vervollständigung unqualifizierter Adressen, für " 20.110 +"Message-IDs und so weiter verwendet." 20.111 + 20.112 +#. Type: string 20.113 +#. Description 20.114 +#: ../masqmail.templates:4001 20.115 +msgid "Hosts considered local:" 20.116 +msgstr "Rechner, die als lokal angesehen werden:" 20.117 + 20.118 +#. Type: string 20.119 +#. Description 20.120 +#: ../masqmail.templates:4001 20.121 +msgid "" 20.122 +"Please enter a list of hosts, separated with semicolons (;), which are " 20.123 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 20.124 +"(or Maildir or MDA) on this host." 20.125 +msgstr "" 20.126 +"Bitte geben Sie eine Liste von Rechnern durch Semikolons (;) getrennt ein, " 20.127 +"die als »lokal« angesehen werden, d. h. E-Mail an diese Rechner wird an ein " 20.128 +"Postfach (oder Maildir oder MDA) auf diesem Rechner geliefert." 20.129 + 20.130 +#. Type: string 20.131 +#. Description 20.132 +#: ../masqmail.templates:4001 20.133 +msgid "" 20.134 +"You will most likely insert 'localhost', your hostname in its fully " 20.135 +"qualified form and just the simple hostname here." 20.136 +msgstr "" 20.137 +"Wahrscheinlich sollten Sie »localhost«, Ihren Hostnamen in dessen " 20.138 +"vollständig qualifizierter Form und den einfachen Hostnamen hier eingeben." 20.139 + 20.140 +#. Type: string 20.141 +#. Description 20.142 +#: ../masqmail.templates:4001 20.143 +msgid "You can also use wildcard expressions like '*' and '?'." 20.144 +msgstr "Sie können auch Platzhalter wie »*« und »?« verwenden." 20.145 + 20.146 +#. Type: string 20.147 +#. Description 20.148 +#: ../masqmail.templates:5001 20.149 +msgid "Nets considered local:" 20.150 +msgstr "Netzwerke, die als lokal angesehen werden:" 20.151 + 20.152 +#. Type: string 20.153 +#. Description 20.154 +#: ../masqmail.templates:5001 20.155 +msgid "" 20.156 +"Please enter a list of hosts, separated with semicolons (;), which are on " 20.157 +"your local network, ie. they are always reachable, without a dialup " 20.158 +"connection. Mail to these hosts will be delivered immediately, without " 20.159 +"checking for the online status." 20.160 +msgstr "" 20.161 +"Bitte geben Sie eine Liste von Rechnern durch Semikolons (;) getrennt ein, " 20.162 +"die sich in Ihrem lokalen Netzwerk befinden, d. h. sie sind jeder Zeit ohne " 20.163 +"Einwahlverbindung erreichbar. E-Mail an diese Rechner wird sofort und ohne " 20.164 +"Prüfung des Online-Status zugestellt." 20.165 + 20.166 +#. Type: string 20.167 +#. Description 20.168 +#: ../masqmail.templates:5001 20.169 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 20.170 +msgstr "" 20.171 +"Sie können Platzhalter wie »*« und »?« verwenden, z. B. *.yournet.local" 20.172 + 20.173 +#. Type: string 20.174 +#. Description 20.175 +#: ../masqmail.templates:5001 20.176 +msgid "" 20.177 +"If you have only one box, you can leave this empty. If you do not want to " 20.178 +"use masqmail as an offline MTA, and the whole internet or another mail " 20.179 +"server which accepts outgoing mail is at all times reachable to you, just " 20.180 +"insert '*'." 20.181 +msgstr "" 20.182 +"Falls Sie nur einen Rechner besitzen, können Sie dieses Feld leer lassen. " 20.183 +"Falls Sie Masqmail nicht als Offline-MTA verwenden wollen, und das gesamte " 20.184 +"Internet oder ein anderer Mail-Server, der ausgehende Post akzeptiert, ist " 20.185 +"ständig erreichbar, geben Sie nur »*« ein." 20.186 + 20.187 +#. Type: string 20.188 +#. Description 20.189 +#: ../masqmail.templates:6001 20.190 +msgid "Interfaces for incoming connections:" 20.191 +msgstr "Schnittstellen für ankommende Verbindungen:" 20.192 + 20.193 +#. Type: string 20.194 +#. Description 20.195 +#: ../masqmail.templates:6001 20.196 +msgid "" 20.197 +"Masqmail, for security reasons, does not listen an all network interfaces by " 20.198 +"default. If there are no other hosts connected to your host, just leave the " 20.199 +"default 'localhost:25' value. If there are other hosts that may want to send " 20.200 +"SMTP messages to this host, add the address of your network interface here, " 20.201 +"eg.: localhost:25;192.168.1.2:25." 20.202 +msgstr "" 20.203 +"Aus Sicherheitsgründen nimmt Masqmail eingehende Verbindungen in der " 20.204 +"Voreinstellung nicht an allen Netzwerkschnittstellen entgegen. Falls keine " 20.205 +"anderen Rechner mit Ihrem Rechner verbunden sind, lassen Sie den " 20.206 +"voreingestellten Wert »localhost:25« stehen. Falls es andere Rechner gibt, " 20.207 +"die SMTP-Nachrichten an diesen Rechner senden könnten, fügen Sie die Adresse " 20.208 +"der Netzwerkschnittstelle an, z. B. »localhost:25;192.168.1.2:25«." 20.209 + 20.210 +#. Type: string 20.211 +#. Description 20.212 +#: ../masqmail.templates:6001 20.213 +msgid "" 20.214 +"Of course you can also replace the '25' with another port number, however " 20.215 +"this is unusual." 20.216 +msgstr "" 20.217 +"Natürlich können Sie die »25« durch eine andere Port-Nummer ersetzen. Dies " 20.218 +"ist jedoch unüblich." 20.219 + 20.220 +#. Type: boolean 20.221 +#. Description 20.222 +#: ../masqmail.templates:7001 20.223 +msgid "Use syslogd for logs?" 20.224 +msgstr "Syslogd für die Protokollierung verwenden?" 20.225 + 20.226 +#. Type: boolean 20.227 +#. Description 20.228 +#: ../masqmail.templates:7001 20.229 +msgid "" 20.230 +"You can decide whether masqmail should log via syslog or not. If not, logs " 20.231 +"will be written to /var/log/masqmail/masqmail.log." 20.232 +msgstr "" 20.233 +"Sie können entscheiden, ob Masqmail mittels Syslog protokollieren soll oder " 20.234 +"nicht. Falls nicht, wird das Protokoll nach /var/log/masqmail/masqmail.log " 20.235 +"geschrieben." 20.236 + 20.237 +#. Type: select 20.238 +#. Choices 20.239 +#: ../masqmail.templates:8001 20.240 +msgid "file" 20.241 +msgstr "Datei" 20.242 + 20.243 +#. Type: select 20.244 +#. Choices 20.245 +#: ../masqmail.templates:8001 20.246 +msgid "pipe" 20.247 +msgstr "Pipe" 20.248 + 20.249 +#. Type: select 20.250 +#. Description 20.251 +#: ../masqmail.templates:8002 20.252 +msgid "Online detection method:" 20.253 +msgstr "Methode für Online-Erkennung:" 20.254 + 20.255 +#. Type: select 20.256 +#. Description 20.257 +#: ../masqmail.templates:8002 20.258 +msgid "" 20.259 +"Masqmail has different methods to determine whether it is online or not, " 20.260 +"these are 'file','pipe'." 20.261 +msgstr "" 20.262 +"Masqmail kennt verschiedene Methoden, um festzustellen, ob es online ist " 20.263 +"oder nicht. Diese sind »Datei« und »Pipe«." 20.264 + 20.265 +#. Type: select 20.266 +#. Description 20.267 +#: ../masqmail.templates:8002 20.268 +msgid "" 20.269 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 20.270 +"reads from it the name of the connection." 20.271 +msgstr "" 20.272 +"Bei »Datei« prüft Masqmail die Existenz einer Datei. Falls diese existiert, " 20.273 +"liest es daraus den Namen der Verbindung." 20.274 + 20.275 +#. Type: select 20.276 +#. Description 20.277 +#: ../masqmail.templates:8002 20.278 +msgid "" 20.279 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 20.280 +"online or nothing if not. You can use eg. the program guessnet for this." 20.281 +msgstr "" 20.282 +"Bei »Pipe« ruft Masqmail ein Programm oder Skript auf, welches den Namen " 20.283 +"ausgibt falls online oder nichts im gegenteiligen Fall. Sie können z. B. das " 20.284 +"Programm guessnet dafür verwenden." 20.285 + 20.286 +#. Type: string 20.287 +#. Description 20.288 +#: ../masqmail.templates:9001 20.289 +msgid "File used to determine the online status:" 20.290 +msgstr "Datei, die verwendet wird, den Online-Status zu ermitteln:" 20.291 + 20.292 +#. Type: string 20.293 +#. Description 20.294 +#: ../masqmail.templates:10001 20.295 +msgid "Name of the program used to determine the online status:" 20.296 +msgstr "" 20.297 +"Name des Programms, das verwendet wird, den Online-Status zu ermitteln:" 20.298 + 20.299 +#. Type: string 20.300 +#. Description 20.301 +#: ../masqmail.templates:10001 20.302 +msgid "" 20.303 +"Please choose the program to use to determine the online status. Please note " 20.304 +"that, when this program is called, masqmail has the user id 'mail'." 20.305 +msgstr "" 20.306 +"Bitte wählen Sie das Programm, das verwendet wird, den Online-Status zu " 20.307 +"ermitteln. Bitte beachten Sie, dass, wenn dieses Programm aufgerufen wird, " 20.308 +"Masqmail die Benutzerkennung »mail« hat." 20.309 + 20.310 +#. Type: select 20.311 +#. Description 20.312 +#: ../masqmail.templates:11001 20.313 +msgid "Local delivery style:" 20.314 +msgstr "Lokale Auslieferungsmethode:" 20.315 + 20.316 +#. Type: select 20.317 +#. Description 20.318 +#: ../masqmail.templates:11001 20.319 +msgid "" 20.320 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 20.321 +"qmail style Maildir in the users home dir." 20.322 +msgstr "" 20.323 +"Lokale E-Mail kann in ein Postfach, zu einem MDA (z. B. procmail) oder in " 20.324 +"ein qmail-artiges Maildir im Heimatverzeichnis des Benutzers zugestellt " 20.325 +"werden." 20.326 + 20.327 +#. Type: select 20.328 +#. Description 20.329 +#: ../masqmail.templates:11001 20.330 +msgid "" 20.331 +"You can select the default style here. You can configure this also on a per-" 20.332 +"user basis with the options mbox_users, mda_users and maildir_users." 20.333 +msgstr "" 20.334 +"Sie können die voreingestellte Methode hier auswählen. Sie können dies auch " 20.335 +"benutzerspezifisch mittels der Parameter mbox_users, mda_users und " 20.336 +"maildir_users einstellen." 20.337 + 20.338 +#. Type: string 20.339 +#. Description 20.340 +#: ../masqmail.templates:12001 20.341 +msgid "MDA command line (including options):" 20.342 +msgstr "MDA-Kommando (einschließlich Aufrufparametern):" 20.343 + 20.344 +#. Type: string 20.345 +#. Description 20.346 +#: ../masqmail.templates:12001 20.347 +msgid "" 20.348 +"Please choose the path to the mail delivery agent (MDA), including its " 20.349 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 20.350 +"user name." 20.351 +msgstr "" 20.352 +"Bitte wählen Sie den Pfad zum Mail Delivery Agent (MDA) einschließlich " 20.353 +"dessen Argumenten. Sie können hier Substitutionswerte verwenden, z. B. " 20.354 +"${rcpt_local} für den Benutzernamen." 20.355 + 20.356 +#. Type: string 20.357 +#. Description 20.358 +#: ../masqmail.templates:12001 20.359 +msgid "For other substitutions please see the man page." 20.360 +msgstr "Für andere Substitutionen lesen Sie bitte die Handbuchseite." 20.361 + 20.362 +#. Type: string 20.363 +#. Description 20.364 +#: ../masqmail.templates:12001 20.365 +msgid "" 20.366 +"This question is also asked if you did not set mbox_default to mda, since " 20.367 +"you can use mda for a set of users specially." 20.368 +msgstr "" 20.369 +"Diese Frage wird auch gestellt, falls Sie nicht mbox_default auf mda gesetzt " 20.370 +"haben, da Sie mda für eine Gruppe von Benutzern gesondert verwenden können." 20.371 + 20.372 +#. Type: boolean 20.373 +#. Description 20.374 +#: ../masqmail.templates:13001 20.375 +msgid "Alias expansion regarding case or not:" 20.376 +msgstr "Alias-Expansion beachtet Groß-/Kleinschreibung oder nicht:" 20.377 + 20.378 +#. Type: boolean 20.379 +#. Description 20.380 +#: ../masqmail.templates:13001 20.381 +msgid "" 20.382 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 20.383 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 20.384 +"to case." 20.385 +msgstr "" 20.386 +"Masqmail verwendet die Datei /etc/aliases um lokale Adressen umzuleiten. Die " 20.387 +"Suche nach einem Treffer in /etc/aliases kann die Groß-/Kleinschreibung " 20.388 +"beachten oder ignorieren." 20.389 + 20.390 +#. Type: boolean 20.391 +#. Description 20.392 +#: ../masqmail.templates:14001 20.393 +msgid "Start SMTP listening daemon?" 20.394 +msgstr "Den SMTP-Daemon starten?" 20.395 + 20.396 +#. Type: boolean 20.397 +#. Description 20.398 +#: ../masqmail.templates:14001 20.399 +msgid "" 20.400 +"Please choose whether you want masqmail to start as an SMTP listening " 20.401 +"daemon. You will need this if:\n" 20.402 +" - there are other hosts in your local network that may want to send\n" 20.403 +" mail via this host\n" 20.404 +" - you use a mail client that sends mail via SMTP (netscape,\n" 20.405 +" mozilla are examples)" 20.406 +msgstr "" 20.407 +"Bitte wählen Sie, ob Masqmail als SMTP-Daemon gestartet werden\n" 20.408 +"soll. Sie benötigen dies, falls:\n" 20.409 +" - es andere Rechner in Ihrem lokalen Netz gibt, die E-Mail über\n" 20.410 +" diesen Rechner versenden wollen\n" 20.411 +" - Sie einen E-Mail-Client verwenden, der E-Mail über SMTP\n" 20.412 +" versendet (Netscape und Mozilla sind Beispiele)" 20.413 + 20.414 +#. Type: boolean 20.415 +#. Description 20.416 +#: ../masqmail.templates:15001 20.417 +msgid "Start SMTP queue running daemon?" 20.418 +msgstr "SMTP-Warteschlangen-Daemon starten?" 20.419 + 20.420 +#. Type: boolean 20.421 +#. Description 20.422 +#: ../masqmail.templates:15001 20.423 +msgid "" 20.424 +"Please choose this option if you want masqmail to start as a queue running " 20.425 +"daemon. You're very likely to need this. It is used for mail that cannot " 20.426 +"delivered immediately, either because of delivery failures or because you " 20.427 +"were not online on the first attempt to send a mail." 20.428 +msgstr "" 20.429 +"Bitte wählen Sie diese Möglichkeit, falls Sie möchten, dass Masqmail als " 20.430 +"Warteschlangen-Daemon gestartet wird. Wahrscheinlich benötigen Sie dies. Er " 20.431 +"wird für E-Mail verwendet, die nicht sofort zugestellt werden kann, entweder " 20.432 +"wegen Zustellfehlern oder weil Sie beim ersten Versuch, die E-Mail zu " 20.433 +"versenden, nicht online waren." 20.434 + 20.435 +#. Type: string 20.436 +#. Description 20.437 +#: ../masqmail.templates:16001 20.438 +msgid "Interval for the queue running daemon:" 20.439 +msgstr "Intervall für den Warteschlangen-Daemon:" 20.440 + 20.441 +#. Type: string 20.442 +#. Description 20.443 +#: ../masqmail.templates:16001 20.444 +msgid "" 20.445 +"Please choose the interval for the queue running daemon. -q10m means flush " 20.446 +"the queue every 10 minutes." 20.447 +msgstr "" 20.448 +"Bitte wählen Sie das Intervall für den Warteschlangen-Daemon. »-q10m« " 20.449 +"bedeutet, die Warteschlange alle 10 Minuten zu leeren." 20.450 + 20.451 +#. Type: string 20.452 +#. Description 20.453 +#: ../masqmail.templates:16001 20.454 +msgid "" 20.455 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 20.456 +"d,w for seconds, minutes, hours, days or weeks respectively." 20.457 +msgstr "" 20.458 +"Das Format ist »-q«, gefolgt von einer Zahl und einer der Buchstaben s, m, " 20.459 +"h, d oder w für Sekunden, Minuten, Stunden, Tage oder Wochen." 20.460 + 20.461 +#. Type: string 20.462 +#. Description 20.463 +#: ../masqmail.templates:16001 20.464 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 20.465 +msgstr "Sinnvolle Werte sind zwischen 5 Minuten (-q5m) und 2 Stunden (-q2h)." 20.466 + 20.467 +#. Type: boolean 20.468 +#. Description 20.469 +#: ../masqmail.templates:17001 20.470 +msgid "Start POP3 fetch daemon?" 20.471 +msgstr "POP3-Abruf-Daemon starten?" 20.472 + 20.473 +#. Type: boolean 20.474 +#. Description 20.475 +#: ../masqmail.templates:17001 20.476 +msgid "" 20.477 +"Please choose this option if you want masqmail to start as a fetch daemon. " 20.478 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 20.479 +"configure in regular intervals, detecting the online status first." 20.480 +msgstr "" 20.481 +"Bitte wählen Sie diese Möglichkeit, wenn Sie möchten, dass Masqmail als " 20.482 +"Abruf-Daemon gestartet wird. Falls Sie dies tun, wird Masqmail versuchen, E-" 20.483 +"Mail von POP3-Servern, die Sie konfiguriert haben, in regelmäßigen Abständen " 20.484 +"abzurufen, nachdem es den Online-Status geprüft hat." 20.485 + 20.486 +#. Type: boolean 20.487 +#. Description 20.488 +#: ../masqmail.templates:17001 20.489 +msgid "" 20.490 +"No matter what you choose here, you can later select whether you want to " 20.491 +"fetch mail the moment you get online." 20.492 +msgstr "" 20.493 +"Unabhängig davon, was Sie hier wählen, können Sie später, wenn Sie online " 20.494 +"gehen, entscheiden, ob Sie E-Mail abrufen wollen." 20.495 + 20.496 +#. Type: string 20.497 +#. Description 20.498 +#: ../masqmail.templates:18001 20.499 +msgid "Interval for the fetch daemon:" 20.500 +msgstr "Intervall für den Abruf-Daemon:" 20.501 + 20.502 +#. Type: string 20.503 +#. Description 20.504 +#: ../masqmail.templates:18001 20.505 +msgid "Please choose the interval for the fetch daemon." 20.506 +msgstr "Bitte wählen Sie ein Intervall für den Abruf-Daemon." 20.507 + 20.508 +#. Type: string 20.509 +#. Description 20.510 +#: ../masqmail.templates:18001 20.511 +msgid "" 20.512 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 20.513 +"d,w for seconds, minutes, hours, days or weeks respectively." 20.514 +msgstr "" 20.515 +"Das Format ist »-go«, gefolgt von einer Zahl und einer der Buchstaben s, m, " 20.516 +"h, d oder w für Sekunden, Minuten, Stunden, Tage oder Wochen." 20.517 + 20.518 +#. Type: string 20.519 +#. Description 20.520 +#: ../masqmail.templates:18001 20.521 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 20.522 +msgstr "Sinnvolle Werte sind zwischen 2 Minuten (-go2m) und 2 Stunden (-go2h)." 20.523 + 20.524 +#. Type: boolean 20.525 +#. Description 20.526 +#: ../masqmail.templates:19001 20.527 +msgid "Flush mail queue when you get online?" 20.528 +msgstr "Die E-Mail-Warteschlange leeren, wenn Sie online gehen?" 20.529 + 20.530 +#. Type: boolean 20.531 +#. Description 20.532 +#: ../masqmail.templates:19001 20.533 +msgid "" 20.534 +"Please choose whether you want masqmail to immediately flush its mail queue " 20.535 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 20.536 +"ip-up or in /etc/network/if-up.d/." 20.537 +msgstr "" 20.538 +"Bitte wählen Sie, ob Sie möchten, dass Masqmail sofort seine E-Mail-" 20.539 +"Warteschlange leert, sobald Sie online gehen. Dies geschieht im Skript ip-up " 20.540 +"in /etc/ppp/ip-up oder in /etc/network/if-up.d/." 20.541 + 20.542 +#. Type: boolean 20.543 +#. Description 20.544 +#: ../masqmail.templates:20001 20.545 +msgid "Fetch mail when you get online?" 20.546 +msgstr "E-Mail abrufen, wenn Sie online gehen?" 20.547 + 20.548 +#. Type: boolean 20.549 +#. Description 20.550 +#: ../masqmail.templates:20001 20.551 +msgid "" 20.552 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 20.553 +"servers as soon as you go online. This will be done in the ip-up script in /" 20.554 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 20.555 +msgstr "" 20.556 +"Bitte wählen Sie, ob Sie möchten, dass Masqmail sofort E-Mail von POP3-" 20.557 +"Servern abruft, sobald Sie online gehen. Dies geschieht im Skript ip-up in /" 20.558 +"etc/ppp/ip-up oder in /etc/network/if-up.d/." 20.559 + 20.560 +#. Type: string 20.561 +#. Description 20.562 +#: ../masqmail.templates:21001 20.563 +msgid "List of interfaces used for masqmail online detection:" 20.564 +msgstr "" 20.565 +"Liste der Schnittstellen, die Masqmail für die Online-Erkennung verwenden " 20.566 +"soll:" 20.567 + 20.568 +#. Type: string 20.569 +#. Description 20.570 +#: ../masqmail.templates:21001 20.571 +msgid "" 20.572 +"Please choose a list of network interfaces which will trigger queue runs and/" 20.573 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 20.574 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 20.575 +msgstr "" 20.576 +"Bitte geben Sie eine Liste von Netzwerkschnittstellen ein, die " 20.577 +"Warteschlangenläufe und/oder das Abrufen von E-Mail auslösen sollen, wenn " 20.578 +"sie aktiviert werden. Diese Liste wird den Skripten in /etc/ppp/ip-up und /" 20.579 +"etc/network/if-up.d/ verwendet, wenn die Schnittstelle aktiviert wird." 20.580 + 20.581 +#. Type: string 20.582 +#. Description 20.583 +#: ../masqmail.templates:21001 20.584 +msgid "" 20.585 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 20.586 +"a notebook." 20.587 +msgstr "" 20.588 +"Eine sinnvolle Wahl ist z. B. »ppp0« für einen Arbeitsplatzrechner zu Hause " 20.589 +"oder »ppp0 eth0« für ein Notebook." 20.590 + 20.591 +#. Type: string 20.592 +#. Description 20.593 +#: ../masqmail.templates:21001 20.594 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 20.595 +msgstr "" 20.596 +"Geben Sie »all« für alle Schnittstellen ein und »none« für keine " 20.597 +"Schnittstellen."
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/debian/po/fr.po Fri Sep 26 20:56:23 2008 +0200 21.3 @@ -0,0 +1,597 @@ 21.4 +# Translators, if you are not familiar with the PO format, gettext 21.5 +# documentation is worth reading, especially sections dedicated to 21.6 +# this format, e.g. by running: 21.7 +# info -n '(gettext)PO Files' 21.8 +# info -n '(gettext)Header Entry' 21.9 +# 21.10 +# Some information specific to po-debconf are available at 21.11 +# /usr/share/doc/po-debconf/README-trans 21.12 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans 21.13 +# 21.14 +# Developers do not need to manually edit POT or PO files. 21.15 +# 21.16 +msgid "" 21.17 +msgstr "" 21.18 +"Project-Id-Version: 0.2.21-1.1\n" 21.19 +"Report-Msgid-Bugs-To: \n" 21.20 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 21.21 +"PO-Revision-Date: 2006-12-05 21:19+0100\n" 21.22 +"Last-Translator: Ivan Buresi <err747@free.fr>\n" 21.23 +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" 21.24 +"MIME-Version: 1.0\n" 21.25 +"Content-Type: text/plain; charset=UTF-8\n" 21.26 +"Content-Transfer-Encoding: 8bit\n" 21.27 + 21.28 +#. Type: boolean 21.29 +#. Description 21.30 +#: ../masqmail.templates:1001 21.31 +msgid "Manage masqmail.conf using debconf?" 21.32 +msgstr "Faut-il gérer masqmail.conf automatiquement ?" 21.33 + 21.34 +#. Type: boolean 21.35 +#. Description 21.36 +#: ../masqmail.templates:1001 21.37 +msgid "" 21.38 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 21.39 +"debconf, or manually by you." 21.40 +msgstr "" 21.41 +"Le fichier /etc/masqmail/masqmail.conf peut être modifié automatiquement ou " 21.42 +"par vous-même." 21.43 + 21.44 +#. Type: boolean 21.45 +#. Description 21.46 +#: ../masqmail.templates:1001 21.47 +msgid "" 21.48 +"Note that only specific, marked sections of the configuration file will be " 21.49 +"handled by debconf if you select this option; if those markers are absent, " 21.50 +"you will have to update the file manually, or move or delete the file." 21.51 +msgstr "" 21.52 +"Veuillez noter que seules les sections spécifiquement marquées du fichier de " 21.53 +"configuration pourront être modifiées automatiquement si vous choisissez " 21.54 +"cette option ; si ces marqueurs sont absents, vous devrez mettre à jour le " 21.55 +"fichier vous-même, le déplacer ou le supprimer." 21.56 + 21.57 +#. Type: boolean 21.58 +#. Description 21.59 +#: ../masqmail.templates:2001 21.60 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 21.61 +msgstr "Faut-il remplacer le fichier /etc/masqmail/masqmail.conf actuel ?" 21.62 + 21.63 +#. Type: boolean 21.64 +#. Description 21.65 +#: ../masqmail.templates:2001 21.66 +msgid "" 21.67 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 21.68 +"not contain a marked section for debconf to write its data." 21.69 +msgstr "" 21.70 +"Le fichier /etc/masqmail/masqmail.conf actuellement présent sur le système " 21.71 +"ne contient pas de section marquée pour la configuration automatique." 21.72 + 21.73 +#. Type: boolean 21.74 +#. Description 21.75 +#: ../masqmail.templates:2001 21.76 +msgid "" 21.77 +"If you select this option, the existing configuration file will be backed up " 21.78 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 21.79 +"masqmail/masqmail.conf. If you do not select this option, the existing " 21.80 +"configuration file will not be managed by debconf, and no further questions " 21.81 +"about masqmail configuration will be asked." 21.82 +msgstr "" 21.83 +"Si vous choisissez cette option, le fichier existant sera sauvegardé dans /" 21.84 +"etc/masqmail/masqmail.conf.debconf-backup et un nouveau fichier sera écrit " 21.85 +"dans /etc/masqmail/masqmail.conf. Dans le cas contraire, le fichier de " 21.86 +"configuration ne sera pas géré automatiquement et aucune autre question à " 21.87 +"propos de la configuration de masqmail ne vous sera posée." 21.88 + 21.89 +#. Type: string 21.90 +#. Description 21.91 +#: ../masqmail.templates:3001 21.92 +msgid "Masqmail host name:" 21.93 +msgstr "Nom de domaine pour masqmail :" 21.94 + 21.95 +#. Type: string 21.96 +#. Description 21.97 +#: ../masqmail.templates:3001 21.98 +msgid "" 21.99 +"Please enter the name used by masqmail to identify itself to others. This is " 21.100 +"most likely your hostname. It is used in its SMTP greeting banner, for " 21.101 +"expanding unqualified addresses, the Message ID and so on." 21.102 +msgstr "" 21.103 +"Veuillez entrer le nom utilisé par masqmail pour s'identifier. Il s'agit " 21.104 +"probablement de votre nom de domaine. Il sera utilisé dans les en-têtes " 21.105 +"SMTP, les adresses non complètement qualifiées, l'identifiant du message, " 21.106 +"etc." 21.107 + 21.108 +#. Type: string 21.109 +#. Description 21.110 +#: ../masqmail.templates:4001 21.111 +msgid "Hosts considered local:" 21.112 +msgstr "Hôtes considérés comme locaux :" 21.113 + 21.114 +#. Type: string 21.115 +#. Description 21.116 +#: ../masqmail.templates:4001 21.117 +msgid "" 21.118 +"Please enter a list of hosts, separated with semicolons (;), which are " 21.119 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 21.120 +"(or Maildir or MDA) on this host." 21.121 +msgstr "" 21.122 +"Veuillez indiquer la liste des hôtes, séparés par des points-virgules (;), " 21.123 +"qui seront considérés comme « locaux », c'est à dire que les mails pour ces " 21.124 +"hôtes seront délivrés à une mailbox (ou Maildir ou MDA) sur cette machine." 21.125 + 21.126 +#. Type: string 21.127 +#. Description 21.128 +#: ../masqmail.templates:4001 21.129 +msgid "" 21.130 +"You will most likely insert 'localhost', your hostname in its fully " 21.131 +"qualified form and just the simple hostname here." 21.132 +msgstr "" 21.133 +"Vous devriez probablement inclure « localhost », votre nom de domaine " 21.134 +"complètement qualifié, et votre simple nom de domaine." 21.135 + 21.136 +#. Type: string 21.137 +#. Description 21.138 +#: ../masqmail.templates:4001 21.139 +msgid "You can also use wildcard expressions like '*' and '?'." 21.140 +msgstr "" 21.141 +"Vous pouvez également utiliser des caractères jokers comme « * » et « ? »." 21.142 + 21.143 +#. Type: string 21.144 +#. Description 21.145 +#: ../masqmail.templates:5001 21.146 +msgid "Nets considered local:" 21.147 +msgstr "Réseaux considérés comme locaux :" 21.148 + 21.149 +#. Type: string 21.150 +#. Description 21.151 +#: ../masqmail.templates:5001 21.152 +msgid "" 21.153 +"Please enter a list of hosts, separated with semicolons (;), which are on " 21.154 +"your local network, ie. they are always reachable, without a dialup " 21.155 +"connection. Mail to these hosts will be delivered immediately, without " 21.156 +"checking for the online status." 21.157 +msgstr "" 21.158 +"Veuillez indiquer la liste des hôtes, séparés par des points-virgules (;), " 21.159 +"qui sont sur votre réseau local, c'est-à-dire ceux qui sont toujours " 21.160 +"joignables, sans connexion à la demande. Les courriels vers ces hôtes seront " 21.161 +"délivrés immédiatement, sans vérifier s'ils sont connectés." 21.162 + 21.163 +#. Type: string 21.164 +#. Description 21.165 +#: ../masqmail.templates:5001 21.166 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 21.167 +msgstr "" 21.168 +"Vous pouvez utiliser des caractères jokers comme « * » et « ? », ex. *." 21.169 +"votre_réseau.local." 21.170 + 21.171 +#. Type: string 21.172 +#. Description 21.173 +#: ../masqmail.templates:5001 21.174 +msgid "" 21.175 +"If you have only one box, you can leave this empty. If you do not want to " 21.176 +"use masqmail as an offline MTA, and the whole internet or another mail " 21.177 +"server which accepts outgoing mail is at all times reachable to you, just " 21.178 +"insert '*'." 21.179 +msgstr "" 21.180 +"Si vous utilisez une seule boîte aux lettres, vous pouvez laisser ce champ " 21.181 +"vide. Si vous ne désirez pas utiliser masqmail comme un agent de transfert " 21.182 +"de courriel (« MTA ») local, et que vous avez accès à internet ou qu'un " 21.183 +"autre serveur mail qui accepte d'envoyer vos messages au dehors est toujours " 21.184 +"joignable, écrivez simplement « * »." 21.185 + 21.186 +#. Type: string 21.187 +#. Description 21.188 +#: ../masqmail.templates:6001 21.189 +msgid "Interfaces for incoming connections:" 21.190 +msgstr "Interfaces pour les connexions entrantes :" 21.191 + 21.192 +#. Type: string 21.193 +#. Description 21.194 +#: ../masqmail.templates:6001 21.195 +msgid "" 21.196 +"Masqmail, for security reasons, does not listen an all network interfaces by " 21.197 +"default. If there are no other hosts connected to your host, just leave the " 21.198 +"default 'localhost:25' value. If there are other hosts that may want to send " 21.199 +"SMTP messages to this host, add the address of your network interface here, " 21.200 +"eg.: localhost:25;192.168.1.2:25." 21.201 +msgstr "" 21.202 +"Masqmail, pour des raisons de sécurité, n'écoute pas sur toutes les " 21.203 +"interfaces réseau par défaut. S'il n'y a pas d'autre machine connectée à " 21.204 +"votre hôte, laissez simplement la valeur par défaut, « localhost:25 ». Si " 21.205 +"d'autres machines ont besoin des courriels vers cet hôte, ajoutez l'adresse " 21.206 +"de votre interface réseau ici, ex. localhost:25;192.168.1.2:25." 21.207 + 21.208 +#. Type: string 21.209 +#. Description 21.210 +#: ../masqmail.templates:6001 21.211 +msgid "" 21.212 +"Of course you can also replace the '25' with another port number, however " 21.213 +"this is unusual." 21.214 +msgstr "" 21.215 +"Vous pouvez remplacer le port 25 par n'importe quel port réseau disponible." 21.216 + 21.217 +#. Type: boolean 21.218 +#. Description 21.219 +#: ../masqmail.templates:7001 21.220 +msgid "Use syslogd for logs?" 21.221 +msgstr "Faut-il utiliser syslogd pour la gestion des journaux ?" 21.222 + 21.223 +#. Type: boolean 21.224 +#. Description 21.225 +#: ../masqmail.templates:7001 21.226 +msgid "" 21.227 +"You can decide whether masqmail should log via syslog or not. If not, logs " 21.228 +"will be written to /var/log/masqmail/masqmail.log." 21.229 +msgstr "" 21.230 +"Vous pouvez décider si masqmail doit utiliser ou non syslog pour la gestion " 21.231 +"des journaux. Dans le cas contraire, ceux-ci seront conservés dans /var/log/" 21.232 +"masqmail/masqmail.log." 21.233 + 21.234 +#. Type: select 21.235 +#. Choices 21.236 +#: ../masqmail.templates:8001 21.237 +msgid "file" 21.238 +msgstr "Fichier" 21.239 + 21.240 +#. Type: select 21.241 +#. Choices 21.242 +#: ../masqmail.templates:8001 21.243 +msgid "pipe" 21.244 +msgstr "Programme" 21.245 + 21.246 +#. Type: select 21.247 +#. Description 21.248 +#: ../masqmail.templates:8002 21.249 +msgid "Online detection method:" 21.250 +msgstr "Méthode de détection du réseau :" 21.251 + 21.252 +#. Type: select 21.253 +#. Description 21.254 +#: ../masqmail.templates:8002 21.255 +msgid "" 21.256 +"Masqmail has different methods to determine whether it is online or not, " 21.257 +"these are 'file','pipe'." 21.258 +msgstr "" 21.259 +"Masqmail dispose de plusieurs moyens pour déterminer si une machine est " 21.260 +"connectée au réseau ou pas : fichier (« file ») et programme (« pipe »)." 21.261 + 21.262 +#. Type: select 21.263 +#. Description 21.264 +#: ../masqmail.templates:8002 21.265 +msgid "" 21.266 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 21.267 +"reads from it the name of the connection." 21.268 +msgstr "" 21.269 +"Avec « Fichier », masqmail vérifie l'existence du fichier, et s'il existe, " 21.270 +"il y lit le nom de la connexion." 21.271 + 21.272 +#. Type: select 21.273 +#. Description 21.274 +#: ../masqmail.templates:8002 21.275 +msgid "" 21.276 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 21.277 +"online or nothing if not. You can use eg. the program guessnet for this." 21.278 +msgstr "" 21.279 +"Avec « Programme », masqmail appelle un programme ou un script, qui renvoie " 21.280 +"le nom de la connexion si la machine est connectée et ne renvoie rien dans " 21.281 +"le cas contraire. Par exemple, vous pouvez utiliser guessnet pour le faire." 21.282 + 21.283 +#. Type: string 21.284 +#. Description 21.285 +#: ../masqmail.templates:9001 21.286 +msgid "File used to determine the online status:" 21.287 +msgstr "Fichier utilisé pour déterminer l'état de la connexion :" 21.288 + 21.289 +#. Type: string 21.290 +#. Description 21.291 +#: ../masqmail.templates:10001 21.292 +msgid "Name of the program used to determine the online status:" 21.293 +msgstr "Nom du programme utilisé pour déterminer l'état de la connexion :" 21.294 + 21.295 +#. Type: string 21.296 +#. Description 21.297 +#: ../masqmail.templates:10001 21.298 +msgid "" 21.299 +"Please choose the program to use to determine the online status. Please note " 21.300 +"that, when this program is called, masqmail has the user id 'mail'." 21.301 +msgstr "" 21.302 +"Veuillez choisir le programme utilisé pour déterminer l'état de la " 21.303 +"connexion. Veuillez noter que le programme sera appelé avec l'identifiant " 21.304 +"« mail »." 21.305 + 21.306 +#. Type: select 21.307 +#. Description 21.308 +#: ../masqmail.templates:11001 21.309 +msgid "Local delivery style:" 21.310 +msgstr "Type de boîte mail locale :" 21.311 + 21.312 +#. Type: select 21.313 +#. Description 21.314 +#: ../masqmail.templates:11001 21.315 +msgid "" 21.316 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 21.317 +"qmail style Maildir in the users home dir." 21.318 +msgstr "" 21.319 +"Les courriels locaux peuvent être délivrés dans une boîte aux lettres, à un " 21.320 +"agent de distribution de courriel (« MDA », p.ex. procmail) ou à une boîte " 21.321 +"au format Maildir dans les dossiers utilisateurs." 21.322 + 21.323 +#. Type: select 21.324 +#. Description 21.325 +#: ../masqmail.templates:11001 21.326 +msgid "" 21.327 +"You can select the default style here. You can configure this also on a per-" 21.328 +"user basis with the options mbox_users, mda_users and maildir_users." 21.329 +msgstr "" 21.330 +"Veuillez choisir le type de boîte aux lettres par défaut. Cette option est " 21.331 +"également configurable par les utilisateurs avec les options mbox_users, " 21.332 +"mda_users et maildir_users." 21.333 + 21.334 +#. Type: string 21.335 +#. Description 21.336 +#: ../masqmail.templates:12001 21.337 +msgid "MDA command line (including options):" 21.338 +msgstr "Ligne de commande du « MDA » (avec les options) :" 21.339 + 21.340 +#. Type: string 21.341 +#. Description 21.342 +#: ../masqmail.templates:12001 21.343 +msgid "" 21.344 +"Please choose the path to the mail delivery agent (MDA), including its " 21.345 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 21.346 +"user name." 21.347 +msgstr "" 21.348 +"Veuillez indiquer le chemin d'accès à l'agent de distribution du courrier, " 21.349 +"avec ses paramètres. Vous pouvez utiliser des variables de substitution ici, " 21.350 +"ex. ${rcpt_local} pour l'identifiant." 21.351 + 21.352 +#. Type: string 21.353 +#. Description 21.354 +#: ../masqmail.templates:12001 21.355 +msgid "For other substitutions please see the man page." 21.356 +msgstr "" 21.357 +"Pour d'autres variables de substitution, veuillez consulter la page de " 21.358 +"manuel." 21.359 + 21.360 +#. Type: string 21.361 +#. Description 21.362 +#: ../masqmail.templates:12001 21.363 +msgid "" 21.364 +"This question is also asked if you did not set mbox_default to mda, since " 21.365 +"you can use mda for a set of users specially." 21.366 +msgstr "" 21.367 +"Cette question est également posée si vous n'avez pas choisi la valeur " 21.368 +"« mda » par défaut pour le paramètre « mbox_default ». En effet, il reste " 21.369 +"toujours possible de choisir l'option « mda » pour quelques utilisateurs en " 21.370 +"particulier." 21.371 + 21.372 +#. Type: boolean 21.373 +#. Description 21.374 +#: ../masqmail.templates:13001 21.375 +msgid "Alias expansion regarding case or not:" 21.376 +msgstr "La recherche d'alias doit-elle être sensible à la casse ?" 21.377 + 21.378 +#. Type: boolean 21.379 +#. Description 21.380 +#: ../masqmail.templates:13001 21.381 +msgid "" 21.382 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 21.383 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 21.384 +"to case." 21.385 +msgstr "" 21.386 +"Masqmail utilise le fichier /etc/aliases pour rediriger les adresses " 21.387 +"locales. La recherche dans /etc/aliases peut être, ou non, sensible à la " 21.388 +"casse." 21.389 + 21.390 +#. Type: boolean 21.391 +#. Description 21.392 +#: ../masqmail.templates:14001 21.393 +msgid "Start SMTP listening daemon?" 21.394 +msgstr "Faut-il démarrer le démon SMTP ?" 21.395 + 21.396 +#. Type: boolean 21.397 +#. Description 21.398 +#: ../masqmail.templates:14001 21.399 +msgid "" 21.400 +"Please choose whether you want masqmail to start as an SMTP listening " 21.401 +"daemon. You will need this if:\n" 21.402 +" - there are other hosts in your local network that may want to send\n" 21.403 +" mail via this host\n" 21.404 +" - you use a mail client that sends mail via SMTP (netscape,\n" 21.405 +" mozilla are examples)" 21.406 +msgstr "" 21.407 +"Veuillez choisir si masqmail doit se lancer comme un démon SMTP. Vous aurez " 21.408 +"besoin de cela si :\n" 21.409 +" - d'autres hôtes sur votre réseau ont besoin d'envoyer des courriels\n" 21.410 +" via cet hôte ;\n" 21.411 +" - vous utilisez un client de messagerie qui envoie le courriel via SMTP\n" 21.412 +" (netscape ou mozilla, par exemple)." 21.413 + 21.414 +#. Type: boolean 21.415 +#. Description 21.416 +#: ../masqmail.templates:15001 21.417 +msgid "Start SMTP queue running daemon?" 21.418 +msgstr "Faut-il utiliser une file d'attente pour le démon SMTP ?" 21.419 + 21.420 +#. Type: boolean 21.421 +#. Description 21.422 +#: ../masqmail.templates:15001 21.423 +msgid "" 21.424 +"Please choose this option if you want masqmail to start as a queue running " 21.425 +"daemon. You're very likely to need this. It is used for mail that cannot " 21.426 +"delivered immediately, either because of delivery failures or because you " 21.427 +"were not online on the first attempt to send a mail." 21.428 +msgstr "" 21.429 +"Veuillez choisir cette option, qui est conseillée, si vous souhaitez que " 21.430 +"masqmail utilise une file d'attente pour le courriel. La file d'attente est " 21.431 +"utilisée lorsqu'un message ne peut être délivré immédiatement, soit à cause " 21.432 +"d'un problème à l'envoi, soit parce que le serveur n'est pas connecté lors " 21.433 +"de la tentative d'envoi." 21.434 + 21.435 +#. Type: string 21.436 +#. Description 21.437 +#: ../masqmail.templates:16001 21.438 +msgid "Interval for the queue running daemon:" 21.439 +msgstr "Intervalle pour le démon gérant la file d'attente :" 21.440 + 21.441 +#. Type: string 21.442 +#. Description 21.443 +#: ../masqmail.templates:16001 21.444 +msgid "" 21.445 +"Please choose the interval for the queue running daemon. -q10m means flush " 21.446 +"the queue every 10 minutes." 21.447 +msgstr "" 21.448 +"Veuillez choisir l'intervalle de queue pour le démon. -q10m signifie que le " 21.449 +"démon enverra le contenu de la queue toutes les 10 minutes." 21.450 + 21.451 +#. Type: string 21.452 +#. Description 21.453 +#: ../masqmail.templates:16001 21.454 +msgid "" 21.455 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 21.456 +"d,w for seconds, minutes, hours, days or weeks respectively." 21.457 +msgstr "" 21.458 +"Le format est -q, suivi d'une valeur numérique et des lettres s,m,h,d,w pour " 21.459 +"respectivement secondes, minutes, heures, jours et semaines." 21.460 + 21.461 +#. Type: string 21.462 +#. Description 21.463 +#: ../masqmail.templates:16001 21.464 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 21.465 +msgstr "" 21.466 +"Une valeur raisonnable se situe entre 5 minutes (-q5m) et deux heures (-q2h)." 21.467 + 21.468 +#. Type: boolean 21.469 +#. Description 21.470 +#: ../masqmail.templates:17001 21.471 +msgid "Start POP3 fetch daemon?" 21.472 +msgstr "Faut-il démarrer le démon de récupération POP3 ?" 21.473 + 21.474 +#. Type: boolean 21.475 +#. Description 21.476 +#: ../masqmail.templates:17001 21.477 +msgid "" 21.478 +"Please choose this option if you want masqmail to start as a fetch daemon. " 21.479 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 21.480 +"configure in regular intervals, detecting the online status first." 21.481 +msgstr "" 21.482 +"Veuillez choisir cette option si vous désirez que masqmail récupère vos " 21.483 +"mails sur un serveur POP3. Dans ce cas, il tentera de récupérer vos " 21.484 +"courriels à intervalles réguliers depuis les serveurs POP3 que vous aurez " 21.485 +"indiqués, après avoir vérifié la connexion." 21.486 + 21.487 +#. Type: boolean 21.488 +#. Description 21.489 +#: ../masqmail.templates:17001 21.490 +msgid "" 21.491 +"No matter what you choose here, you can later select whether you want to " 21.492 +"fetch mail the moment you get online." 21.493 +msgstr "" 21.494 +"Quel que soit votre choix, vous pourrez choisir plus tard de récupérer vos " 21.495 +"courriels quand vous vous connectez." 21.496 + 21.497 +#. Type: string 21.498 +#. Description 21.499 +#: ../masqmail.templates:18001 21.500 +msgid "Interval for the fetch daemon:" 21.501 +msgstr "Intervalle de récupération des messages :" 21.502 + 21.503 +#. Type: string 21.504 +#. Description 21.505 +#: ../masqmail.templates:18001 21.506 +msgid "Please choose the interval for the fetch daemon." 21.507 +msgstr "" 21.508 +"Veuillez choisir l'intervalle de récupération des messages pour le démon." 21.509 + 21.510 +#. Type: string 21.511 +#. Description 21.512 +#: ../masqmail.templates:18001 21.513 +msgid "" 21.514 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 21.515 +"d,w for seconds, minutes, hours, days or weeks respectively." 21.516 +msgstr "" 21.517 +"Le format est -go, suivi par une valeur numérique et d'une lettre s,m,h,d,w " 21.518 +"pour respectivement secondes, minutes, heures, jours et semaines." 21.519 + 21.520 +#. Type: string 21.521 +#. Description 21.522 +#: ../masqmail.templates:18001 21.523 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 21.524 +msgstr "" 21.525 +"Une valeur raisonnable se situe entre deux minutes (-go2m) et deux heures (-" 21.526 +"go2h)." 21.527 + 21.528 +#. Type: boolean 21.529 +#. Description 21.530 +#: ../masqmail.templates:19001 21.531 +msgid "Flush mail queue when you get online?" 21.532 +msgstr "Masqmail doit-il vider sa file d'attente à la connexion ?" 21.533 + 21.534 +#. Type: boolean 21.535 +#. Description 21.536 +#: ../masqmail.templates:19001 21.537 +msgid "" 21.538 +"Please choose whether you want masqmail to immediately flush its mail queue " 21.539 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 21.540 +"ip-up or in /etc/network/if-up.d/." 21.541 +msgstr "" 21.542 +"Veuillez choisir si vous voulez que masqmail vide sa file d'attente de " 21.543 +"courriels dès que vous vous connectez. Cela pourra être activé plus tard " 21.544 +"dans le script /etc/ppp/ip-up ou dans /etc/network/if-up.d/." 21.545 + 21.546 +#. Type: boolean 21.547 +#. Description 21.548 +#: ../masqmail.templates:20001 21.549 +msgid "Fetch mail when you get online?" 21.550 +msgstr "Masqmail doit-il récupérer les mails quand vous vous connectez ?" 21.551 + 21.552 +#. Type: boolean 21.553 +#. Description 21.554 +#: ../masqmail.templates:20001 21.555 +msgid "" 21.556 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 21.557 +"servers as soon as you go online. This will be done in the ip-up script in /" 21.558 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 21.559 +msgstr "" 21.560 +"Veuillez choisir si vous voulez que masqmail récupère vos courriels depuis " 21.561 +"les serveurs POP3 que vous avez choisis, dès que vous vous connectez. Cela " 21.562 +"pourra être activé plus tard dans le script /etc/ppp/ip-up ou dans /etc/" 21.563 +"network/if-up.d/." 21.564 + 21.565 +#. Type: string 21.566 +#. Description 21.567 +#: ../masqmail.templates:21001 21.568 +msgid "List of interfaces used for masqmail online detection:" 21.569 +msgstr "Liste des interfaces réseau utilisées pour détecter la connexion :" 21.570 + 21.571 +#. Type: string 21.572 +#. Description 21.573 +#: ../masqmail.templates:21001 21.574 +msgid "" 21.575 +"Please choose a list of network interfaces which will trigger queue runs and/" 21.576 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 21.577 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 21.578 +msgstr "" 21.579 +"Veuillez choisir une liste d'interfaces réseaux pour lesquelles l'envoi de " 21.580 +"la file d'attente et/ou la récupération des courriels se produiront à la " 21.581 +"connexion. Ces interfaces pourront utiliser les scripts /etc/ppp/ip-up et /" 21.582 +"etc/network/if-up.d/ quand elles seront mises en service." 21.583 + 21.584 +#. Type: string 21.585 +#. Description 21.586 +#: ../masqmail.templates:21001 21.587 +msgid "" 21.588 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 21.589 +"a notebook." 21.590 +msgstr "" 21.591 +"Un choix raisonnable est par ex. « ppp0 » pour un poste fixe, ou « ppp0 " 21.592 +"eth0 » pour un portable." 21.593 + 21.594 +#. Type: string 21.595 +#. Description 21.596 +#: ../masqmail.templates:21001 21.597 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 21.598 +msgstr "" 21.599 +"Vous pouvez indiquer « all » pour utiliser toutes les interfaces, ou " 21.600 +"« none » pour n'en utiliser aucune."
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/debian/po/pt.po Fri Sep 26 20:56:23 2008 +0200 22.3 @@ -0,0 +1,583 @@ 22.4 +# translation of masqmail debconf to Portuguese 22.5 +# 22.6 +# Translators, if you are not familiar with the PO format, gettext 22.7 +# documentation is worth reading, especially sections dedicated to 22.8 +# this format, e.g. by running: 22.9 +# info -n '(gettext)PO Files' 22.10 +# info -n '(gettext)Header Entry' 22.11 +# Some information specific to po-debconf are available at 22.12 +# /usr/share/doc/po-debconf/README-trans 22.13 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# 22.14 +# Developers do not need to manually edit POT or PO files. 22.15 +# 22.16 +# Américo Monteiro <a_monteiro@netcabo.pt>, 2007. 22.17 +msgid "" 22.18 +msgstr "" 22.19 +"Project-Id-Version: masqmail 0.2.21-1.2\n" 22.20 +"Report-Msgid-Bugs-To: \n" 22.21 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 22.22 +"PO-Revision-Date: 2007-07-23 21:27+0100\n" 22.23 +"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n" 22.24 +"Language-Team: Portuguese <traduz@debianpt.org>\n" 22.25 +"MIME-Version: 1.0\n" 22.26 +"Content-Type: text/plain; charset=UTF-8\n" 22.27 +"Content-Transfer-Encoding: 8bit\n" 22.28 +"X-Generator: KBabel 1.11.4\n" 22.29 + 22.30 +#. Type: boolean 22.31 +#. Description 22.32 +#: ../masqmail.templates:1001 22.33 +msgid "Manage masqmail.conf using debconf?" 22.34 +msgstr "Gerir o masqmail usando debconf?" 22.35 + 22.36 +#. Type: boolean 22.37 +#. Description 22.38 +#: ../masqmail.templates:1001 22.39 +msgid "" 22.40 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 22.41 +"debconf, or manually by you." 22.42 +msgstr "" 22.43 +"O ficheiro /etc/masqmail/masqmail.conf pode ser gerido automaticamente " 22.44 +"pelo debconf, ou manualmente por si." 22.45 + 22.46 +#. Type: boolean 22.47 +#. Description 22.48 +#: ../masqmail.templates:1001 22.49 +msgid "" 22.50 +"Note that only specific, marked sections of the configuration file will be " 22.51 +"handled by debconf if you select this option; if those markers are absent, " 22.52 +"you will have to update the file manually, or move or delete the file." 22.53 +msgstr "" 22.54 +"Note que apenas uma secção especificamente marcada no ficheiro de configuração " 22.55 +"será gerida pelo debconf se seleccionar esta opção; se esse marcadores " 22.56 +"estiverem ausentes, você terá que actualizar o ficheiro manualmente, " 22.57 +"movê-lo ou apagá-lo." 22.58 + 22.59 +#. Type: boolean 22.60 +#. Description 22.61 +#: ../masqmail.templates:2001 22.62 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 22.63 +msgstr "Substituir o ficheiro existente /etc/masqmail/masqmail.conf?" 22.64 + 22.65 +#. Type: boolean 22.66 +#. Description 22.67 +#: ../masqmail.templates:2001 22.68 +msgid "" 22.69 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 22.70 +"not contain a marked section for debconf to write its data." 22.71 +msgstr "" 22.72 +"O ficheiro /etc/masqmail/masqmail.conf existente actualmente no sistema não " 22.73 +"contém uma secção marcada para o debconf escrever os seus dados." 22.74 + 22.75 +#. Type: boolean 22.76 +#. Description 22.77 +#: ../masqmail.templates:2001 22.78 +msgid "" 22.79 +"If you select this option, the existing configuration file will be backed up " 22.80 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 22.81 +"masqmail/masqmail.conf. If you do not select this option, the existing " 22.82 +"configuration file will not be managed by debconf, and no further questions " 22.83 +"about masqmail configuration will be asked." 22.84 +msgstr "" 22.85 +"Se você seleccionar esta opção, o ficheiro de configuração existente será " 22.86 +"salvaguardado em /etc/masqmail/masqmail.conf.debconf-backup e um novo ficheiro " 22.87 +"será escrito em /etc/masqmail/masqmail.conf. Se você não seleccionar esta opção, " 22.88 +"o ficheiro de configuração existente não será gerido pelo debconf, e não serão " 22.89 +"feitas mais perguntas acerca da configuração do masqmail." 22.90 + 22.91 +#. Type: string 22.92 +#. Description 22.93 +#: ../masqmail.templates:3001 22.94 +msgid "Masqmail host name:" 22.95 +msgstr "Nome da máquina Masqmail:" 22.96 + 22.97 +#. Type: string 22.98 +#. Description 22.99 +#: ../masqmail.templates:3001 22.100 +msgid "" 22.101 +"Please enter the name used by masqmail to identify itself to others. This is " 22.102 +"most likely your hostname. It is used in its SMTP greeting banner, for " 22.103 +"expanding unqualified addresses, the Message ID and so on." 22.104 +msgstr "" 22.105 +"Por favor indique o nome da máquina usado pelo masqmail para se identificar " 22.106 +"a outros. O mais provável é ser o nome da sua máquina. Isto é usado pelo cartaz " 22.107 +"de boas vindas do SMTP, para expandir endereços não qualificados, identificação " 22.108 +"de mensagem (ID) e para mais coisas." 22.109 + 22.110 +#. Type: string 22.111 +#. Description 22.112 +#: ../masqmail.templates:4001 22.113 +msgid "Hosts considered local:" 22.114 +msgstr "Máquinas consideradas locais:" 22.115 + 22.116 +#. Type: string 22.117 +#. Description 22.118 +#: ../masqmail.templates:4001 22.119 +msgid "" 22.120 +"Please enter a list of hosts, separated with semicolons (;), which are " 22.121 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 22.122 +"(or Maildir or MDA) on this host." 22.123 +msgstr "" 22.124 +"Por favor, indique a lista de máquinas, separadas por ponto-e-vírgula (;), " 22.125 +"que são consideradas 'locais', isto é, o correio para estas máquinas será " 22.126 +"entregue a uma caixa de correio (ou Maildir ou MDA) nesta máquina." 22.127 + 22.128 +#. Type: string 22.129 +#. Description 22.130 +#: ../masqmail.templates:4001 22.131 +msgid "" 22.132 +"You will most likely insert 'localhost', your hostname in its fully " 22.133 +"qualified form and just the simple hostname here." 22.134 +msgstr "" 22.135 +"Você irá mais certamente inserir aqui 'localhost', o nome da sua máquina " 22.136 +"na sua forma totalmente qualificada e apenas o nome simples da máquina." 22.137 + 22.138 +#. Type: string 22.139 +#. Description 22.140 +#: ../masqmail.templates:4001 22.141 +msgid "You can also use wildcard expressions like '*' and '?'." 22.142 +msgstr "Também pode usar expressões variáveis como '*' e '?'." 22.143 + 22.144 +#. Type: string 22.145 +#. Description 22.146 +#: ../masqmail.templates:5001 22.147 +msgid "Nets considered local:" 22.148 +msgstr "Redes consideradas locais:" 22.149 + 22.150 +#. Type: string 22.151 +#. Description 22.152 +#: ../masqmail.templates:5001 22.153 +msgid "" 22.154 +"Please enter a list of hosts, separated with semicolons (;), which are on " 22.155 +"your local network, ie. they are always reachable, without a dialup " 22.156 +"connection. Mail to these hosts will be delivered immediately, without " 22.157 +"checking for the online status." 22.158 +msgstr "" 22.159 +"Por favor, indique a lista de máquinas, separadas por ponto-e-vírgula (;), " 22.160 +"que estão na sua rede local, isto é, estão sempre alcançáveis, sem ser " 22.161 +"necessário efectuar ligação. Correio para estas máquinas será entregue " 22.162 +"imediatamente, sem verificação do estado da ligação." 22.163 + 22.164 +#. Type: string 22.165 +#. Description 22.166 +#: ../masqmail.templates:5001 22.167 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 22.168 +msgstr "Pode usar expressões variáveis como '*' e '?', exemplo, *.yournet.local" 22.169 + 22.170 +#. Type: string 22.171 +#. Description 22.172 +#: ../masqmail.templates:5001 22.173 +msgid "" 22.174 +"If you have only one box, you can leave this empty. If you do not want to " 22.175 +"use masqmail as an offline MTA, and the whole internet or another mail " 22.176 +"server which accepts outgoing mail is at all times reachable to you, just " 22.177 +"insert '*'." 22.178 +msgstr "" 22.179 +"Se você tem apenas uma máquina, pode deixar este campo vazio. Se você não quer " 22.180 +"usar o masqmail como MTA sem ligação, e toda a internet ou outro servidor de " 22.181 +"mail que aceita envio de correio está sempre alcançável para si, simplesmente " 22.182 +"insira '*'." 22.183 + 22.184 +#. Type: string 22.185 +#. Description 22.186 +#: ../masqmail.templates:6001 22.187 +msgid "Interfaces for incoming connections:" 22.188 +msgstr "Interfaces para ligações de entrada:" 22.189 + 22.190 +#. Type: string 22.191 +#. Description 22.192 +#: ../masqmail.templates:6001 22.193 +msgid "" 22.194 +"Masqmail, for security reasons, does not listen an all network interfaces by " 22.195 +"default. If there are no other hosts connected to your host, just leave the " 22.196 +"default 'localhost:25' value. If there are other hosts that may want to send " 22.197 +"SMTP messages to this host, add the address of your network interface here, " 22.198 +"eg.: localhost:25;192.168.1.2:25." 22.199 +msgstr "" 22.200 +"Por razões de segurança, o masqmail não escuta em todas as interfaces de rede " 22.201 +"por omissão. Se não há mais máquinas ligadas à sua máquina, apenas deixe o " 22.202 +"valor de omissão 'localhost:25'. Se existirem outras máquinas que podem querer " 22.203 +"enviar mensagens SMTP para esta máquina, adicione o endereço da sua interface " 22.204 +"de rede aqui, exemplo: localhost:25;192.168.1.2:25." 22.205 + 22.206 +#. Type: string 22.207 +#. Description 22.208 +#: ../masqmail.templates:6001 22.209 +msgid "" 22.210 +"Of course you can also replace the '25' with another port number, however " 22.211 +"this is unusual." 22.212 +msgstr "" 22.213 +"Claro que você também pode substituir o '25' por outro número de porto, " 22.214 +"no entanto isso não é usual." 22.215 + 22.216 +#. Type: boolean 22.217 +#. Description 22.218 +#: ../masqmail.templates:7001 22.219 +msgid "Use syslogd for logs?" 22.220 +msgstr "Usar o syslogd para os relatórios?" 22.221 + 22.222 +#. Type: boolean 22.223 +#. Description 22.224 +#: ../masqmail.templates:7001 22.225 +msgid "" 22.226 +"You can decide whether masqmail should log via syslog or not. If not, logs " 22.227 +"will be written to /var/log/masqmail/masqmail.log." 22.228 +msgstr "" 22.229 +"Você pode decidir se o masqmail deverá relatar via syslog ou não. Se não, os " 22.230 +"relatórios serão escritos para /var/log/masqmail/masqmail.log." 22.231 + 22.232 +#. Type: select 22.233 +#. Choices 22.234 +#: ../masqmail.templates:8001 22.235 +msgid "file" 22.236 +msgstr "ficheiro" 22.237 + 22.238 +#. Type: select 22.239 +#. Choices 22.240 +#: ../masqmail.templates:8001 22.241 +msgid "pipe" 22.242 +msgstr "pipe" 22.243 + 22.244 +#. Type: select 22.245 +#. Description 22.246 +#: ../masqmail.templates:8002 22.247 +msgid "Online detection method:" 22.248 +msgstr "Método de detecção do estado de ligação:" 22.249 + 22.250 +#. Type: select 22.251 +#. Description 22.252 +#: ../masqmail.templates:8002 22.253 +msgid "" 22.254 +"Masqmail has different methods to determine whether it is online or not, " 22.255 +"these are 'file','pipe'." 22.256 +msgstr "" 22.257 +"Masqmail tem diferentes métodos de determinar se existe ligação à rede ou " 22.258 +"não, estes são por 'ficheiro' e por 'pipe'." 22.259 + 22.260 +#. Type: select 22.261 +#. Description 22.262 +#: ../masqmail.templates:8002 22.263 +msgid "" 22.264 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 22.265 +"reads from it the name of the connection." 22.266 +msgstr "" 22.267 +"Para 'ficheiro', masqmail verifica a existência de um ficheiro e, se existir, " 22.268 +"lê dele o nome da ligação." 22.269 + 22.270 +#. Type: select 22.271 +#. Description 22.272 +#: ../masqmail.templates:8002 22.273 +msgid "" 22.274 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 22.275 +"online or nothing if not. You can use eg. the program guessnet for this." 22.276 +msgstr "" 22.277 +"Para 'pipe', o masqmail chama um programa ou script, que retorna o nome se " 22.278 +"existir ligação à rede ou não retorna nada se não existir ligação. Para isto " 22.279 +"você pode usar por exemplo o programa guessnet." 22.280 + 22.281 +#. Type: string 22.282 +#. Description 22.283 +#: ../masqmail.templates:9001 22.284 +msgid "File used to determine the online status:" 22.285 +msgstr "Ficheiro usado para determinar o estado de ligação:" 22.286 + 22.287 +#. Type: string 22.288 +#. Description 22.289 +#: ../masqmail.templates:10001 22.290 +msgid "Name of the program used to determine the online status:" 22.291 +msgstr "Nome do programa para determinar o estado de ligação:" 22.292 + 22.293 +#. Type: string 22.294 +#. Description 22.295 +#: ../masqmail.templates:10001 22.296 +msgid "" 22.297 +"Please choose the program to use to determine the online status. Please note " 22.298 +"that, when this program is called, masqmail has the user id 'mail'." 22.299 +msgstr "" 22.300 +"Por favor escolha o programa a usar para determinar o estado da ligação. Por " 22.301 +"favor note que, quando este programa é chamado, o masqmail tem a identificação " 22.302 +"de utilizador 'mail'." 22.303 + 22.304 +#. Type: select 22.305 +#. Description 22.306 +#: ../masqmail.templates:11001 22.307 +msgid "Local delivery style:" 22.308 +msgstr "Estilo de entrega local:" 22.309 + 22.310 +#. Type: select 22.311 +#. Description 22.312 +#: ../masqmail.templates:11001 22.313 +msgid "" 22.314 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 22.315 +"qmail style Maildir in the users home dir." 22.316 +msgstr "" 22.317 +"Correio local pode ser entregue a uma caixa de correio, a um MDA (ex. procmail) " 22.318 +"ou a uma Maildir estilo qmail na pasta pessoal dos utilizadores." 22.319 + 22.320 +#. Type: select 22.321 +#. Description 22.322 +#: ../masqmail.templates:11001 22.323 +msgid "" 22.324 +"You can select the default style here. You can configure this also on a per-" 22.325 +"user basis with the options mbox_users, mda_users and maildir_users." 22.326 +msgstr "" 22.327 +"Você pode seleccionar o estilo por omissão aqui. Você também pode configurar isto " 22.328 +"numa base por-utilizador com as opções mbox_users, mda_users e maildir_users." 22.329 + 22.330 +#. Type: string 22.331 +#. Description 22.332 +#: ../masqmail.templates:12001 22.333 +msgid "MDA command line (including options):" 22.334 +msgstr "Linha de comando MDA (com opções incluídas):" 22.335 + 22.336 +#. Type: string 22.337 +#. Description 22.338 +#: ../masqmail.templates:12001 22.339 +msgid "" 22.340 +"Please choose the path to the mail delivery agent (MDA), including its " 22.341 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 22.342 +"user name." 22.343 +msgstr "" 22.344 +"Por favor escolha o caminho para o agente de entrega de correio (MDA), incluindo " 22.345 +"os seus argumentos. Você pode usar valores de subscrição aqui, exemplo " 22.346 +"${rcpt_local} para o nome de utilizador." 22.347 + 22.348 +#. Type: string 22.349 +#. Description 22.350 +#: ../masqmail.templates:12001 22.351 +msgid "For other substitutions please see the man page." 22.352 +msgstr "Para outras substituições, por favor veja as instruções (man)." 22.353 + 22.354 +#. Type: string 22.355 +#. Description 22.356 +#: ../masqmail.templates:12001 22.357 +msgid "" 22.358 +"This question is also asked if you did not set mbox_default to mda, since " 22.359 +"you can use mda for a set of users specially." 22.360 +msgstr "" 22.361 +"Esta pergunta será também feita se você não regular mbox_default para mda, " 22.362 +"visto que pode usar mda para um grupo específico de utilizadores." 22.363 + 22.364 +#. Type: boolean 22.365 +#. Description 22.366 +#: ../masqmail.templates:13001 22.367 +msgid "Alias expansion regarding case or not:" 22.368 +msgstr "Expansão de nomes alternativos observando minúscula/maiúscula ou não:" 22.369 + 22.370 +#. Type: boolean 22.371 +#. Description 22.372 +#: ../masqmail.templates:13001 22.373 +msgid "" 22.374 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 22.375 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 22.376 +"to case." 22.377 +msgstr "" 22.378 +"Masqmail usa o ficheiro /etc/aliases para redireccionar endereços locais. A " 22.379 +"busca por uma correspondência em /etc/aliases pode ser feita sensivelmente ou " 22.380 +"insensivelmente a letras minúsculas/maiúsculas." 22.381 + 22.382 +#. Type: boolean 22.383 +#. Description 22.384 +#: ../masqmail.templates:14001 22.385 +msgid "Start SMTP listening daemon?" 22.386 +msgstr "Iniciar serviço de escuta SMTP?" 22.387 + 22.388 +#. Type: boolean 22.389 +#. Description 22.390 +#: ../masqmail.templates:14001 22.391 +msgid "" 22.392 +"Please choose whether you want masqmail to start as an SMTP listening " 22.393 +"daemon. You will need this if:\n" 22.394 +" - there are other hosts in your local network that may want to send\n" 22.395 +" mail via this host\n" 22.396 +" - you use a mail client that sends mail via SMTP (netscape,\n" 22.397 +" mozilla are examples)" 22.398 +msgstr "" 22.399 +"Por favor escolha se você quer que o masqmail arranque como um processo " 22.400 +"independente de escuta SMTP. Você vai precisar disto se:\n" 22.401 +" - existem outras máquinas na sua rede local que podem querer enviar\n" 22.402 +" correio através desta máquina\n" 22.403 +" - você usa um cliente de mail que envia correio através de SMTP\n" 22.404 +" (netscape e mozilla são exemplos)" 22.405 + 22.406 +#. Type: boolean 22.407 +#. Description 22.408 +#: ../masqmail.templates:15001 22.409 +msgid "Start SMTP queue running daemon?" 22.410 +msgstr "Arrancar serviço independente de listas SMTP?" 22.411 + 22.412 +#. Type: boolean 22.413 +#. Description 22.414 +#: ../masqmail.templates:15001 22.415 +msgid "" 22.416 +"Please choose this option if you want masqmail to start as a queue running " 22.417 +"daemon. You're very likely to need this. It is used for mail that cannot " 22.418 +"delivered immediately, either because of delivery failures or because you " 22.419 +"were not online on the first attempt to send a mail." 22.420 +msgstr "" 22.421 +"Por favor escolha esta opção se quer que o masqmail arranque como um serviço " 22.422 +"independente de lista. É bem provável que vá precisar disto. Isto é usado para " 22.423 +"correio que não pode ser entregue imediatamente, seja devido a falhas de " 22.424 +"entrega ou porque você não estava ligado à rede a quando da primeira tentativa " 22.425 +"de enviar o correio." 22.426 + 22.427 +#. Type: string 22.428 +#. Description 22.429 +#: ../masqmail.templates:16001 22.430 +msgid "Interval for the queue running daemon:" 22.431 +msgstr "Intervalo para o serviço independente de lista:" 22.432 + 22.433 +#. Type: string 22.434 +#. Description 22.435 +#: ../masqmail.templates:16001 22.436 +msgid "" 22.437 +"Please choose the interval for the queue running daemon. -q10m means flush " 22.438 +"the queue every 10 minutes." 22.439 +msgstr "" 22.440 +"Por favor escolha o intervalo para o serviço independente de lista. -q10m " 22.441 +"significa despejar a lista a cada 10 minutos." 22.442 + 22.443 +#. Type: string 22.444 +#. Description 22.445 +#: ../masqmail.templates:16001 22.446 +msgid "" 22.447 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 22.448 +"d,w for seconds, minutes, hours, days or weeks respectively." 22.449 +msgstr "" 22.450 +"O formato é -q, seguido dum valor numérico e uma das letras s, m, h, d, w, " 22.451 +"para segundos, minutos, horas, dias ou semanas respectivamente. " 22.452 + 22.453 +#. Type: string 22.454 +#. Description 22.455 +#: ../masqmail.templates:16001 22.456 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 22.457 +msgstr "Valores razoáveis ficam entre 5 minutos (-q5m) e 2 horas (-q2h)." 22.458 + 22.459 +#. Type: boolean 22.460 +#. Description 22.461 +#: ../masqmail.templates:17001 22.462 +msgid "Start POP3 fetch daemon?" 22.463 +msgstr "Iniciar o serviço de busca POP3?" 22.464 + 22.465 +#. Type: boolean 22.466 +#. Description 22.467 +#: ../masqmail.templates:17001 22.468 +msgid "" 22.469 +"Please choose this option if you want masqmail to start as a fetch daemon. " 22.470 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 22.471 +"configure in regular intervals, detecting the online status first." 22.472 +msgstr "" 22.473 +"Por favor escolha esta opção se desejar que o masqmail arranque como um serviço " 22.474 +"independente de busca. Se o fizer, masqmail tentará buscar correio de servidores " 22.475 +"POP3 que você configurar, em intervalos regulares, detectando o estado de " 22.476 +"ligação primeiro." 22.477 + 22.478 +#. Type: boolean 22.479 +#. Description 22.480 +#: ../masqmail.templates:17001 22.481 +msgid "" 22.482 +"No matter what you choose here, you can later select whether you want to " 22.483 +"fetch mail the moment you get online." 22.484 +msgstr "" 22.485 +"Independentemente do que escolher aqui, mais tarde você pode seleccionar se quer " 22.486 +"buscar o correio no momento que a sua ligação é efectuada." 22.487 + 22.488 +#. Type: string 22.489 +#. Description 22.490 +#: ../masqmail.templates:18001 22.491 +msgid "Interval for the fetch daemon:" 22.492 +msgstr "Intervalo para o serviço de busca:" 22.493 + 22.494 +#. Type: string 22.495 +#. Description 22.496 +#: ../masqmail.templates:18001 22.497 +msgid "Please choose the interval for the fetch daemon." 22.498 +msgstr "Por favor escolha o intervalo para o serviço de busca." 22.499 + 22.500 +#. Type: string 22.501 +#. Description 22.502 +#: ../masqmail.templates:18001 22.503 +msgid "" 22.504 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 22.505 +"d,w for seconds, minutes, hours, days or weeks respectively." 22.506 +msgstr "" 22.507 +"O formato é -go, seguido de um valor numérico e uma das letras s,m,h,d,w, para " 22.508 +"segundos, minutos, horas, dias ou semanas respectivamente." 22.509 + 22.510 +#. Type: string 22.511 +#. Description 22.512 +#: ../masqmail.templates:18001 22.513 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 22.514 +msgstr "Valores razoáveis ficam entre 2 minutos (-go2m) e 2 horas (-go2h)." 22.515 + 22.516 +#. Type: boolean 22.517 +#. Description 22.518 +#: ../masqmail.templates:19001 22.519 +msgid "Flush mail queue when you get online?" 22.520 +msgstr "Despejar lista de correio quando você se ligar à rede?" 22.521 + 22.522 +#. Type: boolean 22.523 +#. Description 22.524 +#: ../masqmail.templates:19001 22.525 +msgid "" 22.526 +"Please choose whether you want masqmail to immediately flush its mail queue " 22.527 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 22.528 +"ip-up or in /etc/network/if-up.d/." 22.529 +msgstr "" 22.530 +"Por favor escolha se quer que o masqmail despeje imediatamente a lista de " 22.531 +"correio assim que se liga à rede. Isto é feito com o script ip-up em /etc/ppp/" 22.532 +"ip-up ou em /etc/network/if-up.d/." 22.533 + 22.534 +#. Type: boolean 22.535 +#. Description 22.536 +#: ../masqmail.templates:20001 22.537 +msgid "Fetch mail when you get online?" 22.538 +msgstr "Buscar correio quando estabelecer ligação?" 22.539 + 22.540 +#. Type: boolean 22.541 +#. Description 22.542 +#: ../masqmail.templates:20001 22.543 +msgid "" 22.544 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 22.545 +"servers as soon as you go online. This will be done in the ip-up script in /" 22.546 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 22.547 +msgstr "" 22.548 +"Por favor escolha se quer imediatamente que o masqmail busque correio dos " 22.549 +"servidores POP3 assim que efectua ligação à rede. Isto será feito com o script " 22.550 +"ip-up existente em /etc/ppp/ip-up ou em /etc/network/if-up.d/." 22.551 + 22.552 +#. Type: string 22.553 +#. Description 22.554 +#: ../masqmail.templates:21001 22.555 +msgid "List of interfaces used for masqmail online detection:" 22.556 +msgstr "Lista de interfaces usada para a detecção de ligação do masqmail:" 22.557 + 22.558 +#. Type: string 22.559 +#. Description 22.560 +#: ../masqmail.templates:21001 22.561 +msgid "" 22.562 +"Please choose a list of network interfaces which will trigger queue runs and/" 22.563 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 22.564 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 22.565 +msgstr "" 22.566 +"Por favor escolha a lista de interfaces de rede que irão desencadear operações " 22.567 +"na lista de envio e/ou obter correio após ligação. A lista será usada nos " 22.568 +"scripts /etc/ppp/ip-up e /etc/network/if-up.d/, quando a interface efectuar " 22.569 +"ligação." 22.570 + 22.571 +#. Type: string 22.572 +#. Description 22.573 +#: ../masqmail.templates:21001 22.574 +msgid "" 22.575 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 22.576 +"a notebook." 22.577 +msgstr "" 22.578 +"Uma escolha razoável é, exemplo 'ppp0' para um Pc de secretária em casa, " 22.579 +"ou 'ppp0 eth0' para um portátil." 22.580 + 22.581 +#. Type: string 22.582 +#. Description 22.583 +#: ../masqmail.templates:21001 22.584 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 22.585 +msgstr "Regule para 'all' para todas as interfaces, ou 'none' para nenhuma interface." 22.586 +
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/debian/po/ru.po Fri Sep 26 20:56:23 2008 +0200 23.3 @@ -0,0 +1,595 @@ 23.4 +# translation of masqmail_debconf_ru.po to Russian 23.5 +# 23.6 +# Translators, if you are not familiar with the PO format, gettext 23.7 +# documentation is worth reading, especially sections dedicated to 23.8 +# this format, e.g. by running: 23.9 +# info -n '(gettext)PO Files' 23.10 +# info -n '(gettext)Header Entry' 23.11 +# Some information specific to po-debconf are available at 23.12 +# /usr/share/doc/po-debconf/README-trans 23.13 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# 23.14 +# Developers do not need to manually edit POT or PO files. 23.15 +# 23.16 +# Yuri Kozlov <kozlov.y@gmail.com>, 2006. 23.17 +msgid "" 23.18 +msgstr "" 23.19 +"Project-Id-Version: 0.2.21-1.1\n" 23.20 +"Report-Msgid-Bugs-To: \n" 23.21 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 23.22 +"PO-Revision-Date: 2006-12-07 23:36+0300\n" 23.23 +"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n" 23.24 +"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" 23.25 +"MIME-Version: 1.0\n" 23.26 +"Content-Type: text/plain; charset=UTF-8\n" 23.27 +"Content-Transfer-Encoding: 8bit\n" 23.28 +"X-Generator: KBabel 1.11.4\n" 23.29 +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 23.30 +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 23.31 + 23.32 +#. Type: boolean 23.33 +#. Description 23.34 +#: ../masqmail.templates:1001 23.35 +msgid "Manage masqmail.conf using debconf?" 23.36 +msgstr "Настраивать файл masqmail.conf с помощью debconf?" 23.37 + 23.38 +#. Type: boolean 23.39 +#. Description 23.40 +#: ../masqmail.templates:1001 23.41 +msgid "" 23.42 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 23.43 +"debconf, or manually by you." 23.44 +msgstr "" 23.45 +"Файл /etc/masqmail/masqmail.conf можно настраивать автоматически с помощью " 23.46 +"debconf или вручную, самостоятельно." 23.47 + 23.48 +#. Type: boolean 23.49 +#. Description 23.50 +#: ../masqmail.templates:1001 23.51 +msgid "" 23.52 +"Note that only specific, marked sections of the configuration file will be " 23.53 +"handled by debconf if you select this option; if those markers are absent, " 23.54 +"you will have to update the file manually, or move or delete the file." 23.55 +msgstr "" 23.56 +"Заметим, что при использовании debconf в файле конфигурации выполняется " 23.57 +"настройка только специально помеченных разделов; если раздел никак не " 23.58 +"помечен, вам нужно самостоятельно вносить исправления в файл, или " 23.59 +"перемещать, или удалять файл." 23.60 + 23.61 +#. Type: boolean 23.62 +#. Description 23.63 +#: ../masqmail.templates:2001 23.64 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 23.65 +msgstr "Заменить существующий файл /etc/masqmail/masqmail.conf?" 23.66 + 23.67 +#. Type: boolean 23.68 +#. Description 23.69 +#: ../masqmail.templates:2001 23.70 +msgid "" 23.71 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 23.72 +"not contain a marked section for debconf to write its data." 23.73 +msgstr "" 23.74 +"В данный момент в существующем файле /etc/masqmail/masqmail.conf не " 23.75 +"содержится помеченных разделов, куда debconf записывал бы свои данные." 23.76 + 23.77 +#. Type: boolean 23.78 +#. Description 23.79 +#: ../masqmail.templates:2001 23.80 +msgid "" 23.81 +"If you select this option, the existing configuration file will be backed up " 23.82 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 23.83 +"masqmail/masqmail.conf. If you do not select this option, the existing " 23.84 +"configuration file will not be managed by debconf, and no further questions " 23.85 +"about masqmail configuration will be asked." 23.86 +msgstr "" 23.87 +"Если вы ответите положительно, существующий конфигурационный файл будет " 23.88 +"сохранён под именем /etc/masqmail/masqmail.conf.debconf-backup, а вместо " 23.89 +"него будет записан новый файл /etc/masqmail/masqmail.conf. Если вы ответите " 23.90 +"отрицательно, существующий конфигурационный файл не будет настраиваться с " 23.91 +"помощью debconf, и дальнейшие вопросы о настройке masqmail не будут заданы." 23.92 + 23.93 +#. Type: string 23.94 +#. Description 23.95 +#: ../masqmail.templates:3001 23.96 +msgid "Masqmail host name:" 23.97 +msgstr "Имя машины с masqmail:" 23.98 + 23.99 +#. Type: string 23.100 +#. Description 23.101 +#: ../masqmail.templates:3001 23.102 +msgid "" 23.103 +"Please enter the name used by masqmail to identify itself to others. This is " 23.104 +"most likely your hostname. It is used in its SMTP greeting banner, for " 23.105 +"expanding unqualified addresses, the Message ID and so on." 23.106 +msgstr "" 23.107 +"Введите имя, которое Masqmail будет использовать, чтобы отличать себя от " 23.108 +"других. В большинстве случаев это имя машины. Оно используется для " 23.109 +"представления себя в SMTP-сессии, для дополнения неполных адресов, в Message " 23.110 +"ID и тому подобное." 23.111 + 23.112 +#. Type: string 23.113 +#. Description 23.114 +#: ../masqmail.templates:4001 23.115 +msgid "Hosts considered local:" 23.116 +msgstr "Имена машин, считающиеся локальными:" 23.117 + 23.118 +#. Type: string 23.119 +#. Description 23.120 +#: ../masqmail.templates:4001 23.121 +msgid "" 23.122 +"Please enter a list of hosts, separated with semicolons (;), which are " 23.123 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 23.124 +"(or Maildir or MDA) on this host." 23.125 +msgstr "" 23.126 +"Введите список имён машин через точку с запятой (;), которые считаются " 23.127 +"'локальными', то есть для них пришедшая почта будет разложена по mailbox " 23.128 +"(или Maildir, или посредством MDA) на этой машине." 23.129 + 23.130 +#. Type: string 23.131 +#. Description 23.132 +#: ../masqmail.templates:4001 23.133 +msgid "" 23.134 +"You will most likely insert 'localhost', your hostname in its fully " 23.135 +"qualified form and just the simple hostname here." 23.136 +msgstr "" 23.137 +"Наиболее часто здесь задают 'localhost', полное имя вашей машины и короткое " 23.138 +"имя машины." 23.139 + 23.140 +#. Type: string 23.141 +#. Description 23.142 +#: ../masqmail.templates:4001 23.143 +msgid "You can also use wildcard expressions like '*' and '?'." 23.144 +msgstr "Также здесь можно использовать выражения подстановки типа '*' и '?'." 23.145 + 23.146 +#. Type: string 23.147 +#. Description 23.148 +#: ../masqmail.templates:5001 23.149 +msgid "Nets considered local:" 23.150 +msgstr "Сети, считающиеся локальными:" 23.151 + 23.152 +#. Type: string 23.153 +#. Description 23.154 +#: ../masqmail.templates:5001 23.155 +msgid "" 23.156 +"Please enter a list of hosts, separated with semicolons (;), which are on " 23.157 +"your local network, ie. they are always reachable, without a dialup " 23.158 +"connection. Mail to these hosts will be delivered immediately, without " 23.159 +"checking for the online status." 23.160 +msgstr "" 23.161 +"Введите список имён машин через точку с запятой (;), которые находятся в " 23.162 +"вашей локальной сети, то есть они всегда доступны, без подключения по " 23.163 +"коммутируемой линии. Почта для этих машин будет доставляться сразу, без " 23.164 +"проверки состояния подключения." 23.165 + 23.166 +#. Type: string 23.167 +#. Description 23.168 +#: ../masqmail.templates:5001 23.169 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 23.170 +msgstr "" 23.171 +"Здесь можно использовать выражения подстановки типа '*' и '?', например *." 23.172 +"yournet.local." 23.173 + 23.174 +#. Type: string 23.175 +#. Description 23.176 +#: ../masqmail.templates:5001 23.177 +msgid "" 23.178 +"If you have only one box, you can leave this empty. If you do not want to " 23.179 +"use masqmail as an offline MTA, and the whole internet or another mail " 23.180 +"server which accepts outgoing mail is at all times reachable to you, just " 23.181 +"insert '*'." 23.182 +msgstr "" 23.183 +"Если у вас только один компьютер, можно оставить это поле пустым. Если вы не " 23.184 +"хотите использовать masqmail в качестве автономного MTA, и всегда доступен " 23.185 +"другой почтовый сервер, через который вам можно отправить исходящую почту, " 23.186 +"просто введите '*'." 23.187 + 23.188 +#. Type: string 23.189 +#. Description 23.190 +#: ../masqmail.templates:6001 23.191 +msgid "Interfaces for incoming connections:" 23.192 +msgstr "Интерфейсы для входящих подключений:" 23.193 + 23.194 +#. Type: string 23.195 +#. Description 23.196 +#: ../masqmail.templates:6001 23.197 +msgid "" 23.198 +"Masqmail, for security reasons, does not listen an all network interfaces by " 23.199 +"default. If there are no other hosts connected to your host, just leave the " 23.200 +"default 'localhost:25' value. If there are other hosts that may want to send " 23.201 +"SMTP messages to this host, add the address of your network interface here, " 23.202 +"eg.: localhost:25;192.168.1.2:25." 23.203 +msgstr "" 23.204 +"По умолчанию Masqmail в целях безопасности не принимает соединения на всех " 23.205 +"интерфейсах. Если к вашей машине не будут подключаться другие хосты, просто " 23.206 +"оставьте значение по умолчанию 'localhost:25'. Если есть хосты, которые " 23.207 +"могут захотеть отправлять SMTP-сообщения на ваш хост, добавьте адрес " 23.208 +"сетевого интерфейса, например: localhost:25;192.168.1.2:25." 23.209 + 23.210 +#. Type: string 23.211 +#. Description 23.212 +#: ../masqmail.templates:6001 23.213 +msgid "" 23.214 +"Of course you can also replace the '25' with another port number, however " 23.215 +"this is unusual." 23.216 +msgstr "" 23.217 +"Естественно, вы можете заменить '25' другим номером порта, однако так делают " 23.218 +"редко." 23.219 + 23.220 +#. Type: boolean 23.221 +#. Description 23.222 +#: ../masqmail.templates:7001 23.223 +msgid "Use syslogd for logs?" 23.224 +msgstr "Использовать syslogd для ведения журнала?" 23.225 + 23.226 +#. Type: boolean 23.227 +#. Description 23.228 +#: ../masqmail.templates:7001 23.229 +msgid "" 23.230 +"You can decide whether masqmail should log via syslog or not. If not, logs " 23.231 +"will be written to /var/log/masqmail/masqmail.log." 23.232 +msgstr "" 23.233 +"Вы можете выбрать, должен ли masqmail вести журнал с помощью syslog или нет. " 23.234 +"Если нет, то сообщения будут записаны в файл /var/log/masqmail/masqmail.log." 23.235 + 23.236 +#. Type: select 23.237 +#. Choices 23.238 +#: ../masqmail.templates:8001 23.239 +msgid "file" 23.240 +msgstr "файл" 23.241 + 23.242 +#. Type: select 23.243 +#. Choices 23.244 +#: ../masqmail.templates:8001 23.245 +msgid "pipe" 23.246 +msgstr "канал" 23.247 + 23.248 +#. Type: select 23.249 +#. Description 23.250 +#: ../masqmail.templates:8002 23.251 +msgid "Online detection method:" 23.252 +msgstr "Метод обнаружения подключения:" 23.253 + 23.254 +#. Type: select 23.255 +#. Description 23.256 +#: ../masqmail.templates:8002 23.257 +msgid "" 23.258 +"Masqmail has different methods to determine whether it is online or not, " 23.259 +"these are 'file','pipe'." 23.260 +msgstr "" 23.261 +"Masqmail может использовать различные методы для определения установлено ли " 23.262 +"соединение с сетью или нет: 'файл' и 'канал'." 23.263 + 23.264 +#. Type: select 23.265 +#. Description 23.266 +#: ../masqmail.templates:8002 23.267 +msgid "" 23.268 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 23.269 +"reads from it the name of the connection." 23.270 +msgstr "" 23.271 +"Если выбрать 'файл', то masqmail проверяет существование файла, и если он " 23.272 +"есть, то читает из него название соединения." 23.273 + 23.274 +#. Type: select 23.275 +#. Description 23.276 +#: ../masqmail.templates:8002 23.277 +msgid "" 23.278 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 23.279 +"online or nothing if not. You can use eg. the program guessnet for this." 23.280 +msgstr "" 23.281 +"Если выбрать 'канал', то masqmail вызывает программу или сценарий, которая " 23.282 +"возвращает название, если есть подключение, или ничего не возвращает, если " 23.283 +"нет. В качестве такой программы можно использовать, например, программу " 23.284 +"guessnet." 23.285 + 23.286 +#. Type: string 23.287 +#. Description 23.288 +#: ../masqmail.templates:9001 23.289 +msgid "File used to determine the online status:" 23.290 +msgstr "Файл, который используется для определения состояния подключения:" 23.291 + 23.292 +#. Type: string 23.293 +#. Description 23.294 +#: ../masqmail.templates:10001 23.295 +msgid "Name of the program used to determine the online status:" 23.296 +msgstr "" 23.297 +"Название программы, которая используется для определения состояния " 23.298 +"подключения:" 23.299 + 23.300 +#. Type: string 23.301 +#. Description 23.302 +#: ../masqmail.templates:10001 23.303 +msgid "" 23.304 +"Please choose the program to use to determine the online status. Please note " 23.305 +"that, when this program is called, masqmail has the user id 'mail'." 23.306 +msgstr "" 23.307 +"Укажите программу, которая будет использоваться для определения состояния " 23.308 +"подключения. Заметим, что когда программа вызывается, masqmail выполняется с " 23.309 +"правами пользователя 'mail'." 23.310 + 23.311 +#. Type: select 23.312 +#. Description 23.313 +#: ../masqmail.templates:11001 23.314 +msgid "Local delivery style:" 23.315 +msgstr "Способ локальной доставки:" 23.316 + 23.317 +#. Type: select 23.318 +#. Description 23.319 +#: ../masqmail.templates:11001 23.320 +msgid "" 23.321 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 23.322 +"qmail style Maildir in the users home dir." 23.323 +msgstr "" 23.324 +"Локальная почта может доставляться в mailbox, MDA (например, procmail) или в " 23.325 +"maildir в стиле qmail в домашний каталог пользователя." 23.326 + 23.327 +#. Type: select 23.328 +#. Description 23.329 +#: ../masqmail.templates:11001 23.330 +msgid "" 23.331 +"You can select the default style here. You can configure this also on a per-" 23.332 +"user basis with the options mbox_users, mda_users and maildir_users." 23.333 +msgstr "" 23.334 +"Сейчас вы можете выбрать способ по умолчанию. Также вы можете настроить " 23.335 +"способ индивидуально для каждого пользователя с помощью параметров " 23.336 +"mbox_users, mda_users и maildir_users." 23.337 + 23.338 +#. Type: string 23.339 +#. Description 23.340 +#: ../masqmail.templates:12001 23.341 +msgid "MDA command line (including options):" 23.342 +msgstr "Командная строка для вызова MDA (включая параметры):" 23.343 + 23.344 +#. Type: string 23.345 +#. Description 23.346 +#: ../masqmail.templates:12001 23.347 +msgid "" 23.348 +"Please choose the path to the mail delivery agent (MDA), including its " 23.349 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 23.350 +"user name." 23.351 +msgstr "" 23.352 +"Укажите путь к агенту доставки почты (MDA), включая параметры нужные для " 23.353 +"запуска. Вы можете использовать подставляемые значения, например, " 23.354 +"${rcpt_local} заменится именем пользователя." 23.355 + 23.356 +#. Type: string 23.357 +#. Description 23.358 +#: ../masqmail.templates:12001 23.359 +msgid "For other substitutions please see the man page." 23.360 +msgstr "" 23.361 +"Описание других возможных подстановок смотрите на странице руководства." 23.362 + 23.363 +#. Type: string 23.364 +#. Description 23.365 +#: ../masqmail.templates:12001 23.366 +msgid "" 23.367 +"This question is also asked if you did not set mbox_default to mda, since " 23.368 +"you can use mda for a set of users specially." 23.369 +msgstr "" 23.370 +"Этот вопрос задаётся даже в случае, если вы не установили mbox_default в " 23.371 +"значение mda, так как вы можете использовать mda для какого-то одного " 23.372 +"пользователя." 23.373 + 23.374 +#. Type: boolean 23.375 +#. Description 23.376 +#: ../masqmail.templates:13001 23.377 +msgid "Alias expansion regarding case or not:" 23.378 +msgstr "Важен ли регистр символов при автодополнении псевдонимов:" 23.379 + 23.380 +#. Type: boolean 23.381 +#. Description 23.382 +#: ../masqmail.templates:13001 23.383 +msgid "" 23.384 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 23.385 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 23.386 +"to case." 23.387 +msgstr "" 23.388 +"Masqmail использует файл /etc/aliases при перенаправлении локальной " 23.389 +"адресации. Поиск совпадений в /etc/aliases может зависеть от верхнего/" 23.390 +"нижнего регистров или нет." 23.391 + 23.392 +#. Type: boolean 23.393 +#. Description 23.394 +#: ../masqmail.templates:14001 23.395 +msgid "Start SMTP listening daemon?" 23.396 +msgstr "Запускать демона SMTP для приёма входящих соединений?" 23.397 + 23.398 +#. Type: boolean 23.399 +#. Description 23.400 +#: ../masqmail.templates:14001 23.401 +msgid "" 23.402 +"Please choose whether you want masqmail to start as an SMTP listening " 23.403 +"daemon. You will need this if:\n" 23.404 +" - there are other hosts in your local network that may want to send\n" 23.405 +" mail via this host\n" 23.406 +" - you use a mail client that sends mail via SMTP (netscape,\n" 23.407 +" mozilla are examples)" 23.408 +msgstr "" 23.409 +"Выберите, нужно ли запускать masqmail как демона приёма входящих SMTP-" 23.410 +"сессий. Вам нужно это, если:\n" 23.411 +" - в вашей локальной сети есть другие машины, которые могут отправлять\n" 23.412 +" почту через ваш хост\n" 23.413 +" - вы пользуетесь почтовым клиентом, который отправляет почту через SMTP\n" 23.414 +" (например: netscape, mozilla)" 23.415 + 23.416 +#. Type: boolean 23.417 +#. Description 23.418 +#: ../masqmail.templates:15001 23.419 +msgid "Start SMTP queue running daemon?" 23.420 +msgstr "Запускать демона обработки очереди SMTP?" 23.421 + 23.422 +#. Type: boolean 23.423 +#. Description 23.424 +#: ../masqmail.templates:15001 23.425 +msgid "" 23.426 +"Please choose this option if you want masqmail to start as a queue running " 23.427 +"daemon. You're very likely to need this. It is used for mail that cannot " 23.428 +"delivered immediately, either because of delivery failures or because you " 23.429 +"were not online on the first attempt to send a mail." 23.430 +msgstr "" 23.431 +"Ответьте утвердительно, если хотите, чтобы masqmail запускался как демон " 23.432 +"обработки очереди. Скорее всего вам нужно сделать это. Этот демон " 23.433 +"используется для почты, которая не может быть доставлена сразу, или из-за " 23.434 +"ошибок при доставке, или потому что вы не были подключены к сети при первой " 23.435 +"попытке отправить почту." 23.436 + 23.437 +#. Type: string 23.438 +#. Description 23.439 +#: ../masqmail.templates:16001 23.440 +msgid "Interval for the queue running daemon:" 23.441 +msgstr "Интервал для демона обработки очереди:" 23.442 + 23.443 +#. Type: string 23.444 +#. Description 23.445 +#: ../masqmail.templates:16001 23.446 +msgid "" 23.447 +"Please choose the interval for the queue running daemon. -q10m means flush " 23.448 +"the queue every 10 minutes." 23.449 +msgstr "" 23.450 +"Выберите интервал для демона обработки очереди. Значение -q10m означает " 23.451 +"просмотр очереди каждые 10 минут." 23.452 + 23.453 +#. Type: string 23.454 +#. Description 23.455 +#: ../masqmail.templates:16001 23.456 +msgid "" 23.457 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 23.458 +"d,w for seconds, minutes, hours, days or weeks respectively." 23.459 +msgstr "" 23.460 +"Формат: -q, затем число, за которым одна из букв s,m,h,d,w (секунды, минуты, " 23.461 +"часы, дни, недели)." 23.462 + 23.463 +#. Type: string 23.464 +#. Description 23.465 +#: ../masqmail.templates:16001 23.466 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 23.467 +msgstr "Приемлемое значение варьируется от 5 минут (-q5m) до 2 часов (-q2h)." 23.468 + 23.469 +#. Type: boolean 23.470 +#. Description 23.471 +#: ../masqmail.templates:17001 23.472 +msgid "Start POP3 fetch daemon?" 23.473 +msgstr "Запускать демон получения по POP3?" 23.474 + 23.475 +#. Type: boolean 23.476 +#. Description 23.477 +#: ../masqmail.templates:17001 23.478 +msgid "" 23.479 +"Please choose this option if you want masqmail to start as a fetch daemon. " 23.480 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 23.481 +"configure in regular intervals, detecting the online status first." 23.482 +msgstr "" 23.483 +"Ответьте утвердительно, если хотите, чтобы masqmail работал как демон " 23.484 +"получения. В этом случае masqmail будет пытаться забирать почту с указанных " 23.485 +"вами pop-серверов через регулярные интервалы, проверяя перед этим состояние " 23.486 +"подключения к сети." 23.487 + 23.488 +#. Type: boolean 23.489 +#. Description 23.490 +#: ../masqmail.templates:17001 23.491 +msgid "" 23.492 +"No matter what you choose here, you can later select whether you want to " 23.493 +"fetch mail the moment you get online." 23.494 +msgstr "" 23.495 +"Не важно, что вы ответите сейчас, позже вы сможете выбрать, нужно ли " 23.496 +"забирать почту после подключения к сети." 23.497 + 23.498 +#. Type: string 23.499 +#. Description 23.500 +#: ../masqmail.templates:18001 23.501 +msgid "Interval for the fetch daemon:" 23.502 +msgstr "Интервал работы демона получения:" 23.503 + 23.504 +#. Type: string 23.505 +#. Description 23.506 +#: ../masqmail.templates:18001 23.507 +msgid "Please choose the interval for the fetch daemon." 23.508 +msgstr "Выберите интервал работы демона забора почты." 23.509 + 23.510 +#. Type: string 23.511 +#. Description 23.512 +#: ../masqmail.templates:18001 23.513 +msgid "" 23.514 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 23.515 +"d,w for seconds, minutes, hours, days or weeks respectively." 23.516 +msgstr "" 23.517 +"Формат: -go, затем число, за которым одна из букв s,m,h,d,w (секунды, " 23.518 +"минуты, часы, дни, недели)." 23.519 + 23.520 +#. Type: string 23.521 +#. Description 23.522 +#: ../masqmail.templates:18001 23.523 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 23.524 +msgstr "Приемлемое значение варьируется от 2 минут (-go2m) до 2 часов (-go2h)." 23.525 + 23.526 +#. Type: boolean 23.527 +#. Description 23.528 +#: ../masqmail.templates:19001 23.529 +msgid "Flush mail queue when you get online?" 23.530 +msgstr "Обрабатывать почтовую очередь при подключении к сети?" 23.531 + 23.532 +#. Type: boolean 23.533 +#. Description 23.534 +#: ../masqmail.templates:19001 23.535 +msgid "" 23.536 +"Please choose whether you want masqmail to immediately flush its mail queue " 23.537 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 23.538 +"ip-up or in /etc/network/if-up.d/." 23.539 +msgstr "" 23.540 +"Выберите, хотите ли вы, чтобы masqmail сразу после подключения к сети " 23.541 +"обрабатывал имеющуюся почтовую очередь. Это будет выполняться в сценарии ip-" 23.542 +"up в /etc/ppp/ip-up или из каталога /etc/network/if-up.d/." 23.543 + 23.544 +#. Type: boolean 23.545 +#. Description 23.546 +#: ../masqmail.templates:20001 23.547 +msgid "Fetch mail when you get online?" 23.548 +msgstr "Забирать почту при подключении к сети?" 23.549 + 23.550 +#. Type: boolean 23.551 +#. Description 23.552 +#: ../masqmail.templates:20001 23.553 +msgid "" 23.554 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 23.555 +"servers as soon as you go online. This will be done in the ip-up script in /" 23.556 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 23.557 +msgstr "" 23.558 +"Выберите, хотите ли вы, чтобы masqmail сразу после подключения к сети " 23.559 +"забирал почту с POP3-серверов. Это будет выполняться в сценарии ip-up в /etc/" 23.560 +"ppp/ip-up или из каталога /etc/network/if-up.d/." 23.561 + 23.562 +#. Type: string 23.563 +#. Description 23.564 +#: ../masqmail.templates:21001 23.565 +msgid "List of interfaces used for masqmail online detection:" 23.566 +msgstr "" 23.567 +"Список интерфейсов подключения к сети, которые будет отслеживать masqmail:" 23.568 + 23.569 +#. Type: string 23.570 +#. Description 23.571 +#: ../masqmail.templates:21001 23.572 +msgid "" 23.573 +"Please choose a list of network interfaces which will trigger queue runs and/" 23.574 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 23.575 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 23.576 +msgstr "" 23.577 +"Введите список сетевых интерфейсов, при активизации которых будет " 23.578 +"запускаться обработка очереди и/или получение почты. Список будет " 23.579 +"использован в сценариях /etc/ppp/ip-up и /etc/network/if-up.d/, когда " 23.580 +"интерфейс будет поднят." 23.581 + 23.582 +#. Type: string 23.583 +#. Description 23.584 +#: ../masqmail.templates:21001 23.585 +msgid "" 23.586 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 23.587 +"a notebook." 23.588 +msgstr "" 23.589 +"Приемлемое значение: 'ppp0' для компьютера дома, или 'ppp0 eth0' для " 23.590 +"ноутбука." 23.591 + 23.592 +#. Type: string 23.593 +#. Description 23.594 +#: ../masqmail.templates:21001 23.595 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 23.596 +msgstr "" 23.597 +"Укажите значение 'all', если нужно отслеживать все интерфейсы, или 'none', " 23.598 +"если не нужно отслеживать интерфейсы вообще."
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/debian/po/templates.pot Fri Sep 26 20:56:23 2008 +0200 24.3 @@ -0,0 +1,486 @@ 24.4 +# 24.5 +# Translators, if you are not familiar with the PO format, gettext 24.6 +# documentation is worth reading, especially sections dedicated to 24.7 +# this format, e.g. by running: 24.8 +# info -n '(gettext)PO Files' 24.9 +# info -n '(gettext)Header Entry' 24.10 +# 24.11 +# Some information specific to po-debconf are available at 24.12 +# /usr/share/doc/po-debconf/README-trans 24.13 +# or http://www.debian.org/intl/l10n/po-debconf/README-trans 24.14 +# 24.15 +# Developers do not need to manually edit POT or PO files. 24.16 +# 24.17 +#, fuzzy 24.18 +msgid "" 24.19 +msgstr "" 24.20 +"Project-Id-Version: PACKAGE VERSION\n" 24.21 +"Report-Msgid-Bugs-To: \n" 24.22 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 24.23 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 24.24 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 24.25 +"Language-Team: LANGUAGE <LL@li.org>\n" 24.26 +"MIME-Version: 1.0\n" 24.27 +"Content-Type: text/plain; charset=CHARSET\n" 24.28 +"Content-Transfer-Encoding: 8bit\n" 24.29 + 24.30 +#. Type: boolean 24.31 +#. Description 24.32 +#: ../masqmail.templates:1001 24.33 +msgid "Manage masqmail.conf using debconf?" 24.34 +msgstr "" 24.35 + 24.36 +#. Type: boolean 24.37 +#. Description 24.38 +#: ../masqmail.templates:1001 24.39 +msgid "" 24.40 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 24.41 +"debconf, or manually by you." 24.42 +msgstr "" 24.43 + 24.44 +#. Type: boolean 24.45 +#. Description 24.46 +#: ../masqmail.templates:1001 24.47 +msgid "" 24.48 +"Note that only specific, marked sections of the configuration file will be " 24.49 +"handled by debconf if you select this option; if those markers are absent, " 24.50 +"you will have to update the file manually, or move or delete the file." 24.51 +msgstr "" 24.52 + 24.53 +#. Type: boolean 24.54 +#. Description 24.55 +#: ../masqmail.templates:2001 24.56 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 24.57 +msgstr "" 24.58 + 24.59 +#. Type: boolean 24.60 +#. Description 24.61 +#: ../masqmail.templates:2001 24.62 +msgid "" 24.63 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 24.64 +"not contain a marked section for debconf to write its data." 24.65 +msgstr "" 24.66 + 24.67 +#. Type: boolean 24.68 +#. Description 24.69 +#: ../masqmail.templates:2001 24.70 +msgid "" 24.71 +"If you select this option, the existing configuration file will be backed up " 24.72 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 24.73 +"masqmail/masqmail.conf. If you do not select this option, the existing " 24.74 +"configuration file will not be managed by debconf, and no further questions " 24.75 +"about masqmail configuration will be asked." 24.76 +msgstr "" 24.77 + 24.78 +#. Type: string 24.79 +#. Description 24.80 +#: ../masqmail.templates:3001 24.81 +msgid "Masqmail host name:" 24.82 +msgstr "" 24.83 + 24.84 +#. Type: string 24.85 +#. Description 24.86 +#: ../masqmail.templates:3001 24.87 +msgid "" 24.88 +"Please enter the name used by masqmail to identify itself to others. This is " 24.89 +"most likely your hostname. It is used in its SMTP greeting banner, for " 24.90 +"expanding unqualified addresses, the Message ID and so on." 24.91 +msgstr "" 24.92 + 24.93 +#. Type: string 24.94 +#. Description 24.95 +#: ../masqmail.templates:4001 24.96 +msgid "Hosts considered local:" 24.97 +msgstr "" 24.98 + 24.99 +#. Type: string 24.100 +#. Description 24.101 +#: ../masqmail.templates:4001 24.102 +msgid "" 24.103 +"Please enter a list of hosts, separated with semicolons (;), which are " 24.104 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 24.105 +"(or Maildir or MDA) on this host." 24.106 +msgstr "" 24.107 + 24.108 +#. Type: string 24.109 +#. Description 24.110 +#: ../masqmail.templates:4001 24.111 +msgid "" 24.112 +"You will most likely insert 'localhost', your hostname in its fully " 24.113 +"qualified form and just the simple hostname here." 24.114 +msgstr "" 24.115 + 24.116 +#. Type: string 24.117 +#. Description 24.118 +#: ../masqmail.templates:4001 24.119 +msgid "You can also use wildcard expressions like '*' and '?'." 24.120 +msgstr "" 24.121 + 24.122 +#. Type: string 24.123 +#. Description 24.124 +#: ../masqmail.templates:5001 24.125 +msgid "Nets considered local:" 24.126 +msgstr "" 24.127 + 24.128 +#. Type: string 24.129 +#. Description 24.130 +#: ../masqmail.templates:5001 24.131 +msgid "" 24.132 +"Please enter a list of hosts, separated with semicolons (;), which are on " 24.133 +"your local network, ie. they are always reachable, without a dialup " 24.134 +"connection. Mail to these hosts will be delivered immediately, without " 24.135 +"checking for the online status." 24.136 +msgstr "" 24.137 + 24.138 +#. Type: string 24.139 +#. Description 24.140 +#: ../masqmail.templates:5001 24.141 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 24.142 +msgstr "" 24.143 + 24.144 +#. Type: string 24.145 +#. Description 24.146 +#: ../masqmail.templates:5001 24.147 +msgid "" 24.148 +"If you have only one box, you can leave this empty. If you do not want to " 24.149 +"use masqmail as an offline MTA, and the whole internet or another mail " 24.150 +"server which accepts outgoing mail is at all times reachable to you, just " 24.151 +"insert '*'." 24.152 +msgstr "" 24.153 + 24.154 +#. Type: string 24.155 +#. Description 24.156 +#: ../masqmail.templates:6001 24.157 +msgid "Interfaces for incoming connections:" 24.158 +msgstr "" 24.159 + 24.160 +#. Type: string 24.161 +#. Description 24.162 +#: ../masqmail.templates:6001 24.163 +msgid "" 24.164 +"Masqmail, for security reasons, does not listen an all network interfaces by " 24.165 +"default. If there are no other hosts connected to your host, just leave the " 24.166 +"default 'localhost:25' value. If there are other hosts that may want to send " 24.167 +"SMTP messages to this host, add the address of your network interface here, " 24.168 +"eg.: localhost:25;192.168.1.2:25." 24.169 +msgstr "" 24.170 + 24.171 +#. Type: string 24.172 +#. Description 24.173 +#: ../masqmail.templates:6001 24.174 +msgid "" 24.175 +"Of course you can also replace the '25' with another port number, however " 24.176 +"this is unusual." 24.177 +msgstr "" 24.178 + 24.179 +#. Type: boolean 24.180 +#. Description 24.181 +#: ../masqmail.templates:7001 24.182 +msgid "Use syslogd for logs?" 24.183 +msgstr "" 24.184 + 24.185 +#. Type: boolean 24.186 +#. Description 24.187 +#: ../masqmail.templates:7001 24.188 +msgid "" 24.189 +"You can decide whether masqmail should log via syslog or not. If not, logs " 24.190 +"will be written to /var/log/masqmail/masqmail.log." 24.191 +msgstr "" 24.192 + 24.193 +#. Type: select 24.194 +#. Choices 24.195 +#: ../masqmail.templates:8001 24.196 +msgid "file" 24.197 +msgstr "" 24.198 + 24.199 +#. Type: select 24.200 +#. Choices 24.201 +#: ../masqmail.templates:8001 24.202 +msgid "pipe" 24.203 +msgstr "" 24.204 + 24.205 +#. Type: select 24.206 +#. Description 24.207 +#: ../masqmail.templates:8002 24.208 +msgid "Online detection method:" 24.209 +msgstr "" 24.210 + 24.211 +#. Type: select 24.212 +#. Description 24.213 +#: ../masqmail.templates:8002 24.214 +msgid "" 24.215 +"Masqmail has different methods to determine whether it is online or not, " 24.216 +"these are 'file','pipe'." 24.217 +msgstr "" 24.218 + 24.219 +#. Type: select 24.220 +#. Description 24.221 +#: ../masqmail.templates:8002 24.222 +msgid "" 24.223 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 24.224 +"reads from it the name of the connection." 24.225 +msgstr "" 24.226 + 24.227 +#. Type: select 24.228 +#. Description 24.229 +#: ../masqmail.templates:8002 24.230 +msgid "" 24.231 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 24.232 +"online or nothing if not. You can use eg. the program guessnet for this." 24.233 +msgstr "" 24.234 + 24.235 +#. Type: string 24.236 +#. Description 24.237 +#: ../masqmail.templates:9001 24.238 +msgid "File used to determine the online status:" 24.239 +msgstr "" 24.240 + 24.241 +#. Type: string 24.242 +#. Description 24.243 +#: ../masqmail.templates:10001 24.244 +msgid "Name of the program used to determine the online status:" 24.245 +msgstr "" 24.246 + 24.247 +#. Type: string 24.248 +#. Description 24.249 +#: ../masqmail.templates:10001 24.250 +msgid "" 24.251 +"Please choose the program to use to determine the online status. Please note " 24.252 +"that, when this program is called, masqmail has the user id 'mail'." 24.253 +msgstr "" 24.254 + 24.255 +#. Type: select 24.256 +#. Description 24.257 +#: ../masqmail.templates:11001 24.258 +msgid "Local delivery style:" 24.259 +msgstr "" 24.260 + 24.261 +#. Type: select 24.262 +#. Description 24.263 +#: ../masqmail.templates:11001 24.264 +msgid "" 24.265 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 24.266 +"qmail style Maildir in the users home dir." 24.267 +msgstr "" 24.268 + 24.269 +#. Type: select 24.270 +#. Description 24.271 +#: ../masqmail.templates:11001 24.272 +msgid "" 24.273 +"You can select the default style here. You can configure this also on a per-" 24.274 +"user basis with the options mbox_users, mda_users and maildir_users." 24.275 +msgstr "" 24.276 + 24.277 +#. Type: string 24.278 +#. Description 24.279 +#: ../masqmail.templates:12001 24.280 +msgid "MDA command line (including options):" 24.281 +msgstr "" 24.282 + 24.283 +#. Type: string 24.284 +#. Description 24.285 +#: ../masqmail.templates:12001 24.286 +msgid "" 24.287 +"Please choose the path to the mail delivery agent (MDA), including its " 24.288 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 24.289 +"user name." 24.290 +msgstr "" 24.291 + 24.292 +#. Type: string 24.293 +#. Description 24.294 +#: ../masqmail.templates:12001 24.295 +msgid "For other substitutions please see the man page." 24.296 +msgstr "" 24.297 + 24.298 +#. Type: string 24.299 +#. Description 24.300 +#: ../masqmail.templates:12001 24.301 +msgid "" 24.302 +"This question is also asked if you did not set mbox_default to mda, since " 24.303 +"you can use mda for a set of users specially." 24.304 +msgstr "" 24.305 + 24.306 +#. Type: boolean 24.307 +#. Description 24.308 +#: ../masqmail.templates:13001 24.309 +msgid "Alias expansion regarding case or not:" 24.310 +msgstr "" 24.311 + 24.312 +#. Type: boolean 24.313 +#. Description 24.314 +#: ../masqmail.templates:13001 24.315 +msgid "" 24.316 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 24.317 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 24.318 +"to case." 24.319 +msgstr "" 24.320 + 24.321 +#. Type: boolean 24.322 +#. Description 24.323 +#: ../masqmail.templates:14001 24.324 +msgid "Start SMTP listening daemon?" 24.325 +msgstr "" 24.326 + 24.327 +#. Type: boolean 24.328 +#. Description 24.329 +#: ../masqmail.templates:14001 24.330 +msgid "" 24.331 +"Please choose whether you want masqmail to start as an SMTP listening " 24.332 +"daemon. You will need this if:\n" 24.333 +" - there are other hosts in your local network that may want to send\n" 24.334 +" mail via this host\n" 24.335 +" - you use a mail client that sends mail via SMTP (netscape,\n" 24.336 +" mozilla are examples)" 24.337 +msgstr "" 24.338 + 24.339 +#. Type: boolean 24.340 +#. Description 24.341 +#: ../masqmail.templates:15001 24.342 +msgid "Start SMTP queue running daemon?" 24.343 +msgstr "" 24.344 + 24.345 +#. Type: boolean 24.346 +#. Description 24.347 +#: ../masqmail.templates:15001 24.348 +msgid "" 24.349 +"Please choose this option if you want masqmail to start as a queue running " 24.350 +"daemon. You're very likely to need this. It is used for mail that cannot " 24.351 +"delivered immediately, either because of delivery failures or because you " 24.352 +"were not online on the first attempt to send a mail." 24.353 +msgstr "" 24.354 + 24.355 +#. Type: string 24.356 +#. Description 24.357 +#: ../masqmail.templates:16001 24.358 +msgid "Interval for the queue running daemon:" 24.359 +msgstr "" 24.360 + 24.361 +#. Type: string 24.362 +#. Description 24.363 +#: ../masqmail.templates:16001 24.364 +msgid "" 24.365 +"Please choose the interval for the queue running daemon. -q10m means flush " 24.366 +"the queue every 10 minutes." 24.367 +msgstr "" 24.368 + 24.369 +#. Type: string 24.370 +#. Description 24.371 +#: ../masqmail.templates:16001 24.372 +msgid "" 24.373 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 24.374 +"d,w for seconds, minutes, hours, days or weeks respectively." 24.375 +msgstr "" 24.376 + 24.377 +#. Type: string 24.378 +#. Description 24.379 +#: ../masqmail.templates:16001 24.380 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 24.381 +msgstr "" 24.382 + 24.383 +#. Type: boolean 24.384 +#. Description 24.385 +#: ../masqmail.templates:17001 24.386 +msgid "Start POP3 fetch daemon?" 24.387 +msgstr "" 24.388 + 24.389 +#. Type: boolean 24.390 +#. Description 24.391 +#: ../masqmail.templates:17001 24.392 +msgid "" 24.393 +"Please choose this option if you want masqmail to start as a fetch daemon. " 24.394 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 24.395 +"configure in regular intervals, detecting the online status first." 24.396 +msgstr "" 24.397 + 24.398 +#. Type: boolean 24.399 +#. Description 24.400 +#: ../masqmail.templates:17001 24.401 +msgid "" 24.402 +"No matter what you choose here, you can later select whether you want to " 24.403 +"fetch mail the moment you get online." 24.404 +msgstr "" 24.405 + 24.406 +#. Type: string 24.407 +#. Description 24.408 +#: ../masqmail.templates:18001 24.409 +msgid "Interval for the fetch daemon:" 24.410 +msgstr "" 24.411 + 24.412 +#. Type: string 24.413 +#. Description 24.414 +#: ../masqmail.templates:18001 24.415 +msgid "Please choose the interval for the fetch daemon." 24.416 +msgstr "" 24.417 + 24.418 +#. Type: string 24.419 +#. Description 24.420 +#: ../masqmail.templates:18001 24.421 +msgid "" 24.422 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 24.423 +"d,w for seconds, minutes, hours, days or weeks respectively." 24.424 +msgstr "" 24.425 + 24.426 +#. Type: string 24.427 +#. Description 24.428 +#: ../masqmail.templates:18001 24.429 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 24.430 +msgstr "" 24.431 + 24.432 +#. Type: boolean 24.433 +#. Description 24.434 +#: ../masqmail.templates:19001 24.435 +msgid "Flush mail queue when you get online?" 24.436 +msgstr "" 24.437 + 24.438 +#. Type: boolean 24.439 +#. Description 24.440 +#: ../masqmail.templates:19001 24.441 +msgid "" 24.442 +"Please choose whether you want masqmail to immediately flush its mail queue " 24.443 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 24.444 +"ip-up or in /etc/network/if-up.d/." 24.445 +msgstr "" 24.446 + 24.447 +#. Type: boolean 24.448 +#. Description 24.449 +#: ../masqmail.templates:20001 24.450 +msgid "Fetch mail when you get online?" 24.451 +msgstr "" 24.452 + 24.453 +#. Type: boolean 24.454 +#. Description 24.455 +#: ../masqmail.templates:20001 24.456 +msgid "" 24.457 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 24.458 +"servers as soon as you go online. This will be done in the ip-up script in /" 24.459 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 24.460 +msgstr "" 24.461 + 24.462 +#. Type: string 24.463 +#. Description 24.464 +#: ../masqmail.templates:21001 24.465 +msgid "List of interfaces used for masqmail online detection:" 24.466 +msgstr "" 24.467 + 24.468 +#. Type: string 24.469 +#. Description 24.470 +#: ../masqmail.templates:21001 24.471 +msgid "" 24.472 +"Please choose a list of network interfaces which will trigger queue runs and/" 24.473 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 24.474 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 24.475 +msgstr "" 24.476 + 24.477 +#. Type: string 24.478 +#. Description 24.479 +#: ../masqmail.templates:21001 24.480 +msgid "" 24.481 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 24.482 +"a notebook." 24.483 +msgstr "" 24.484 + 24.485 +#. Type: string 24.486 +#. Description 24.487 +#: ../masqmail.templates:21001 24.488 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 24.489 +msgstr ""
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/debian/po/vi.po Fri Sep 26 20:56:23 2008 +0200 25.3 @@ -0,0 +1,584 @@ 25.4 +# Vietnamese translation for MAS Qmail. 25.5 +# Copyright © 2006 Free Software Foundation, Inc. 25.6 +# Clytie Siddall <clytie@riverland.net.au>, 2006. 25.7 +# 25.8 +msgid "" 25.9 +msgstr "" 25.10 +"Project-Id-Version: masqmail\n" 25.11 +"Report-Msgid-Bugs-To: \n" 25.12 +"POT-Creation-Date: 2006-12-09 09:46+0100\n" 25.13 +"PO-Revision-Date: 2006-12-04 18:54+1030\n" 25.14 +"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" 25.15 +"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" 25.16 +"MIME-Version: 1.0\n" 25.17 +"Content-Type: text/plain; charset=utf-8\n" 25.18 +"Content-Transfer-Encoding: 8bit\n" 25.19 +"Plural-Forms: nplurals=1; plural=0;\n" 25.20 +"X-Generator: Mac PO Editor 1.0a10\n" 25.21 + 25.22 +#. Type: boolean 25.23 +#. Description 25.24 +#: ../masqmail.templates:1001 25.25 +msgid "Manage masqmail.conf using debconf?" 25.26 +msgstr "Cấu hình masqmail bằng debconf không?" 25.27 + 25.28 +#. Type: boolean 25.29 +#. Description 25.30 +#: ../masqmail.templates:1001 25.31 +msgid "" 25.32 +"The /etc/masqmail/masqmail.conf file can be handled automatically by " 25.33 +"debconf, or manually by you." 25.34 +msgstr "" 25.35 +"Tập tin cấu hình « /etc/masqmail/masqmail.conf » có thể được quản lý một " 25.36 +"cách tự động bằng debconf, hoặc bằng tay của bạn." 25.37 + 25.38 +#. Type: boolean 25.39 +#. Description 25.40 +#: ../masqmail.templates:1001 25.41 +msgid "" 25.42 +"Note that only specific, marked sections of the configuration file will be " 25.43 +"handled by debconf if you select this option; if those markers are absent, " 25.44 +"you will have to update the file manually, or move or delete the file." 25.45 +msgstr "" 25.46 +"Ghi chú rằng chỉ những phần riêng có dấu của tập tin cấu hình đó sẽ được " 25.47 +"quản lý bằng debconf nếu bạn bật tùy chọn này. Nếu không có dấu đặc biệt, " 25.48 +"bạn sẽ cần phải tự cập nhật tập tin đó, hoặc di chuyển hoặc xoá nó." 25.49 + 25.50 +#. Type: boolean 25.51 +#. Description 25.52 +#: ../masqmail.templates:2001 25.53 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" 25.54 +msgstr "Thay thế tập tin « /etc/masqmail/masqmail.conf » tồn tại không?" 25.55 + 25.56 +#. Type: boolean 25.57 +#. Description 25.58 +#: ../masqmail.templates:2001 25.59 +msgid "" 25.60 +"The existing /etc/masqmail/masqmail.conf file currently on the system does " 25.61 +"not contain a marked section for debconf to write its data." 25.62 +msgstr "" 25.63 +"Tập tin « /etc/masqmail/masqmail.conf » hiện thời nằm trên hệ thống không " 25.64 +"phải chứa phần có dấu gán nó cho debconf để ghi dữ liệu." 25.65 + 25.66 +#. Type: boolean 25.67 +#. Description 25.68 +#: ../masqmail.templates:2001 25.69 +msgid "" 25.70 +"If you select this option, the existing configuration file will be backed up " 25.71 +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" 25.72 +"masqmail/masqmail.conf. If you do not select this option, the existing " 25.73 +"configuration file will not be managed by debconf, and no further questions " 25.74 +"about masqmail configuration will be asked." 25.75 +msgstr "" 25.76 +"Nếu bạn bật tùy chọn này, tập tin cấu hình tồn tại sẽ được sao lưu vào « /" 25.77 +"etc/masqmail/masqmail.conf.debconf-backup », và một tập tin mới được ghi vào " 25.78 +"« /etc/masqmail/masqmail.conf ». Còn nếu bạn không bật tùy chọn này, tập tin " 25.79 +"cấu hình tồn tại sẽ không được quản lý bằng debconf, và không có câu hỏi " 25.80 +"thêm nữa sẽ được hỏi về cấu hình của masqmail." 25.81 + 25.82 +#. Type: string 25.83 +#. Description 25.84 +#: ../masqmail.templates:3001 25.85 +msgid "Masqmail host name:" 25.86 +msgstr "Tên máy masqmail:" 25.87 + 25.88 +#. Type: string 25.89 +#. Description 25.90 +#: ../masqmail.templates:3001 25.91 +msgid "" 25.92 +"Please enter the name used by masqmail to identify itself to others. This is " 25.93 +"most likely your hostname. It is used in its SMTP greeting banner, for " 25.94 +"expanding unqualified addresses, the Message ID and so on." 25.95 +msgstr "" 25.96 +"Hãy gõ tên được dùng bởi Masqmail để nhận diện nó cho phần mềm khác. Rất có " 25.97 +"thể là tên máy của bạn. Nó được dùng trên biểu ngữ chào mừng SMTP, để mở " 25.98 +"rộng các địa chỉ chưa hoàn toàn, trong « Message ID » (mã nhận diện thông " 25.99 +"điệp) v.v." 25.100 + 25.101 +#. Type: string 25.102 +#. Description 25.103 +#: ../masqmail.templates:4001 25.104 +msgid "Hosts considered local:" 25.105 +msgstr "Các máy cục bộ :" 25.106 + 25.107 +#. Type: string 25.108 +#. Description 25.109 +#: ../masqmail.templates:4001 25.110 +msgid "" 25.111 +"Please enter a list of hosts, separated with semicolons (;), which are " 25.112 +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " 25.113 +"(or Maildir or MDA) on this host." 25.114 +msgstr "" 25.115 +"Hãy gõ danh sách các máy, định giới bằng dấu chấm phẩy, mà được xem là « cục " 25.116 +"bộ », tức là các thư được gửi cho máy này sẽ được phát cho hộp thư (hay " 25.117 +"Maildir hay MDA) trên máy này." 25.118 + 25.119 +#. Type: string 25.120 +#. Description 25.121 +#: ../masqmail.templates:4001 25.122 +msgid "" 25.123 +"You will most likely insert 'localhost', your hostname in its fully " 25.124 +"qualified form and just the simple hostname here." 25.125 +msgstr "" 25.126 +"Ở đây bạn rất có thể chèn « localhost » (máy cục bộ), tên máy của bạn có " 25.127 +"dạng đầy đủ, và chỉ tên máy đơn giản." 25.128 + 25.129 +#. Type: string 25.130 +#. Description 25.131 +#: ../masqmail.templates:4001 25.132 +msgid "You can also use wildcard expressions like '*' and '?'." 25.133 +msgstr "Cũng có khả năng sử dụng ký tự đại diện như « * » và « ? »." 25.134 + 25.135 +#. Type: string 25.136 +#. Description 25.137 +#: ../masqmail.templates:5001 25.138 +msgid "Nets considered local:" 25.139 +msgstr "Các mạng cục bộ :" 25.140 + 25.141 +#. Type: string 25.142 +#. Description 25.143 +#: ../masqmail.templates:5001 25.144 +msgid "" 25.145 +"Please enter a list of hosts, separated with semicolons (;), which are on " 25.146 +"your local network, ie. they are always reachable, without a dialup " 25.147 +"connection. Mail to these hosts will be delivered immediately, without " 25.148 +"checking for the online status." 25.149 +msgstr "" 25.150 +"Hãy gõ danh sách các máy, định giới bằng dấu chấm phẩy, mà nằm trên mạng cục " 25.151 +"bộ (LAN), tức là luôn luôn có thể tới chúng, không cần sự kết nối quay số. " 25.152 +"Các thư được gửi cho máy kiểu này sẽ được phát ngay tức khắc, không cần kiểm " 25.153 +"tra trạng thái trực tuyến." 25.154 + 25.155 +#. Type: string 25.156 +#. Description 25.157 +#: ../masqmail.templates:5001 25.158 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" 25.159 +msgstr "" 25.160 +"Cũng có khả năng sử dụng ký tự đại diện như « * » và « ? », v.d. « *." 25.161 +"mạng_bạn.local »." 25.162 + 25.163 +#. Type: string 25.164 +#. Description 25.165 +#: ../masqmail.templates:5001 25.166 +msgid "" 25.167 +"If you have only one box, you can leave this empty. If you do not want to " 25.168 +"use masqmail as an offline MTA, and the whole internet or another mail " 25.169 +"server which accepts outgoing mail is at all times reachable to you, just " 25.170 +"insert '*'." 25.171 +msgstr "" 25.172 +"Nếu bạn chỉ có một máy tính thì có thể bỏ trống. Nếu bạn không muốn sử dụng " 25.173 +"masqmail như là MTA ngoại tuyến, cũng luôn luôn có thể tới toàn bộ Mạng hay " 25.174 +"máy phục vụ thư tín khác mà chấp nhận các thư được gửi đi, chỉ hãy chèn dấu " 25.175 +"sao « * »." 25.176 + 25.177 +#. Type: string 25.178 +#. Description 25.179 +#: ../masqmail.templates:6001 25.180 +msgid "Interfaces for incoming connections:" 25.181 +msgstr "Các giao diện nhận kết nối:" 25.182 + 25.183 +#. Type: string 25.184 +#. Description 25.185 +#: ../masqmail.templates:6001 25.186 +msgid "" 25.187 +"Masqmail, for security reasons, does not listen an all network interfaces by " 25.188 +"default. If there are no other hosts connected to your host, just leave the " 25.189 +"default 'localhost:25' value. If there are other hosts that may want to send " 25.190 +"SMTP messages to this host, add the address of your network interface here, " 25.191 +"eg.: localhost:25;192.168.1.2:25." 25.192 +msgstr "" 25.193 +"Trình masqmail, vì lý do bảo mật, không lắng nghe trên mọi giao diện mạng " 25.194 +"theo mặc định. Nếu không có máy khác được kết nối đến máy của bạn, chỉ hãy " 25.195 +"để lại giá trị « localhost:25 » mặc định. Còn nếu có máy khác có thể sẽ gửi " 25.196 +"thông điệp SMTP cho máy này, hãy thêm vào đây địa chỉ của giao diện mạng của " 25.197 +"bạn, v.d. « localhost:25;192.168.1.2:25 »." 25.198 + 25.199 +#. Type: string 25.200 +#. Description 25.201 +#: ../masqmail.templates:6001 25.202 +msgid "" 25.203 +"Of course you can also replace the '25' with another port number, however " 25.204 +"this is unusual." 25.205 +msgstr "" 25.206 +"Tất nhiên, bạn cũng có khả năng thay thế số « 25 » bằng số hiệu cổng khác, " 25.207 +"nhưng thường không phải." 25.208 + 25.209 +#. Type: boolean 25.210 +#. Description 25.211 +#: ../masqmail.templates:7001 25.212 +msgid "Use syslogd for logs?" 25.213 +msgstr "Dùng syslogd cho bản ghi không?" 25.214 + 25.215 +#. Type: boolean 25.216 +#. Description 25.217 +#: ../masqmail.templates:7001 25.218 +msgid "" 25.219 +"You can decide whether masqmail should log via syslog or not. If not, logs " 25.220 +"will be written to /var/log/masqmail/masqmail.log." 25.221 +msgstr "" 25.222 +"Bạn có dịp chọn nếu masqmail nên ghi lưu thông qua phần mềm ghi lưu hệ thống " 25.223 +"syslog hay không. Nếu không thì các bản ghi sẽ được ghi vào « /var/log/" 25.224 +"masqmail/masqmail.log »." 25.225 + 25.226 +#. Type: select 25.227 +#. Choices 25.228 +#: ../masqmail.templates:8001 25.229 +msgid "file" 25.230 +msgstr "tập tin" 25.231 + 25.232 +#. Type: select 25.233 +#. Choices 25.234 +#: ../masqmail.templates:8001 25.235 +msgid "pipe" 25.236 +msgstr "ống dẫn" 25.237 + 25.238 +#. Type: select 25.239 +#. Description 25.240 +#: ../masqmail.templates:8002 25.241 +msgid "Online detection method:" 25.242 +msgstr "Phương pháp phát hiện trực tuyến:" 25.243 + 25.244 +#. Type: select 25.245 +#. Description 25.246 +#: ../masqmail.templates:8002 25.247 +msgid "" 25.248 +"Masqmail has different methods to determine whether it is online or not, " 25.249 +"these are 'file','pipe'." 25.250 +msgstr "" 25.251 +"Masqmail có hai phương pháp khác để phát hiện nếu nó trực tuyến hay không: « " 25.252 +"tập tin » và « ống dẫn »." 25.253 + 25.254 +#. Type: select 25.255 +#. Description 25.256 +#: ../masqmail.templates:8002 25.257 +msgid "" 25.258 +"For 'file', masqmail checks for the existence of a file, and, if it exists, " 25.259 +"reads from it the name of the connection." 25.260 +msgstr "" 25.261 +"Đối với « tập tin », masqmail kiểm tra có tập tin chưa, và nếu có, đọc từ nó " 25.262 +"tên của sự kết nối." 25.263 + 25.264 +#. Type: select 25.265 +#. Description 25.266 +#: ../masqmail.templates:8002 25.267 +msgid "" 25.268 +"For 'pipe', masqmail calls a program or script, which outputs the name if " 25.269 +"online or nothing if not. You can use eg. the program guessnet for this." 25.270 +msgstr "" 25.271 +"Còn đối với « ống dẫn », masqmail gọi chương trình hay văn lệnh mà xuất tên " 25.272 +"nếu trực tuyến, không hoặc gì nếu không phải. Chương trình có khả năng này " 25.273 +"gồm guessnet và whereami." 25.274 + 25.275 +#. Type: string 25.276 +#. Description 25.277 +#: ../masqmail.templates:9001 25.278 +msgid "File used to determine the online status:" 25.279 +msgstr "Tập tin dùng để quyết định trạng thái trực tuyến:" 25.280 + 25.281 +#. Type: string 25.282 +#. Description 25.283 +#: ../masqmail.templates:10001 25.284 +msgid "Name of the program used to determine the online status:" 25.285 +msgstr "Tên của chương trình dùng để quyết định trạng thái trực tuyến:" 25.286 + 25.287 +#. Type: string 25.288 +#. Description 25.289 +#: ../masqmail.templates:10001 25.290 +msgid "" 25.291 +"Please choose the program to use to determine the online status. Please note " 25.292 +"that, when this program is called, masqmail has the user id 'mail'." 25.293 +msgstr "" 25.294 +"Hãy chọn chương trình cần dùng để quyết định trạng thái trực tuyến. Ghi chú " 25.295 +"rằng khi chương trình này được gọi, masqmail có mã nhận diện người dùng là « " 25.296 +"mail » (thư tín)." 25.297 + 25.298 +#. Type: select 25.299 +#. Description 25.300 +#: ../masqmail.templates:11001 25.301 +msgid "Local delivery style:" 25.302 +msgstr "Cách phát cục bộ :" 25.303 + 25.304 +#. Type: select 25.305 +#. Description 25.306 +#: ../masqmail.templates:11001 25.307 +msgid "" 25.308 +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " 25.309 +"qmail style Maildir in the users home dir." 25.310 +msgstr "" 25.311 +"Các thư cục bộ có thể được phát cho hộp thư, cho MDA (v.d. procmail) hoặc " 25.312 +"cho maildir kiểu qmail nằm trong thư mục gốc của người dùng." 25.313 + 25.314 +#. Type: select 25.315 +#. Description 25.316 +#: ../masqmail.templates:11001 25.317 +msgid "" 25.318 +"You can select the default style here. You can configure this also on a per-" 25.319 +"user basis with the options mbox_users, mda_users and maildir_users." 25.320 +msgstr "" 25.321 +"Ở đây bạn có thể chọn cách mặc định. Cũng có thể cấu hình nó đặc trưng cho " 25.322 +"người dùng, bằng tùy chọn « mbox_users », « mda_users » và « maildir_users »." 25.323 + 25.324 +#. Type: string 25.325 +#. Description 25.326 +#: ../masqmail.templates:12001 25.327 +msgid "MDA command line (including options):" 25.328 +msgstr "Dòng lệnh MDA (gồm các tùy chọn):" 25.329 + 25.330 +#. Type: string 25.331 +#. Description 25.332 +#: ../masqmail.templates:12001 25.333 +msgid "" 25.334 +"Please choose the path to the mail delivery agent (MDA), including its " 25.335 +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " 25.336 +"user name." 25.337 +msgstr "" 25.338 +"Hãy chọn đường dẫn đến tác nhân phát thư (MDA), gồm các đối số. Có thể thay " 25.339 +"thế giá trị, v.d. « ${rcpt_local} » cho tên người dùng." 25.340 + 25.341 +#. Type: string 25.342 +#. Description 25.343 +#: ../masqmail.templates:12001 25.344 +msgid "For other substitutions please see the man page." 25.345 +msgstr "" 25.346 +"Đối với giá trị thay thế khác, xem trang hướng dẫn (dùng lệnh « man masqmail " 25.347 +"»)." 25.348 + 25.349 +#. Type: string 25.350 +#. Description 25.351 +#: ../masqmail.templates:12001 25.352 +msgid "" 25.353 +"This question is also asked if you did not set mbox_default to mda, since " 25.354 +"you can use mda for a set of users specially." 25.355 +msgstr "" 25.356 +"Câu này cũng được hỏi nếu bạn đã không đặt « mbox_default » (hộp thư mặc " 25.357 +"định) thành « mda », vì bạn có khả năng sử dụng mda cho một tập người dùng " 25.358 +"riêng." 25.359 + 25.360 +#. Type: boolean 25.361 +#. Description 25.362 +#: ../masqmail.templates:13001 25.363 +msgid "Alias expansion regarding case or not:" 25.364 +msgstr "Mở rộng bí danh phân biệt chữ hoa/thường không?" 25.365 + 25.366 +#. Type: boolean 25.367 +#. Description 25.368 +#: ../masqmail.templates:13001 25.369 +msgid "" 25.370 +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " 25.371 +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " 25.372 +"to case." 25.373 +msgstr "" 25.374 +"Masqmail dùng tập tin « /etc/aliases » để chuyển tiếp địa chỉ cục bộ. Việc " 25.375 +"tìm kiếm qua tập tin này có thể phân biệt chữ hoa/thường hay không." 25.376 + 25.377 +#. Type: boolean 25.378 +#. Description 25.379 +#: ../masqmail.templates:14001 25.380 +msgid "Start SMTP listening daemon?" 25.381 +msgstr "Khởi chạy trình nền lắng nghe SMTP không?" 25.382 + 25.383 +#. Type: boolean 25.384 +#. Description 25.385 +#: ../masqmail.templates:14001 25.386 +msgid "" 25.387 +"Please choose whether you want masqmail to start as an SMTP listening " 25.388 +"daemon. You will need this if:\n" 25.389 +" - there are other hosts in your local network that may want to send\n" 25.390 +" mail via this host\n" 25.391 +" - you use a mail client that sends mail via SMTP (netscape,\n" 25.392 +" mozilla are examples)" 25.393 +msgstr "" 25.394 +"Hãy chọn nếu bạn muốn masqmail khởi chạy như là trình nền lắng nghe SMTP hay " 25.395 +"không. Thiết lập này cần thiết nếu :\n" 25.396 +" • có máy khác cũng nằm trên mạng cục bộ mà có thể sẽ gửi thư thông qua máy " 25.397 +"này\n" 25.398 +" • bạn dùng ứng dụng khách thư mà gửi thư thông qua SMTP (v.d. netscape, " 25.399 +"mozilla)." 25.400 + 25.401 +#. Type: boolean 25.402 +#. Description 25.403 +#: ../masqmail.templates:15001 25.404 +msgid "Start SMTP queue running daemon?" 25.405 +msgstr "Khởi chạy trình nền chạy hàng đợi SMTP không?" 25.406 + 25.407 +#. Type: boolean 25.408 +#. Description 25.409 +#: ../masqmail.templates:15001 25.410 +msgid "" 25.411 +"Please choose this option if you want masqmail to start as a queue running " 25.412 +"daemon. You're very likely to need this. It is used for mail that cannot " 25.413 +"delivered immediately, either because of delivery failures or because you " 25.414 +"were not online on the first attempt to send a mail." 25.415 +msgstr "" 25.416 +"Hãy bật tùy chọn này nếu bạn muốn masqmail khởi chạy như là trình nền chạy " 25.417 +"hàng đợi. Thiết lập này khuyến khích để quản lý các thư chưa phát được, hoặc " 25.418 +"vì việc phát bị lỗi hoặc vì bạn không phải trực tuyến khi mới gửi thư đó." 25.419 + 25.420 +#. Type: string 25.421 +#. Description 25.422 +#: ../masqmail.templates:16001 25.423 +msgid "Interval for the queue running daemon:" 25.424 +msgstr "Khoảng cho trình nền chạy hàng đợi:" 25.425 + 25.426 +#. Type: string 25.427 +#. Description 25.428 +#: ../masqmail.templates:16001 25.429 +msgid "" 25.430 +"Please choose the interval for the queue running daemon. -q10m means flush " 25.431 +"the queue every 10 minutes." 25.432 +msgstr "" 25.433 +"Hãy chọn thời gian giữa hai lần xóa sạch hàng đợi. « -q10m » có nghĩa là " 25.434 +"trình nền chạy hàng đợi sẽ thao tác mọi thư nằm trong hàng đợi vào mỗi mười " 25.435 +"phút." 25.436 + 25.437 +#. Type: string 25.438 +#. Description 25.439 +#: ../masqmail.templates:16001 25.440 +msgid "" 25.441 +"The format is -q, followed by an numeric value and one of the letters s,m,h," 25.442 +"d,w for seconds, minutes, hours, days or weeks respectively." 25.443 +msgstr "" 25.444 +"Cú pháp là « -q », con số và một của những chữ :\n" 25.445 +" • s\t\tgiây\n" 25.446 +" • m\t\tphút\n" 25.447 +" • h\t\tgiờ\n" 25.448 +" • d\t\tngày\n" 25.449 +" • w\t\ttuần." 25.450 + 25.451 +#. Type: string 25.452 +#. Description 25.453 +#: ../masqmail.templates:16001 25.454 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." 25.455 +msgstr "Giá trị thường nằm trong phạm vị 5 phút (-q5m) đến 2 giờ (-q2h)." 25.456 + 25.457 +#. Type: boolean 25.458 +#. Description 25.459 +#: ../masqmail.templates:17001 25.460 +msgid "Start POP3 fetch daemon?" 25.461 +msgstr "Khởi chạy trình nền fetch POP3 không?" 25.462 + 25.463 +#. Type: boolean 25.464 +#. Description 25.465 +#: ../masqmail.templates:17001 25.466 +msgid "" 25.467 +"Please choose this option if you want masqmail to start as a fetch daemon. " 25.468 +"If you do so, masqmail will try to fetch mail from POP3 servers that you " 25.469 +"configure in regular intervals, detecting the online status first." 25.470 +msgstr "" 25.471 +"Hãy bật tùy chọn này nếu bạn muốn masqmail khởi chạy như là trình nền fetch. " 25.472 +"Nếu có, masqmail sẽ thử định kỳ lấy các thư từ máy phục vụ POP mà bạn cấu " 25.473 +"hình, trước tiên phát hiện trạng thái trực tuyến." 25.474 + 25.475 +#. Type: boolean 25.476 +#. Description 25.477 +#: ../masqmail.templates:17001 25.478 +msgid "" 25.479 +"No matter what you choose here, you can later select whether you want to " 25.480 +"fetch mail the moment you get online." 25.481 +msgstr "" 25.482 +"Bất chấp bạn chọn gì ở đây, lúc sau bạn vẫn còn có khả năng chọn lấy thư hay " 25.483 +"không khi mới trực tuyến." 25.484 + 25.485 +#. Type: string 25.486 +#. Description 25.487 +#: ../masqmail.templates:18001 25.488 +msgid "Interval for the fetch daemon:" 25.489 +msgstr "Khoảng cho trình nền fetch:" 25.490 + 25.491 +#. Type: string 25.492 +#. Description 25.493 +#: ../masqmail.templates:18001 25.494 +msgid "Please choose the interval for the fetch daemon." 25.495 +msgstr "Hãy chọn thời gian giữa hai lần lấy thư cho trình nền fetch." 25.496 + 25.497 +#. Type: string 25.498 +#. Description 25.499 +#: ../masqmail.templates:18001 25.500 +msgid "" 25.501 +"The format is -go, followed by an numeric value and one of the letters s,m,h," 25.502 +"d,w for seconds, minutes, hours, days or weeks respectively." 25.503 +msgstr "" 25.504 +"Cú pháp là « -go », con số và một của những chữ :\n" 25.505 +" • s\t\tgiây\n" 25.506 +" • m\t\tphút\n" 25.507 +" • h\t\tgiờ\n" 25.508 +" • d\t\tngày\n" 25.509 +" • w\t\ttuần." 25.510 + 25.511 +#. Type: string 25.512 +#. Description 25.513 +#: ../masqmail.templates:18001 25.514 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." 25.515 +msgstr "Giá trị thường nằm trong phạm vị 2 phút (-go2m) và 2 giờ (-go2h)." 25.516 + 25.517 +#. Type: boolean 25.518 +#. Description 25.519 +#: ../masqmail.templates:19001 25.520 +msgid "Flush mail queue when you get online?" 25.521 +msgstr "Xoá sạch hàng đợi thư một khi trực tuyến không?" 25.522 + 25.523 +#. Type: boolean 25.524 +#. Description 25.525 +#: ../masqmail.templates:19001 25.526 +msgid "" 25.527 +"Please choose whether you want masqmail to immediately flush its mail queue " 25.528 +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" 25.529 +"ip-up or in /etc/network/if-up.d/." 25.530 +msgstr "" 25.531 +"Hãy chọn nếu bạn muốn masqmail quản lý các thư còn nằm trong hàng đợi thư " 25.532 +"một khi bạn trực tuyến. Lệnh này được thực hiện khi chạy văn lệnh ip-up " 25.533 +"(trong « /etc/ppp/ip-up » hay « /etc/network/if-up.d/ »)." 25.534 + 25.535 +#. Type: boolean 25.536 +#. Description 25.537 +#: ../masqmail.templates:20001 25.538 +msgid "Fetch mail when you get online?" 25.539 +msgstr "Lấy thư một khi trực tuyến không?" 25.540 + 25.541 +#. Type: boolean 25.542 +#. Description 25.543 +#: ../masqmail.templates:20001 25.544 +msgid "" 25.545 +"Please choose whether you want masqmail to immediately fetch mail from POP3 " 25.546 +"servers as soon as you go online. This will be done in the ip-up script in /" 25.547 +"etc/ppp/ip-up or in /etc/network/if-up.d/." 25.548 +msgstr "" 25.549 +"Hãy chọn nếu bạn muốn masqmail lấy thư từ máy phục vụ POP3 một khi bạn trực " 25.550 +"tuyến. Lệnh này được thực hiện khi chạy văn lệnh ip-up (trong « /etc/ppp/ip-" 25.551 +"up » hay « /etc/network/if-up.d/ »)." 25.552 + 25.553 +#. Type: string 25.554 +#. Description 25.555 +#: ../masqmail.templates:21001 25.556 +msgid "List of interfaces used for masqmail online detection:" 25.557 +msgstr "Danh sách giao diện dùng để masqmail phát hiện trực tuyến:" 25.558 + 25.559 +#. Type: string 25.560 +#. Description 25.561 +#: ../masqmail.templates:21001 25.562 +msgid "" 25.563 +"Please choose a list of network interfaces which will trigger queue runs and/" 25.564 +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " 25.565 +"and /etc/network/if-up.d/ scripts, when the interface goes up." 25.566 +msgstr "" 25.567 +"Hãy chọn một danh sách các giao diện mạng sẽ gây ra việc chạy hàng đợi và/" 25.568 +"hay lấy thư một khi hoạt động. Danh sách này sẽ được dùng trong những văn " 25.569 +"lệnh « /etc/ppp/ip-up » và « /etc/network/if-up.d/ »." 25.570 + 25.571 +#. Type: string 25.572 +#. Description 25.573 +#: ../masqmail.templates:21001 25.574 +msgid "" 25.575 +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " 25.576 +"a notebook." 25.577 +msgstr "" 25.578 +"Giá trị thường là « ppp0 » cho máy tính cá nhân ở nhà, hoặc « ppp0 eth0 » " 25.579 +"cho máy tính xách tay." 25.580 + 25.581 +#. Type: string 25.582 +#. Description 25.583 +#: ../masqmail.templates:21001 25.584 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." 25.585 +msgstr "" 25.586 +"Đặt thành « all » (tất cả) để bật mọi giao diện, hoặc « none » (không có) để " 25.587 +"tắt mọi giao diện."
26.1 --- a/debian/postinst Fri Sep 26 17:05:23 2008 +0200 26.2 +++ b/debian/postinst Fri Sep 26 20:56:23 2008 +0200 26.3 @@ -74,7 +74,7 @@ 26.4 sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP 26.5 fi 26.6 cat $DEBCONFTMP >> $WORKTMP 26.7 - sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> $WORKTMP 26.8 + sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> $WORKTMP 26.9 else 26.10 echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2; 26.11 echo "not writing masqmail configuration file." >&2;
27.1 --- a/debian/rules Fri Sep 26 17:05:23 2008 +0200 27.2 +++ b/debian/rules Fri Sep 26 20:56:23 2008 +0200 27.3 @@ -1,7 +1,5 @@ 27.4 #!/usr/bin/make -f 27.5 27.6 -export DH_COMPAT=3 27.7 - 27.8 # Uncomment this to turn on verbose mode. 27.9 #export DH_VERBOSE=1 27.10 DOC = usr/doc 27.11 @@ -44,7 +42,9 @@ 27.12 # Add here commands to clean up after the build process. 27.13 -$(MAKE) clean 27.14 -$(MAKE) distclean 27.15 - rm -f tests/{test.conf,local.sh,smtpout.sh} 27.16 + rm -f tests/test.conf 27.17 + rm -f tests/local.sh 27.18 + rm -f tests/smtpout.sh 27.19 # see /usr/share/doc/autotools-dev/README.Debian.gz 27.20 -test -r /usr/share/misc/config.sub && \ 27.21 cp -f /usr/share/misc/config.sub config.sub
28.1 --- a/docs/Makefile.in Fri Sep 26 17:05:23 2008 +0200 28.2 +++ b/docs/Makefile.in Fri Sep 26 20:56:23 2008 +0200 28.3 @@ -59,6 +59,7 @@ 28.4 EXEEXT = @EXEEXT@ 28.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 28.6 GLIB_LIBS = @GLIB_LIBS@ 28.7 +GREP = @GREP@ 28.8 IDENT_LIBS = @IDENT_LIBS@ 28.9 INSTALL_DATA = @INSTALL_DATA@ 28.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 28.11 @@ -88,9 +89,6 @@ 28.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 28.13 VERSION = @VERSION@ 28.14 ac_ct_CC = @ac_ct_CC@ 28.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 28.16 -ac_ct_STRIP = @ac_ct_STRIP@ 28.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 28.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 28.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 28.20 am__include = @am__include@ 28.21 @@ -99,19 +97,26 @@ 28.22 bindir = @bindir@ 28.23 build_alias = @build_alias@ 28.24 datadir = @datadir@ 28.25 +datarootdir = @datarootdir@ 28.26 +docdir = @docdir@ 28.27 +dvidir = @dvidir@ 28.28 exec_prefix = @exec_prefix@ 28.29 has_ident = @has_ident@ 28.30 host_alias = @host_alias@ 28.31 +htmldir = @htmldir@ 28.32 includedir = @includedir@ 28.33 infodir = @infodir@ 28.34 install_sh = @install_sh@ 28.35 libdir = @libdir@ 28.36 libexecdir = @libexecdir@ 28.37 +localedir = @localedir@ 28.38 localstatedir = @localstatedir@ 28.39 mandir = @mandir@ 28.40 oldincludedir = @oldincludedir@ 28.41 +pdfdir = @pdfdir@ 28.42 prefix = @prefix@ 28.43 program_transform_name = @program_transform_name@ 28.44 +psdir = @psdir@ 28.45 sbindir = @sbindir@ 28.46 sharedstatedir = @sharedstatedir@ 28.47 sysconfdir = @sysconfdir@
29.1 --- a/docs/man/Makefile.in Fri Sep 26 17:05:23 2008 +0200 29.2 +++ b/docs/man/Makefile.in Fri Sep 26 20:56:23 2008 +0200 29.3 @@ -59,6 +59,7 @@ 29.4 EXEEXT = @EXEEXT@ 29.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 29.6 GLIB_LIBS = @GLIB_LIBS@ 29.7 +GREP = @GREP@ 29.8 IDENT_LIBS = @IDENT_LIBS@ 29.9 INSTALL_DATA = @INSTALL_DATA@ 29.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 29.11 @@ -88,9 +89,6 @@ 29.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 29.13 VERSION = @VERSION@ 29.14 ac_ct_CC = @ac_ct_CC@ 29.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 29.16 -ac_ct_STRIP = @ac_ct_STRIP@ 29.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 29.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 29.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 29.20 am__include = @am__include@ 29.21 @@ -99,19 +97,26 @@ 29.22 bindir = @bindir@ 29.23 build_alias = @build_alias@ 29.24 datadir = @datadir@ 29.25 +datarootdir = @datarootdir@ 29.26 +docdir = @docdir@ 29.27 +dvidir = @dvidir@ 29.28 exec_prefix = @exec_prefix@ 29.29 has_ident = @has_ident@ 29.30 host_alias = @host_alias@ 29.31 +htmldir = @htmldir@ 29.32 includedir = @includedir@ 29.33 infodir = @infodir@ 29.34 install_sh = @install_sh@ 29.35 libdir = @libdir@ 29.36 libexecdir = @libexecdir@ 29.37 +localedir = @localedir@ 29.38 localstatedir = @localstatedir@ 29.39 mandir = @mandir@ 29.40 oldincludedir = @oldincludedir@ 29.41 +pdfdir = @pdfdir@ 29.42 prefix = @prefix@ 29.43 program_transform_name = @program_transform_name@ 29.44 +psdir = @psdir@ 29.45 sbindir = @sbindir@ 29.46 sharedstatedir = @sharedstatedir@ 29.47 sysconfdir = @sysconfdir@
30.1 --- a/docs/xml/Makefile.in Fri Sep 26 17:05:23 2008 +0200 30.2 +++ b/docs/xml/Makefile.in Fri Sep 26 20:56:23 2008 +0200 30.3 @@ -59,6 +59,7 @@ 30.4 EXEEXT = @EXEEXT@ 30.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 30.6 GLIB_LIBS = @GLIB_LIBS@ 30.7 +GREP = @GREP@ 30.8 IDENT_LIBS = @IDENT_LIBS@ 30.9 INSTALL_DATA = @INSTALL_DATA@ 30.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 30.11 @@ -88,9 +89,6 @@ 30.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 30.13 VERSION = @VERSION@ 30.14 ac_ct_CC = @ac_ct_CC@ 30.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 30.16 -ac_ct_STRIP = @ac_ct_STRIP@ 30.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 30.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 30.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 30.20 am__include = @am__include@ 30.21 @@ -99,19 +97,26 @@ 30.22 bindir = @bindir@ 30.23 build_alias = @build_alias@ 30.24 datadir = @datadir@ 30.25 +datarootdir = @datarootdir@ 30.26 +docdir = @docdir@ 30.27 +dvidir = @dvidir@ 30.28 exec_prefix = @exec_prefix@ 30.29 has_ident = @has_ident@ 30.30 host_alias = @host_alias@ 30.31 +htmldir = @htmldir@ 30.32 includedir = @includedir@ 30.33 infodir = @infodir@ 30.34 install_sh = @install_sh@ 30.35 libdir = @libdir@ 30.36 libexecdir = @libexecdir@ 30.37 +localedir = @localedir@ 30.38 localstatedir = @localstatedir@ 30.39 mandir = @mandir@ 30.40 oldincludedir = @oldincludedir@ 30.41 +pdfdir = @pdfdir@ 30.42 prefix = @prefix@ 30.43 program_transform_name = @program_transform_name@ 30.44 +psdir = @psdir@ 30.45 sbindir = @sbindir@ 30.46 sharedstatedir = @sharedstatedir@ 30.47 sysconfdir = @sysconfdir@
31.1 --- a/src/Makefile.in Fri Sep 26 17:05:23 2008 +0200 31.2 +++ b/src/Makefile.in Fri Sep 26 20:56:23 2008 +0200 31.3 @@ -59,6 +59,7 @@ 31.4 EXEEXT = @EXEEXT@ 31.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 31.6 GLIB_LIBS = @GLIB_LIBS@ 31.7 +GREP = @GREP@ 31.8 IDENT_LIBS = @IDENT_LIBS@ 31.9 INSTALL_DATA = @INSTALL_DATA@ 31.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 31.11 @@ -88,9 +89,6 @@ 31.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 31.13 VERSION = @VERSION@ 31.14 ac_ct_CC = @ac_ct_CC@ 31.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 31.16 -ac_ct_STRIP = @ac_ct_STRIP@ 31.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 31.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 31.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 31.20 am__include = @am__include@ 31.21 @@ -99,19 +97,26 @@ 31.22 bindir = @bindir@ 31.23 build_alias = @build_alias@ 31.24 datadir = @datadir@ 31.25 +datarootdir = @datarootdir@ 31.26 +docdir = @docdir@ 31.27 +dvidir = @dvidir@ 31.28 exec_prefix = @exec_prefix@ 31.29 has_ident = @has_ident@ 31.30 host_alias = @host_alias@ 31.31 +htmldir = @htmldir@ 31.32 includedir = @includedir@ 31.33 infodir = @infodir@ 31.34 install_sh = @install_sh@ 31.35 libdir = @libdir@ 31.36 libexecdir = @libexecdir@ 31.37 +localedir = @localedir@ 31.38 localstatedir = @localstatedir@ 31.39 mandir = @mandir@ 31.40 oldincludedir = @oldincludedir@ 31.41 +pdfdir = @pdfdir@ 31.42 prefix = @prefix@ 31.43 program_transform_name = @program_transform_name@ 31.44 +psdir = @psdir@ 31.45 sbindir = @sbindir@ 31.46 sharedstatedir = @sharedstatedir@ 31.47 sysconfdir = @sysconfdir@
32.1 --- a/src/base64/Makefile.in Fri Sep 26 17:05:23 2008 +0200 32.2 +++ b/src/base64/Makefile.in Fri Sep 26 20:56:23 2008 +0200 32.3 @@ -59,6 +59,7 @@ 32.4 EXEEXT = @EXEEXT@ 32.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 32.6 GLIB_LIBS = @GLIB_LIBS@ 32.7 +GREP = @GREP@ 32.8 IDENT_LIBS = @IDENT_LIBS@ 32.9 INSTALL_DATA = @INSTALL_DATA@ 32.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 32.11 @@ -88,9 +89,6 @@ 32.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 32.13 VERSION = @VERSION@ 32.14 ac_ct_CC = @ac_ct_CC@ 32.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 32.16 -ac_ct_STRIP = @ac_ct_STRIP@ 32.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 32.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 32.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 32.20 am__include = @am__include@ 32.21 @@ -99,19 +97,26 @@ 32.22 bindir = @bindir@ 32.23 build_alias = @build_alias@ 32.24 datadir = @datadir@ 32.25 +datarootdir = @datarootdir@ 32.26 +docdir = @docdir@ 32.27 +dvidir = @dvidir@ 32.28 exec_prefix = @exec_prefix@ 32.29 has_ident = @has_ident@ 32.30 host_alias = @host_alias@ 32.31 +htmldir = @htmldir@ 32.32 includedir = @includedir@ 32.33 infodir = @infodir@ 32.34 install_sh = @install_sh@ 32.35 libdir = @libdir@ 32.36 libexecdir = @libexecdir@ 32.37 +localedir = @localedir@ 32.38 localstatedir = @localstatedir@ 32.39 mandir = @mandir@ 32.40 oldincludedir = @oldincludedir@ 32.41 +pdfdir = @pdfdir@ 32.42 prefix = @prefix@ 32.43 program_transform_name = @program_transform_name@ 32.44 +psdir = @psdir@ 32.45 sbindir = @sbindir@ 32.46 sharedstatedir = @sharedstatedir@ 32.47 sysconfdir = @sysconfdir@
33.1 --- a/src/libident/Makefile.in Fri Sep 26 17:05:23 2008 +0200 33.2 +++ b/src/libident/Makefile.in Fri Sep 26 20:56:23 2008 +0200 33.3 @@ -59,6 +59,7 @@ 33.4 EXEEXT = @EXEEXT@ 33.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 33.6 GLIB_LIBS = @GLIB_LIBS@ 33.7 +GREP = @GREP@ 33.8 IDENT_LIBS = @IDENT_LIBS@ 33.9 INSTALL_DATA = @INSTALL_DATA@ 33.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 33.11 @@ -88,9 +89,6 @@ 33.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 33.13 VERSION = @VERSION@ 33.14 ac_ct_CC = @ac_ct_CC@ 33.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 33.16 -ac_ct_STRIP = @ac_ct_STRIP@ 33.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 33.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 33.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 33.20 am__include = @am__include@ 33.21 @@ -99,19 +97,26 @@ 33.22 bindir = @bindir@ 33.23 build_alias = @build_alias@ 33.24 datadir = @datadir@ 33.25 +datarootdir = @datarootdir@ 33.26 +docdir = @docdir@ 33.27 +dvidir = @dvidir@ 33.28 exec_prefix = @exec_prefix@ 33.29 has_ident = @has_ident@ 33.30 host_alias = @host_alias@ 33.31 +htmldir = @htmldir@ 33.32 includedir = @includedir@ 33.33 infodir = @infodir@ 33.34 install_sh = @install_sh@ 33.35 libdir = @libdir@ 33.36 libexecdir = @libexecdir@ 33.37 +localedir = @localedir@ 33.38 localstatedir = @localstatedir@ 33.39 mandir = @mandir@ 33.40 oldincludedir = @oldincludedir@ 33.41 +pdfdir = @pdfdir@ 33.42 prefix = @prefix@ 33.43 program_transform_name = @program_transform_name@ 33.44 +psdir = @psdir@ 33.45 sbindir = @sbindir@ 33.46 sharedstatedir = @sharedstatedir@ 33.47 sysconfdir = @sysconfdir@
34.1 --- a/src/md5/Makefile.in Fri Sep 26 17:05:23 2008 +0200 34.2 +++ b/src/md5/Makefile.in Fri Sep 26 20:56:23 2008 +0200 34.3 @@ -59,6 +59,7 @@ 34.4 EXEEXT = @EXEEXT@ 34.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 34.6 GLIB_LIBS = @GLIB_LIBS@ 34.7 +GREP = @GREP@ 34.8 IDENT_LIBS = @IDENT_LIBS@ 34.9 INSTALL_DATA = @INSTALL_DATA@ 34.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 34.11 @@ -88,9 +89,6 @@ 34.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 34.13 VERSION = @VERSION@ 34.14 ac_ct_CC = @ac_ct_CC@ 34.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 34.16 -ac_ct_STRIP = @ac_ct_STRIP@ 34.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 34.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 34.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 34.20 am__include = @am__include@ 34.21 @@ -99,19 +97,26 @@ 34.22 bindir = @bindir@ 34.23 build_alias = @build_alias@ 34.24 datadir = @datadir@ 34.25 +datarootdir = @datarootdir@ 34.26 +docdir = @docdir@ 34.27 +dvidir = @dvidir@ 34.28 exec_prefix = @exec_prefix@ 34.29 has_ident = @has_ident@ 34.30 host_alias = @host_alias@ 34.31 +htmldir = @htmldir@ 34.32 includedir = @includedir@ 34.33 infodir = @infodir@ 34.34 install_sh = @install_sh@ 34.35 libdir = @libdir@ 34.36 libexecdir = @libexecdir@ 34.37 +localedir = @localedir@ 34.38 localstatedir = @localstatedir@ 34.39 mandir = @mandir@ 34.40 oldincludedir = @oldincludedir@ 34.41 +pdfdir = @pdfdir@ 34.42 prefix = @prefix@ 34.43 program_transform_name = @program_transform_name@ 34.44 +psdir = @psdir@ 34.45 sbindir = @sbindir@ 34.46 sharedstatedir = @sharedstatedir@ 34.47 sysconfdir = @sysconfdir@
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 35.2 +++ b/stamp-h Fri Sep 26 20:56:23 2008 +0200 35.3 @@ -0,0 +1,1 @@ 35.4 +timestamp
36.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 36.2 +++ b/stamp-h.in Fri Sep 26 20:56:23 2008 +0200 36.3 @@ -0,0 +1,1 @@ 36.4 +timestamp
37.1 --- a/tests/Makefile.in Fri Sep 26 17:05:23 2008 +0200 37.2 +++ b/tests/Makefile.in Fri Sep 26 20:56:23 2008 +0200 37.3 @@ -59,6 +59,7 @@ 37.4 EXEEXT = @EXEEXT@ 37.5 GLIB_CFLAGS = @GLIB_CFLAGS@ 37.6 GLIB_LIBS = @GLIB_LIBS@ 37.7 +GREP = @GREP@ 37.8 IDENT_LIBS = @IDENT_LIBS@ 37.9 INSTALL_DATA = @INSTALL_DATA@ 37.10 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 37.11 @@ -88,9 +89,6 @@ 37.12 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ 37.13 VERSION = @VERSION@ 37.14 ac_ct_CC = @ac_ct_CC@ 37.15 -ac_ct_RANLIB = @ac_ct_RANLIB@ 37.16 -ac_ct_STRIP = @ac_ct_STRIP@ 37.17 -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ 37.18 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 37.19 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 37.20 am__include = @am__include@ 37.21 @@ -99,19 +97,26 @@ 37.22 bindir = @bindir@ 37.23 build_alias = @build_alias@ 37.24 datadir = @datadir@ 37.25 +datarootdir = @datarootdir@ 37.26 +docdir = @docdir@ 37.27 +dvidir = @dvidir@ 37.28 exec_prefix = @exec_prefix@ 37.29 has_ident = @has_ident@ 37.30 host_alias = @host_alias@ 37.31 +htmldir = @htmldir@ 37.32 includedir = @includedir@ 37.33 infodir = @infodir@ 37.34 install_sh = @install_sh@ 37.35 libdir = @libdir@ 37.36 libexecdir = @libexecdir@ 37.37 +localedir = @localedir@ 37.38 localstatedir = @localstatedir@ 37.39 mandir = @mandir@ 37.40 oldincludedir = @oldincludedir@ 37.41 +pdfdir = @pdfdir@ 37.42 prefix = @prefix@ 37.43 program_transform_name = @program_transform_name@ 37.44 +psdir = @psdir@ 37.45 sbindir = @sbindir@ 37.46 sharedstatedir = @sharedstatedir@ 37.47 sysconfdir = @sysconfdir@