# HG changeset patch # User meillo@marmaro.de # Date 1222455383 -7200 # Node ID af25f5c39d9086805be9f35fc132698d2cafc4c1 # Parent 08114f7dcc234e48503cbe2616a85a7cd2db1a8d added diff from debian (masqmail-0.2.21-4) diff -r 08114f7dcc23 -r af25f5c39d90 Makefile.am --- a/Makefile.am Fri Sep 26 17:05:23 2008 +0200 +++ b/Makefile.am Fri Sep 26 20:56:23 2008 +0200 @@ -21,9 +21,9 @@ $(DESTDIR)@datadir@/tpl: conf_dir install -d $(DESTDIR)@datadir@/masqmail/tpl install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl + install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl + install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl log_dir: $(DESTDIR)@with_logdir@ diff -r 08114f7dcc23 -r af25f5c39d90 Makefile.in --- a/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ @@ -550,9 +555,9 @@ $(DESTDIR)@datadir@/tpl: conf_dir install -d $(DESTDIR)@datadir@/masqmail/tpl install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl + install -m 644 tpl/failmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl + install -m 644 tpl/warnmsg.tpl.* $(DESTDIR)@datadir@/masqmail/tpl log_dir: $(DESTDIR)@with_logdir@ diff -r 08114f7dcc23 -r af25f5c39d90 aclocal.m4 --- a/aclocal.m4 Fri Sep 26 17:05:23 2008 +0200 +++ b/aclocal.m4 Fri Sep 26 20:56:23 2008 +0200 @@ -859,31 +859,6 @@ Usually this means the macro was only invoked conditionally.]) fi])]) -# isc-posix.m4 serial 2 (gettext-0.11.2) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. - -# This test replaces the one in autoconf. -# Currently this macro should have the same name as the autoconf macro -# because gettext's gettext.m4 (distributed in the automake package) -# still uses it. Otherwise, the use in gettext.m4 makes autoheader -# give these diagnostics: -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX - -undefine([AC_ISC_POSIX]) - -AC_DEFUN([AC_ISC_POSIX], - [ - dnl This test replaces the obsolescent AC_ISC_POSIX kludge. - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) - ] -) - # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . @@ -917,7 +892,7 @@ AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_ifval([$1], [$1], [0.9.0]) + _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) @@ -953,14 +928,30 @@ # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$PKG_CONFIG"; then + if test -n "$$1"; then + pkg_cv_[]$1="$$1" + else PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) + fi else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # @@ -982,31 +973,41 @@ _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + if test $pkg_failed = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` + fi # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl -[Package requirements ($2) were not met. +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details.])], - [$4]) +_PKG_TEXT +])], + [AC_MSG_RESULT([no]) + $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details. +_PKG_TEXT -To get pkg-config, see .])], +To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS diff -r 08114f7dcc23 -r af25f5c39d90 config.guess --- a/config.guess Fri Sep 26 17:05:23 2008 +0200 +++ b/config.guess Fri Sep 26 20:56:23 2008 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-08-03' +timestamp='2007-07-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -160,6 +161,7 @@ arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -206,8 +208,11 @@ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) - echo powerppc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} @@ -325,7 +330,7 @@ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; - i86pc:SunOS:5.*:*) + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) @@ -764,12 +769,19 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) @@ -779,9 +791,15 @@ i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' - exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; @@ -817,6 +835,9 @@ arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; @@ -851,7 +872,11 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,7 +895,11 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) @@ -919,9 +948,15 @@ sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; + xtensa:Linux:*:*) + echo xtensa-unknown-linux-gnu + exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent @@ -964,7 +999,7 @@ LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -974,7 +1009,11 @@ LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1176,6 +1215,15 @@ SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1185,7 +1233,6 @@ *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1264,6 +1311,9 @@ i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -r 08114f7dcc23 -r af25f5c39d90 config.h.in --- a/config.h.in Fri Sep 26 17:05:23 2008 +0200 +++ b/config.h.in Fri Sep 26 20:56:23 2008 +0200 @@ -179,5 +179,5 @@ /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t diff -r 08114f7dcc23 -r af25f5c39d90 config.status.lineno --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config.status.lineno Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,1093 @@ +#! /bin/sh +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false +SHELL=${CONFIG_SHELL-/bin/sh} +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break +done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + + as_lineno_1=157 + as_lineno_2=158 + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { + + # Create $as_me.lineno as a copy of $as_myself, but with 162 + # uniformly replaced by the line number. The first 'sed' inserts a + # line-number line after each line using 164; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing 166, and appends + # trailing '-' during substitution so that 167 is not a special + # case at line end. + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { (exit 1); exit 1; }; } + + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; +esac + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 + +# Save the log message, to keep $[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by masqmail $as_me 0.2.21, which was +generated by GNU Autoconf 2.61. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +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" +config_headers=" config.h" +config_commands=" depfiles" + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +ac_cs_version="\ +masqmail config.status 0.2.21 +configured by ./configure, generated by GNU Autoconf 2.61, + 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'\" + +Copyright (C) 2006 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21' +srcdir='.' +INSTALL='/usr/bin/install -c' +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; } ;; + + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + 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 + CONFIG_SHELL=/bin/sh + export CONFIG_SHELL + 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 +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +# +# INIT-COMMANDS +# +AMDEP_TRUE="" ac_aux_dir="." + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; + "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; + "docs/xml/Makefile") CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; + "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; + "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; + "suse/masqmail.spec") CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; + "redhat/masqmail.spec") CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; + + *) { { echo "$as_me:452: error: invalid argument: $ac_config_target" >&5 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + { (exit 1); exit 1; }; };; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 + trap '{ (exit 1); exit 1; }' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +# +# Set up the sed scripts for CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "$CONFIG_FILES"; then + +cat >"$tmp/subs-1.sed" <<\CEOF +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +s,@SHELL@,|#_!!_#|/bin/sh,g +s,@PATH_SEPARATOR@,|#_!!_#|:,g +s,@PACKAGE_NAME@,|#_!!_#|masqmail,g +s,@PACKAGE_TARNAME@,|#_!!_#|masqmail,g +s,@PACKAGE_VERSION@,|#_!!_#|0.2.21,g +s,@PACKAGE_STRING@,|#_!!_#|masqmail 0.2.21,g +s,@PACKAGE_BUGREPORT@,|#_!!_#|oku@|#_!!_#|debian.org,g +s,@exec_prefix@,|#_!!_#|${prefix},g +s,@prefix@,|#_!!_#|/usr,g +s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g +s,@bindir@,|#_!!_#|${exec_prefix}/bin,g +s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g +s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g +s,@datarootdir@,|#_!!_#|${prefix}/share,g +s,@datadir@,|#_!!_#|${datarootdir},g +s,@sysconfdir@,|#_!!_#|${prefix}/etc,g +s,@sharedstatedir@,|#_!!_#|${prefix}/com,g +s,@localstatedir@,|#_!!_#|${prefix}/var,g +s,@includedir@,|#_!!_#|${prefix}/include,g +s,@oldincludedir@,|#_!!_#|/usr/include,g +s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g +s,@infodir@,|#_!!_#|${datarootdir}/info,g +s,@htmldir@,|#_!!_#|${docdir},g +s,@dvidir@,|#_!!_#|${docdir},g +s,@pdfdir@,|#_!!_#|${docdir},g +s,@psdir@,|#_!!_#|${docdir},g +s,@libdir@,|#_!!_#|${exec_prefix}/lib,g +s,@localedir@,|#_!!_#|${datarootdir}/locale,g +s,@mandir@,|#_!!_#|${prefix}/share/man,g +s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g +s,@ECHO_C@,|#_!!_#|,g +s,@ECHO_N@,|#_!!_#|-n,g +s,@ECHO_T@,|#_!!_#|,g +s,@LIBS@,|#_!!_#|,g +s,@build_alias@,|#_!!_#|i486-linux-gnu,g +s,@host_alias@,|#_!!_#|,g +s,@target_alias@,|#_!!_#|,g +s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g +s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g +s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g +s,@CYGPATH_W@,|#_!!_#|echo,g +s,@PACKAGE@,|#_!!_#|masqmail,g +s,@VERSION@,|#_!!_#|0.2.21,g +s,@ACLOCAL@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run aclocal-1.7,g +s,@AUTOCONF@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoconf,g +s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run automake-1.7,g +s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run autoheader,g +s,@MAKEINFO@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run makeinfo,g +s,@AMTAR@,|#_!!_#|${SHELL} /home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/missing --run tar,g +s,@install_sh@,|#_!!_#|/home/pere/src/debiancvs/initscripts-ng-svn/trunk/src/insserv/masqmail-0.2.21/install-sh,g +s,@STRIP@,|#_!!_#|,g +s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g +s,@AWK@,|#_!!_#|gawk,g +s,@SET_MAKE@,|#_!!_#|,g +s,@am__leading_dot@,|#_!!_#|.,g +s,@CC@,|#_!!_#|gcc,g +s,@CFLAGS@,|#_!!_#|-g -O2,g +s,@LDFLAGS@,|#_!!_#|,g +s,@CPPFLAGS@,|#_!!_#|,g +s,@ac_ct_CC@,|#_!!_#|gcc,g +s,@EXEEXT@,|#_!!_#|,g +s,@OBJEXT@,|#_!!_#|o,g +s,@DEPDIR@,|#_!!_#|.deps,g +s,@am__include@,|#_!!_#|include,g +s,@am__quote@,|#_!!_#|,g +s,@AMDEP_TRUE@,|#_!!_#|,g +s,@AMDEP_FALSE@,|#_!!_#|#,g +s,@AMDEPBACKSLASH@,|#_!!_#|\\,g +s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g +s,@am__fastdepCC_TRUE@,|#_!!_#|,g +s,@am__fastdepCC_FALSE@,|#_!!_#|#,g +s,@CPP@,|#_!!_#|gcc -E,g +s,@GREP@,|#_!!_#|/bin/grep,g +s,@EGREP@,|#_!!_#|/bin/grep -E,g +s,@RANLIB@,|#_!!_#|ranlib,g +s,@PKG_CONFIG@,|#_!!_#|/usr/bin/pkg-config,g +s,@GLIB_CFLAGS@,|#_!!_#|-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ,g +s,@GLIB_LIBS@,|#_!!_#|-lglib-2.0 ,g +s,@RESOLV_LIBS@,|#_!!_#|-lresolv,g +s,@with_user@,|#_!!_#|mail,g +s,@with_group@,|#_!!_#|mail,g +s,@BASE64_LIBS@,|#_!!_#|base64/libbase64.a,g +s,@MD5_LIBS@,|#_!!_#|md5/libmd5c.a,g +s,@has_ident@,|#_!!_#|,g +s,@IDENT_LIBS@,|#_!!_#|-lident,g +s,@LOCKFILE_LIBS@,|#_!!_#|-llockfile,g +s,@USE_LIBLOCKFILE@,|#_!!_#|,g +s,@with_logdir@,|#_!!_#|/var/log/masqmail,g +s,@with_spooldir@,|#_!!_#|/var/spool/masqmail,g +s,@with_confdir@,|#_!!_#|/etc/masqmail,g +s,@LIBOBJS@,|#_!!_#|,g +s,@LTLIBOBJS@,|#_!!_#|,g +:end +s/|#_!!_#|//g +CEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:613: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:643: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:657: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + fi + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:728: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:792: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g + s&@infodir@&${datarootdir}/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&${prefix}/share/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac + sed "/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +} + +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { echo "$as_me:829: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # + # First, check the format of the line: + cat >"$tmp/defines.sed" <<\CEOF +/^[ ]*#[ ]*undef[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[ ]*$/b def +/^[ ]*#[ ]*define[ ][ ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[( ]/b def +b +:def +s/$/ / +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_NAME\)[ (].*,\1define\2 "masqmail" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_TARNAME\)[ (].*,\1define\2 "masqmail" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "0.2.21" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "masqmail 0.2.21" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "oku@debian.org" , +s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "masqmail" , +s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "0.2.21" , +s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_RESOLVER\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_GETLINE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FDATASYNC\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDLIB_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRING_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_MEMORY_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRINGS_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_INTTYPES_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STDINT_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FCNTL_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TIME_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSLOG_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_UNISTD_H\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*TIME_WITH_SYS_TIME\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_FNMATCH\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*RETSIGTYPE\)[ (].*,\1define\2 void , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRFTIME\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_VPRINTF\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SELECT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_SOCKET\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRERROR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*HAVE_STRSTR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_DEBUG\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_USER\)[ (].*,\1define\2 "mail" , +s,^\([ #]*\)[^ ]*\([ ]*DEF_MAIL_GROUP\)[ (].*,\1define\2 "mail" , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_SMTP_SERVER\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_POP3\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_AUTH\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_MAILDIR\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*ENABLE_IDENT\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*USE_LIBLOCKFILE\)[ (].*,\1define\2 1 , +s,^\([ #]*\)[^ ]*\([ ]*CONF_DIR\)[ (].*,\1define\2 "/etc/masqmail" , +s,^\([ #]*\)[^ ]*\([ ]*DATA_DIR\)[ (].*,\1define\2 "${prefix}/share/masqmail" , +s,^\([ #]*\)[^ ]*\([ ]*SBINDIR\)[ (].*,\1define\2 "/usr/sbin" , +s/ $// +s,^[ #]*u.*,/* & */, +CEOF + sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1" +ac_result="$tmp/out1" + if test x"$ac_file" != x-; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then + { echo "$as_me:906: $ac_file is unchanged" >&5 +echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f $ac_file + mv "$tmp/config.h" $ac_file + fi + else + echo "/* $configure_input */" + cat "$ac_result" + fi + rm -f "$tmp/out12" +# Compute $ac_file's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $ac_file | $ac_file:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X$ac_file : 'X\(//\)[^/]' \| \ + X$ac_file : 'X\(//\)$' \| \ + X$ac_file : 'X\(/\)' \| . 2>/dev/null || +echo X$ac_file | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:952: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # So let's grep whole file. + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue + # Extract the definition of DEP_FILES from the Makefile without + # running `make'. + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` + test -z "$DEPDIR" && continue + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n -e '/^U = / s///p' < "$mf"` + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" + # We invoke sed twice because it is the simplest approach to + # changing $(DEPDIR) to its actual value in the expansion. + for file in `sed -n -e ' + /^DEP_FILES = .*\\\\$/ { + s/^DEP_FILES = // + :loop + s/\\\\$// + p + n + /\\\\$/ b loop + p + } + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:1080: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} + { (exit 1); exit 1; }; }; } + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + + esac +done # for ac_tag + + +{ (exit 0); exit 0; } diff -r 08114f7dcc23 -r af25f5c39d90 config.sub --- a/config.sub Fri Sep 26 17:05:23 2008 +0200 +++ b/config.sub Fri Sep 26 20:56:23 2008 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2007-06-28' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -231,15 +241,16 @@ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,28 +268,27 @@ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +296,9 @@ ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -305,18 +318,18 @@ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ + | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,31 +349,30 @@ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -463,8 +475,8 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16c) - basic_machine=cr16c-unknown + cr16) + basic_machine=cr16-unknown os=-elf ;; crds | unos) @@ -671,6 +683,10 @@ basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; @@ -696,6 +712,9 @@ basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +822,12 @@ pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +884,10 @@ basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -885,6 +914,10 @@ sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -896,6 +929,9 @@ basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; sh64) basic_machine=sh64-unknown ;; @@ -1101,7 +1137,7 @@ sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1210,23 @@ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1378,12 @@ # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1393,9 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 @@ -1377,6 +1421,9 @@ m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; diff -r 08114f7dcc23 -r af25f5c39d90 configure --- a/configure Fri Sep 26 17:05:23 2008 +0200 +++ b/configure Fri Sep 26 20:56:23 2008 +0200 @@ -1,83 +1,37 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for masqmail 0.2.21. +# Generated by GNU Autoconf 2.61 for masqmail 0.2.21. # # Report bugs to . # -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi -DUALCASE=1; export DUALCASE # for MKS sh - -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - - -# Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - $as_unset $as_var - fi -done - -# Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - - -# Name of the executable. -as_me=`$as_basename "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || -echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - - -# PATH needs CR, and LINENO needs CR and PATH. + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' @@ -98,124 +52,466 @@ rm -f conf$$.sh fi - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi - if test ! -f "$as_myself"; then - { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + +if test "x$CONFIG_SHELL" = x; then + if (eval ":") 2>/dev/null; then + as_have_required=yes +else + as_have_required=no +fi + + if test $as_have_required = yes && (eval ": +(as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0) || { (exit 1); exit 1; } + +( + as_lineno_1=\$LINENO + as_lineno_2=\$LINENO + test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && + test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } +") 2> /dev/null; then + : +else + as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in + case $as_dir in /*) - if ("$as_dir/$as_base" -c ' + for as_base in sh bash ksh sh5; do + as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + done;; + esac +done +IFS=$as_save_IFS + + + for as_shell in $as_candidate_shells $SHELL; do + # Try only shells that exist, to save several forks. + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { ("$as_shell") 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +_ASEOF +}; then + CONFIG_SHELL=$as_shell + as_have_required=yes + if { "$as_shell" 2> /dev/null <<\_ASEOF +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + +: +(as_func_return () { + (exit $1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = "$1" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test $exitcode = 0) || { (exit 1); exit 1; } + +( as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } + +_ASEOF +}; then + break +fi + +fi + + done + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} +fi + + + if test $as_have_required = no; then + echo This script requires a shell more modern than all the + echo shells that I found on your system. Please install a + echo modern shell, or manually run the script under such a + echo shell if you do have one. + { (exit 1); exit 1; } +fi + + +fi + +fi + + + +(eval "as_func_return () { + (exit \$1) +} +as_func_success () { + as_func_return 0 +} +as_func_failure () { + as_func_return 1 +} +as_func_ret_success () { + return 0 +} +as_func_ret_failure () { + return 1 +} + +exitcode=0 +if as_func_success; then + : +else + exitcode=1 + echo as_func_success failed. +fi + +if as_func_failure; then + exitcode=1 + echo as_func_failure succeeded. +fi + +if as_func_ret_success; then + : +else + exitcode=1 + echo as_func_ret_success failed. +fi + +if as_func_ret_failure; then + exitcode=1 + echo as_func_ret_failure succeeded. +fi + +if ( set x; as_func_ret_success y && test x = \"\$1\" ); then + : +else + exitcode=1 + echo positional parameters were not saved. +fi + +test \$exitcode = 0") || { + echo No shell found that supports shell functions. + echo Please tell autoconf@gnu.org about your system, + echo including any error possibly output before this + echo message +} + + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop - s,-$,, - s,^['$as_cr_digits']*\n,, + s/-\n.*// ' >$as_me.lineno && - chmod +x $as_me.lineno || + chmod +x "$as_me.lineno" || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" # Exit status is that of the last command. exit } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: @@ -224,7 +520,28 @@ as_mkdir_p=false fi -as_executable_p="test -f" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -233,39 +550,27 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH - + +exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -exec 6>&1 - # # Initializations. # ac_default_prefix=/usr/local +ac_clean_files= ac_config_libobj_dir=. +LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} -# Maximum number of lines to put in a shell here document. -# This variable seems obsolete. It should probably be removed, and -# only ac_max_sed_lines should be used. -: ${ac_max_here_lines=38} - # Identity of this package. PACKAGE_NAME='masqmail' PACKAGE_TARNAME='masqmail' @@ -278,42 +583,145 @@ # Factoring default headers for most tests. ac_includes_default="\ #include -#if HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_TYPES_H # include #endif -#if HAVE_SYS_STAT_H +#ifdef HAVE_SYS_STAT_H # include #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS # include # include #else -# if HAVE_STDLIB_H +# ifdef HAVE_STDLIB_H # include # endif #endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif -#if HAVE_STRINGS_H +#ifdef HAVE_STRINGS_H # include #endif -#if HAVE_INTTYPES_H +#ifdef HAVE_INTTYPES_H # include -#else -# if HAVE_STDINT_H -# include -# endif #endif -#if HAVE_UNISTD_H +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot 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' +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 +datarootdir +datadir +sysconfdir +sharedstatedir +localstatedir +includedir +oldincludedir +docdir +infodir +htmldir +dvidir +pdfdir +psdir +libdir +localedir +mandir +DEFS +ECHO_C +ECHO_N +ECHO_T +LIBS +build_alias +host_alias +target_alias +INSTALL_PROGRAM +INSTALL_SCRIPT +INSTALL_DATA +CYGPATH_W +PACKAGE +VERSION +ACLOCAL +AUTOCONF +AUTOMAKE +AUTOHEADER +MAKEINFO +AMTAR +install_sh +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 +GREP +EGREP +RANLIB +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' ac_subst_files='' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP +PKG_CONFIG +GLIB_CFLAGS +GLIB_LIBS' + # Initialize some variables set by options. ac_init_help= @@ -340,34 +748,48 @@ # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' -datadir='${prefix}/share' +datarootdir='${prefix}/share' +datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' -infodir='${prefix}/info' -mandir='${prefix}/man' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' ac_prev= +ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then - eval "$ac_prev=\$ac_option" + eval $ac_prev=\$ac_option ac_prev= continue fi - ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` + case $ac_option in + *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *) ac_optarg=yes ;; + esac # Accept the important Cygnus configure options, so we can diagnose typos. - case $ac_option in + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; @@ -389,33 +811,45 @@ --config-cache | -C) cache_file=config.cache ;; - -datadir | --datadir | --datadi | --datad | --data | --dat | --da) + -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; - -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ - | --da=*) + -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval "enable_$ac_feature=no" ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "enable_$ac_feature='$ac_optarg'" ;; + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` + eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -442,6 +876,12 @@ -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; @@ -466,13 +906,16 @@ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + -localstatedir | --localstatedir | --localstatedi | --localstated \ - | --localstate | --localstat | --localsta | --localst \ - | --locals | --local | --loca | --loc | --lo) + | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ - | --localstate=* | --localstat=* | --localsta=* | --localst=* \ - | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) @@ -537,6 +980,16 @@ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; @@ -589,24 +1042,20 @@ -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - case $ac_option in - *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; - *) ac_optarg=yes ;; - esac - eval "with_$ac_package='$ac_optarg'" ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval "with_$ac_package=no" ;; + ac_package=`echo $ac_package | sed 's/[-.]/_/g'` + eval with_$ac_package=no ;; --x) # Obsolete; use --with-x. @@ -637,8 +1086,7 @@ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } - ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` - eval "$ac_envvar='$ac_optarg'" + eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) @@ -658,27 +1106,19 @@ { (exit 1); exit 1; }; } fi -# Be sure to have absolute paths. -for ac_var in exec_prefix prefix +# Be sure to have absolute directory names. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir do - eval ac_val=$`echo $ac_var` + eval ac_val=\$$ac_var case $ac_val in - [\\/$]* | ?:[\\/]* | NONE | '' ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac -done - -# Be sure to have absolute paths. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ - localstatedir libdir includedir oldincludedir infodir mandir -do - eval ac_val=$`echo $ac_var` - case $ac_val in - [\\/$]* | ?:[\\/]* ) ;; - *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; };; - esac + { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' @@ -705,86 +1145,76 @@ test "$silent" = yes && exec 6>/dev/null +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + { echo "$as_me: error: Working directory cannot be determined" >&2 + { (exit 1); exit 1; }; } +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + { echo "$as_me: error: pwd does not report name of working directory" >&2 + { (exit 1); exit 1; }; } + + # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes - # Try the directory containing this script, then its parent. - ac_confdir=`(dirname "$0") 2>/dev/null || + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$0" || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X"$0" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` srcdir=$ac_confdir - if test ! -r $srcdir/$ac_unique_file; then + if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi -if test ! -r $srcdir/$ac_unique_file; then - if test "$ac_srcdir_defaulted" = yes; then - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } - else - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } - fi -fi -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || - { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 - { (exit 1); exit 1; }; } -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` -ac_env_build_alias_set=${build_alias+set} -ac_env_build_alias_value=$build_alias -ac_cv_env_build_alias_set=${build_alias+set} -ac_cv_env_build_alias_value=$build_alias -ac_env_host_alias_set=${host_alias+set} -ac_env_host_alias_value=$host_alias -ac_cv_env_host_alias_set=${host_alias+set} -ac_cv_env_host_alias_value=$host_alias -ac_env_target_alias_set=${target_alias+set} -ac_env_target_alias_value=$target_alias -ac_cv_env_target_alias_set=${target_alias+set} -ac_cv_env_target_alias_value=$target_alias -ac_env_CC_set=${CC+set} -ac_env_CC_value=$CC -ac_cv_env_CC_set=${CC+set} -ac_cv_env_CC_value=$CC -ac_env_CFLAGS_set=${CFLAGS+set} -ac_env_CFLAGS_value=$CFLAGS -ac_cv_env_CFLAGS_set=${CFLAGS+set} -ac_cv_env_CFLAGS_value=$CFLAGS -ac_env_LDFLAGS_set=${LDFLAGS+set} -ac_env_LDFLAGS_value=$LDFLAGS -ac_cv_env_LDFLAGS_set=${LDFLAGS+set} -ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_env_CPPFLAGS_value=$CPPFLAGS -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} -ac_cv_env_CPPFLAGS_value=$CPPFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP -ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} -ac_env_PKG_CONFIG_value=$PKG_CONFIG -ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} -ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG -ac_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set} -ac_env_GLIB_CFLAGS_value=$GLIB_CFLAGS -ac_cv_env_GLIB_CFLAGS_set=${GLIB_CFLAGS+set} -ac_cv_env_GLIB_CFLAGS_value=$GLIB_CFLAGS -ac_env_GLIB_LIBS_set=${GLIB_LIBS+set} -ac_env_GLIB_LIBS_value=$GLIB_LIBS -ac_cv_env_GLIB_LIBS_set=${GLIB_LIBS+set} -ac_cv_env_GLIB_LIBS_value=$GLIB_LIBS + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done # # Report the --help message. @@ -813,9 +1243,6 @@ -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] -_ACEOF - - cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] @@ -833,15 +1260,22 @@ --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] - --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] - --infodir=DIR info documentation [PREFIX/info] - --mandir=DIR man documentation [PREFIX/man] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -890,8 +1324,9 @@ CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory - CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have - headers in a nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if + you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config @@ -902,120 +1337,86 @@ Report bugs to . _ACEOF +ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. - ac_popdir=`pwd` for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d $ac_dir || continue + test -d "$ac_dir" || continue ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix case $srcdir in - .) # No --srcdir option. We are building in place. + .) # We are building in place. ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - - cd $ac_dir - # Check for guested configure; otherwise get Cygnus style configure. - if test -f $ac_srcdir/configure.gnu; then - echo - $SHELL $ac_srcdir/configure.gnu --help=recursive - elif test -f $ac_srcdir/configure; then - echo - $SHELL $ac_srcdir/configure --help=recursive - elif test -f $ac_srcdir/configure.ac || - test -f $ac_srcdir/configure.in; then - echo - $ac_configure --help +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi - cd "$ac_popdir" + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } done fi -test -n "$ac_init_help" && exit 0 +test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF masqmail configure 0.2.21 -generated by GNU Autoconf 2.59 - -Copyright (C) 2003 Free Software Foundation, Inc. +generated by GNU Autoconf 2.61 + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF - exit 0 -fi -exec 5>config.log -cat >&5 <<_ACEOF + exit +fi +cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by masqmail $as_me 0.2.21, which was -generated by GNU Autoconf 2.59. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ _ACEOF +exec 5>>config.log { cat <<_ASUNAME ## --------- ## @@ -1034,7 +1435,7 @@ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` @@ -1048,6 +1449,7 @@ test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done +IFS=$as_save_IFS } >&5 @@ -1069,7 +1471,6 @@ ac_configure_args= ac_configure_args0= ac_configure_args1= -ac_sep= ac_must_keep_next=false for ac_pass in 1 2 do @@ -1080,7 +1481,7 @@ -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in @@ -1102,9 +1503,7 @@ -* ) ac_must_keep_next=true ;; esac fi - ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" - # Get rid of the leading space. - ac_sep=" " + ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done @@ -1115,8 +1514,8 @@ # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. -# WARNING: Be sure not to use single quotes in there, as some shells, -# such as our DU 5.0 friend, will then `close' the trap. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { @@ -1129,20 +1528,34 @@ _ASBOX echo # The following way of writing the cache mishandles newlines in values, -{ +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done (set) 2>&1 | - case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) sed -n \ - "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - *) - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" - ;; - esac; -} + esac | + sort +) echo cat <<\_ASBOX @@ -1153,22 +1566,28 @@ echo for ac_var in $ac_subst_vars do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX -## ------------- ## -## Output files. ## -## ------------- ## +## ------------------- ## +## File substitutions. ## +## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do - eval ac_val=$`echo $ac_var` - echo "$ac_var='"'"'$ac_val'"'"'" + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1180,26 +1599,24 @@ ## ----------- ## _ASBOX echo - sed "/^$/d" confdefs.h | sort + cat confdefs.h echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 - rm -f core *.core && - rm -rf conftest* confdefs* conf$$* $ac_clean_files && + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status - ' 0 +' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. -rm -rf conftest* confdefs.h -# AIX cpp loses on an empty file, so make sure it contains at least a newline. -echo >confdefs.h +rm -f -r conftest* confdefs.h # Predefined preprocessor variables. @@ -1230,14 +1647,17 @@ # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. -if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi -fi -for ac_site_file in $CONFIG_SITE; do +if test -n "$CONFIG_SITE"; then + set x "$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + set x "$prefix/share/config.site" "$prefix/etc/config.site" +else + set x "$ac_default_prefix/share/config.site" \ + "$ac_default_prefix/etc/config.site" +fi +shift +for ac_site_file +do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} @@ -1253,8 +1673,8 @@ { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in - [\\/]* | ?:[\\/]* ) . $cache_file;; - *) . ./$cache_file;; + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; esac fi else @@ -1266,12 +1686,11 @@ # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false -for ac_var in `(set) 2>&1 | - sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do +for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set - eval ac_old_val="\$ac_cv_env_${ac_var}_value" - eval ac_new_val="\$ac_env_${ac_var}_value" + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 @@ -1296,8 +1715,7 @@ # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in - *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) - ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1314,6 +1732,30 @@ { (exit 1); exit 1; }; } fi + + + + + + + + + + + + + + + + + + + + + + + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -1322,58 +1764,39 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - ac_config_headers="$ac_config_headers config.h" +ac_config_headers="$ac_config_headers config.h" am__api_version="1.7" ac_aux_dir= -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do - if test -f $ac_dir/install-sh; then +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break - elif test -f $ac_dir/install.sh; then + elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break - elif test -f $ac_dir/shtool; then + elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 +echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi -ac_config_guess="$SHELL $ac_aux_dir/config.guess" -ac_config_sub="$SHELL $ac_aux_dir/config.sub" -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -1388,8 +1811,8 @@ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1411,7 +1834,7 @@ # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. @@ -1430,21 +1853,22 @@ ;; esac done +IFS=$as_save_IFS fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else - # As a last resort, use the slow shell script. We don't cache a - # path for INSTALL within a source directory, because that will + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is - # removed, or if the path is relative. + # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi -echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6 +{ echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -1454,8 +1878,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } # Just in case sleep 1 echo timestamp > conftest.file @@ -1497,20 +1921,20 @@ Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } test "$program_prefix" != NONE && - program_transform_name="s,^,$program_prefix,;$program_transform_name" + program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && - program_transform_name="s,\$,$program_suffix,;$program_transform_name" + program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. echo might interpret backslashes. # By default was `s,x,x', remove it if useless. cat <<\_ACEOF >conftest.sed s/[\\$]/&&/g;s/;s,x,x,$// _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` -rm conftest.sed +rm -f conftest.sed # expand $ac_aux_dir to an absolute path @@ -1530,8 +1954,8 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AWK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1544,54 +1968,57 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - echo "$as_me:$LINENO: result: $AWK" >&5 -echo "${ECHO_T}$AWK" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + test -n "$AWK" && break done -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then +{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } +set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF +SHELL = /bin/sh all: - @echo 'ac_maketemp="$(MAKE)"' + @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` -if test -n "$ac_maketemp"; then - eval ac_cv_prog_make_${ac_make}_set=yes -else - eval ac_cv_prog_make_${ac_make}_set=no -fi +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac rm -f conftest.make fi -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } SET_MAKE= else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -1665,8 +2092,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1679,32 +2106,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then - echo "$as_me:$LINENO: result: $STRIP" >&5 -echo "${ECHO_T}$STRIP" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1717,27 +2146,41 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done - - test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +IFS=$as_save_IFS + fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then - echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -echo "${ECHO_T}$ac_ct_STRIP" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - STRIP=$ac_ct_STRIP + { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi else STRIP="$ac_cv_prog_STRIP" fi @@ -1763,8 +2206,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1777,32 +2220,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1815,36 +2260,51 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1857,74 +2317,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -fi -if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "cc", so it can be a program name with args. -set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_CC="cc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + fi -done -done - -fi -fi -ac_ct_CC=$ac_cv_prog_ac_ct_CC -if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - CC=$ac_ct_CC -else - CC="$ac_cv_prog_CC" -fi - fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1938,7 +2358,7 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue @@ -1949,6 +2369,7 @@ fi done done +IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. @@ -1966,22 +2387,23 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -1994,36 +2416,38 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC - for ac_prog in cl + for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2036,29 +2460,45 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -echo "${ECHO_T}$ac_ct_CC" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + test -n "$ac_ct_CC" && break done - CC=$ac_ct_CC + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi fi fi @@ -2071,21 +2511,35 @@ { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:$LINENO:" \ - "checking for C compiler version" >&5 +echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 - (eval $ac_compiler --version &5) 2>&5 +{ (ac_try="$ac_compiler --version >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 - (eval $ac_compiler -v &5) 2>&5 +{ (ac_try="$ac_compiler -v >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 - (eval $ac_compiler -V &5) 2>&5 +{ (ac_try="$ac_compiler -V >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } @@ -2110,47 +2564,77 @@ # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 - (eval $ac_link_default) 2>&5 +# +# List of possible output files, starting from the most likely. +# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) +# only as a last resort. b.out is created by i960 compilers. +ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' +# +# The IRIX 6 linker writes into existing files which may not be +# executable, retaining their permissions. Remove them first so a +# subsequent execution test works. +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { (ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link_default") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - # Find the output, starting from the most likely. This scheme is -# not robust to junk in `.', hence go to wildcards (a.*) only as a last -# resort. - -# Be careful to initialize this variable, since it used to be cached. -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. -ac_cv_exeext= -# b.out is created by i960 compilers. -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) - ;; - conftest.$ac_ext ) - # This is the source file. + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) - ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - # FIXME: I believe we export ac_cv_exeext for Libtool, - # but it would be cool to find out if it's true. Does anybody - # maintain Libtool? --akim. - export ac_cv_exeext + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. break;; * ) break;; esac done -else +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi + +{ echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6; } +if test -z "$ac_file"; then echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -2162,19 +2646,21 @@ fi ac_exeext=$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_file" >&5 -echo "${ECHO_T}$ac_file" >&6 - -# Check the compiler produces executables we can run. If not, either + +# Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -2193,22 +2679,27 @@ fi fi fi -echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 +{ echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save -# Check the compiler produces executables we can run. If not, either +# Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:$LINENO: result: $cross_compiling" >&5 -echo "${ECHO_T}$cross_compiling" >&6 - -echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } +{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6; } + +{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then @@ -2219,9 +2710,8 @@ for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - export ac_cv_exeext break;; * ) break;; esac @@ -2235,14 +2725,14 @@ fi rm -f conftest$ac_cv_exeext -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -echo "${ECHO_T}$ac_cv_exeext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:$LINENO: checking for suffix of object files" >&5 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2262,14 +2752,20 @@ } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac @@ -2287,12 +2783,12 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -echo "${ECHO_T}$ac_cv_objext" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2315,49 +2811,49 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_compiler_gnu=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + ac_compiler_gnu=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -CFLAGS="-g" -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext @@ -2373,37 +2869,118 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_prog_cc_g=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 + CFLAGS="" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then @@ -2419,12 +2996,12 @@ CFLAGS= fi fi -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 -if test "${ac_cv_prog_cc_stdc+set}" = set; then +{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_cv_prog_cc_stdc=no + ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2458,12 +3035,17 @@ /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated - as 'x'. The following induces an error, until -std1 is added to get + as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something - that's true only with -std1. */ + that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; @@ -2478,201 +3060,57 @@ return 0; } _ACEOF -# Don't try gcc -ansi; that turns off useful extensions and -# breaks some systems' header files. -# AIX -qlanglvl=ansi -# Ultrix and OSF/1 -std1 -# HP-UX 10.20 and later -Ae -# HP-UX older versions -Aa -D_HPUX_SOURCE -# SVR4 -Xc -D__EXTENSIONS__ -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_prog_cc_stdc=$ac_arg -break + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_prog_cc_c89=$ac_arg else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -fi -rm -f conftest.err conftest.$ac_objext + +fi + +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break done -rm -f conftest.$ac_ext conftest.$ac_objext +rm -f conftest.$ac_ext CC=$ac_save_CC fi - -case "x$ac_cv_prog_cc_stdc" in - x|xno) - echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6 ;; +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6; } ;; + xno) + { echo "$as_me:$LINENO: result: unsupported" >&5 +echo "${ECHO_T}unsupported" >&6; } ;; *) - echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 - CC="$CC $ac_cv_prog_cc_stdc" ;; + CC="$CC $ac_cv_prog_cc_c89" + { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac -# Some people use a C++ compiler to compile C. Since we use `exit', -# in C++ we need to declare it. In case someone uses the same compiler -# for both compiling C and C++ we need to have the C++ compiler decide -# the declaration of exit, since it's the most demanding environment. -cat >conftest.$ac_ext <<_ACEOF -#ifndef __cplusplus - choke me -#endif -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - for ac_declaration in \ - '' \ - 'extern "C" void std::exit (int) throw (); using std::exit;' \ - 'extern "C" void std::exit (int); using std::exit;' \ - 'extern "C" void exit (int) throw ();' \ - 'extern "C" void exit (int);' \ - 'void exit (int);' -do - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -#include -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -continue -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_declaration -int -main () -{ -exit (42); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -done -rm -f conftest* -if test -n "$ac_declaration"; then - echo '#ifdef __cplusplus' >>confdefs.h - echo $ac_declaration >>confdefs.h - echo '#endif' >>confdefs.h -fi - -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2680,7 +3118,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" - ac_config_commands="$ac_config_commands depfiles" +ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} @@ -2690,8 +3128,8 @@ .PHONY: am__doit END # If we don't find an include directive, just comment out the code. -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } am__include="#" am__quote= _am_result=none @@ -2718,15 +3156,15 @@ fi -echo "$as_me:$LINENO: result: $_am_result" >&5 -echo "${ECHO_T}$_am_result" >&6 +{ echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6; } rm -f confinc confmf -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. +# Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then - enableval="$enable_dependency_tracking" - -fi; + enableval=$enable_dependency_tracking; +fi + if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' @@ -2746,8 +3184,8 @@ depcc="$CC" am_compiler_list= -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -2829,8 +3267,8 @@ fi fi -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 +{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type @@ -2847,14 +3285,12 @@ - - echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6 -if test "${ac_cv_lib_cposix_strerror+set}" = set; then +{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 +echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } +if test "${ac_cv_search_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lcposix $LIBS" + ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -2862,68 +3298,83 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char strerror (); int main () { -strerror (); +return strerror (); ; return 0; } _ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +for ac_lib in '' cposix; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_lib_cposix_strerror=yes + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + ac_cv_search_strerror=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_cposix_strerror=no -fi -rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6 -if test $ac_cv_lib_cposix_strerror = yes; then - LIBS="$LIBS -lcposix" -fi - - + +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext + if test "${ac_cv_search_strerror+set}" = set; then + break +fi +done +if test "${ac_cv_search_strerror+set}" = set; then + : +else + ac_cv_search_strerror=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 +echo "${ECHO_T}$ac_cv_search_strerror" >&6; } +ac_res=$ac_cv_search_strerror +if test "$ac_res" != no; then + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -2957,24 +3408,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -2983,9 +3432,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -2995,24 +3445,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -3023,6 +3471,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -3040,8 +3489,8 @@ else ac_cv_prog_CPP=$CPP fi -echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 +{ echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -3064,24 +3513,22 @@ #endif Syntax error _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else echo "$as_me: failed program was:" >&5 @@ -3090,9 +3537,10 @@ # Broken: fails on valid input. continue fi + rm -f conftest.err conftest.$ac_ext - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3102,24 +3550,22 @@ /* end confdefs.h. */ #include _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else @@ -3130,6 +3576,7 @@ ac_preproc_ok=: break fi + rm -f conftest.err conftest.$ac_ext done @@ -3152,23 +3599,170 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 -if test "${ac_cv_prog_egrep+set}" = set; then +{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } +if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then ac_cv_prog_egrep='grep -E' - else ac_cv_prog_egrep='egrep' + # Extract the first word of "grep ggrep" to use in msg output +if test -z "$GREP"; then +set dummy grep ggrep; ac_prog_name=$2 +if test "${ac_cv_path_GREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_GREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue + # Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count fi -fi -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep - - -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_GREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +GREP="$ac_cv_path_GREP" +if test -z "$GREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_GREP=$GREP +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + # Extract the first word of "egrep" to use in msg output +if test -z "$EGREP"; then +set dummy egrep; ac_prog_name=$2 +if test "${ac_cv_path_EGREP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_path_EGREP_found=false +# Loop through the user's path and test for each of PROGNAME-LIST +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue + # Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + ac_count=`expr $ac_count + 1` + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + + $ac_path_EGREP_found && break 3 + done +done + +done +IFS=$as_save_IFS + + +fi + +EGREP="$ac_cv_path_EGREP" +if test -z "$EGREP"; then + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + { (exit 1); exit 1; }; } +fi + +else + ac_cv_path_EGREP=$EGREP +fi + + + fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3192,34 +3786,31 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -3275,6 +3866,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -3294,18 +3886,27 @@ for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) - exit(2); - exit (0); + return 2; + return 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -3318,12 +3919,14 @@ ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -3335,8 +3938,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3349,32 +3952,34 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3387,27 +3992,41 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done - - test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" +IFS=$as_save_IFS + fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -echo "${ECHO_T}$ac_ct_RANLIB" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - RANLIB=$ac_ct_RANLIB + { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_RANLIB" = x; then + RANLIB=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + RANLIB=$ac_ct_RANLIB + fi else RANLIB="$ac_cv_prog_RANLIB" fi @@ -3419,8 +4038,8 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3435,34 +4054,35 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG - if test -n "$PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi + { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3477,28 +4097,42 @@ IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done +IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG - if test -n "$ac_pt_PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 -echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 -else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - - PKG_CONFIG=$ac_pt_PKG_CONFIG + { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi @@ -3506,24 +4140,27 @@ fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 - echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 -echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no -echo "$as_me:$LINENO: checking for GLIB" >&5 -echo $ECHO_N "checking for GLIB... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for GLIB" >&5 +echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } if test -n "$PKG_CONFIG"; then + if test -n "$GLIB_CFLAGS"; then + pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" + else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 @@ -3534,10 +4171,14 @@ else pkg_failed=yes fi + fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then + if test -n "$GLIB_LIBS"; then + pkg_cv_GLIB_LIBS="$GLIB_LIBS" + else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5 @@ -3548,72 +4189,93 @@ else pkg_failed=yes fi + fi else pkg_failed=untried fi + + if test $pkg_failed = yes; then - GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0"` + else + GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0"` + fi # Put the nasty error message in config.log where it belongs - echo "$GLIB_PKG_ERRORS" 1>&5 - - { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met. + echo "$GLIB_PKG_ERRORS" >&5 + + { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0) were not met: + +$GLIB_PKG_ERRORS + Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details." >&5 -echo "$as_me: error: Package requirements (glib-2.0) were not met. +Alternatively, you may set the environment variables GLIB_CFLAGS +and GLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&5 +echo "$as_me: error: Package requirements (glib-2.0) were not met: + +$GLIB_PKG_ERRORS + Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details." >&2;} +Alternatively, you may set the environment variables GLIB_CFLAGS +and GLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. +" >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details. - -To get pkg-config, see . +Alternatively, you may set the environment variables GLIB_CFLAGS +and GLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . See \`config.log' for more details." >&5 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. -Alternatively you may set the GLIB_CFLAGS and GLIB_LIBS environment variables -to avoid the need to call pkg-config. See the pkg-config man page for -more details. - -To get pkg-config, see . +Alternatively, you may set the environment variables GLIB_CFLAGS +and GLIB_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS GLIB_LIBS=$pkg_cv_GLIB_LIBS - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } : fi -# Check whether --enable-resolver or --disable-resolver was given. +# Check whether --enable-resolver was given. if test "${enable_resolver+set}" = set; then - enableval="$enable_resolver" - if test "$enable_resolver" != 'no'; then + enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then resolver_enabled='yes' fi else resolver_enabled='yes' -fi; +fi + if test "$resolver_enabled" = yes; then @@ -3621,8 +4283,8 @@ #define ENABLE_RESOLVER 1 _ACEOF - echo "$as_me:$LINENO: checking for res_search in -lc" >&5 -echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for res_search in -lc" >&5 +echo $ECHO_N "checking for res_search in -lc... $ECHO_C" >&6; } if test "${ac_cv_lib_c_res_search+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3635,55 +4297,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char res_search (); int main () { -res_search (); +return res_search (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_c_res_search=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_c_res_search=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_c_res_search=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 -echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_c_res_search" >&5 +echo "${ECHO_T}$ac_cv_lib_c_res_search" >&6; } if test $ac_cv_lib_c_res_search = yes; then need_resolv=no else @@ -3691,8 +4351,8 @@ fi if test "$need_resolv" = yes; then - echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 -echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 +echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } if test "${ac_cv_lib_resolv_res_search+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -3705,66 +4365,117 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char res_search (); int main () { -res_search (); +return res_search (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_resolv_res_search=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_resolv_res_search=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_resolv_res_search=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 -echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5 +echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6; } if test $ac_cv_lib_resolv_res_search = yes; then - has_resolv=yes -else - { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 + has_resolv=yes; RESOLV_LIBS="-lresolv" +else + has_resolv=no +fi + + if test "$has_resolv" = no; then + saved_LIBS="$LIBS" + LIBS="$LIBS -lresolv" + { echo "$as_me:$LINENO: checking for res_search in -lresolv" >&5 +echo $ECHO_N "checking for res_search in -lresolv... $ECHO_C" >&6; } + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +int +main () +{ +res_search (0, 0, 0, 0, 0); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then + RESOLV_LIBS="-lresolv"; has_resolv=yes; { echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6; } +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ + conftest$ac_exeext conftest.$ac_ext; + LIBS="$saved_LIBS" + fi + if test "$has_resolv" = no; then + { { echo "$as_me:$LINENO: error: \"no libresolv\"" >&5 echo "$as_me: error: \"no libresolv\"" >&2;} { (exit 1); exit 1; }; } -fi - - RESOLV_LIBS='-lresolv' - else - RESOLV_LIBS='' + RESOLV_LIBS='' + fi fi else RESOLV_LIBS='' @@ -3775,9 +4486,9 @@ for ac_func in getline do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -3803,67 +4514,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.err conftest.$ac_objext \ + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -3877,9 +4581,9 @@ for ac_func in fdatasync do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -3905,67 +4609,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.err conftest.$ac_objext \ + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -3975,8 +4672,8 @@ done -echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4000,34 +4697,31 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_stdc=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_header_stdc=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. @@ -4083,6 +4777,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include +#include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) @@ -4102,18 +4797,27 @@ for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) - exit(2); - exit (0); + return 2; + return 0; } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -4126,12 +4830,14 @@ ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -fi -echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -echo "${ECHO_T}$ac_cv_header_stdc" >&6 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -4154,9 +4860,9 @@ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -4170,37 +4876,35 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_Header=no" -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + eval "$as_ac_Header=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 @@ -4218,18 +4922,19 @@ for ac_header in fcntl.h sys/time.h syslog.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -if eval "test \"\${$as_ac_Header+set}\" = set"; then - echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then + { echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? -echo "$as_me:$LINENO: checking $ac_header usability" >&5 -echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4240,40 +4945,37 @@ #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_header_compiler=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6 + ac_header_compiler=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? -echo "$as_me:$LINENO: checking $ac_header presence" >&5 -echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4282,24 +4984,22 @@ /* end confdefs.h. */ #include <$ac_header> _ACEOF -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +if { (ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null; then - if test -s conftest.err; then - ac_cpp_err=$ac_c_preproc_warn_flag - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag - else - ac_cpp_err= - fi -else - ac_cpp_err=yes -fi -if test -z "$ac_cpp_err"; then + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 @@ -4307,9 +5007,10 @@ ac_header_preproc=no fi + rm -f conftest.err conftest.$ac_ext -echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -echo "${ECHO_T}$ac_header_preproc" >&6 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in @@ -4333,25 +5034,24 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( - cat <<\_ASBOX + ( cat <<\_ASBOX ## ----------------------------- ## ## Report this to oku@debian.org ## ## ----------------------------- ## _ASBOX - ) | - sed "s/^/$as_me: WARNING: /" >&2 + ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 -if eval "test \"\${$as_ac_Header+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } +if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +ac_res=`eval echo '${'$as_ac_Header'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then @@ -4364,8 +5064,8 @@ done -echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4383,10 +5083,10 @@ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; - const charset x; + const charset cs; /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; + char const *const *pcpcc; + char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; @@ -4395,16 +5095,17 @@ an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; - ccp = &g + (g ? g-g : 0); + pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ - ++ccp; - p = (char**) ccp; - ccp = (char const *const *) p; + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; + if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; @@ -4423,7 +5124,9 @@ } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; + if (!foo) return 0; } + return !cs[0] && !zero.x; #endif ; @@ -4431,37 +5134,34 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_c_const=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -echo "${ECHO_T}$ac_cv_c_const" >&6 + ac_cv_c_const=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +echo "${ECHO_T}$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF @@ -4470,8 +5170,8 @@ fi -echo "$as_me:$LINENO: checking for pid_t" >&5 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for pid_t" >&5 +echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } if test "${ac_cv_type_pid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4482,49 +5182,47 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef pid_t ac__type_new_; int main () { -if ((pid_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (pid_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_pid_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_pid_t=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6 + ac_cv_type_pid_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } if test $ac_cv_type_pid_t = yes; then : else @@ -4535,8 +5233,8 @@ fi -echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for size_t" >&5 +echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4547,61 +5245,59 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +typedef size_t ac__type_new_; int main () { -if ((size_t *) 0) +if ((ac__type_new_ *) 0) return 0; -if (sizeof (size_t)) +if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_size_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_size_t=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6 + ac_cv_type_size_t=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +echo "${ECHO_T}$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else cat >>confdefs.h <<_ACEOF -#define size_t unsigned -_ACEOF - -fi - -echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 -echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 +#define size_t unsigned int +_ACEOF + +fi + +{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 +echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } if test "${ac_cv_header_time+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4625,37 +5321,34 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_time=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_header_time=no -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 -echo "${ECHO_T}$ac_cv_header_time" >&6 + ac_cv_header_time=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 +echo "${ECHO_T}$ac_cv_header_time" >&6; } if test $ac_cv_header_time = yes; then cat >>confdefs.h <<\_ACEOF @@ -4664,8 +5357,8 @@ fi -echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 -echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 +echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } if test "${ac_cv_struct_tm+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4681,43 +5374,42 @@ int main () { -struct tm *tp; tp->tm_sec; +struct tm tm; + int *p = &tm.tm_sec; + return !p; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_struct_tm=time.h else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_struct_tm=sys/time.h -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 -echo "${ECHO_T}$ac_cv_struct_tm" >&6 + ac_cv_struct_tm=sys/time.h +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 +echo "${ECHO_T}$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then cat >>confdefs.h <<\_ACEOF @@ -4727,8 +5419,8 @@ fi -echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 -echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for working POSIX fnmatch" >&5 +echo $ECHO_N "checking for working POSIX fnmatch... $ECHO_C" >&6; } if test "${ac_cv_func_fnmatch_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4752,7 +5444,7 @@ int main () { -exit +return (!(y ("a*", "abc", 0) && n ("d*/*1", "d/s/1", FNM_PATHNAME) && y ("a\\\\bc", "abc", 0) @@ -4765,13 +5457,22 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 + { (case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then @@ -4784,11 +5485,13 @@ ( exit $ac_status ) ac_cv_func_fnmatch_works=no fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 -echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6 +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi + + +fi +{ echo "$as_me:$LINENO: result: $ac_cv_func_fnmatch_works" >&5 +echo "${ECHO_T}$ac_cv_func_fnmatch_works" >&6; } if test $ac_cv_func_fnmatch_works = yes; then cat >>confdefs.h <<\_ACEOF @@ -4799,8 +5502,8 @@ -echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } if test "${ac_cv_type_signal+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4812,55 +5515,44 @@ /* end confdefs.h. */ #include #include -#ifdef signal -# undef signal -#endif -#ifdef __cplusplus -extern "C" void (*signal (int, void (*)(int)))(int); -#else -void (*signal ()) (); -#endif int main () { -int i; +return *(signal (0, 0)) (0) == 1; ; return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>conftest.er1 +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_signal=void + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_type_signal=int else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_type_signal=int -fi -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext -fi -echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 -echo "${ECHO_T}$ac_cv_type_signal" >&6 + ac_cv_type_signal=void +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +echo "${ECHO_T}$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF #define RETSIGTYPE $ac_cv_type_signal @@ -4871,9 +5563,9 @@ for ac_func in strftime do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -4899,67 +5591,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.err conftest.$ac_objext \ + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -4967,8 +5652,8 @@ else # strftime is in -lintl on SCO UNIX. -echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 -echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 +echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_strftime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -4981,55 +5666,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char strftime (); int main () { -strftime (); +return strftime (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_strftime=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_intl_strftime=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_intl_strftime=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 -echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 +echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } if test $ac_cv_lib_intl_strftime = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRFTIME 1 @@ -5045,9 +5728,9 @@ for ac_func in vprintf do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -5073,74 +5756,67 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.err conftest.$ac_objext \ + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF -echo "$as_me:$LINENO: checking for _doprnt" >&5 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 +{ echo "$as_me:$LINENO: checking for _doprnt" >&5 +echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } if test "${ac_cv_func__doprnt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5167,67 +5843,59 @@ #undef _doprnt -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char _doprnt (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub__doprnt) || defined (__stub____doprnt) +#if defined __stub__doprnt || defined __stub____doprnt choke me -#else -char (*f) () = _doprnt; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != _doprnt; +return _doprnt (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_func__doprnt=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_func__doprnt=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_func__doprnt=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 +echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } if test $ac_cv_func__doprnt = yes; then cat >>confdefs.h <<\_ACEOF @@ -5247,9 +5915,9 @@ for ac_func in select socket strerror strstr do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:$LINENO: checking for $ac_func" >&5 -echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 -if eval "test \"\${$as_ac_var+set}\" = set"; then +{ echo "$as_me:$LINENO: checking for $ac_func" >&5 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -5275,67 +5943,60 @@ #undef $ac_func -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" -{ #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ -#if defined (__stub_$ac_func) || defined (__stub___$ac_func) +#if defined __stub_$ac_func || defined __stub___$ac_func choke me -#else -char (*f) () = $ac_func; -#endif -#ifdef __cplusplus -} #endif int main () { -return f != $ac_func; +return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -eval "$as_ac_var=no" -fi -rm -f conftest.err conftest.$ac_objext \ + eval "$as_ac_var=no" +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 -echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +ac_res=`eval echo '${'$as_ac_var'}'` + { echo "$as_me:$LINENO: result: $ac_res" >&5 +echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 @@ -5346,35 +6007,35 @@ -# Check whether --with-user or --without-user was given. +# Check whether --with-user was given. if test "${with_user+set}" = set; then - withval="$with_user" - -fi; + withval=$with_user; +fi + if test "x$with_user" = 'x'; then with_user='mail' fi -# Check whether --with-group or --without-group was given. +# Check whether --with-group was given. if test "${with_group+set}" = set; then - withval="$with_group" - -fi; + withval=$with_group; +fi + if test "x$with_group" = 'x'; then with_group='trusted' fi -# Check whether --enable-debug or --disable-debug was given. +# Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then - enableval="$enable_debug" - if test "x$enable_debug" != 'xno'; then + enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then debug_enabled='yes' fi else debug_enabled='yes' -fi; +fi + if test "x$debug_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5397,11 +6058,11 @@ -# Check whether --with-glib_static or --without-glib_static was given. +# Check whether --with-glib_static was given. if test "${with_glib_static+set}" = set; then - withval="$with_glib_static" - -fi; + withval=$with_glib_static; +fi + if test "x$with_glib_static" != 'x'; then GLIB_LIBS=$with_glib_static @@ -5410,16 +6071,16 @@ MD5_LIBS='' BASE64_LIBS='' -# Check whether --enable-smtp_server or --disable-smtp_server was given. +# Check whether --enable-smtp_server was given. if test "${enable_smtp_server+set}" = set; then - enableval="$enable_smtp_server" - if test "x$enable_smtp_server" != 'xno'; then + enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then smtp_server_enabled='yes' fi else smtp_server_enabled='yes' -fi; +fi + if test "x$smtp_server_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5428,16 +6089,16 @@ fi -# Check whether --enable-pop3 or --disable-pop3 was given. +# Check whether --enable-pop3 was given. if test "${enable_pop3+set}" = set; then - enableval="$enable_pop3" - if test "x$enable_pop3" != 'xno'; then + enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then pop3_enabled='yes' fi else pop3_enabled='yes' -fi; +fi + if test "x$pop3_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5448,13 +6109,13 @@ need_md5='yes' fi -# Check whether --enable-auth or --disable-auth was given. +# Check whether --enable-auth was given. if test "${enable_auth+set}" = set; then - enableval="$enable_auth" - if test "x$enable_auth" != 'xno'; then + enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then auth_enabled='yes' fi -fi; +fi + if test "x$auth_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5467,13 +6128,13 @@ fi -# Check whether --enable-maildir or --disable-maildir was given. +# Check whether --enable-maildir was given. if test "${enable_maildir+set}" = set; then - enableval="$enable_maildir" - if test "x$enable_maildir" != 'xno'; then + enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then maildir_enabled='yes' fi -fi; +fi + if test "x$maildir_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5483,19 +6144,19 @@ fi -# Check whether --with-libcrypto or --without-libcrypto was given. +# Check whether --with-libcrypto was given. if test "${with_libcrypto+set}" = set; then - withval="$with_libcrypto" - -fi; + withval=$with_libcrypto; +fi + if test "x$with_libcrypto" != 'xyes'; then with_libcrypto='no' fi if test "x$need_md5" = 'xyes'; then if test "x$with_libcrypto" = "xyes"; then - echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 -echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for MD5 in -lcrypto" >&5 +echo $ECHO_N "checking for MD5 in -lcrypto... $ECHO_C" >&6; } if test "${ac_cv_lib_crypto_MD5+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5508,55 +6169,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char MD5 (); int main () { -MD5 (); +return MD5 (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_crypto_MD5=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_crypto_MD5=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_crypto_MD5=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 -echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_MD5" >&5 +echo "${ECHO_T}$ac_cv_lib_crypto_MD5" >&6; } if test $ac_cv_lib_crypto_MD5 = yes; then has_crypto='yes' else @@ -5580,13 +6239,13 @@ IDENT_LIBS='' -# Check whether --enable-ident or --disable-ident was given. +# Check whether --enable-ident was given. if test "${enable_ident+set}" = set; then - enableval="$enable_ident" - if test "x$enable_ident" != 'xno'; then + enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then ident_enabled='yes' fi -fi; +fi + if test "x$ident_enabled" = xyes; then @@ -5594,8 +6253,8 @@ #define ENABLE_IDENT 1 _ACEOF - echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 -echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for ident_id in -lident" >&5 +echo $ECHO_N "checking for ident_id in -lident... $ECHO_C" >&6; } if test "${ac_cv_lib_ident_ident_id+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5608,55 +6267,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char ident_id (); int main () { -ident_id (); +return ident_id (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_ident_ident_id=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_ident_ident_id=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_ident_ident_id=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 -echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_ident_ident_id" >&5 +echo "${ECHO_T}$ac_cv_lib_ident_ident_id" >&6; } if test $ac_cv_lib_ident_ident_id = yes; then IDENT_LIBS='-lident' else @@ -5666,13 +6323,13 @@ fi -# Check whether --enable-mserver or --disable-mserver was given. +# Check whether --enable-mserver was given. if test "${enable_mserver+set}" = set; then - enableval="$enable_mserver" - if test "x$enable_mserver" != 'xno'; then + enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then mserver_enabled='yes' fi -fi; +fi + if test "x$mserver_enabled" = xyes; then cat >>confdefs.h <<\_ACEOF @@ -5682,17 +6339,17 @@ fi -# Check whether --with-liblockfile or --without-liblockfile was given. +# Check whether --with-liblockfile was given. if test "${with_liblockfile+set}" = set; then - withval="$with_liblockfile" - -fi; + withval=$with_liblockfile; +fi + if test "x$with_liblockfile" != 'x'; then with_liblockfile='yes' fi if test "x$with_liblockfile" = xyes; then - echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 -echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 + { echo "$as_me:$LINENO: checking for maillock in -llockfile" >&5 +echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6; } if test "${ac_cv_lib_lockfile_maillock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -5705,55 +6362,53 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -/* Override any gcc2 internal prototype to avoid an error. */ +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif -/* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ char maillock (); int main () { -maillock (); +return maillock (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>conftest.er1 +if { (ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && + $as_test_x conftest$ac_exeext; then ac_cv_lib_lockfile_maillock=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_lockfile_maillock=no -fi -rm -f conftest.err conftest.$ac_objext \ + ac_cv_lib_lockfile_maillock=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 -echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 +echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6; } if test $ac_cv_lib_lockfile_maillock = yes; then has_lockfile=yes else @@ -5775,36 +6430,36 @@ -# Check whether --with-logdir or --without-logdir was given. +# Check whether --with-logdir was given. if test "${with_logdir+set}" = set; then - withval="$with_logdir" - + withval=$with_logdir; else with_logdir='/var/log/masqmail/' -fi; - - - -# Check whether --with-spooldir or --without-spooldir was given. +fi + + + + +# Check whether --with-spooldir was given. if test "${with_spooldir+set}" = set; then - withval="$with_spooldir" - + withval=$with_spooldir; else with_spooldir='/var/spool/masqmail/' -fi; - - - -# Check whether --with-confdir or --without-confdir was given. +fi + + + + +# Check whether --with-confdir was given. if test "${with_confdir+set}" = set; then - withval="$with_confdir" - + withval=$with_confdir; else with_confdir='/etc/masqmail' -fi; +fi + cat >>confdefs.h <<_ACEOF #define CONF_DIR "${with_confdir}" @@ -5839,7 +6494,8 @@ fi fi - 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" +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" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -5858,39 +6514,58 @@ # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. -# So, don't put newlines in cache variables' values. +# So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. -{ +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + *) $as_unset $ac_var ;; + esac ;; + esac + done + (set) 2>&1 | - case `(ac_space=' '; set | grep ac_space) 2>&1` in - *ac_space=\ *) + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" - ;; + ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. - sed -n \ - "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; - esac; -} | + esac | + sort +) | sed ' + /^ac_cv_env_/b end t clear - : clear + :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end - /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ - : end' >>confcache -if diff $cache_file confcache >/dev/null 2>&1; then :; else - if test -w $cache_file; then - test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + test "x$cache_file" != "x/dev/null" && + { echo "$as_me:$LINENO: updating cache $cache_file" >&5 +echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - echo "not updating unwritable cache $cache_file" + { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -5899,32 +6574,18 @@ # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and -# trailing colons and then remove the whole line if VPATH becomes empty -# (actually we leave an empty line to preserve line numbers). -if test "x$srcdir" = x.; then - ac_vpsub='/^[ ]*VPATH[ ]*=/{ -s/:*\$(srcdir):*/:/; -s/:*\${srcdir}:*/:/; -s/:*@srcdir@:*/:/; -s/^\([^=]*=[ ]*\):*/\1/; -s/:*$//; -s/^[^=]*=[ ]*$//; -}' -fi - DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. - ac_i=`echo "$ac_i" | - sed 's/\$U\././;s/\.o$//;s/\.obj$//'` - # 2. Add them. - ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" - ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs @@ -5969,73 +6630,26 @@ ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then - set -o posix -fi -DUALCASE=1; export DUALCASE # for MKS sh - -# Support unset when possible. -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - as_unset=unset -else - as_unset=false -fi - - -# Work around bugs in pre-3.0 UWIN ksh. -$as_unset ENV MAIL MAILPATH -PS1='$ ' -PS2='> ' -PS4='+ ' - -# NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - $as_unset $as_var - fi -done - -# Required to use basename. -if expr a : '\(a\)' >/dev/null 2>&1; then - as_expr=expr -else - as_expr=false -fi - -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then - as_basename=basename -else - as_basename=false -fi - - -# Name of the executable. -as_me=`$as_basename "$0" || -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)$' \| \ - . : '\(.\)' 2>/dev/null || -echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } - /^X\/\(\/\/\)$/{ s//\1/; q; } - /^X\/\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - - -# PATH needs CR, and LINENO needs CR and PATH. + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + +fi + + + + +# PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' @@ -6056,126 +6670,198 @@ rm -f conf$$.sh fi - - as_lineno_1=$LINENO - as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` - test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" || { - # Find who we are. Look in the path if we contain no path at all - # relative or not. - case $0 in - *[\\/]* ) as_myself=$0 ;; - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +as_nl=' +' +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +case $0 in + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done - - ;; - esac - # We did not find ourselves, most probably we were run as `sh COMMAND' - # in which case we are not to be found in the path. - if test "x$as_myself" = x; then - as_myself=$0 +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } +fi + +# Work around bugs in pre-3.0 UWIN ksh. +for as_var in ENV MAIL MAILPATH +do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi - if test ! -f "$as_myself"; then - { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} - { (exit 1); exit 1; }; } - fi - case $CONFIG_SHELL in - '') - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for as_base in sh bash ksh sh5; do - case $as_dir in - /*) - if ("$as_dir/$as_base" -c ' +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + + +# Name of the executable. +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# CDPATH. +$as_unset CDPATH + + + as_lineno_1=$LINENO as_lineno_2=$LINENO - as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && - test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then - $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } - $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } - CONFIG_SHELL=$as_dir/$as_base - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$0" ${1+"$@"} - fi;; - esac - done -done -;; - esac + test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a - # line-number line before each line; the second 'sed' does the real - # work. The second script uses 'N' to pair each line-number line - # with the numbered line, and appends trailing '-' during - # substitution so that $LINENO is not a special case at line end. + # line-number line after each line using $LINENO; the second 'sed' + # does the real work. The second script uses 'N' to pair each + # line-number line with the line containing $LINENO, and appends + # trailing '-' during substitution so that $LINENO is not a special + # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the - # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) - sed '=' <$as_myself | + # scripts with optimization help from Paolo Bonzini. Blame Lee + # E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno N - s,$,-, - : loop - s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop - s,-$,, - s,^['$as_cr_digits']*\n,, + s/-\n.*// ' >$as_me.lineno && - chmod +x $as_me.lineno || - { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} + chmod +x "$as_me.lineno" || + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the - # original and so on. Autoconf is especially sensible to this). - . ./$as_me.lineno + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" # Exit status is that of the last command. exit } -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in - *c*,-n*) ECHO_N= ECHO_C=' -' ECHO_T=' ' ;; - *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; - *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in +-n*) + case `echo 'x\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + *) ECHO_C='\c';; + esac;; +*) + ECHO_N='-n';; esac -if expr a : '\(a\)' >/dev/null 2>&1; then +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir +fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then - # We could just check for DJGPP; but this test a) works b) is more generic - # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). - if test -f conf$$.exe; then - # Don't use ln at all; we don't have any links + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' - else - as_ln_s='ln -s' - fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi -rm -f conf$$ conf$$.exe conf$$.file +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: @@ -6184,7 +6870,28 @@ as_mkdir_p=false fi -as_executable_p="test -f" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' +else + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' +fi +as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" @@ -6193,31 +6900,14 @@ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" -# IFS -# We need space, tab and new line, in precisely that order. -as_nl=' -' -IFS=" $as_nl" - -# CDPATH. -$as_unset CDPATH - exec 6>&1 -# Open the log real soon, to keep \$[0] and so on meaningful, and to +# Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their -# values after options handling. Logging --version etc. is OK. -exec 5>>config.log -{ - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX -## Running $as_me. ## -_ASBOX -} >&5 -cat >&5 <<_CSEOF - +# values after options handling. +ac_log=" This file was extended by masqmail $as_me 0.2.21, which was -generated by GNU Autoconf 2.59. Invocation command line was +generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -6225,30 +6915,20 @@ CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ -_CSEOF -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 -echo >&5 -_ACEOF - +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF # Files that config.status was made for. -if test -n "$ac_config_files"; then - echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_headers"; then - echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_links"; then - echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS -fi - -if test -n "$ac_config_commands"; then - echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS -fi +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF cat >>$CONFIG_STATUS <<\_ACEOF - ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -6256,7 +6936,7 @@ Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit - -V, --version print version number, then exit + -V, --version print version number and configuration settings, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions @@ -6275,19 +6955,21 @@ $config_commands Report bugs to ." -_ACEOF - + +_ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ masqmail config.status 0.2.21 -configured by $0, generated by GNU Autoconf 2.59, - with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" - -Copyright (C) 2003 Free Software Foundation, Inc. +configured by $0, generated by GNU Autoconf 2.61, + with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -srcdir=$srcdir -INSTALL="$INSTALL" + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF @@ -6298,39 +6980,24 @@ do case $1 in --*=*) - ac_option=`expr "x$1" : 'x\([^=]*\)='` - ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; - -*) + *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; - *) # This is not an option, so the user has probably given explicit - # arguments. - ac_option=$1 - ac_need_defaults=false;; esac case $ac_option in # Handling of the options. -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; - --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; - --he | --h) - # Conflict between --help and --header - { { echo "$as_me:$LINENO: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: ambiguous option: $1 -Try \`$0 --help' for more information." >&2;} - { (exit 1); exit 1; }; };; - --help | --hel | -h ) - echo "$ac_cs_usage"; exit 0 ;; - --debug | --d* | -d ) + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift @@ -6340,18 +7007,24 @@ $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + { echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2 + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $1 -Try \`$0 --help' for more information." >&2;} + -*) { echo "$as_me: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; - *) ac_config_targets="$ac_config_targets $1" ;; + *) ac_config_targets="$ac_config_targets $1" + ac_need_defaults=false ;; esac shift @@ -6367,48 +7040,60 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then - echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -fi - -_ACEOF - + echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + CONFIG_SHELL=$SHELL + export CONFIG_SHELL + exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + echo "$ac_log" +} >&5 + +_ACEOF cat >>$CONFIG_STATUS <<_ACEOF # -# INIT-COMMANDS section. +# INIT-COMMANDS # - AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" _ACEOF - - cat >>$CONFIG_STATUS <<\_ACEOF + +# Handling of arguments. for ac_config_target in $ac_config_targets do - case "$ac_config_target" in - # Handling of arguments. - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "debian/Makefile" ) CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; - "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; - "docs/man/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; - "docs/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; - "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "src/base64/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; - "src/md5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; - "src/libident/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; - "suse/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; - "redhat/masqmail.spec" ) CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; - "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "debian/Makefile") CONFIG_FILES="$CONFIG_FILES debian/Makefile" ;; + "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; + "docs/man/Makefile") CONFIG_FILES="$CONFIG_FILES docs/man/Makefile" ;; + "docs/xml/Makefile") CONFIG_FILES="$CONFIG_FILES docs/xml/Makefile" ;; + "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; + "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; + "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; + "suse/masqmail.spec") CONFIG_FILES="$CONFIG_FILES suse/masqmail.spec" ;; + "redhat/masqmail.spec") CONFIG_FILES="$CONFIG_FILES redhat/masqmail.spec" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done + # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely @@ -6420,342 +7105,406 @@ fi # Have a temporary directory for convenience. Make it in the build tree -# simply because there is no reason to put it here, and in addition, +# simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. -# Create a temporary directory, and hook for its removal unless debugging. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. $debug || { - trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 + tmp= + trap 'exit_status=$? + { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status +' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } - # Create a (secure) tmp directory for tmp files. { - tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { - tmp=./confstat$$-$RANDOM - (umask 077 && mkdir $tmp) + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -_ACEOF - -cat >>$CONFIG_STATUS <<_ACEOF - # -# CONFIG_FILES section. +# Set up the sed scripts for CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h -if test -n "\$CONFIG_FILES"; then - # Protect against being on the right side of a sed subst in config.status. - sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; - s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF -s,@SHELL@,$SHELL,;t t -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t -s,@exec_prefix@,$exec_prefix,;t t -s,@prefix@,$prefix,;t t -s,@program_transform_name@,$program_transform_name,;t t -s,@bindir@,$bindir,;t t -s,@sbindir@,$sbindir,;t t -s,@libexecdir@,$libexecdir,;t t -s,@datadir@,$datadir,;t t -s,@sysconfdir@,$sysconfdir,;t t -s,@sharedstatedir@,$sharedstatedir,;t t -s,@localstatedir@,$localstatedir,;t t -s,@libdir@,$libdir,;t t -s,@includedir@,$includedir,;t t -s,@oldincludedir@,$oldincludedir,;t t -s,@infodir@,$infodir,;t t -s,@mandir@,$mandir,;t t -s,@build_alias@,$build_alias,;t t -s,@host_alias@,$host_alias,;t t -s,@target_alias@,$target_alias,;t t -s,@DEFS@,$DEFS,;t t -s,@ECHO_C@,$ECHO_C,;t t -s,@ECHO_N@,$ECHO_N,;t t -s,@ECHO_T@,$ECHO_T,;t t -s,@LIBS@,$LIBS,;t t -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t -s,@INSTALL_DATA@,$INSTALL_DATA,;t t -s,@CYGPATH_W@,$CYGPATH_W,;t t -s,@PACKAGE@,$PACKAGE,;t t -s,@VERSION@,$VERSION,;t t -s,@ACLOCAL@,$ACLOCAL,;t t -s,@AUTOCONF@,$AUTOCONF,;t t -s,@AUTOMAKE@,$AUTOMAKE,;t t -s,@AUTOHEADER@,$AUTOHEADER,;t t -s,@MAKEINFO@,$MAKEINFO,;t t -s,@AMTAR@,$AMTAR,;t t -s,@install_sh@,$install_sh,;t t -s,@STRIP@,$STRIP,;t t -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t -s,@AWK@,$AWK,;t t -s,@SET_MAKE@,$SET_MAKE,;t t -s,@am__leading_dot@,$am__leading_dot,;t t -s,@CC@,$CC,;t t -s,@CFLAGS@,$CFLAGS,;t t -s,@LDFLAGS@,$LDFLAGS,;t t -s,@CPPFLAGS@,$CPPFLAGS,;t t -s,@ac_ct_CC@,$ac_ct_CC,;t t -s,@EXEEXT@,$EXEEXT,;t t -s,@OBJEXT@,$OBJEXT,;t t -s,@DEPDIR@,$DEPDIR,;t t -s,@am__include@,$am__include,;t t -s,@am__quote@,$am__quote,;t t -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t -s,@CCDEPMODE@,$CCDEPMODE,;t t -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t -s,@CPP@,$CPP,;t t -s,@EGREP@,$EGREP,;t t -s,@RANLIB@,$RANLIB,;t t -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t -s,@PKG_CONFIG@,$PKG_CONFIG,;t t -s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t -s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t -s,@GLIB_LIBS@,$GLIB_LIBS,;t t -s,@RESOLV_LIBS@,$RESOLV_LIBS,;t t -s,@with_user@,$with_user,;t t -s,@with_group@,$with_group,;t t -s,@BASE64_LIBS@,$BASE64_LIBS,;t t -s,@MD5_LIBS@,$MD5_LIBS,;t t -s,@has_ident@,$has_ident,;t t -s,@IDENT_LIBS@,$IDENT_LIBS,;t t -s,@LOCKFILE_LIBS@,$LOCKFILE_LIBS,;t t -s,@USE_LIBLOCKFILE@,$USE_LIBLOCKFILE,;t t -s,@with_logdir@,$with_logdir,;t t -s,@with_spooldir@,$with_spooldir,;t t -s,@with_confdir@,$with_confdir,;t t -s,@LIBOBJS@,$LIBOBJS,;t t -s,@LTLIBOBJS@,$LTLIBOBJS,;t t -CEOF - -_ACEOF - - cat >>$CONFIG_STATUS <<\_ACEOF - # Split the substitutions into bite-sized pieces for seds with - # small command number limits, like on Digital OSF/1 and HP-UX. - ac_max_sed_lines=48 - ac_sed_frag=1 # Number of current file. - ac_beg=1 # First line for current file. - ac_end=$ac_max_sed_lines # Line after last line for current file. - ac_more_lines=: - ac_sed_cmds= - while $ac_more_lines; do - if test $ac_beg -gt 1; then - sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag - else - sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag +if test -n "$CONFIG_FILES"; then + +_ACEOF + + + +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + cat >conf$$subs.sed <<_ACEOF +SHELL!$SHELL$ac_delim +PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim +PACKAGE_NAME!$PACKAGE_NAME$ac_delim +PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim +PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim +PACKAGE_STRING!$PACKAGE_STRING$ac_delim +PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim +exec_prefix!$exec_prefix$ac_delim +prefix!$prefix$ac_delim +program_transform_name!$program_transform_name$ac_delim +bindir!$bindir$ac_delim +sbindir!$sbindir$ac_delim +libexecdir!$libexecdir$ac_delim +datarootdir!$datarootdir$ac_delim +datadir!$datadir$ac_delim +sysconfdir!$sysconfdir$ac_delim +sharedstatedir!$sharedstatedir$ac_delim +localstatedir!$localstatedir$ac_delim +includedir!$includedir$ac_delim +oldincludedir!$oldincludedir$ac_delim +docdir!$docdir$ac_delim +infodir!$infodir$ac_delim +htmldir!$htmldir$ac_delim +dvidir!$dvidir$ac_delim +pdfdir!$pdfdir$ac_delim +psdir!$psdir$ac_delim +libdir!$libdir$ac_delim +localedir!$localedir$ac_delim +mandir!$mandir$ac_delim +DEFS!$DEFS$ac_delim +ECHO_C!$ECHO_C$ac_delim +ECHO_N!$ECHO_N$ac_delim +ECHO_T!$ECHO_T$ac_delim +LIBS!$LIBS$ac_delim +build_alias!$build_alias$ac_delim +host_alias!$host_alias$ac_delim +target_alias!$target_alias$ac_delim +INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim +INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim +INSTALL_DATA!$INSTALL_DATA$ac_delim +CYGPATH_W!$CYGPATH_W$ac_delim +PACKAGE!$PACKAGE$ac_delim +VERSION!$VERSION$ac_delim +ACLOCAL!$ACLOCAL$ac_delim +AUTOCONF!$AUTOCONF$ac_delim +AUTOMAKE!$AUTOMAKE$ac_delim +AUTOHEADER!$AUTOHEADER$ac_delim +MAKEINFO!$MAKEINFO$ac_delim +AMTAR!$AMTAR$ac_delim +install_sh!$install_sh$ac_delim +STRIP!$STRIP$ac_delim +INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim +AWK!$AWK$ac_delim +SET_MAKE!$SET_MAKE$ac_delim +am__leading_dot!$am__leading_dot$ac_delim +CC!$CC$ac_delim +CFLAGS!$CFLAGS$ac_delim +LDFLAGS!$LDFLAGS$ac_delim +CPPFLAGS!$CPPFLAGS$ac_delim +ac_ct_CC!$ac_ct_CC$ac_delim +EXEEXT!$EXEEXT$ac_delim +OBJEXT!$OBJEXT$ac_delim +DEPDIR!$DEPDIR$ac_delim +am__include!$am__include$ac_delim +am__quote!$am__quote$ac_delim +AMDEP_TRUE!$AMDEP_TRUE$ac_delim +AMDEP_FALSE!$AMDEP_FALSE$ac_delim +AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim +CCDEPMODE!$CCDEPMODE$ac_delim +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim +CPP!$CPP$ac_delim +GREP!$GREP$ac_delim +EGREP!$EGREP$ac_delim +RANLIB!$RANLIB$ac_delim +PKG_CONFIG!$PKG_CONFIG$ac_delim +GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim +GLIB_LIBS!$GLIB_LIBS$ac_delim +RESOLV_LIBS!$RESOLV_LIBS$ac_delim +with_user!$with_user$ac_delim +with_group!$with_group$ac_delim +BASE64_LIBS!$BASE64_LIBS$ac_delim +MD5_LIBS!$MD5_LIBS$ac_delim +has_ident!$has_ident$ac_delim +IDENT_LIBS!$IDENT_LIBS$ac_delim +LOCKFILE_LIBS!$LOCKFILE_LIBS$ac_delim +USE_LIBLOCKFILE!$USE_LIBLOCKFILE$ac_delim +with_logdir!$with_logdir$ac_delim +with_spooldir!$with_spooldir$ac_delim +with_confdir!$with_confdir$ac_delim +LIBOBJS!$LIBOBJS$ac_delim +LTLIBOBJS!$LTLIBOBJS$ac_delim +_ACEOF + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then + break + elif $ac_last_try; then + { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` +if test -n "$ac_eof"; then + ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` + ac_eof=`expr $ac_eof + 1` +fi + +cat >>$CONFIG_STATUS <<_ACEOF +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACEOF +sed ' +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g +s/^/s,@/; s/!/@,|#_!!_#|/ +:n +t n +s/'"$ac_delim"'$/,g/; t +s/$/\\/; p +N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n +' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF +:end +s/|#_!!_#|//g +CEOF$ac_eof +_ACEOF + + +# VPATH may cause trouble with some makes, so we remove $(srcdir), +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=/{ +s/:*\$(srcdir):*/:/ +s/:*\${srcdir}:*/:/ +s/:*@srcdir@:*/:/ +s/^\([^=]*=[ ]*\):*/\1/ +s/:*$// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF +fi # test -n "$CONFIG_FILES" + + +for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +echo "$as_me: error: Invalid tag $ac_tag." >&2;} + { (exit 1); exit 1; }; };; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { (exit 1); exit 1; }; };; + esac + ac_file_inputs="$ac_file_inputs $ac_f" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input="Generated from "`IFS=: + echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} fi - if test ! -s $tmp/subs.frag; then - ac_more_lines=false - else - # The purpose of the label and of the branching condition is to - # speed up the sed processing (if there are no `@' at all, there - # is no need to browse any of the substitutions). - # These are the two extra sed commands mentioned above. - (echo ':t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed - if test -z "$ac_sed_cmds"; then - ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" - else - ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" - fi - ac_sed_frag=`expr $ac_sed_frag + 1` - ac_beg=$ac_end - ac_end=`expr $ac_end + $ac_max_sed_lines` - fi - done - if test -z "$ac_sed_cmds"; then - ac_sed_cmds=cat - fi -fi # test -n "$CONFIG_FILES" - -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; + + case $ac_tag in + *:-:* | *:-) cat >"$tmp/stdin";; + esac + ;; esac - # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. - ac_dir=`(dirname "$ac_file") 2>/dev/null || + ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dir" - else - as_dir="$ac_dir" + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir="$ac_dir" + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } - ac_builddir=. -if test "$ac_dir" != .; then +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix case $srcdir in - .) # No --srcdir option. We are building in place. + .) # We are building in place. ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; - *) ac_INSTALL=$ac_top_builddir$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - configure_input= - else - configure_input="$ac_file. " - fi - configure_input=$configure_input"Generated from `echo $ac_file_in | - sed 's,.*/,,'` by configure." - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - echo "$f";; - *) # Relative - if test -f "$f"; then - # Build tree - echo "$f" - elif test -f "$srcdir/$f"; then - # Source tree - echo "$srcdir/$f" - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - - if test x"$ac_file" != x-; then - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - rm -f "$ac_file" - fi -_ACEOF +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= + +case `sed -n '/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p +' $ac_file_inputs` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub @@ -6763,248 +7512,130 @@ cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s,@configure_input@,$configure_input,;t t -s,@srcdir@,$ac_srcdir,;t t -s,@abs_srcdir@,$ac_abs_srcdir,;t t -s,@top_srcdir@,$ac_top_srcdir,;t t -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t -s,@builddir@,$ac_builddir,;t t -s,@abs_builddir@,$ac_abs_builddir,;t t -s,@top_builddir@,$ac_top_builddir,;t t -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t -s,@INSTALL@,$ac_INSTALL,;t t -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out - rm -f $tmp/stdin - if test x"$ac_file" != x-; then - mv $tmp/out $ac_file - else - cat $tmp/out - rm -f $tmp/out - fi - -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF - -# -# CONFIG_HEADER section. -# - -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where -# NAME is the cpp macro being defined and VALUE is the value it is being given. -# -# ac_d sets the value in "#define NAME VALUE" lines. -ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' -ac_dB='[ ].*$,\1#\2' +s&@configure_input@&$configure_input&;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +$ac_datarootdir_hack +" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && + { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&5 +echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined." >&2;} + + rm -f "$tmp/stdin" + case $ac_file in + -) cat "$tmp/out"; rm -f "$tmp/out";; + *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; + esac + ;; + :H) + # + # CONFIG_HEADER + # +_ACEOF + +# Transform confdefs.h into a sed script `conftest.defines', that +# substitutes the proper values into config.h.in to produce config.h. +rm -f conftest.defines conftest.tail +# First, append a space to every undef/define line, to ease matching. +echo 's/$/ /' >conftest.defines +# Then, protect against being on the right side of a sed subst, or in +# an unquoted here document, in config.status. If some macros were +# called several times there might be several #defines for the same +# symbol, which is useless. But do not sort them, since the last +# AC_DEFINE must be honored. +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where +# NAME is the cpp macro being defined, VALUE is the value it is being given. +# PARAMS is the parameter list in the macro definition--in most cases, it's +# just an empty string. +ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' +ac_dB='\\)[ (].*,\\1define\\2' ac_dC=' ' -ac_dD=',;t' -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". -ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' -ac_uB='$,\1#\2define\3' -ac_uC=' ' -ac_uD=',;t' - -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue - # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". - case $ac_file in - - | *:- | *:-:* ) # input from stdin - cat >$tmp/stdin - ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; - * ) ac_file_in=$ac_file.in ;; - esac - - test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} - - # First look for the input files in the build tree, otherwise in the - # src tree. - ac_file_inputs=`IFS=: - for f in $ac_file_in; do - case $f in - -) echo $tmp/stdin ;; - [\\/$]*) - # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - # Do quote $f, to prevent DOS paths from being IFS'd. - echo "$f";; - *) # Relative - if test -f "$f"; then - # Build tree - echo "$f" - elif test -f "$srcdir/$f"; then - # Source tree - echo "$srcdir/$f" - else - # /dev/null tree - { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 -echo "$as_me: error: cannot find input file: $f" >&2;} - { (exit 1); exit 1; }; } - fi;; - esac - done` || { (exit 1); exit 1; } - # Remove the trailing spaces. - sed 's/[ ]*$//' $ac_file_inputs >$tmp/in - -_ACEOF - -# Transform confdefs.h into two sed scripts, `conftest.defines' and -# `conftest.undefs', that substitutes the proper values into -# config.h.in to produce config.h. The first handles `#define' -# templates, and the second `#undef' templates. -# And first: Protect against being on the right side of a sed subst in -# config.status. Protect against being in an unquoted here document -# in config.status. -rm -f conftest.defines conftest.undefs -# Using a here document instead of a string reduces the quoting nightmare. -# Putting comments in sed scripts is not portable. -# -# `end' is used to avoid that the second main sed command (meant for -# 0-ary CPP macros) applies to n-ary macro definitions. -# See the Autoconf documentation for `clear'. -cat >confdef2sed.sed <<\_ACEOF -s/[\\&,]/\\&/g -s,[\\$`],\\&,g -t clear -: clear -s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp -t end -s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp -: end -_ACEOF -# If some macros were called several times there might be several times -# the same #defines, which is useless. Nevertheless, we may not want to -# sort them, since we want the *last* AC-DEFINE to be honored. -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs -rm -f confdef2sed.sed - -# This sed command replaces #undef with comments. This is necessary, for +ac_dD=' ,' + +uniq confdefs.h | + sed -n ' + t rset + :rset + s/^[ ]*#[ ]*define[ ][ ]*// + t ok + d + :ok + s/[\\&,]/\\&/g + s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p + s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p + ' >>conftest.defines + +# Remove the space that was appended to ease matching. +# Then replace #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. -cat >>conftest.undefs <<\_ACEOF -s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, -_ACEOF - -# Break up conftest.defines because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS -echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS -echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS -echo ' :' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.defines >/dev/null +# (The regexp can be short, since the line contains either #define or #undef.) +echo 's/ $// +s,^[ #]*u.*,/* & */,' >>conftest.defines + +# Break up conftest.defines: +ac_max_sed_lines=50 + +# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" +# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" +# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" +# et cetera. +ac_in='$ac_file_inputs' +ac_out='"$tmp/out1"' +ac_nxt='"$tmp/out2"' + +while : do - # Write a limited-size here document to $tmp/defines.sed. - echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#define' lines. - echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS + # Write a here document: + cat >>$CONFIG_STATUS <<_ACEOF + # First, check the format of the line: + cat >"\$tmp/defines.sed" <<\\CEOF +/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def +/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def +b +:def +_ACEOF + sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF - sed -f $tmp/defines.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail + sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS + ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in + sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail + grep . conftest.tail >/dev/null || break rm -f conftest.defines mv conftest.tail conftest.defines done -rm -f conftest.defines -echo ' fi # grep' >>$CONFIG_STATUS -echo >>$CONFIG_STATUS - -# Break up conftest.undefs because some shells have a limit on the size -# of here documents, and old seds have small limits too (100 cmds). -echo ' # Handle all the #undef templates' >>$CONFIG_STATUS -rm -f conftest.tail -while grep . conftest.undefs >/dev/null -do - # Write a limited-size here document to $tmp/undefs.sed. - echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS - # Speed up: don't consider the non `#undef' - echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS - # Work around the forget-to-reset-the-flag bug. - echo 't clr' >>$CONFIG_STATUS - echo ': clr' >>$CONFIG_STATUS - sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS - echo 'CEOF - sed -f $tmp/undefs.sed $tmp/in >$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in -' >>$CONFIG_STATUS - sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail - rm -f conftest.undefs - mv conftest.tail conftest.undefs -done -rm -f conftest.undefs - +rm -f conftest.defines conftest.tail + +echo "ac_result=$ac_in" >>$CONFIG_STATUS cat >>$CONFIG_STATUS <<\_ACEOF - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ - if test x"$ac_file" = x-; then - echo "/* Generated by configure. */" >$tmp/config.h - else - echo "/* $ac_file. Generated by configure. */" >$tmp/config.h - fi - cat $tmp/in >>$tmp/config.h - rm -f $tmp/in if test x"$ac_file" != x-; then - if diff $ac_file $tmp/config.h >/dev/null 2>&1; then + echo "/* $configure_input */" >"$tmp/config.h" + cat "$ac_result" >>"$tmp/config.h" + if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else - ac_dir=`(dirname "$ac_file") 2>/dev/null || -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dir" - else - as_dir="$ac_dir" - as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; }; } - rm -f $ac_file - mv $tmp/config.h $ac_file + mv "$tmp/config.h" $ac_file fi else - cat $tmp/config.h - rm -f $tmp/config.h + echo "/* $configure_input */" + cat "$ac_result" fi + rm -f "$tmp/out12" # Compute $ac_file's index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do @@ -7015,135 +7646,39 @@ _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done -echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || +echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X$ac_file : 'X\(//\)[^/]' \| \ X$ac_file : 'X\(//\)$' \| \ - X$ac_file : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X$ac_file : 'X\(/\)' \| . 2>/dev/null || echo X$ac_file | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'`/stamp-h$_am_stamp_count -done -_ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF - -# -# CONFIG_COMMANDS section. -# -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue - ac_dest=`echo "$ac_file" | sed 's,:.*,,'` - ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - ac_dir=`(dirname "$ac_dest") 2>/dev/null || -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$ac_dest" : 'X\(//\)[^/]' \| \ - X"$ac_dest" : 'X\(//\)$' \| \ - X"$ac_dest" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$ac_dest" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p "$ac_dir" - else - as_dir="$ac_dir" - as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || -echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} - { (exit 1); exit 1; }; }; } - - ac_builddir=. - -if test "$ac_dir" != .; then - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` - # A "../" for each directory in $ac_dir_suffix. - ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` -else - ac_dir_suffix= ac_top_builddir= -fi - -case $srcdir in - .) # No --srcdir option. We are building in place. - ac_srcdir=. - if test -z "$ac_top_builddir"; then - ac_top_srcdir=. - else - ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` - fi ;; - [\\/]* | ?:[\\/]* ) # Absolute path. - ac_srcdir=$srcdir$ac_dir_suffix; - ac_top_srcdir=$srcdir ;; - *) # Relative path. - ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix - ac_top_srcdir=$ac_top_builddir$srcdir ;; -esac - -# Do not use `cd foo && pwd` to compute absolute paths, because -# the directories may not exist. -case `pwd` in -.) ac_abs_builddir="$ac_dir";; -*) - case "$ac_dir" in - .) ac_abs_builddir=`pwd`;; - [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; - *) ac_abs_builddir=`pwd`/"$ac_dir";; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_builddir=${ac_top_builddir}.;; -*) - case ${ac_top_builddir}. in - .) ac_abs_top_builddir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; - *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_srcdir=$ac_srcdir;; -*) - case $ac_srcdir in - .) ac_abs_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; - *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; - esac;; -esac -case $ac_abs_builddir in -.) ac_abs_top_srcdir=$ac_top_srcdir;; -*) - case $ac_top_srcdir in - .) ac_abs_top_srcdir=$ac_abs_builddir;; - [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; - *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; - esac;; -esac - - - { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 -echo "$as_me: executing $ac_dest commands" >&6;} - case $ac_dest in - depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 +echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. @@ -7153,18 +7688,29 @@ # each Makefile.in and add a new line on top of each file to say so. # So let's grep whole file. if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then - dirpart=`(dirname "$mf") 2>/dev/null || + dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$mf" : 'X\(/\)' \| . 2>/dev/null || echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` else continue fi @@ -7192,53 +7738,79 @@ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue - fdir=`(dirname "$file") 2>/dev/null || + fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$file" : 'X\(/\)' \| . 2>/dev/null || echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` - { if $as_mkdir_p; then - mkdir -p $dirpart/$fdir - else - as_dir=$dirpart/$fdir + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { as_dir=$dirpart/$fdir + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= - while test ! -d "$as_dir"; do - as_dirs="$as_dir $as_dirs" - as_dir=`(dirname "$as_dir") 2>/dev/null || + while :; do + case $as_dir in #( + *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| \ - . : '\(.\)' 2>/dev/null || + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } - /^X\(\/\/\)[^/].*/{ s//\1/; q; } - /^X\(\/\/\)$/{ s//\1/; q; } - /^X\(\/\).*/{ s//\1/; q; } - s/.*/./; q'` + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break done - test ! -n "$as_dirs" || mkdir $as_dirs - fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } - # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ;; + esac -done -_ACEOF - -cat >>$CONFIG_STATUS <<\_ACEOF +done # for ac_tag + { (exit 0); exit 0; } _ACEOF diff -r 08114f7dcc23 -r af25f5c39d90 configure.ac --- a/configure.ac Fri Sep 26 17:05:23 2008 +0200 +++ b/configure.ac Fri Sep 26 20:56:23 2008 +0200 @@ -38,10 +38,23 @@ dnl if not, it is probably libc6 and we need libresolv AC_CHECK_LIB(c, res_search, need_resolv=no, need_resolv=yes) if test "$need_resolv" = yes; then - AC_CHECK_LIB(resolv, res_search,has_resolv=yes,AC_MSG_ERROR("no libresolv")) - RESOLV_LIBS='-lresolv' - else - RESOLV_LIBS='' + AC_CHECK_LIB(resolv, res_search, + has_resolv=yes; RESOLV_LIBS="-lresolv", + has_resolv=no) + if test "$has_resolv" = no; then + saved_LIBS="$LIBS" + LIBS="$LIBS -lresolv" + AC_MSG_CHECKING(for res_search in -lresolv) + AC_TRY_LINK([#include ], + [res_search (0, 0, 0, 0, 0);], + RESOLV_LIBS="-lresolv"; has_resolv=yes; AC_MSG_RESULT(yes), + AC_MSG_RESULT(no)); + LIBS="$saved_LIBS" + fi + if test "$has_resolv" = no; then + AC_MSG_ERROR("no libresolv") + RESOLV_LIBS='' + fi fi else RESOLV_LIBS='' diff -r 08114f7dcc23 -r af25f5c39d90 debian/Makefile.in --- a/debian/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 debian/changelog --- a/debian/changelog Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/changelog Fri Sep 26 20:56:23 2008 +0200 @@ -1,3 +1,70 @@ +masqmail (0.2.21-4) unstable; urgency=low + + * QA upload. + * Fix maintainer-script-calls-init-script-directly config:161 and use + invoke-rc.d instead. + * Add patch by Radoslaw Grzanka to improve isdn support (Closes: #224275). + * Changed debian/compat from 6 to 4. WTF? + + -- Amaya Rodrigo Sastre Mon, 03 Mar 2008 19:47:27 +0100 + +masqmail (0.2.21-3) unstable; urgency=low + + * QA upload. + * Add LSB header to init.d script documenting its dependencies. + * Add dependency on update-inetd. Based on patch from Ubuntu. + * Make sure init.d script create /var/run/masqmail/ if it is + missing, to handle /var/run/ as a tmpfs (Closes: #353948, #376766, + #390996). Patch from Zak B. Elep. + * Change postinst to use new tail syntax (Closes: #404359) + * Acknowledge NMU (Closes: #254720). + * Moved debhelper compatibility level from rules to compat. + * Upgraded debhelper compatibility level from 3 to 6. + * Updated standards-version from 3.5.7 to 7.3.7. No changes needed. + * Debconf templates translations: + - Portugese by Américo Monteiro (Closes: #434458). + + -- Petter Reinholdtsen Sun, 13 Jan 2008 01:17:10 +0100 + +masqmail (0.2.21-2) unstable; urgency=low + + * QA upload. + * Set Maintainer to QA Group. The previous Maintainer email is + bouncing. + + -- Lucas Nussbaum Thu, 10 Jan 2008 09:10:26 +0100 + +masqmail (0.2.21-1.2) unstable; urgency=low + + * Non-maintainer upload to fix longstanding l10n issues + * Switch to po-debconf for debconf templates. Closes: #235493 + * Rewrite debconf templates to better fit the Developer's Reference write + style recommendations + * Removed annoying debconf notes: + - masqmail/note_moved_tpl and masqmail/note_pcmcia_scripts are useless as + taking care of a now unsupported upgrade path + - masqmail/you_are_not_finished is blatant debconf abuse, sorry. + This closes: #388928 + * Removed typo in the package description. Closes: #300010 + * Removed bashism in the clean target of the debian/rules file + * Removed bashisms in Makefile files. Closes: #379711 + * Debconf templates translations: + - Vietnamese added. Sent during the call for updates of the NMU campaign + - Russian added. Sent during the call for updates of the NMU campaign + - Czech added. Sent during the call for updates of the NMU campaign + - French added. Sent during the call for updates of the NMU campaign + - German added. Sent during the call for updates of the NMU campaign + + -- Christian Perrier Sun, 26 Nov 2006 15:06:53 +0100 + +masqmail (0.2.21-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix configure.ac to prevent FTBFS (closes: 254720). + (NMU allowed by developper, so no delayed queue) + + -- Pierre Habouzit Fri, 7 Apr 2006 17:08:57 +0200 + masqmail (0.2.21-1) unstable; urgency=low * security fixes (closes: #329307) @@ -10,8 +77,9 @@ * add debug.log to logrotate script (closes: #332960) * fix typo in templates ('failure') (closes: #224273) * use glib2 instead of old glib1.2 (closes: #337921) + * use /var/run/masqmail for pid files - -- Oliver Kurth Sat, 17 Sep 2005 13:45:11 -0700 + -- Oliver Kurth Mon, 07 Nov 2005 14:09:21 -0800 masqmail (0.2.20-1) unstable; urgency=low diff -r 08114f7dcc23 -r af25f5c39d90 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,1 @@ +4 diff -r 08114f7dcc23 -r af25f5c39d90 debian/control --- a/debian/control Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/control Fri Sep 26 20:56:23 2008 +0200 @@ -1,19 +1,19 @@ Source: masqmail Section: mail Priority: extra -Maintainer: Oliver Kurth -Standards-Version: 3.5.7 +Maintainer: Debian QA Group +Standards-Version: 3.7.3 Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev Package: masqmail Architecture: any -Depends: ${shlibs:Depends}, debconf (>> 0.5) | debconf-2.0, netbase +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>> 0.5) | debconf-2.0, netbase, update-inetd Replaces: mail-transport-agent Provides: mail-transport-agent Suggests: mail-reader, logrotate Conflicts: mail-transport-agent Description: A mailer for hosts without permanent internet connection - MasqMail is a MTA (mail transport agent) and POP3 client for hosts + MasqMail is an MTA (mail transport agent) and POP3 client for hosts that don't have a permanent internet connection, eg. a home network or a single host at home and notebooks. It has special support for connections to different ISPs. diff -r 08114f7dcc23 -r af25f5c39d90 debian/masqmail.config --- a/debian/masqmail.config Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/masqmail.config Fri Sep 26 20:56:23 2008 +0200 @@ -8,29 +8,6 @@ # This conf script is capable of backing up db_capb backup -if [ x"$1" = x"configure" ] ; then - if [ -n $2 ] ; then - if dpkg --compare-versions "$2" lt "0.2.10-0.2" ; then - PCMCIA_SCRIPT_UP=/etc/pcmcia/ip-up.d/1masqmail - PCMCIA_SCRIPT_DOWN=/etc/pcmcia/ip-down.d/99masqmail - if [ -x $PCMCIA_SCRIPT_UP ] || [ -x $PCMCIA_SCRIPT_DOWN ] ; then - chmod -x $PCMCIA_SCRIPT_UP $PCMCIA_SCRIPT_DOWN - db_input high masqmail/note_pcmcia_scripts || true; - db_go - fi - fi - fi -fi - -if [ x"$1" = x"configure" ] ; then - if [ -n $2 ] ; then - if dpkg --compare-versions "$2" lt "0.2.17-1" ; then - db_input medium masqmail/note_moved_tpl || true; - db_go - fi - fi -fi - # shamelessly copied from xserver-common.config. # Thanks to Branden. :-) @@ -172,9 +149,6 @@ fi done -db_input medium masqmail/you_are_not_finished || true -db_go - # dpkg-reconfigure does not stop services: # (cause of Bug#151528) # in debhelper version < 1.2.9 @@ -183,8 +157,12 @@ if dpkg --compare-versions $DH_VERSION lt "1.2.9" ; then if [ x"$1" = x"reconfigure" ] ; then - if [ -x "/etc/init.d/masqmail" ]; then - /etc/init.d/masqmail stop || true + if which invoke-rc.d >/dev/null 2>&1; then + invoke-rc.d masqmail stop + else + if [ -x "/etc/init.d/masqmail" ]; then + /etc/init.d/masqmail stop || true + fi fi fi fi diff -r 08114f7dcc23 -r af25f5c39d90 debian/masqmail.init --- a/debian/masqmail.init Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/masqmail.init Fri Sep 26 20:56:23 2008 +0200 @@ -1,4 +1,11 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: masqmail +# Required-Start: $remote_fs +# Required-Stop: $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # /etc/init.d/masqmail # # Written by Miquel van Smoorenburg . @@ -36,6 +43,11 @@ exit 0 fi +# Create /var/run/masqmail if /var/run/ is a tmpfs. +if [ ! -d $RUN_DIR ] ; then + mkdir -p $RUN_DIR +fi + if [ x"$INIT_SMTP_DAEMON" = x"true" ] || [ x"$INIT_QUEUE_DAEMON" = x"true" ] ; then DAEMON_ARGS= if [ x"$INIT_SMTP_DAEMON" = x"true" ] ; then diff -r 08114f7dcc23 -r af25f5c39d90 debian/masqmail.ip-up --- a/debian/masqmail.ip-up Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/masqmail.ip-up Fri Sep 26 20:56:23 2008 +0200 @@ -50,6 +50,9 @@ if [ -n "$SCHEME" ] ; then echo -n "$SCHEME" > "$ROUTEFILE" chmod 0644 "$ROUTEFILE" + else + echo -n "$PPP_IFACE" > "$ROUTEFILE" + chmod 0644 "$ROUTEFILE" fi if [ x"$IPUP_RUNQUEUE" = x"true" ] ; then /usr/sbin/masqmail -qo & diff -r 08114f7dcc23 -r af25f5c39d90 debian/masqmail.templates --- a/debian/masqmail.templates Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/masqmail.templates Fri Sep 26 20:56:23 2008 +0200 @@ -1,34 +1,7 @@ -Template: masqmail/note_moved_tpl -Type: note -Description: Failure notice templates have been moved - The delivery failure notices that lived in /etc/masqmail/tpl are now in - /usr/share/masqmail/tpl/. - . - You will notice this only if you have changed the location in - masqmail.conf or changed the templates. - . - Since they are no longer conffiles because of the move, you should - give a customized version another name, otherwise it will be - overwritten on the next upgrade. - -Template: masqmail/note_pcmcia_scripts -Type: note -Description: Removed executable bit in scripts in /etc/pcmcia/ip-{up,down}.d/ - The scripts in /etc/pcmcia/ip-{up,down}.d/ are deprecated - and are replaced with the scripts /etc/network/if-{up,down}.d/1masqmail, which - will work for _any_ network card (not just pcmcia). The executable bit of the - old scripts has been removed, because otherwise they and the new scripts would be - exececuted, which is not desired. - . - You should remove these scripts from /etc/pcmcia/ip-{up,down}.d/. If you still want - to use them, just reset the executable bit. - . - Whatever you do, you will never see the note again. - Template: masqmail/manage_config_with_debconf Type: boolean Default: true -Description: Manage masqmail.conf using debconf? +_Description: Manage masqmail.conf using debconf? The /etc/masqmail/masqmail.conf file can be handled automatically by debconf, or manually by you. . @@ -39,7 +12,7 @@ Template: masqmail/move_existing_nondebconf_config Type: boolean Default: false -Description: Replace existing /etc/masqmail/masqmail.conf file? +_Description: Replace existing /etc/masqmail/masqmail.conf file? The existing /etc/masqmail/masqmail.conf file currently on the system does not contain a marked section for debconf to write its data. . @@ -53,28 +26,27 @@ Template: masqmail/host_name Type: string Default: -Description: The name with which masqmail identifies itself to others +_Description: Masqmail host name: + Please enter the name used by masqmail to identify itself to others. This is most likely your hostname. It is used in its SMTP greeting banner, for expanding unqualified addresses, the Message ID and so on. Template: masqmail/local_hosts Type: string -Default: -Description: hosts considered local - This is a list of hosts, separated with semicolons (;), which are - considered 'local', ie. mail to this host will be delivered to a +_Description: Hosts considered local: + Please enter a list of hosts, separated with semicolons (;), which are + considered 'local', ie. mail to these hosts will be delivered to a mailbox (or Maildir or MDA) on this host. . You will most likely insert 'localhost', your hostname in its fully - qualified version, and just the simple hostname here. + qualified form and just the simple hostname here. . You can also use wildcard expressions like '*' and '?'. Template: masqmail/local_nets Type: string -Default: -Description: nets considered local, for immediate delivery attempts - This is a list of hosts, separated with semicolons (;), which are +_Description: Nets considered local: + Please enter a list of hosts, separated with semicolons (;), which are on your local network, ie. they are always reachable, without a dialup connection. Mail to these hosts will be delivered immediately, without checking for the online status. @@ -83,35 +55,36 @@ . If you have only one box, you can leave this empty. If you do not want to use masqmail as an offline MTA, and the whole internet or another mail - server which accepts outgoing mail is all time + server which accepts outgoing mail is at all times reachable to you, just insert '*'. Template: masqmail/listen_addresses Type: string Default: localhost:25 -Description: accept connections on these interfaces - masqmail, for security reasons, does not listen an all network interfaces - by default. If there are no other hosts connected to your host, just leave - this 'localhost:25'. If there are other hosts that may want to send SMTP - messages to this host, add the address of you network interface here, - eg.: localhost:25;192.168.1.2:25. +_Description: Interfaces for incoming connections: + Masqmail, for security reasons, does not listen an all network + interfaces by default. If there are no other hosts connected to your + host, just leave the default 'localhost:25' value. If there are other + hosts that may want to send SMTP messages to this host, add the + address of your network interface here, eg.: + localhost:25;192.168.1.2:25. . - Of course you can also replace the '25' with another port number, but + Of course you can also replace the '25' with another port number, however this is unusual. Template: masqmail/use_syslog Type: boolean Default: false -Description: use syslogd for logs? +_Description: Use syslogd for logs? You can decide whether masqmail should log via syslog or not. If not, logs will be written to /var/log/masqmail/masqmail.log. Template: masqmail/online_detect Type: select -Choices: file, pipe +__Choices: file, pipe Default: file -Description: the online detection method - masqmail has different methods to determine whether it is online or not, +_Description: Online detection method: + Masqmail has different methods to determine whether it is online or not, these are 'file','pipe'. . For 'file', masqmail checks for the existence of a file, and, if it @@ -123,21 +96,23 @@ Template: masqmail/online_file Type: string Default: /var/run/masqmail-route -Description: the name of the file to determine the online status +_Description: File used to determine the online status: Template: masqmail/online_pipe Type: string Default: -Description: the name of the program to determine the online status - Note that, when this program is called, masqmail has the user id 'mail'. +_Description: Name of the program used to determine the online status: + Please choose the program to use to determine the online + status. Please note that, when this program is called, masqmail has + the user id 'mail'. Template: masqmail/mbox_default Type: select Choices: mbox, mda, maildir Default: mbox -Description: local delivery style +_Description: Local delivery style: Local mail can be delivered to a mailbox, to an MDA (eg. procmail) - or to a qmail style maildir in the users home dir. + or to a qmail style Maildir in the users home dir. . You can select the default style here. You can configure this also on a per-user basis with the options mbox_users, mda_users and @@ -146,53 +121,51 @@ Template: masqmail/mda Type: string Default: /usr/bin/procmail -Y -d ${rcpt_local} -Description: The MDA command line including options - Give here the path to the mda, including its arguments. You can use - substitution values here, eg. ${rcpt_local} for the user name. +_Description: MDA command line (including options): + Please choose the path to the mail delivery agent (MDA), including + its arguments. You can use substitution values here, + eg. ${rcpt_local} for the user name. . For other substitutions please see the man page. . - (This question is also asked if you did not set mbox_default to mda, - since you can use mda for a set of users specially) + This question is also asked if you did not set mbox_default to mda, + since you can use mda for a set of users specially. Template: masqmail/alias_local_caseless Type: boolean Default: false -Description: Alias expansion regarding case or not - masqmail uses the file /etc/aliases to redirect local addresses. +_Description: Alias expansion regarding case or not: + Masqmail uses the file /etc/aliases to redirect local addresses. The search for a match in /etc/aliases can be regarding upper/lower case or insensitive to case. Template: masqmail/init_smtp_daemon Type: boolean Default: true -Description: Start SMTP listening daemon? - Select 'yes' if you want masqmail to start as an SMTP listening +_Description: Start SMTP listening daemon? + Please choose whether you want masqmail to start as an SMTP listening daemon. You will need this if: - . - - there are other hosts in your local network that may want to send mail via this host - . - - you use a mail client that sends mail via SMTP (netscape, mozilla are examples) - . - If in doubt, select 'yes'. + - there are other hosts in your local network that may want to send + mail via this host + - you use a mail client that sends mail via SMTP (netscape, + mozilla are examples) Template: masqmail/init_queue_daemon Type: boolean Default: true -Description: Start SMTP queue running daemon? - Select 'yes' if you want masqmail to start as a queue running daemon. You will - need this very likely. It is used for mail that cannot delivered immediately, - either because of delivery failures or because you were not online on - the first attempt to send a mail. - . - If in doubt, select 'yes'. +_Description: Start SMTP queue running daemon? + Please choose this option if you want masqmail to start as a queue + running daemon. You're very likely to need this. It is used for mail + that cannot delivered immediately, either because of delivery + failures or because you were not online on the first attempt to send + a mail. Template: masqmail/queue_daemon_ival Type: string Default: -q10m -Description: The interval for the queue running daemon - Set the interval for the queue running daemon. -q10m means flush the queue every - 10 minutes. +_Description: Interval for the queue running daemon: + Please choose the interval for the queue running daemon. -q10m means + flush the queue every 10 minutes. . The format is -q, followed by an numeric value and one of the letters s,m,h,d,w for seconds, minutes, hours, days or weeks respectively. @@ -202,10 +175,11 @@ Template: masqmail/init_fetch_daemon Type: boolean Default: false -Description: Start POP3 fetch daemon? - Select 'yes' if you want masqmail to start as a fetch daemon. If you say 'yes', - masqmail will try to fetch mail from pop servers that you configure in regular - intervals, detecting the online status first. +_Description: Start POP3 fetch daemon? + Please choose this option if you want masqmail to start as a fetch + daemon. If you do so, masqmail will try to fetch mail from POP3 + servers that you configure in regular intervals, detecting the online + status first. . No matter what you choose here, you can later select whether you want to fetch mail the moment you get online. @@ -213,9 +187,8 @@ Template: masqmail/fetch_daemon_ival Type: string Default: -go5m -Description: The interval for the fetch daemon - Set the interval for the fetch daemon. -go5m means try to fetch mail every - 5 minutes. +_Description: Interval for the fetch daemon: + Please choose the interval for the fetch daemon. . The format is -go, followed by an numeric value and one of the letters s,m,h,d,w for seconds, minutes, hours, days or weeks respectively. @@ -225,43 +198,30 @@ Template: masqmail/ipup_runqueue Type: boolean Default: true -Description: flush mail queue when you get online? - Select 'yes' if you want masqmail to immediately flush its mail queue as soon - as you go online. This will be done in the ip-up script in /etc/ppp/ip-up or - in /etc/network/if-up.d/. +_Description: Flush mail queue when you get online? + Please choose whether you want masqmail to immediately flush its mail + queue as soon as you go online. This will be done in the ip-up script + in /etc/ppp/ip-up or in /etc/network/if-up.d/. Template: masqmail/ipup_fetch Type: boolean Default: false -Description: fetch mail when you get online? - Select 'yes' if you want masqmail to immediately fetch mail from POP3 - servers as soon as you go online. This will be done in the ip-up script - in /etc/ppp/ip-up or in /etc/network/if-up.d/. +_Description: Fetch mail when you get online? + Please choose whether you want masqmail to immediately fetch mail + from POP3 servers as soon as you go online. This will be done in the + ip-up script in /etc/ppp/ip-up or in /etc/network/if-up.d/. Template: masqmail/ifup_ifaces Type: string Default: all -Description: a list of interfaces used for masqmail online detection - Set this to a list of network interfaces. When any of those interfaces go - up, the current online status will be used for queue runs and/or fetching - mails. The list will be used in the /etc/ppp/ip-up and /etc/network/if-up.d/ - scripts, when the interface goes up. +_Description: List of interfaces used for masqmail online detection: + Please choose a list of network interfaces which will trigger queue + runs and/or fetching mails when going up. The list will be used in + the /etc/ppp/ip-up and /etc/network/if-up.d/ scripts, when the + interface goes up. . A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for - a notebook". If this is set to eg. 'ppp0', nothing happens if eth0 goes up. + a notebook. . Set to 'all' for all interfaces, or 'none' for no interfaces. -Template: masqmail/you_are_not_finished -Type: note -Description: You are not finished - Although masqmail is not as feature rich as other MTAs like sendmail - or exim, this debconf does not (yet) do all configurations for you. - . - To make use of masqmail, you still have to create some sub configuration - files for sending mail to some ISP and/or to fetch mail. masqmail has - lots of man pages and examples which are hopefully clear enough to - explain to you how to do it. - . - You should start with the man pages masqmail.conf, masqmail.route - and masqmail.get. diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/POTFILES.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/POTFILES.in Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,1 @@ +[type: gettext/rfc822deb] masqmail.templates diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/cs.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/cs.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,585 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: masqmail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2006-12-04 00:50+0200\n" +"Last-Translator: Tomas Fidler \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "Nastavit masqmail.conf pomocí debconfu?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"Konfigurační soubor /etc/masqmail/masqmail.conf můžete spravovat sami ručně, " +"nebo automaticky pomocí programu debconf." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"Pokud vyberete tuto volbu, budou programem debconf spravovány pouze " +"speciálně označené části konfiguračního souboru. Pokud toto označení v " +"konfiguračním souboru chybí, budete muset konfigurační soubor upravit ručně, " +"případně soubor přesunout nebo jej smazat." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Přejete si přepsat existující soubor /etc/masqmail/masqmail.conf?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"Existující soubor /etc/masqmail/masqmail.conf neobsahuje označené sekce, do " +"kterých by debconf mohl zapsat nastavované údaje." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"Pokud zvolíte tuto možnost, stávající konfigurace bude zálohována do /etc/" +"masqmail/masqmail.conf.debconf-backup. Pokud možnost nevyberete, stávající " +"konfigurační soubor nebude spravován pomocí debconfu a další otázky ohledně " +"nastavení masqmailu budou přeskočeny." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Jméno počítače pro masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"Zadejte jméno, kterým se bude Masqmail identifikovat. Nejčastěji se jedná o " +"jméno počítače. Jméno je používáno při SMTP pozdravu, pro přidávání k " +"neúplným adresám, v ID obsluhované zprávy a podobně." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Počítače obsluhované lokálně:" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"Zadejte středníky oddělený seznam počítačů, které jsou považovány za " +"lokální. Pošta pro zadané počítače bude doručována lokálně na tomto počítači " +"(tj. do schránky, adresáře s poštou nebo programu pro doručování (MDA))." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Standardně se zde uvádí alespoň 'localhost', jméno tohoto počítače a jeho " +"plně kvalifikovaná varianta." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "Do výrazů můžete vložit značky jako '*' a '?'." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Sítě obsluhované lokálně:" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"Zadejte středníky oddělený seznam počítačů, které jsou na lokální síti, tj. " +"jsou vždy dostupné bez vytáčeného spojení. Zprávy pro tyto počítače budou " +"doručovány ihned, bez kontroly, zda je počítač online." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" +"U výrazů můžete použít zástupné znaky jako '*' a '?', např. *.vasesit.local" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"Jestliže máte pouze jednu schránku, můžete nechat prázdné. Jestliže nechcete " +"používat masqmail jako offline MTA (program pro přenos zpráv) a Internet " +"nebo poštovní server, který přijímá odchozí poštu z vašeho počítače, je " +"neustále k dispozici, zadejte '*'." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Síťová rozhraní pro příchozí spojení:" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"Z bezpečnostních důvodů masqmail ve výchozím nastavení nenaslouchá na všech " +"síťových rozhraních (nečeká na vzdálená připojení). Jestliže neexistuje " +"počítač, který by chtěl posílat zprávy přes tento počítač, nechte výchozí " +"hodnotu 'localhost:25'. Jestliže existují počítače, které chtějí tento " +"počítač využívat jako svůj SMTP server, přidejte adresy síťových rozhraní, " +"na kterých má masqmail naslouchat, např. localhost:25;192.168.1.2:25." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"Port 25 samozřejmě můžete nahradit jiným číslem portu, ale není to obvyklé." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Používat pro zápis logů syslogd?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"Můžete se rozhodnout, zda chcete, aby masqmail používal pro zápis zpráv o " +"činnosti masqmailu syslog. Pokud nechcete použít syslog, budou logy " +"zapisovány do /var/log/masqmail/masqmail.log." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "soubor" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "roura" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Způsob rozpoznání stavu připojení:" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail má různé metody pro rozhodování, zda je připojený do sítě nebo ne. " +"Jsou jimi 'soubor' a 'roura'." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Při volbě 'soubor', masqmail kontroluje, zda existuje určitý soubor. Pokud " +"existuje, přečte z něj název připojení." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"Volba 'roura' znamená, že masqmail zavolá program nebo skript, který na " +"výstupu vypíše jméno připojení, nebo v případě, že počítač připojen není, " +"nevypíše nic. Pro tento účel můžete využít například programu guessnet." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Soubor používaný pro rozhodování o stavu připojení:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "Program používaný pro rozhodování o stavu připojení:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"Vyberte program, který rozhoduje o stavu připojení. Pozor, program bude " +"volán pod uživatelem 'mail'." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Způsob lokálního doručování:" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Lokální pošta může být doručována do schránky, MDA programu (např. procmail) " +"nebo do adresáře maildir v domovském adresáři uživatele (ve stylu qmail)" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Zde nastavujete výchozí způsob doručování. Způsob doručování můžete také " +"nastavit pro každého uživatele zvlášť, stačí použít volby mbox_users, " +"mda_users nebo maildir_users." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "Spouštěcí příkaz MDA (včetně voleb):" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"Zadejte cestu k programu pro doručování pošty (MDA), včetně argumentů. Při " +"zadávání můžete použít zástupné hodnoty, např. ${rcpt_local} se nahradí za " +"uživatelské jméno." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "Další zástupné hodnoty najdete v manuálových stránkách." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Tato otázka se objeví, i když jste nezvolili způsob lokálního doručování " +"(mbox_default) přes MDA, protože můžete nastavit využívání MDA pouze pro " +"některé uživatele." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "Všímat si velikosti písmen aliasů?:" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail používá pro přesměrování lokálních zpráv soubor /etc/aliases. " +"Hledání aliasu v /etc/aliases může brát ohled na malá/velká písmena, nebo je " +"může ignorovat." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Spouštět masqmail jako SMTP daemon?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"Zvolte, zda chcete, aby se masqmail spouštěl jako SMTP daemon (poběží " +"neustále). Bude to potřeba pokud:\n" +" - Jsou na místní síti počítače, které budou zasílat zprávy přes\n" +" tento počítač (budou jej používat jako svůj SMTP server).\n" +" - Používáte poštovního klienta, který zasílá zprávy přes SMTP\n" +" (netscape, mozilla apod.)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "Spustit daemona obsluhujícího SMTP frontu?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"Rozhodněte se, zda se má masqmail spouštět jako daemon obsluhující frontu " +"odchozí pošty. Tato možnost se používá pro poštu, kterou se nepodařilo " +"doručit na první pokus (ať už proto, že jste zrovna nebyli připojeni k síti, " +"nebo proto, že se při doručování vyskytly nějaké chyby). Nedoručená pošta se " +"uloží do fronty pro další pokus. Jestliže vám toto chování vyhovuje, volbu " +"povolte." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Interval pro vyprazdňování fronty:" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Zvolte interval pro vyprazdňování fronty. -q10m znamená pokusit se o " +"vyprázdnění fronty (doručení) každých 10 minut." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Zadejte -q následované celým číslem a jedním ze znaků s,m,h,d,w pro sekundy, " +"minuty, hodiny, dny nebo týdny. " + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "Rozumné hodnoty jsou mezi 5 minutami (-q5m) a 2 hodinami (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "Spustit daemona pro vyzvedávání pošty z POP3?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"Rozhodněte se, zda se má masqmail spouštět jako daemon pro stahování pošty z " +"POP3 serverů. Odpovíte-li kladně, masqmail bude pravidelně kontrolovat a " +"vyzvedávat poštu ze zadaných účtů POP3 serverů následně ji doručovat do " +"schránek uživatelů. Před samotným stahováním se vždy přesvědčí, zda je " +"připojen k síti." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"Nezávisle na tomto nastavení si můžete později vybrat, zda chcete aby se " +"pošta vyzvedávala okamžitě poté, co se připojíte k síti." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Interval pro vyzvedávání:" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "Zvolte interval pro kontrolu/vyzvedávání pošty z POP3 serveru." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Zadejte -go, následované celým číslem a jedním z písmen s,m,h,d,w pro " +"sekundy, minuty, hodiny, dny nebo týdny." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "Rozumné hodnoty jsou mezi 2 minutami (-go2m) a 2 hodinami (-go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Odeslat zprávy ihned po připojení k síti?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"Prosím zvolte, zda chcete, aby se masqmail pokusil vyprázdnit frontu zpráv " +"čekajících na odeslání ihned po připojení k síti. (Provede se ve skriptu ip-" +"up v /etc/ppp/ip-up nebo v /etc/network/if-up.d/.)" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "Vyzvednout poštu ihned po připojení k síti?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"Prosím zvolte, zda chcete, aby masqmail vyzvedl poštu z POP3 serverů ihned " +"po připojení k síti. (Toto se provede ve skriptu ip-up v /etc/ppp/ip-up nebo " +"v /etc/network/if-up.d/.)" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "Seznam síťových rozhraní používaných pro detekci připojení:" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"Zvolte síťová rozhraní, po jejichž připojení se spustí vyprázdnění fronty " +"zpráv a/nebo vyzvednutí zpráv z POP3 serveru. Seznam se použije ve " +"skriptech /etc/ppp/ip-up a /etc/network/if-up.d/, tedy ve chvíli kdy se " +"síťové rozhraní nahodí." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Rozumná volba pro domácí počítač může být 'ppp0', pro notebook třeba 'ppp0 " +"eth0'. Záleží na způsobu připojení k síti." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" +"Nastavte na 'all' pro všechna rozhraní, nebo na 'none', pokud nechcete " +"vybrat žádná rozhraní." diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/de.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/de.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,594 @@ +# translation of po-debconf template to German +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Matthias Julius , 2006. +msgid "" +msgstr "" +"Project-Id-Version: masqmail 0.2.21-1.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2006-12-08 21:22-0500\n" +"Last-Translator: Matthias Julius \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "masqmail.conf mittels Debconf verwalten?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"Die Datei /etc/masqmail/masqmail.conf kann automatisch von Debconf oder " +"manuell von Ihnen verwaltet werden." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"Beachten Sie, dass nur spezifische, markierte Abschnitte der " +"Konfigurationsdatei von Debconf verwaltet werden wird, wenn Sie diese " +"Möglichkeit wählen. Wenn diese Markierungen fehlen, müssen Sie die Datei " +"manuell aktualisieren, oder sie verschieben oder löschen." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Die existierende Datei /etc/masqmail/masqmail.conf ersetzen?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"Die Datei /etc/masqmail/masqmail.conf, die sich gegenwärtig auf dem System " +"befindet, enthält keinen für Debconf markierten Abschnitt, um seine Daten " +"hineinzuschreiben." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"Falls Sie diese Möglichkeit wählen, wird die existierende " +"Konfigurationsdatei als /etc/masqmail/masqmail.conf.debconf-backup gesichert " +"und eine neue Datei nach /etc/masqmail/masqmail.conf geschrieben. " +"Anderenfalls wird die existierende Konfigurationsdatei nicht von Debconf " +"verwaltet, und keine weiteren Fragen zur Masqmail-Konfiguration werden " +"gestellt." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Name des Masqmail-Rechners:" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"Bitte geben Sie den Namen ein, den Masqmail verwendet, um sich bei anderen " +"zu identifizieren. Dies ist sehr wahrscheinlich Ihr Hostname. Er wird im " +"SMTP-Begrüßungs-Banner, zur Vervollständigung unqualifizierter Adressen, für " +"Message-IDs und so weiter verwendet." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Rechner, die als lokal angesehen werden:" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"Bitte geben Sie eine Liste von Rechnern durch Semikolons (;) getrennt ein, " +"die als »lokal« angesehen werden, d. h. E-Mail an diese Rechner wird an ein " +"Postfach (oder Maildir oder MDA) auf diesem Rechner geliefert." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Wahrscheinlich sollten Sie »localhost«, Ihren Hostnamen in dessen " +"vollständig qualifizierter Form und den einfachen Hostnamen hier eingeben." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "Sie können auch Platzhalter wie »*« und »?« verwenden." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Netzwerke, die als lokal angesehen werden:" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"Bitte geben Sie eine Liste von Rechnern durch Semikolons (;) getrennt ein, " +"die sich in Ihrem lokalen Netzwerk befinden, d. h. sie sind jeder Zeit ohne " +"Einwahlverbindung erreichbar. E-Mail an diese Rechner wird sofort und ohne " +"Prüfung des Online-Status zugestellt." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" +"Sie können Platzhalter wie »*« und »?« verwenden, z. B. *.yournet.local" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"Falls Sie nur einen Rechner besitzen, können Sie dieses Feld leer lassen. " +"Falls Sie Masqmail nicht als Offline-MTA verwenden wollen, und das gesamte " +"Internet oder ein anderer Mail-Server, der ausgehende Post akzeptiert, ist " +"ständig erreichbar, geben Sie nur »*« ein." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Schnittstellen für ankommende Verbindungen:" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"Aus Sicherheitsgründen nimmt Masqmail eingehende Verbindungen in der " +"Voreinstellung nicht an allen Netzwerkschnittstellen entgegen. Falls keine " +"anderen Rechner mit Ihrem Rechner verbunden sind, lassen Sie den " +"voreingestellten Wert »localhost:25« stehen. Falls es andere Rechner gibt, " +"die SMTP-Nachrichten an diesen Rechner senden könnten, fügen Sie die Adresse " +"der Netzwerkschnittstelle an, z. B. »localhost:25;192.168.1.2:25«." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"Natürlich können Sie die »25« durch eine andere Port-Nummer ersetzen. Dies " +"ist jedoch unüblich." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Syslogd für die Protokollierung verwenden?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"Sie können entscheiden, ob Masqmail mittels Syslog protokollieren soll oder " +"nicht. Falls nicht, wird das Protokoll nach /var/log/masqmail/masqmail.log " +"geschrieben." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "Datei" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "Pipe" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Methode für Online-Erkennung:" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail kennt verschiedene Methoden, um festzustellen, ob es online ist " +"oder nicht. Diese sind »Datei« und »Pipe«." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Bei »Datei« prüft Masqmail die Existenz einer Datei. Falls diese existiert, " +"liest es daraus den Namen der Verbindung." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"Bei »Pipe« ruft Masqmail ein Programm oder Skript auf, welches den Namen " +"ausgibt falls online oder nichts im gegenteiligen Fall. Sie können z. B. das " +"Programm guessnet dafür verwenden." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Datei, die verwendet wird, den Online-Status zu ermitteln:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "" +"Name des Programms, das verwendet wird, den Online-Status zu ermitteln:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"Bitte wählen Sie das Programm, das verwendet wird, den Online-Status zu " +"ermitteln. Bitte beachten Sie, dass, wenn dieses Programm aufgerufen wird, " +"Masqmail die Benutzerkennung »mail« hat." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Lokale Auslieferungsmethode:" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Lokale E-Mail kann in ein Postfach, zu einem MDA (z. B. procmail) oder in " +"ein qmail-artiges Maildir im Heimatverzeichnis des Benutzers zugestellt " +"werden." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Sie können die voreingestellte Methode hier auswählen. Sie können dies auch " +"benutzerspezifisch mittels der Parameter mbox_users, mda_users und " +"maildir_users einstellen." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "MDA-Kommando (einschließlich Aufrufparametern):" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"Bitte wählen Sie den Pfad zum Mail Delivery Agent (MDA) einschließlich " +"dessen Argumenten. Sie können hier Substitutionswerte verwenden, z. B. " +"${rcpt_local} für den Benutzernamen." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "Für andere Substitutionen lesen Sie bitte die Handbuchseite." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Diese Frage wird auch gestellt, falls Sie nicht mbox_default auf mda gesetzt " +"haben, da Sie mda für eine Gruppe von Benutzern gesondert verwenden können." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "Alias-Expansion beachtet Groß-/Kleinschreibung oder nicht:" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail verwendet die Datei /etc/aliases um lokale Adressen umzuleiten. Die " +"Suche nach einem Treffer in /etc/aliases kann die Groß-/Kleinschreibung " +"beachten oder ignorieren." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Den SMTP-Daemon starten?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"Bitte wählen Sie, ob Masqmail als SMTP-Daemon gestartet werden\n" +"soll. Sie benötigen dies, falls:\n" +" - es andere Rechner in Ihrem lokalen Netz gibt, die E-Mail über\n" +" diesen Rechner versenden wollen\n" +" - Sie einen E-Mail-Client verwenden, der E-Mail über SMTP\n" +" versendet (Netscape und Mozilla sind Beispiele)" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "SMTP-Warteschlangen-Daemon starten?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"Bitte wählen Sie diese Möglichkeit, falls Sie möchten, dass Masqmail als " +"Warteschlangen-Daemon gestartet wird. Wahrscheinlich benötigen Sie dies. Er " +"wird für E-Mail verwendet, die nicht sofort zugestellt werden kann, entweder " +"wegen Zustellfehlern oder weil Sie beim ersten Versuch, die E-Mail zu " +"versenden, nicht online waren." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Intervall für den Warteschlangen-Daemon:" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Bitte wählen Sie das Intervall für den Warteschlangen-Daemon. »-q10m« " +"bedeutet, die Warteschlange alle 10 Minuten zu leeren." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Das Format ist »-q«, gefolgt von einer Zahl und einer der Buchstaben s, m, " +"h, d oder w für Sekunden, Minuten, Stunden, Tage oder Wochen." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "Sinnvolle Werte sind zwischen 5 Minuten (-q5m) und 2 Stunden (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "POP3-Abruf-Daemon starten?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"Bitte wählen Sie diese Möglichkeit, wenn Sie möchten, dass Masqmail als " +"Abruf-Daemon gestartet wird. Falls Sie dies tun, wird Masqmail versuchen, E-" +"Mail von POP3-Servern, die Sie konfiguriert haben, in regelmäßigen Abständen " +"abzurufen, nachdem es den Online-Status geprüft hat." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"Unabhängig davon, was Sie hier wählen, können Sie später, wenn Sie online " +"gehen, entscheiden, ob Sie E-Mail abrufen wollen." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Intervall für den Abruf-Daemon:" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "Bitte wählen Sie ein Intervall für den Abruf-Daemon." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Das Format ist »-go«, gefolgt von einer Zahl und einer der Buchstaben s, m, " +"h, d oder w für Sekunden, Minuten, Stunden, Tage oder Wochen." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "Sinnvolle Werte sind zwischen 2 Minuten (-go2m) und 2 Stunden (-go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Die E-Mail-Warteschlange leeren, wenn Sie online gehen?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"Bitte wählen Sie, ob Sie möchten, dass Masqmail sofort seine E-Mail-" +"Warteschlange leert, sobald Sie online gehen. Dies geschieht im Skript ip-up " +"in /etc/ppp/ip-up oder in /etc/network/if-up.d/." + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "E-Mail abrufen, wenn Sie online gehen?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"Bitte wählen Sie, ob Sie möchten, dass Masqmail sofort E-Mail von POP3-" +"Servern abruft, sobald Sie online gehen. Dies geschieht im Skript ip-up in /" +"etc/ppp/ip-up oder in /etc/network/if-up.d/." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "" +"Liste der Schnittstellen, die Masqmail für die Online-Erkennung verwenden " +"soll:" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"Bitte geben Sie eine Liste von Netzwerkschnittstellen ein, die " +"Warteschlangenläufe und/oder das Abrufen von E-Mail auslösen sollen, wenn " +"sie aktiviert werden. Diese Liste wird den Skripten in /etc/ppp/ip-up und /" +"etc/network/if-up.d/ verwendet, wenn die Schnittstelle aktiviert wird." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Eine sinnvolle Wahl ist z. B. »ppp0« für einen Arbeitsplatzrechner zu Hause " +"oder »ppp0 eth0« für ein Notebook." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" +"Geben Sie »all« für alle Schnittstellen ein und »none« für keine " +"Schnittstellen." diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/fr.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/fr.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,597 @@ +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +msgid "" +msgstr "" +"Project-Id-Version: 0.2.21-1.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2006-12-05 21:19+0100\n" +"Last-Translator: Ivan Buresi \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "Faut-il gérer masqmail.conf automatiquement ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"Le fichier /etc/masqmail/masqmail.conf peut être modifié automatiquement ou " +"par vous-même." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"Veuillez noter que seules les sections spécifiquement marquées du fichier de " +"configuration pourront être modifiées automatiquement si vous choisissez " +"cette option ; si ces marqueurs sont absents, vous devrez mettre à jour le " +"fichier vous-même, le déplacer ou le supprimer." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Faut-il remplacer le fichier /etc/masqmail/masqmail.conf actuel ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"Le fichier /etc/masqmail/masqmail.conf actuellement présent sur le système " +"ne contient pas de section marquée pour la configuration automatique." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"Si vous choisissez cette option, le fichier existant sera sauvegardé dans /" +"etc/masqmail/masqmail.conf.debconf-backup et un nouveau fichier sera écrit " +"dans /etc/masqmail/masqmail.conf. Dans le cas contraire, le fichier de " +"configuration ne sera pas géré automatiquement et aucune autre question à " +"propos de la configuration de masqmail ne vous sera posée." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Nom de domaine pour masqmail :" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"Veuillez entrer le nom utilisé par masqmail pour s'identifier. Il s'agit " +"probablement de votre nom de domaine. Il sera utilisé dans les en-têtes " +"SMTP, les adresses non complètement qualifiées, l'identifiant du message, " +"etc." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Hôtes considérés comme locaux :" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"Veuillez indiquer la liste des hôtes, séparés par des points-virgules (;), " +"qui seront considérés comme « locaux », c'est à dire que les mails pour ces " +"hôtes seront délivrés à une mailbox (ou Maildir ou MDA) sur cette machine." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Vous devriez probablement inclure « localhost », votre nom de domaine " +"complètement qualifié, et votre simple nom de domaine." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "" +"Vous pouvez également utiliser des caractères jokers comme « * » et « ? »." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Réseaux considérés comme locaux :" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"Veuillez indiquer la liste des hôtes, séparés par des points-virgules (;), " +"qui sont sur votre réseau local, c'est-à-dire ceux qui sont toujours " +"joignables, sans connexion à la demande. Les courriels vers ces hôtes seront " +"délivrés immédiatement, sans vérifier s'ils sont connectés." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" +"Vous pouvez utiliser des caractères jokers comme « * » et « ? », ex. *." +"votre_réseau.local." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"Si vous utilisez une seule boîte aux lettres, vous pouvez laisser ce champ " +"vide. Si vous ne désirez pas utiliser masqmail comme un agent de transfert " +"de courriel (« MTA ») local, et que vous avez accès à internet ou qu'un " +"autre serveur mail qui accepte d'envoyer vos messages au dehors est toujours " +"joignable, écrivez simplement « * »." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Interfaces pour les connexions entrantes :" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"Masqmail, pour des raisons de sécurité, n'écoute pas sur toutes les " +"interfaces réseau par défaut. S'il n'y a pas d'autre machine connectée à " +"votre hôte, laissez simplement la valeur par défaut, « localhost:25 ». Si " +"d'autres machines ont besoin des courriels vers cet hôte, ajoutez l'adresse " +"de votre interface réseau ici, ex. localhost:25;192.168.1.2:25." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"Vous pouvez remplacer le port 25 par n'importe quel port réseau disponible." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Faut-il utiliser syslogd pour la gestion des journaux ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"Vous pouvez décider si masqmail doit utiliser ou non syslog pour la gestion " +"des journaux. Dans le cas contraire, ceux-ci seront conservés dans /var/log/" +"masqmail/masqmail.log." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "Fichier" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "Programme" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Méthode de détection du réseau :" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail dispose de plusieurs moyens pour déterminer si une machine est " +"connectée au réseau ou pas : fichier (« file ») et programme (« pipe »)." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Avec « Fichier », masqmail vérifie l'existence du fichier, et s'il existe, " +"il y lit le nom de la connexion." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"Avec « Programme », masqmail appelle un programme ou un script, qui renvoie " +"le nom de la connexion si la machine est connectée et ne renvoie rien dans " +"le cas contraire. Par exemple, vous pouvez utiliser guessnet pour le faire." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Fichier utilisé pour déterminer l'état de la connexion :" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "Nom du programme utilisé pour déterminer l'état de la connexion :" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"Veuillez choisir le programme utilisé pour déterminer l'état de la " +"connexion. Veuillez noter que le programme sera appelé avec l'identifiant " +"« mail »." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Type de boîte mail locale :" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Les courriels locaux peuvent être délivrés dans une boîte aux lettres, à un " +"agent de distribution de courriel (« MDA », p.ex. procmail) ou à une boîte " +"au format Maildir dans les dossiers utilisateurs." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Veuillez choisir le type de boîte aux lettres par défaut. Cette option est " +"également configurable par les utilisateurs avec les options mbox_users, " +"mda_users et maildir_users." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "Ligne de commande du « MDA » (avec les options) :" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"Veuillez indiquer le chemin d'accès à l'agent de distribution du courrier, " +"avec ses paramètres. Vous pouvez utiliser des variables de substitution ici, " +"ex. ${rcpt_local} pour l'identifiant." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "" +"Pour d'autres variables de substitution, veuillez consulter la page de " +"manuel." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Cette question est également posée si vous n'avez pas choisi la valeur " +"« mda » par défaut pour le paramètre « mbox_default ». En effet, il reste " +"toujours possible de choisir l'option « mda » pour quelques utilisateurs en " +"particulier." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "La recherche d'alias doit-elle être sensible à la casse ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail utilise le fichier /etc/aliases pour rediriger les adresses " +"locales. La recherche dans /etc/aliases peut être, ou non, sensible à la " +"casse." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Faut-il démarrer le démon SMTP ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"Veuillez choisir si masqmail doit se lancer comme un démon SMTP. Vous aurez " +"besoin de cela si :\n" +" - d'autres hôtes sur votre réseau ont besoin d'envoyer des courriels\n" +" via cet hôte ;\n" +" - vous utilisez un client de messagerie qui envoie le courriel via SMTP\n" +" (netscape ou mozilla, par exemple)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "Faut-il utiliser une file d'attente pour le démon SMTP ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"Veuillez choisir cette option, qui est conseillée, si vous souhaitez que " +"masqmail utilise une file d'attente pour le courriel. La file d'attente est " +"utilisée lorsqu'un message ne peut être délivré immédiatement, soit à cause " +"d'un problème à l'envoi, soit parce que le serveur n'est pas connecté lors " +"de la tentative d'envoi." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Intervalle pour le démon gérant la file d'attente :" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Veuillez choisir l'intervalle de queue pour le démon. -q10m signifie que le " +"démon enverra le contenu de la queue toutes les 10 minutes." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Le format est -q, suivi d'une valeur numérique et des lettres s,m,h,d,w pour " +"respectivement secondes, minutes, heures, jours et semaines." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "" +"Une valeur raisonnable se situe entre 5 minutes (-q5m) et deux heures (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "Faut-il démarrer le démon de récupération POP3 ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"Veuillez choisir cette option si vous désirez que masqmail récupère vos " +"mails sur un serveur POP3. Dans ce cas, il tentera de récupérer vos " +"courriels à intervalles réguliers depuis les serveurs POP3 que vous aurez " +"indiqués, après avoir vérifié la connexion." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"Quel que soit votre choix, vous pourrez choisir plus tard de récupérer vos " +"courriels quand vous vous connectez." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Intervalle de récupération des messages :" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "" +"Veuillez choisir l'intervalle de récupération des messages pour le démon." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Le format est -go, suivi par une valeur numérique et d'une lettre s,m,h,d,w " +"pour respectivement secondes, minutes, heures, jours et semaines." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "" +"Une valeur raisonnable se situe entre deux minutes (-go2m) et deux heures (-" +"go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Masqmail doit-il vider sa file d'attente à la connexion ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"Veuillez choisir si vous voulez que masqmail vide sa file d'attente de " +"courriels dès que vous vous connectez. Cela pourra être activé plus tard " +"dans le script /etc/ppp/ip-up ou dans /etc/network/if-up.d/." + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "Masqmail doit-il récupérer les mails quand vous vous connectez ?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"Veuillez choisir si vous voulez que masqmail récupère vos courriels depuis " +"les serveurs POP3 que vous avez choisis, dès que vous vous connectez. Cela " +"pourra être activé plus tard dans le script /etc/ppp/ip-up ou dans /etc/" +"network/if-up.d/." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "Liste des interfaces réseau utilisées pour détecter la connexion :" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"Veuillez choisir une liste d'interfaces réseaux pour lesquelles l'envoi de " +"la file d'attente et/ou la récupération des courriels se produiront à la " +"connexion. Ces interfaces pourront utiliser les scripts /etc/ppp/ip-up et /" +"etc/network/if-up.d/ quand elles seront mises en service." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Un choix raisonnable est par ex. « ppp0 » pour un poste fixe, ou « ppp0 " +"eth0 » pour un portable." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" +"Vous pouvez indiquer « all » pour utiliser toutes les interfaces, ou " +"« none » pour n'en utiliser aucune." diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/pt.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/pt.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,583 @@ +# translation of masqmail debconf to Portuguese +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Américo Monteiro , 2007. +msgid "" +msgstr "" +"Project-Id-Version: masqmail 0.2.21-1.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2007-07-23 21:27+0100\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "Gerir o masqmail usando debconf?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"O ficheiro /etc/masqmail/masqmail.conf pode ser gerido automaticamente " +"pelo debconf, ou manualmente por si." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"Note que apenas uma secção especificamente marcada no ficheiro de configuração " +"será gerida pelo debconf se seleccionar esta opção; se esse marcadores " +"estiverem ausentes, você terá que actualizar o ficheiro manualmente, " +"movê-lo ou apagá-lo." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Substituir o ficheiro existente /etc/masqmail/masqmail.conf?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"O ficheiro /etc/masqmail/masqmail.conf existente actualmente no sistema não " +"contém uma secção marcada para o debconf escrever os seus dados." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"Se você seleccionar esta opção, o ficheiro de configuração existente será " +"salvaguardado em /etc/masqmail/masqmail.conf.debconf-backup e um novo ficheiro " +"será escrito em /etc/masqmail/masqmail.conf. Se você não seleccionar esta opção, " +"o ficheiro de configuração existente não será gerido pelo debconf, e não serão " +"feitas mais perguntas acerca da configuração do masqmail." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Nome da máquina Masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"Por favor indique o nome da máquina usado pelo masqmail para se identificar " +"a outros. O mais provável é ser o nome da sua máquina. Isto é usado pelo cartaz " +"de boas vindas do SMTP, para expandir endereços não qualificados, identificação " +"de mensagem (ID) e para mais coisas." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Máquinas consideradas locais:" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"Por favor, indique a lista de máquinas, separadas por ponto-e-vírgula (;), " +"que são consideradas 'locais', isto é, o correio para estas máquinas será " +"entregue a uma caixa de correio (ou Maildir ou MDA) nesta máquina." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Você irá mais certamente inserir aqui 'localhost', o nome da sua máquina " +"na sua forma totalmente qualificada e apenas o nome simples da máquina." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "Também pode usar expressões variáveis como '*' e '?'." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Redes consideradas locais:" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"Por favor, indique a lista de máquinas, separadas por ponto-e-vírgula (;), " +"que estão na sua rede local, isto é, estão sempre alcançáveis, sem ser " +"necessário efectuar ligação. Correio para estas máquinas será entregue " +"imediatamente, sem verificação do estado da ligação." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "Pode usar expressões variáveis como '*' e '?', exemplo, *.yournet.local" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"Se você tem apenas uma máquina, pode deixar este campo vazio. Se você não quer " +"usar o masqmail como MTA sem ligação, e toda a internet ou outro servidor de " +"mail que aceita envio de correio está sempre alcançável para si, simplesmente " +"insira '*'." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Interfaces para ligações de entrada:" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"Por razões de segurança, o masqmail não escuta em todas as interfaces de rede " +"por omissão. Se não há mais máquinas ligadas à sua máquina, apenas deixe o " +"valor de omissão 'localhost:25'. Se existirem outras máquinas que podem querer " +"enviar mensagens SMTP para esta máquina, adicione o endereço da sua interface " +"de rede aqui, exemplo: localhost:25;192.168.1.2:25." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"Claro que você também pode substituir o '25' por outro número de porto, " +"no entanto isso não é usual." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Usar o syslogd para os relatórios?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"Você pode decidir se o masqmail deverá relatar via syslog ou não. Se não, os " +"relatórios serão escritos para /var/log/masqmail/masqmail.log." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "ficheiro" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "pipe" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Método de detecção do estado de ligação:" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail tem diferentes métodos de determinar se existe ligação à rede ou " +"não, estes são por 'ficheiro' e por 'pipe'." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Para 'ficheiro', masqmail verifica a existência de um ficheiro e, se existir, " +"lê dele o nome da ligação." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"Para 'pipe', o masqmail chama um programa ou script, que retorna o nome se " +"existir ligação à rede ou não retorna nada se não existir ligação. Para isto " +"você pode usar por exemplo o programa guessnet." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Ficheiro usado para determinar o estado de ligação:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "Nome do programa para determinar o estado de ligação:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"Por favor escolha o programa a usar para determinar o estado da ligação. Por " +"favor note que, quando este programa é chamado, o masqmail tem a identificação " +"de utilizador 'mail'." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Estilo de entrega local:" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Correio local pode ser entregue a uma caixa de correio, a um MDA (ex. procmail) " +"ou a uma Maildir estilo qmail na pasta pessoal dos utilizadores." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Você pode seleccionar o estilo por omissão aqui. Você também pode configurar isto " +"numa base por-utilizador com as opções mbox_users, mda_users e maildir_users." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "Linha de comando MDA (com opções incluídas):" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"Por favor escolha o caminho para o agente de entrega de correio (MDA), incluindo " +"os seus argumentos. Você pode usar valores de subscrição aqui, exemplo " +"${rcpt_local} para o nome de utilizador." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "Para outras substituições, por favor veja as instruções (man)." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Esta pergunta será também feita se você não regular mbox_default para mda, " +"visto que pode usar mda para um grupo específico de utilizadores." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "Expansão de nomes alternativos observando minúscula/maiúscula ou não:" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail usa o ficheiro /etc/aliases para redireccionar endereços locais. A " +"busca por uma correspondência em /etc/aliases pode ser feita sensivelmente ou " +"insensivelmente a letras minúsculas/maiúsculas." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Iniciar serviço de escuta SMTP?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"Por favor escolha se você quer que o masqmail arranque como um processo " +"independente de escuta SMTP. Você vai precisar disto se:\n" +" - existem outras máquinas na sua rede local que podem querer enviar\n" +" correio através desta máquina\n" +" - você usa um cliente de mail que envia correio através de SMTP\n" +" (netscape e mozilla são exemplos)" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "Arrancar serviço independente de listas SMTP?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"Por favor escolha esta opção se quer que o masqmail arranque como um serviço " +"independente de lista. É bem provável que vá precisar disto. Isto é usado para " +"correio que não pode ser entregue imediatamente, seja devido a falhas de " +"entrega ou porque você não estava ligado à rede a quando da primeira tentativa " +"de enviar o correio." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Intervalo para o serviço independente de lista:" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Por favor escolha o intervalo para o serviço independente de lista. -q10m " +"significa despejar a lista a cada 10 minutos." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"O formato é -q, seguido dum valor numérico e uma das letras s, m, h, d, w, " +"para segundos, minutos, horas, dias ou semanas respectivamente. " + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "Valores razoáveis ficam entre 5 minutos (-q5m) e 2 horas (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "Iniciar o serviço de busca POP3?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"Por favor escolha esta opção se desejar que o masqmail arranque como um serviço " +"independente de busca. Se o fizer, masqmail tentará buscar correio de servidores " +"POP3 que você configurar, em intervalos regulares, detectando o estado de " +"ligação primeiro." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"Independentemente do que escolher aqui, mais tarde você pode seleccionar se quer " +"buscar o correio no momento que a sua ligação é efectuada." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Intervalo para o serviço de busca:" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "Por favor escolha o intervalo para o serviço de busca." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"O formato é -go, seguido de um valor numérico e uma das letras s,m,h,d,w, para " +"segundos, minutos, horas, dias ou semanas respectivamente." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "Valores razoáveis ficam entre 2 minutos (-go2m) e 2 horas (-go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Despejar lista de correio quando você se ligar à rede?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"Por favor escolha se quer que o masqmail despeje imediatamente a lista de " +"correio assim que se liga à rede. Isto é feito com o script ip-up em /etc/ppp/" +"ip-up ou em /etc/network/if-up.d/." + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "Buscar correio quando estabelecer ligação?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"Por favor escolha se quer imediatamente que o masqmail busque correio dos " +"servidores POP3 assim que efectua ligação à rede. Isto será feito com o script " +"ip-up existente em /etc/ppp/ip-up ou em /etc/network/if-up.d/." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "Lista de interfaces usada para a detecção de ligação do masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"Por favor escolha a lista de interfaces de rede que irão desencadear operações " +"na lista de envio e/ou obter correio após ligação. A lista será usada nos " +"scripts /etc/ppp/ip-up e /etc/network/if-up.d/, quando a interface efectuar " +"ligação." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Uma escolha razoável é, exemplo 'ppp0' para um Pc de secretária em casa, " +"ou 'ppp0 eth0' para um portátil." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "Regule para 'all' para todas as interfaces, ou 'none' para nenhuma interface." + diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/ru.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/ru.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,595 @@ +# translation of masqmail_debconf_ru.po to Russian +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Yuri Kozlov , 2006. +msgid "" +msgstr "" +"Project-Id-Version: 0.2.21-1.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2006-12-07 23:36+0300\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" +"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "Настраивать файл masqmail.conf с помощью debconf?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"Файл /etc/masqmail/masqmail.conf можно настраивать автоматически с помощью " +"debconf или вручную, самостоятельно." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"Заметим, что при использовании debconf в файле конфигурации выполняется " +"настройка только специально помеченных разделов; если раздел никак не " +"помечен, вам нужно самостоятельно вносить исправления в файл, или " +"перемещать, или удалять файл." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Заменить существующий файл /etc/masqmail/masqmail.conf?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"В данный момент в существующем файле /etc/masqmail/masqmail.conf не " +"содержится помеченных разделов, куда debconf записывал бы свои данные." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"Если вы ответите положительно, существующий конфигурационный файл будет " +"сохранён под именем /etc/masqmail/masqmail.conf.debconf-backup, а вместо " +"него будет записан новый файл /etc/masqmail/masqmail.conf. Если вы ответите " +"отрицательно, существующий конфигурационный файл не будет настраиваться с " +"помощью debconf, и дальнейшие вопросы о настройке masqmail не будут заданы." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Имя машины с masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"Введите имя, которое Masqmail будет использовать, чтобы отличать себя от " +"других. В большинстве случаев это имя машины. Оно используется для " +"представления себя в SMTP-сессии, для дополнения неполных адресов, в Message " +"ID и тому подобное." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Имена машин, считающиеся локальными:" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"Введите список имён машин через точку с запятой (;), которые считаются " +"'локальными', то есть для них пришедшая почта будет разложена по mailbox " +"(или Maildir, или посредством MDA) на этой машине." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Наиболее часто здесь задают 'localhost', полное имя вашей машины и короткое " +"имя машины." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "Также здесь можно использовать выражения подстановки типа '*' и '?'." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Сети, считающиеся локальными:" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"Введите список имён машин через точку с запятой (;), которые находятся в " +"вашей локальной сети, то есть они всегда доступны, без подключения по " +"коммутируемой линии. Почта для этих машин будет доставляться сразу, без " +"проверки состояния подключения." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" +"Здесь можно использовать выражения подстановки типа '*' и '?', например *." +"yournet.local." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"Если у вас только один компьютер, можно оставить это поле пустым. Если вы не " +"хотите использовать masqmail в качестве автономного MTA, и всегда доступен " +"другой почтовый сервер, через который вам можно отправить исходящую почту, " +"просто введите '*'." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Интерфейсы для входящих подключений:" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"По умолчанию Masqmail в целях безопасности не принимает соединения на всех " +"интерфейсах. Если к вашей машине не будут подключаться другие хосты, просто " +"оставьте значение по умолчанию 'localhost:25'. Если есть хосты, которые " +"могут захотеть отправлять SMTP-сообщения на ваш хост, добавьте адрес " +"сетевого интерфейса, например: localhost:25;192.168.1.2:25." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"Естественно, вы можете заменить '25' другим номером порта, однако так делают " +"редко." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Использовать syslogd для ведения журнала?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"Вы можете выбрать, должен ли masqmail вести журнал с помощью syslog или нет. " +"Если нет, то сообщения будут записаны в файл /var/log/masqmail/masqmail.log." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "файл" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "канал" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Метод обнаружения подключения:" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail может использовать различные методы для определения установлено ли " +"соединение с сетью или нет: 'файл' и 'канал'." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Если выбрать 'файл', то masqmail проверяет существование файла, и если он " +"есть, то читает из него название соединения." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"Если выбрать 'канал', то masqmail вызывает программу или сценарий, которая " +"возвращает название, если есть подключение, или ничего не возвращает, если " +"нет. В качестве такой программы можно использовать, например, программу " +"guessnet." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Файл, который используется для определения состояния подключения:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "" +"Название программы, которая используется для определения состояния " +"подключения:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"Укажите программу, которая будет использоваться для определения состояния " +"подключения. Заметим, что когда программа вызывается, masqmail выполняется с " +"правами пользователя 'mail'." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Способ локальной доставки:" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Локальная почта может доставляться в mailbox, MDA (например, procmail) или в " +"maildir в стиле qmail в домашний каталог пользователя." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Сейчас вы можете выбрать способ по умолчанию. Также вы можете настроить " +"способ индивидуально для каждого пользователя с помощью параметров " +"mbox_users, mda_users и maildir_users." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "Командная строка для вызова MDA (включая параметры):" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"Укажите путь к агенту доставки почты (MDA), включая параметры нужные для " +"запуска. Вы можете использовать подставляемые значения, например, " +"${rcpt_local} заменится именем пользователя." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "" +"Описание других возможных подстановок смотрите на странице руководства." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Этот вопрос задаётся даже в случае, если вы не установили mbox_default в " +"значение mda, так как вы можете использовать mda для какого-то одного " +"пользователя." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "Важен ли регистр символов при автодополнении псевдонимов:" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail использует файл /etc/aliases при перенаправлении локальной " +"адресации. Поиск совпадений в /etc/aliases может зависеть от верхнего/" +"нижнего регистров или нет." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Запускать демона SMTP для приёма входящих соединений?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"Выберите, нужно ли запускать masqmail как демона приёма входящих SMTP-" +"сессий. Вам нужно это, если:\n" +" - в вашей локальной сети есть другие машины, которые могут отправлять\n" +" почту через ваш хост\n" +" - вы пользуетесь почтовым клиентом, который отправляет почту через SMTP\n" +" (например: netscape, mozilla)" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "Запускать демона обработки очереди SMTP?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"Ответьте утвердительно, если хотите, чтобы masqmail запускался как демон " +"обработки очереди. Скорее всего вам нужно сделать это. Этот демон " +"используется для почты, которая не может быть доставлена сразу, или из-за " +"ошибок при доставке, или потому что вы не были подключены к сети при первой " +"попытке отправить почту." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Интервал для демона обработки очереди:" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Выберите интервал для демона обработки очереди. Значение -q10m означает " +"просмотр очереди каждые 10 минут." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Формат: -q, затем число, за которым одна из букв s,m,h,d,w (секунды, минуты, " +"часы, дни, недели)." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "Приемлемое значение варьируется от 5 минут (-q5m) до 2 часов (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "Запускать демон получения по POP3?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"Ответьте утвердительно, если хотите, чтобы masqmail работал как демон " +"получения. В этом случае masqmail будет пытаться забирать почту с указанных " +"вами pop-серверов через регулярные интервалы, проверяя перед этим состояние " +"подключения к сети." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"Не важно, что вы ответите сейчас, позже вы сможете выбрать, нужно ли " +"забирать почту после подключения к сети." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Интервал работы демона получения:" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "Выберите интервал работы демона забора почты." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Формат: -go, затем число, за которым одна из букв s,m,h,d,w (секунды, " +"минуты, часы, дни, недели)." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "Приемлемое значение варьируется от 2 минут (-go2m) до 2 часов (-go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Обрабатывать почтовую очередь при подключении к сети?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"Выберите, хотите ли вы, чтобы masqmail сразу после подключения к сети " +"обрабатывал имеющуюся почтовую очередь. Это будет выполняться в сценарии ip-" +"up в /etc/ppp/ip-up или из каталога /etc/network/if-up.d/." + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "Забирать почту при подключении к сети?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"Выберите, хотите ли вы, чтобы masqmail сразу после подключения к сети " +"забирал почту с POP3-серверов. Это будет выполняться в сценарии ip-up в /etc/" +"ppp/ip-up или из каталога /etc/network/if-up.d/." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "" +"Список интерфейсов подключения к сети, которые будет отслеживать masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"Введите список сетевых интерфейсов, при активизации которых будет " +"запускаться обработка очереди и/или получение почты. Список будет " +"использован в сценариях /etc/ppp/ip-up и /etc/network/if-up.d/, когда " +"интерфейс будет поднят." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Приемлемое значение: 'ppp0' для компьютера дома, или 'ppp0 eth0' для " +"ноутбука." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" +"Укажите значение 'all', если нужно отслеживать все интерфейсы, или 'none', " +"если не нужно отслеживать интерфейсы вообще." diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/templates.pot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/templates.pot Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,486 @@ +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# +# Developers do not need to manually edit POT or PO files. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" diff -r 08114f7dcc23 -r af25f5c39d90 debian/po/vi.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/po/vi.po Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,584 @@ +# Vietnamese translation for MAS Qmail. +# Copyright © 2006 Free Software Foundation, Inc. +# Clytie Siddall , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: masqmail\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-12-09 09:46+0100\n" +"PO-Revision-Date: 2006-12-04 18:54+1030\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Mac PO Editor 1.0a10\n" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "Manage masqmail.conf using debconf?" +msgstr "Cấu hình masqmail bằng debconf không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"The /etc/masqmail/masqmail.conf file can be handled automatically by " +"debconf, or manually by you." +msgstr "" +"Tập tin cấu hình « /etc/masqmail/masqmail.conf » có thể được quản lý một " +"cách tự động bằng debconf, hoặc bằng tay của bạn." + +#. Type: boolean +#. Description +#: ../masqmail.templates:1001 +msgid "" +"Note that only specific, marked sections of the configuration file will be " +"handled by debconf if you select this option; if those markers are absent, " +"you will have to update the file manually, or move or delete the file." +msgstr "" +"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 " +"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, " +"bạn sẽ cần phải tự cập nhật tập tin đó, hoặc di chuyển hoặc xoá nó." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "Replace existing /etc/masqmail/masqmail.conf file?" +msgstr "Thay thế tập tin « /etc/masqmail/masqmail.conf » tồn tại không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"The existing /etc/masqmail/masqmail.conf file currently on the system does " +"not contain a marked section for debconf to write its data." +msgstr "" +"Tập tin « /etc/masqmail/masqmail.conf » hiện thời nằm trên hệ thống không " +"phải chứa phần có dấu gán nó cho debconf để ghi dữ liệu." + +#. Type: boolean +#. Description +#: ../masqmail.templates:2001 +msgid "" +"If you select this option, the existing configuration file will be backed up " +"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/" +"masqmail/masqmail.conf. If you do not select this option, the existing " +"configuration file will not be managed by debconf, and no further questions " +"about masqmail configuration will be asked." +msgstr "" +"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 « /" +"etc/masqmail/masqmail.conf.debconf-backup », và một tập tin mới được ghi vào " +"« /etc/masqmail/masqmail.conf ». Còn nếu bạn không bật tùy chọn này, tập tin " +"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 " +"thêm nữa sẽ được hỏi về cấu hình của masqmail." + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "Masqmail host name:" +msgstr "Tên máy masqmail:" + +#. Type: string +#. Description +#: ../masqmail.templates:3001 +msgid "" +"Please enter the name used by masqmail to identify itself to others. This is " +"most likely your hostname. It is used in its SMTP greeting banner, for " +"expanding unqualified addresses, the Message ID and so on." +msgstr "" +"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ó " +"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ở " +"rộng các địa chỉ chưa hoàn toàn, trong « Message ID » (mã nhận diện thông " +"điệp) v.v." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "Hosts considered local:" +msgstr "Các máy cục bộ :" + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are " +"considered 'local', ie. mail to these hosts will be delivered to a mailbox " +"(or Maildir or MDA) on this host." +msgstr "" +"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 " +"bộ », tức là các thư được gửi cho máy này sẽ được phát cho hộp thư (hay " +"Maildir hay MDA) trên máy này." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "" +"You will most likely insert 'localhost', your hostname in its fully " +"qualified form and just the simple hostname here." +msgstr "" +"Ở đây bạn rất có thể chèn « localhost » (máy cục bộ), tên máy của bạn có " +"dạng đầy đủ, và chỉ tên máy đơn giản." + +#. Type: string +#. Description +#: ../masqmail.templates:4001 +msgid "You can also use wildcard expressions like '*' and '?'." +msgstr "Cũng có khả năng sử dụng ký tự đại diện như « * » và « ? »." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "Nets considered local:" +msgstr "Các mạng cục bộ :" + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"Please enter a list of hosts, separated with semicolons (;), which are on " +"your local network, ie. they are always reachable, without a dialup " +"connection. Mail to these hosts will be delivered immediately, without " +"checking for the online status." +msgstr "" +"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 " +"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ố. " +"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 " +"tra trạng thái trực tuyến." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "You can use wildcards expressions like '*' and '?', eg. *.yournet.local" +msgstr "" +"Cũng có khả năng sử dụng ký tự đại diện như « * » và « ? », v.d. « *." +"mạng_bạn.local »." + +#. Type: string +#. Description +#: ../masqmail.templates:5001 +msgid "" +"If you have only one box, you can leave this empty. If you do not want to " +"use masqmail as an offline MTA, and the whole internet or another mail " +"server which accepts outgoing mail is at all times reachable to you, just " +"insert '*'." +msgstr "" +"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 " +"masqmail như là MTA ngoại tuyến, cũng luôn luôn có thể tới toàn bộ Mạng hay " +"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 " +"sao « * »." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "Interfaces for incoming connections:" +msgstr "Các giao diện nhận kết nối:" + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Masqmail, for security reasons, does not listen an all network interfaces by " +"default. If there are no other hosts connected to your host, just leave the " +"default 'localhost:25' value. If there are other hosts that may want to send " +"SMTP messages to this host, add the address of your network interface here, " +"eg.: localhost:25;192.168.1.2:25." +msgstr "" +"Trình masqmail, vì lý do bảo mật, không lắng nghe trên mọi giao diện mạng " +"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 " +"để lại giá trị « localhost:25 » mặc định. Còn nếu có máy khác có thể sẽ gửi " +"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 " +"bạn, v.d. « localhost:25;192.168.1.2:25 »." + +#. Type: string +#. Description +#: ../masqmail.templates:6001 +msgid "" +"Of course you can also replace the '25' with another port number, however " +"this is unusual." +msgstr "" +"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, " +"nhưng thường không phải." + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "Use syslogd for logs?" +msgstr "Dùng syslogd cho bản ghi không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:7001 +msgid "" +"You can decide whether masqmail should log via syslog or not. If not, logs " +"will be written to /var/log/masqmail/masqmail.log." +msgstr "" +"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 " +"syslog hay không. Nếu không thì các bản ghi sẽ được ghi vào « /var/log/" +"masqmail/masqmail.log »." + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "file" +msgstr "tập tin" + +#. Type: select +#. Choices +#: ../masqmail.templates:8001 +msgid "pipe" +msgstr "ống dẫn" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "Online detection method:" +msgstr "Phương pháp phát hiện trực tuyến:" + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"Masqmail has different methods to determine whether it is online or not, " +"these are 'file','pipe'." +msgstr "" +"Masqmail có hai phương pháp khác để phát hiện nếu nó trực tuyến hay không: « " +"tập tin » và « ống dẫn »." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'file', masqmail checks for the existence of a file, and, if it exists, " +"reads from it the name of the connection." +msgstr "" +"Đối với « tập tin », masqmail kiểm tra có tập tin chưa, và nếu có, đọc từ nó " +"tên của sự kết nối." + +#. Type: select +#. Description +#: ../masqmail.templates:8002 +msgid "" +"For 'pipe', masqmail calls a program or script, which outputs the name if " +"online or nothing if not. You can use eg. the program guessnet for this." +msgstr "" +"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 " +"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 " +"gồm guessnet và whereami." + +#. Type: string +#. Description +#: ../masqmail.templates:9001 +msgid "File used to determine the online status:" +msgstr "Tập tin dùng để quyết định trạng thái trực tuyến:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "Name of the program used to determine the online status:" +msgstr "Tên của chương trình dùng để quyết định trạng thái trực tuyến:" + +#. Type: string +#. Description +#: ../masqmail.templates:10001 +msgid "" +"Please choose the program to use to determine the online status. Please note " +"that, when this program is called, masqmail has the user id 'mail'." +msgstr "" +"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ú " +"rằng khi chương trình này được gọi, masqmail có mã nhận diện người dùng là « " +"mail » (thư tín)." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "Local delivery style:" +msgstr "Cách phát cục bộ :" + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"Local mail can be delivered to a mailbox, to an MDA (eg. procmail) or to a " +"qmail style Maildir in the users home dir." +msgstr "" +"Các thư cục bộ có thể được phát cho hộp thư, cho MDA (v.d. procmail) hoặc " +"cho maildir kiểu qmail nằm trong thư mục gốc của người dùng." + +#. Type: select +#. Description +#: ../masqmail.templates:11001 +msgid "" +"You can select the default style here. You can configure this also on a per-" +"user basis with the options mbox_users, mda_users and maildir_users." +msgstr "" +"Ở đâ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 " +"người dùng, bằng tùy chọn « mbox_users », « mda_users » và « maildir_users »." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "MDA command line (including options):" +msgstr "Dòng lệnh MDA (gồm các tùy chọn):" + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"Please choose the path to the mail delivery agent (MDA), including its " +"arguments. You can use substitution values here, eg. ${rcpt_local} for the " +"user name." +msgstr "" +"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 " +"thế giá trị, v.d. « ${rcpt_local} » cho tên người dùng." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "For other substitutions please see the man page." +msgstr "" +"Đối với giá trị thay thế khác, xem trang hướng dẫn (dùng lệnh « man masqmail " +"»)." + +#. Type: string +#. Description +#: ../masqmail.templates:12001 +msgid "" +"This question is also asked if you did not set mbox_default to mda, since " +"you can use mda for a set of users specially." +msgstr "" +"Câu này cũng được hỏi nếu bạn đã không đặt « mbox_default » (hộp thư mặc " +"định) thành « mda », vì bạn có khả năng sử dụng mda cho một tập người dùng " +"riêng." + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "Alias expansion regarding case or not:" +msgstr "Mở rộng bí danh phân biệt chữ hoa/thường không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:13001 +msgid "" +"Masqmail uses the file /etc/aliases to redirect local addresses. The search " +"for a match in /etc/aliases can be regarding upper/lower case or insensitive " +"to case." +msgstr "" +"Masqmail dùng tập tin « /etc/aliases » để chuyển tiếp địa chỉ cục bộ. Việc " +"tìm kiếm qua tập tin này có thể phân biệt chữ hoa/thường hay không." + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "Start SMTP listening daemon?" +msgstr "Khởi chạy trình nền lắng nghe SMTP không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:14001 +msgid "" +"Please choose whether you want masqmail to start as an SMTP listening " +"daemon. You will need this if:\n" +" - there are other hosts in your local network that may want to send\n" +" mail via this host\n" +" - you use a mail client that sends mail via SMTP (netscape,\n" +" mozilla are examples)" +msgstr "" +"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 " +"không. Thiết lập này cần thiết nếu :\n" +" • 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 " +"này\n" +" • bạn dùng ứng dụng khách thư mà gửi thư thông qua SMTP (v.d. netscape, " +"mozilla)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "Start SMTP queue running daemon?" +msgstr "Khởi chạy trình nền chạy hàng đợi SMTP không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:15001 +msgid "" +"Please choose this option if you want masqmail to start as a queue running " +"daemon. You're very likely to need this. It is used for mail that cannot " +"delivered immediately, either because of delivery failures or because you " +"were not online on the first attempt to send a mail." +msgstr "" +"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 " +"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 " +"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ư đó." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Interval for the queue running daemon:" +msgstr "Khoảng cho trình nền chạy hàng đợi:" + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"Please choose the interval for the queue running daemon. -q10m means flush " +"the queue every 10 minutes." +msgstr "" +"Hãy chọn thời gian giữa hai lần xóa sạch hàng đợi. « -q10m » có nghĩa là " +"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 " +"phút." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "" +"The format is -q, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Cú pháp là « -q », con số và một của những chữ :\n" +" • s\t\tgiây\n" +" • m\t\tphút\n" +" • h\t\tgiờ\n" +" • d\t\tngày\n" +" • w\t\ttuần." + +#. Type: string +#. Description +#: ../masqmail.templates:16001 +msgid "Reasonable values are between 5 minutes (-q5m) and 2 hours (-q2h)." +msgstr "Giá trị thường nằm trong phạm vị 5 phút (-q5m) đến 2 giờ (-q2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "Start POP3 fetch daemon?" +msgstr "Khởi chạy trình nền fetch POP3 không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"Please choose this option if you want masqmail to start as a fetch daemon. " +"If you do so, masqmail will try to fetch mail from POP3 servers that you " +"configure in regular intervals, detecting the online status first." +msgstr "" +"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. " +"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 " +"hình, trước tiên phát hiện trạng thái trực tuyến." + +#. Type: boolean +#. Description +#: ../masqmail.templates:17001 +msgid "" +"No matter what you choose here, you can later select whether you want to " +"fetch mail the moment you get online." +msgstr "" +"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 " +"không khi mới trực tuyến." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Interval for the fetch daemon:" +msgstr "Khoảng cho trình nền fetch:" + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Please choose the interval for the fetch daemon." +msgstr "Hãy chọn thời gian giữa hai lần lấy thư cho trình nền fetch." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "" +"The format is -go, followed by an numeric value and one of the letters s,m,h," +"d,w for seconds, minutes, hours, days or weeks respectively." +msgstr "" +"Cú pháp là « -go », con số và một của những chữ :\n" +" • s\t\tgiây\n" +" • m\t\tphút\n" +" • h\t\tgiờ\n" +" • d\t\tngày\n" +" • w\t\ttuần." + +#. Type: string +#. Description +#: ../masqmail.templates:18001 +msgid "Reasonable values are between 2 minutes (-go2m) and 2 hours (-go2h)." +msgstr "Giá trị thường nằm trong phạm vị 2 phút (-go2m) và 2 giờ (-go2h)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "Flush mail queue when you get online?" +msgstr "Xoá sạch hàng đợi thư một khi trực tuyến không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:19001 +msgid "" +"Please choose whether you want masqmail to immediately flush its mail queue " +"as soon as you go online. This will be done in the ip-up script in /etc/ppp/" +"ip-up or in /etc/network/if-up.d/." +msgstr "" +"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ư " +"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 " +"(trong « /etc/ppp/ip-up » hay « /etc/network/if-up.d/ »)." + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "Fetch mail when you get online?" +msgstr "Lấy thư một khi trực tuyến không?" + +#. Type: boolean +#. Description +#: ../masqmail.templates:20001 +msgid "" +"Please choose whether you want masqmail to immediately fetch mail from POP3 " +"servers as soon as you go online. This will be done in the ip-up script in /" +"etc/ppp/ip-up or in /etc/network/if-up.d/." +msgstr "" +"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 " +"tuyến. Lệnh này được thực hiện khi chạy văn lệnh ip-up (trong « /etc/ppp/ip-" +"up » hay « /etc/network/if-up.d/ »)." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "List of interfaces used for masqmail online detection:" +msgstr "Danh sách giao diện dùng để masqmail phát hiện trực tuyến:" + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"Please choose a list of network interfaces which will trigger queue runs and/" +"or fetching mails when going up. The list will be used in the /etc/ppp/ip-up " +"and /etc/network/if-up.d/ scripts, when the interface goes up." +msgstr "" +"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à/" +"hay lấy thư một khi hoạt động. Danh sách này sẽ được dùng trong những văn " +"lệnh « /etc/ppp/ip-up » và « /etc/network/if-up.d/ »." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "" +"A reasonable choice is eg. 'ppp0' for a desktop at home, or 'ppp0 eth0' for " +"a notebook." +msgstr "" +"Giá trị thường là « ppp0 » cho máy tính cá nhân ở nhà, hoặc « ppp0 eth0 » " +"cho máy tính xách tay." + +#. Type: string +#. Description +#: ../masqmail.templates:21001 +msgid "Set to 'all' for all interfaces, or 'none' for no interfaces." +msgstr "" +"Đặt thành « all » (tất cả) để bật mọi giao diện, hoặc « none » (không có) để " +"tắt mọi giao diện." diff -r 08114f7dcc23 -r af25f5c39d90 debian/postinst --- a/debian/postinst Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/postinst Fri Sep 26 20:56:23 2008 +0200 @@ -74,7 +74,7 @@ sed -n 1,$(( $LINES - 1 ))p < $CONFIGFILE > $WORKTMP fi cat $DEBCONFTMP >> $WORKTMP - sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail +2 >> $WORKTMP + sed -n '/^### END DEBCONF SECTION/,$p' < $CONFIGFILE | tail -n +2 >> $WORKTMP else echo "Existing $CONFIGFILE has missing or half-open debconf region;" >&2; echo "not writing masqmail configuration file." >&2; diff -r 08114f7dcc23 -r af25f5c39d90 debian/rules --- a/debian/rules Fri Sep 26 17:05:23 2008 +0200 +++ b/debian/rules Fri Sep 26 20:56:23 2008 +0200 @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=3 - # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DOC = usr/doc @@ -44,7 +42,9 @@ # Add here commands to clean up after the build process. -$(MAKE) clean -$(MAKE) distclean - rm -f tests/{test.conf,local.sh,smtpout.sh} + rm -f tests/test.conf + rm -f tests/local.sh + rm -f tests/smtpout.sh # see /usr/share/doc/autotools-dev/README.Debian.gz -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub diff -r 08114f7dcc23 -r af25f5c39d90 docs/Makefile.in --- a/docs/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/docs/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 docs/man/Makefile.in --- a/docs/man/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/docs/man/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 docs/xml/Makefile.in --- a/docs/xml/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/docs/xml/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 src/Makefile.in --- a/src/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/src/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 src/base64/Makefile.in --- a/src/base64/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/src/base64/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 src/libident/Makefile.in --- a/src/libident/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/src/libident/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 src/md5/Makefile.in --- a/src/md5/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/src/md5/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ diff -r 08114f7dcc23 -r af25f5c39d90 stamp-h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stamp-h Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,1 @@ +timestamp diff -r 08114f7dcc23 -r af25f5c39d90 stamp-h.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stamp-h.in Fri Sep 26 20:56:23 2008 +0200 @@ -0,0 +1,1 @@ +timestamp diff -r 08114f7dcc23 -r af25f5c39d90 tests/Makefile.in --- a/tests/Makefile.in Fri Sep 26 17:05:23 2008 +0200 +++ b/tests/Makefile.in Fri Sep 26 20:56:23 2008 +0200 @@ -59,6 +59,7 @@ EXEEXT = @EXEEXT@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ +GREP = @GREP@ IDENT_LIBS = @IDENT_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -88,9 +89,6 @@ USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ VERSION = @VERSION@ ac_ct_CC = @ac_ct_CC@ -ac_ct_RANLIB = @ac_ct_RANLIB@ -ac_ct_STRIP = @ac_ct_STRIP@ -ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ am__include = @am__include@ @@ -99,19 +97,26 @@ bindir = @bindir@ build_alias = @build_alias@ datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ exec_prefix = @exec_prefix@ has_ident = @has_ident@ host_alias = @host_alias@ +htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ +psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@