head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.54 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.52 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.50 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.48 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.46 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.44 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.42 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.40 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.38 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.36 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.34 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.32 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.30 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.28 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.26 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.24 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.22 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.20 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.18 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.16 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.14 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.12 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.10 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.8 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.8.0.6 pkgsrc-2004Q2-base:1.8 pkgsrc-2004Q1:1.8.0.4 pkgsrc-2004Q1-base:1.8 pkgsrc-2003Q4:1.8.0.2 pkgsrc-2003Q4-base:1.8 buildlink2-base:1.8 comdex-fall-1999:1.7 netbsd-1-4-PATCH001:1.7 netbsd-1-3-PATCH002:1.2; locks; strict; comment @# @; 1.8 date 2000.01.10.22.50.19; author frueauf; state dead; branches; next 1.7; 1.7 date 99.07.07.23.28.13; author itojun; state Exp; branches; next 1.6; 1.6 date 99.02.02.14.12.28; author frueauf; state dead; branches; next 1.5; 1.5 date 99.01.24.05.55.40; author mycroft; state Exp; branches; next 1.4; 1.4 date 99.01.24.05.53.01; author mycroft; state Exp; branches; next 1.3; 1.3 date 98.07.04.04.41.36; author mycroft; state dead; branches; next 1.2; 1.2 date 98.03.16.08.28.28; author mycroft; state Exp; branches; next 1.1; 1.1 date 98.03.16.08.24.49; author mycroft; state Exp; branches; next ; desc @@ 1.8 log @Update fetchmail to 5.2.3. fetchmail-5.2.3 (Tue Jan 4 01:56:11 EST 2000), 18421 lines: * Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount. * Jorge Godoy's replacement pt_BR.po and various minor translation fixes. * Javier Kohen's replacement for es.po. * Munechika SUMIKAWA's patch to make IPv6 version build when POP2 is enabled. * Russian translation removed; it was badly garbled. * Added Rick van Rein's fetchmaildistrib script to the contrib directory. * Gunther Leber's cleanup patches. * Note to translators: The bodies of the login-error and timeout-error form letters have been changed in driver.c. fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines: * Arrange for fetchmail to restart itself quietly when the rc file is touched. * Improvements to IPv6 code from Jun-ichiro itojun Hagino . * Drastic simplification of UIDL code, suggested by Ken Estes. fetchmail-5.2.1 (Sun Dec 19 23:08:53 EST 1999), 18330 lines: * Added FAQ item R10 on timeouts during messages. * Fixed indentation problem in fetchmailconf. * Federico Schwindt's patch to fix broken SSL configuration. * Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps installed; thanks to Arkadiusz Mis'kiewicz. * Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain). * Upgraded to version 0.21 of smbutil.c. FAQ item S2 now documents how to set a domain name. @ text @$NetBSD: patch-ba,v 1.7 1999/07/07 23:28:13 itojun Exp $ --- socket.c.orig Tue Feb 2 18:33:38 1999 +++ socket.c Mon Jun 7 23:12:27 1999 @@@@ -96,6 +96,7 @@@@ void *request = NULL; int requestlen; #endif /* NET_SECURITY */ + int i; #ifdef HAVE_SOCKETPAIR if (plugin) @@@@ -122,7 +123,17 @@@@ ret: #else /* NET_SECURITY */ +#if 0 i = inner_connect(ai, NULL, 0, NULL, NULL, "fetchmail", NULL); +#else + i = socket(ai->ai_family, ai->ai_socktype, 0); + if (i < 0) + return -1; + if (connect(i, (struct sockaddr *) ai->ai_addr, ai->ai_addrlen) < 0) { + close(i); + return -1; + } +#endif #endif /* NET_SECURITY */ freeaddrinfo(ai); @ 1.7 log @enable IPv6-ready build on USE_INET6. commit approved by maintainer. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update fetchmail to 4.7.6. fetchmail-4.7.6 (Sat Jan 30 19:44:24 EST 1999): * Henrik Storner's fix for mimedecode * ' now works as a string quote in. fetchmailrc syntax, just like ". * All bounce messages now use FQDN return paths. * Check for background mode before generating oversized-message mail. Duh! * Paul Murphy's improvements for SDPS. * Message deletion on miscellaneous 5xx SMTP errors is suppressed unless a bounce can be sent. @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.5 1999/01/24 05:55:40 mycroft Exp $ d3 26 a28 15 --- configure.in.orig Thu Jan 7 12:11:52 1999 +++ configure.in Sun Jan 24 00:52:47 1999 @@@@ -387,7 +387,7 @@@@ LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib" LIBS="$LIBS -lhesiod" else - for dir in /usr/athena /usr /usr/local + for dir in /usr/athena /usr/local do if test -f "$dir/include/hesiod.h" then --- configure.orig Thu Jan 7 12:13:45 1999 +++ configure Sun Jan 24 00:52:52 1999 @@@@ -1,7 +1,7 @@@@ #! /bin/sh d30 1 a30 2588 # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.12 +# Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@@@ -83,6 +83,7 @@@@ # Initialize some other variables. subdirs= MFLAGS= MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. ac_max_here_lines=12 @@@@ -366,7 +367,7 @@@@ verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.12" + echo "configure generated by autoconf version 2.13" exit 0 ;; -with-* | --with-*) @@@@ -536,9 +537,11 @@@@ # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='$CPP $CPPFLAGS' ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cc_cross +ac_exeext= +ac_objext=o if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then # Stardent Vistra SVR4 grep lacks -e, says ghazi@@caip.rutgers.edu. if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then @@@@ -577,26 +580,26 @@@@ # Make sure we can run config.sub. -if $ac_config_sub sun4 >/dev/null 2>&1; then : +if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then : else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:586: checking host system type" >&5 +echo "configure:589: checking host system type" >&5 host_alias=$host case "$host_alias" in NONE) case $nonopt in NONE) - if host_alias=`$ac_config_guess`; then : + if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then : else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; } fi ;; *) host_alias=$nonopt ;; esac ;; esac -host=`$ac_config_sub $host_alias` +host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias` host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` @@@@ -605,15 +608,16 @@@@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:609: checking for $ac_word" >&5 +echo "configure:612: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_prog_CC="gcc" @@@@ -634,16 +638,17 @@@@ # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:638: checking for $ac_word" >&5 +echo "configure:642: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ac_prog_rejected=no - for ac_dir in $PATH; do + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then @@@@ -678,25 +683,61 @@@@ echo "$ac_t""no" 1>&6 fi + if test -z "$CC"; then + case "`uname -s`" in + *win32* | *WIN32*) + # Extract the first word of "cl", so it can be a program name with args. +set dummy cl; ac_word=$2 +echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 +echo "configure:693: checking for $ac_word" >&5 +if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_prog_CC="cl" + break + fi + done + IFS="$ac_save_ifs" +fi +fi +CC="$ac_cv_prog_CC" +if test -n "$CC"; then + echo "$ac_t""$CC" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + ;; + esac + fi test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:686: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:725: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. ac_cpp='$CPP $CPPFLAGS' ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cc_cross -cat > conftest.$ac_ext < conftest.$ac_ext << EOF + +#line 736 "configure" #include "confdefs.h" + main(){return(0);} EOF -if { (eval echo configure:700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@@@ -710,18 +751,24 @@@@ ac_cv_prog_cc_works=no fi rm -fr conftest* +ac_ext=c +# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +ac_cpp='$CPP $CPPFLAGS' +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' +ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +cross_compiling=$ac_cv_prog_cc_cross echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:720: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:767: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:725: checking whether we are using GNU C" >&5 +echo "configure:772: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -730,7 +777,7 @@@@ yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:781: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@@@ -741,11 +788,15 @@@@ if test $ac_cv_prog_gcc = yes; then GCC=yes - ac_test_CFLAGS="${CFLAGS+set}" - ac_save_CFLAGS="$CFLAGS" - CFLAGS= - echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:749: checking whether ${CC-cc} accepts -g" >&5 +else + GCC= +fi + +ac_test_CFLAGS="${CFLAGS+set}" +ac_save_CFLAGS="$CFLAGS" +CFLAGS= +echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 +echo "configure:800: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -760,16 +811,20 @@@@ fi echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 - if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then +if test "$ac_test_CFLAGS" = set; then + CFLAGS="$ac_save_CFLAGS" +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then CFLAGS="-g -O2" else - CFLAGS="-O2" + CFLAGS="-g" fi else - GCC= - test "${CFLAGS+set}" = set || CFLAGS="-g" + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi fi # Find a good install program. We prefer a C program (faster), @@@@ -779,28 +834,30 @@@@ # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:787: checking for a BSD compatible install" >&5 +echo "configure:843: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:" + IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":" for ac_dir in $PATH; do # Account for people who put trailing slashes in PATH elements. case "$ac_dir/" in /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. - for ac_prog in ginstall installbsd scoinst install; do + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do if test -f $ac_dir/$ac_prog; then if test $ac_prog = install && grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. - # OSF/1 installbsd also uses dspmsg, but is usable. : else ac_cv_path_install="$ac_dir/$ac_prog -c" @@@@ -830,10 +887,12 @@@@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:837: checking how to run the C preprocessor" >&5 +echo "configure:896: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@@@ -848,14 +907,14 @@@@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:917: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : else @@@@ -865,14 +924,31 @@@@ rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < +Syntax Error +EOF +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +{ (eval echo configure:934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +if test -z "$ac_err"; then + : +else + echo "$ac_err" >&5 + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + rm -rf conftest* + CPP="${CC-cc} -nologo -E" + cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : else @@@@ -885,6 +961,8 @@@@ rm -f conftest* fi rm -f conftest* +fi +rm -f conftest* ac_cv_prog_CPP="$CPP" fi CPP="$ac_cv_prog_CPP" @@@@ -894,10 +972,10 @@@@ echo "$ac_t""$CPP" 1>&6 if test "x$CC" != xcc; then echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6 -echo "configure:898: checking whether $CC and cc understand -c and -o together" >&5 +echo "configure:976: checking whether $CC and cc understand -c and -o together" >&5 else echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6 -echo "configure:901: checking whether cc understands -c and -o together" >&5 +echo "configure:979: checking whether cc understands -c and -o together" >&5 fi set dummy $CC; ac_cc="`echo $2 | sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`" @@@@ -909,16 +987,16 @@@@ # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5' -if { (eval echo configure:913: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; +if { (eval echo configure:991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. - if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then + if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then ac_try='cc -c conftest.c -o conftest.o 1>&5' - if { (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && - test -f conftest.o && { (eval echo configure:922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; + if { (eval echo configure:999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:1000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; then # cc works too. : @@@@ -945,9 +1023,9 @@@@ fi echo $ac_n "checking for AIX""... $ac_c" 1>&6 -echo "configure:949: checking for AIX" >&5 +echo "configure:1027: checking for AIX" >&5 cat > conftest.$ac_ext <&6 -echo "configure:973: checking for POSIXized ISC" >&5 +echo "configure:1051: checking for POSIXized ISC" >&5 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then @@@@ -991,18 +1069,18 @@@@ ac_safe=`echo "minix/config.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for minix/config.h""... $ac_c" 1>&6 -echo "configure:995: checking for minix/config.h" >&5 +echo "configure:1073: checking for minix/config.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:1083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -1039,12 +1117,12 @@@@ fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:1043: checking for ANSI C header files" >&5 +echo "configure:1121: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@@@ -1052,8 +1130,8 @@@@ #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1056: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:1134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* ac_cv_header_stdc=yes @@@@ -1069,7 +1147,7 @@@@ if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@@@ -1087,7 +1165,7 @@@@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@@@ -1108,7 +1186,7 @@@@ : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@@@ -1119,7 +1197,7 @@@@ exit (0); } EOF -if { (eval echo configure:1123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@@@ -1143,12 +1221,12 @@@@ fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:1147: checking for size_t" >&5 +echo "configure:1225: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@@@ -1157,7 +1235,7 @@@@ #endif EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then + egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then rm -rf conftest* ac_cv_type_size_t=yes else @@@@ -1176,12 +1254,12 @@@@ fi echo $ac_n "checking for pid_t""... $ac_c" 1>&6 -echo "configure:1180: checking for pid_t" >&5 +echo "configure:1258: checking for pid_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@@@ -1190,7 +1268,7 @@@@ #endif EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then + egrep "(^|[^a-zA-Z_0-9])pid_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then rm -rf conftest* ac_cv_type_pid_t=yes else @@@@ -1209,12 +1287,12 @@@@ fi echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 -echo "configure:1213: checking return type of signal handlers" >&5 +echo "configure:1291: checking return type of signal handlers" >&5 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@@@ -1231,7 +1309,7 @@@@ int i; ; return 0; } EOF -if { (eval echo configure:1235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_type_signal=void else @@@@ -1253,18 +1331,18 @@@@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:1257: checking for $ac_hdr" >&5 +echo "configure:1335: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:1345: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -1291,12 +1369,12 @@@@ echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:1295: checking for working const" >&5 +echo "configure:1373: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@@@ -1368,15 +1446,16 @@@@ # Extract the first word of "flex", so it can be a program name with args. set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1372: checking for $ac_word" >&5 +echo "configure:1450: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$LEX"; then ac_cv_prog_LEX="$LEX" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_prog_LEX="flex" @@@@ -1401,7 +1480,7 @@@@ *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:1405: checking for yywrap in -l$ac_lib" >&5 +echo "configure:1484: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -1409,7 +1488,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -1447,15 +1526,16 @@@@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1451: checking for $ac_word" >&5 +echo "configure:1530: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_prog_YACC="$ac_prog" @@@@ -1517,7 +1597,7 @@@@ ALL_LINGUAS="pt_BR es pl" echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:1521: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:1601: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -1546,15 +1626,16 @@@@ # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1550: checking for $ac_word" >&5 +echo "configure:1630: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_prog_RANLIB="ranlib" @@@@ -1573,21 +1654,21 @@@@ fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:1577: checking for inline" >&5 +echo "configure:1658: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@@@ -1613,12 +1694,12 @@@@ esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:1617: checking for off_t" >&5 +echo "configure:1698: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@@@ -1627,7 +1708,7 @@@@ #endif EOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - egrep "off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then + egrep "(^|[^a-zA-Z_0-9])off_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then rm -rf conftest* ac_cv_type_off_t=yes else @@@@ -1648,19 +1729,19 @@@@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:1652: checking for working alloca.h" >&5 +echo "configure:1733: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:1664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@@@ -1681,25 +1762,30 @@@@ fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:1685: checking for alloca" >&5 +echo "configure:1766: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < +# ifdef _MSC_VER +# include +# define alloca _alloca # else -# ifdef _AIX - #pragma alloca +# if HAVE_ALLOCA_H +# include # else -# ifndef alloca /* predefined by HP cc +Olibcalls */ +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca /* predefined by HP cc +Olibcalls */ char *alloca (); +# endif # endif # endif # endif @@@@ -1709,7 +1795,7 @@@@ char *p = (char *) alloca(1); ; return 0; } EOF -if { (eval echo configure:1713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@@@ -1734,19 +1820,19 @@@@ # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. - ALLOCA=alloca.o + ALLOCA=alloca.${ac_objext} cat >> confdefs.h <<\EOF #define C_ALLOCA 1 EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:1745: checking whether alloca needs Cray hooks" >&5 +echo "configure:1831: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 -echo "configure:1775: checking for $ac_func" >&5 +echo "configure:1861: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -1826,7 +1912,7 @@@@ fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:1830: checking stack direction for C alloca" >&5 +echo "configure:1916: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -1834,7 +1920,7 @@@@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@@@ -1878,18 +1964,18 @@@@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:1882: checking for $ac_hdr" >&5 +echo "configure:1968: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1892: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:1978: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -1917,12 +2003,12 @@@@ for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:1921: checking for $ac_func" >&5 +echo "configure:2007: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -1970,7 +2056,7 @@@@ done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:1974: checking for working mmap" >&5 +echo "configure:2060: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -1978,7 +2064,7 @@@@ ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@@@ -2146,18 +2232,18 @@@@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:2150: checking for $ac_hdr" >&5 +echo "configure:2236: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:2246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -2186,12 +2272,12 @@@@ strdup __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2190: checking for $ac_func" >&5 +echo "configure:2276: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -2243,12 +2329,12 @@@@ for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2247: checking for $ac_func" >&5 +echo "configure:2333: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -2305,19 +2391,19 @@@@ if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:2309: checking for LC_MESSAGES" >&5 +echo "configure:2395: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:2321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@@@ -2338,7 +2424,7 @@@@ fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:2342: checking whether NLS is requested" >&5 +echo "configure:2428: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@@@ -2358,7 +2444,7 @@@@ EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:2362: checking whether included gettext is requested" >&5 +echo "configure:2448: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@@@ -2377,18 +2463,18 @@@@ ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:2381: checking for libintl.h" >&5 +echo "configure:2467: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2391: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:2477: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -2404,19 +2490,19 @@@@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:2408: checking for gettext in libc" >&5 +echo "configure:2494: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:2420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@@@ -2432,7 +2518,7 @@@@ if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:2436: checking for bindtextdomain in -lintl" >&5 +echo "configure:2522: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -2440,7 +2526,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -2467,12 +2553,12 @@@@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:2471: checking for gettext in libintl" >&5 +echo "configure:2557: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 -echo "configure:2476: checking for gettext in -lintl" >&5 +echo "configure:2562: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -2480,7 +2566,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -2530,7 +2616,7 @@@@ # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2534: checking for $ac_word" >&5 +echo "configure:2620: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2564,12 +2650,12 @@@@ for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2568: checking for $ac_func" >&5 +echo "configure:2654: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -2619,7 +2705,7 @@@@ # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2623: checking for $ac_word" >&5 +echo "configure:2709: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2627,9 +2713,13 @@@@ /*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; + ?:/*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. + ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_GMSGFMT="$ac_dir/$ac_word" @@@@ -2651,7 +2741,7 @@@@ # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2655: checking for $ac_word" >&5 +echo "configure:2745: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2683,7 +2773,7 @@@@ fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@@@ -2714,7 +2804,7 @@@@ if test "$CATOBJEXT" = "NONE"; then echo $ac_n "checking whether catgets can be used""... $ac_c" 1>&6 -echo "configure:2718: checking whether catgets can be used" >&5 +echo "configure:2808: checking whether catgets can be used" >&5 # Check whether --with-catgets or --without-catgets was given. if test "${with_catgets+set}" = set; then withval="$with_catgets" @@@@ -2727,7 +2817,7 @@@@ if test "$nls_cv_use_catgets" = "yes"; then echo $ac_n "checking for main in -li""... $ac_c" 1>&6 -echo "configure:2731: checking for main in -li" >&5 +echo "configure:2821: checking for main in -li" >&5 ac_lib_var=`echo i'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -2735,14 +2825,14 @@@@ ac_save_LIBS="$LIBS" LIBS="-li $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -2770,12 +2860,12 @@@@ fi echo $ac_n "checking for catgets""... $ac_c" 1>&6 -echo "configure:2774: checking for catgets" >&5 +echo "configure:2864: checking for catgets" >&5 if eval "test \"`echo '$''{'ac_cv_func_catgets'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2892: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_catgets=yes" else @@@@ -2820,7 +2910,7 @@@@ # Extract the first word of "gencat", so it can be a program name with args. set dummy gencat; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2824: checking for $ac_word" >&5 +echo "configure:2914: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GENCAT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2828,9 +2918,13 @@@@ /*) ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a path. ;; + ?:/*) + ac_cv_path_GENCAT="$GENCAT" # Let the user override the test with a dos path. + ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_GENCAT="$ac_dir/$ac_word" @@@@ -2852,7 +2946,7 @@@@ # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2856: checking for $ac_word" >&5 +echo "configure:2950: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2860,9 +2954,13 @@@@ /*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; + ?:/*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. + ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_GMSGFMT="$ac_dir/$ac_word" @@@@ -2885,7 +2983,7 @@@@ # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2889: checking for $ac_word" >&5 +echo "configure:2987: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2920,7 +3018,7 @@@@ # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2924: checking for $ac_word" >&5 +echo "configure:3022: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -2978,7 +3076,7 @@@@ # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2982: checking for $ac_word" >&5 +echo "configure:3080: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -3012,7 +3110,7 @@@@ # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3016: checking for $ac_word" >&5 +echo "configure:3114: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -3020,9 +3118,13 @@@@ /*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; + ?:/*) + ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a dos path. + ;; *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in $PATH; do + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then ac_cv_path_GMSGFMT="$ac_dir/$ac_word" @@@@ -3044,7 +3146,7 @@@@ # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3048: checking for $ac_word" >&5 +echo "configure:3150: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -3137,7 +3239,7 @@@@ LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:3141: checking for catalogs to be installed" >&5 +echo "configure:3243: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@@@ -3165,18 +3267,18 @@@@ if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:3169: checking for linux/version.h" >&5 +echo "configure:3271: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:3281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -3247,12 +3349,12 @@@@ # errors at link-time. It is thus better to only use the C library. # So don't add -linet to the link list unless it's necessary echo $ac_n "checking for socket""... $ac_c" 1>&6 -echo "configure:3251: checking for socket" >&5 +echo "configure:3353: checking for socket" >&5 if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_socket=yes" else @@@@ -3293,7 +3395,7 @@@@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:3297: checking for socket in -lsocket" >&5 +echo "configure:3399: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3301,7 +3403,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -3340,7 +3442,7 @@@@ fi echo $ac_n "checking for socket in -linet""... $ac_c" 1>&6 -echo "configure:3344: checking for socket in -linet" >&5 +echo "configure:3446: checking for socket in -linet" >&5 ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3348,7 +3450,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-linet $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -3391,12 +3493,12 @@@@ # If gettext isn't in the C library, maybe there's a -lintl. echo $ac_n "checking for gettext""... $ac_c" 1>&6 -echo "configure:3395: checking for gettext" >&5 +echo "configure:3497: checking for gettext" >&5 if eval "test \"`echo '$''{'ac_cv_func_gettext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_gettext=yes" else @@@@ -3437,7 +3539,7 @@@@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6 -echo "configure:3441: checking for gettext in -lintl" >&5 +echo "configure:3543: checking for gettext in -lintl" >&5 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3445,7 +3547,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -3488,12 +3590,12 @@@@ # The condition in this test copes with the presence of inet_addr in libc6. echo $ac_n "checking for inet_addr""... $ac_c" 1>&6 -echo "configure:3492: checking for inet_addr" >&5 +echo "configure:3594: checking for inet_addr" >&5 if eval "test \"`echo '$''{'ac_cv_func_inet_addr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_inet_addr=yes" else @@@@ -3534,7 +3636,7 @@@@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for inet_addr in -lnsl""... $ac_c" 1>&6 -echo "configure:3538: checking for inet_addr in -lnsl" >&5 +echo "configure:3640: checking for inet_addr in -lnsl" >&5 ac_lib_var=`echo nsl'_'inet_addr | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3542,7 +3644,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lnsl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -3584,7 +3686,7 @@@@ echo $ac_n "checking for strchr in -lcposix""... $ac_c" 1>&6 -echo "configure:3588: checking for strchr in -lcposix" >&5 +echo "configure:3690: checking for strchr in -lcposix" >&5 ac_lib_var=`echo cposix'_'strchr | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -3592,7 +3694,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lcposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -3626,12 +3728,12 @@@@ echo $ac_n "checking for strstr""... $ac_c" 1>&6 -echo "configure:3630: checking for strstr" >&5 +echo "configure:3732: checking for strstr" >&5 if eval "test \"`echo '$''{'ac_cv_func_strstr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strstr=yes" else @@@@ -3680,12 +3782,12 @@@@ echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6 -echo "configure:3684: checking for strcasecmp" >&5 +echo "configure:3786: checking for strcasecmp" >&5 if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_strcasecmp=yes" else @@@@ -3734,12 +3836,12 @@@@ echo $ac_n "checking for memmove""... $ac_c" 1>&6 -echo "configure:3738: checking for memmove" >&5 +echo "configure:3840: checking for memmove" >&5 if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3868: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_memmove=yes" else @@@@ -3788,12 +3890,12 @@@@ echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 -echo "configure:3792: checking for getopt_long" >&5 +echo "configure:3894: checking for getopt_long" >&5 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getopt_long=yes" else @@@@ -3842,12 +3944,12 @@@@ echo $ac_n "checking for vprintf""... $ac_c" 1>&6 -echo "configure:3846: checking for vprintf" >&5 +echo "configure:3948: checking for vprintf" >&5 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_vprintf=yes" else @@@@ -3894,12 +3996,12 @@@@ if test "$ac_cv_func_vprintf" != yes; then echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 -echo "configure:3898: checking for _doprnt" >&5 +echo "configure:4000: checking for _doprnt" >&5 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func__doprnt=yes" else @@@@ -3949,19 +4051,19 @@@@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:3953: checking for working alloca.h" >&5 +echo "configure:4055: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:3965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@@@ -3982,25 +4084,30 @@@@ fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:3986: checking for alloca" >&5 +echo "configure:4088: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < +# ifdef _MSC_VER +# include +# define alloca _alloca # else -# ifdef _AIX - #pragma alloca +# if HAVE_ALLOCA_H +# include # else -# ifndef alloca /* predefined by HP cc +Olibcalls */ +# ifdef _AIX + #pragma alloca +# else +# ifndef alloca /* predefined by HP cc +Olibcalls */ char *alloca (); +# endif # endif # endif # endif @@@@ -4010,7 +4117,7 @@@@ char *p = (char *) alloca(1); ; return 0; } EOF -if { (eval echo configure:4014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@@@ -4035,19 +4142,19 @@@@ # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. - ALLOCA=alloca.o + ALLOCA=alloca.${ac_objext} cat >> confdefs.h <<\EOF #define C_ALLOCA 1 EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:4046: checking whether alloca needs Cray hooks" >&5 +echo "configure:4153: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 -echo "configure:4076: checking for $ac_func" >&5 +echo "configure:4183: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -4127,7 +4234,7 @@@@ fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:4131: checking stack direction for C alloca" >&5 +echo "configure:4238: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -4135,7 +4242,7 @@@@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@@@ -4191,12 +4298,12 @@@@ atexit inet_aton strftime setrlimit socketpair sigprocmask do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4195: checking for $ac_func" >&5 +echo "configure:4302: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4330: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -4249,12 +4356,12 @@@@ # library. So don't add -lresolv to the link list unless it's necessary # (It will be necessary when using GNU libc6). echo $ac_n "checking for res_search""... $ac_c" 1>&6 -echo "configure:4253: checking for res_search" >&5 +echo "configure:4360: checking for res_search" >&5 if eval "test \"`echo '$''{'ac_cv_func_res_search'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_res_search=yes" else @@@@ -4295,7 +4402,7 @@@@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 -echo "configure:4299: checking for res_search in -lresolv" >&5 +echo "configure:4406: checking for res_search in -lresolv" >&5 ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4303,7 +4410,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lresolv $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -4343,9 +4450,9 @@@@ echo $ac_n "checking use of void pointer type""... $ac_c" 1>&6 -echo "configure:4347: checking use of void pointer type" >&5 +echo "configure:4454: checking use of void pointer type" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4466: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* cat >> confdefs.h <<\EOF #define HAVE_VOIDPOINTER 1 @@@@ -4370,16 +4477,16 @@@@ rm -f conftest* echo $ac_n "checking for ANSI volatile""... $ac_c" 1>&6 -echo "configure:4374: checking for ANSI volatile" >&5 +echo "configure:4481: checking for ANSI volatile" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4490: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* cat >> confdefs.h <<\EOF #define HAVE_VOLATILE 1 @@@@ -4396,12 +4503,12 @@@@ for ac_func in waitpid wait3 do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4400: checking for $ac_func" >&5 +echo "configure:4507: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@@@ -4449,9 +4556,9 @@@@ done echo $ac_n "checking for union wait""... $ac_c" 1>&6 -echo "configure:4453: checking for union wait" >&5; +echo "configure:4560: checking for union wait" >&5; cat > conftest.$ac_ext < #include @@@@ -4470,7 +4577,7 @@@@ ; return 0; } EOF -if { (eval echo configure:4474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* cat >> confdefs.h <<\EOF #define HAVE_UNION_WAIT 1 @@@@ -4485,9 +4592,9 @@@@ rm -f conftest* echo $ac_n "checking sys_siglist declaration in signal.h or unistd.h""... $ac_c" 1>&6 -echo "configure:4489: checking sys_siglist declaration in signal.h or unistd.h" >&5 +echo "configure:4596: checking sys_siglist declaration in signal.h or unistd.h" >&5 cat > conftest.$ac_ext < /* NetBSD declares sys_siglist in . */ @@@@ -4498,7 +4605,7 @@@@ char *msg = *(sys_siglist + 1); ; return 0; } EOF -if { (eval echo configure:4502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* cat >> confdefs.h <<\EOF #define SYS_SIGLIST_DECLARED 1 @@@@ -4527,7 +4634,7 @@@@ echo $ac_n "checking size of short""... $ac_c" 1>&6 -echo "configure:4531: checking size of short" >&5 +echo "configure:4638: checking size of short" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -4535,7 +4642,7 @@@@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@@@ -4546,7 +4653,7 @@@@ exit(0); } EOF -if { (eval echo configure:4550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_short=`cat conftestval` else @@@@ -4566,7 +4673,7 @@@@ echo $ac_n "checking size of int""... $ac_c" 1>&6 -echo "configure:4570: checking size of int" >&5 +echo "configure:4677: checking size of int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -4574,7 +4681,7 @@@@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@@@ -4585,7 +4692,7 @@@@ exit(0); } EOF -if { (eval echo configure:4589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_int=`cat conftestval` else @@@@ -4605,7 +4712,7 @@@@ echo $ac_n "checking size of long""... $ac_c" 1>&6 -echo "configure:4609: checking size of long" >&5 +echo "configure:4716: checking size of long" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@@@ -4613,7 +4720,7 @@@@ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else cat > conftest.$ac_ext < main() @@@@ -4624,7 +4731,7 @@@@ exit(0); } EOF -if { (eval echo configure:4628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long=`cat conftestval` else @@@@ -4748,18 +4855,18 @@@@ enableval="$enable_opie" ac_safe=`echo "opie.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for opie.h""... $ac_c" 1>&6 -echo "configure:4752: checking for opie.h" >&5 +echo "configure:4859: checking for opie.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:4869: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -4781,7 +4888,7 @@@@ fi echo $ac_n "checking for opiegenerator in -lopie""... $ac_c" 1>&6 -echo "configure:4785: checking for opiegenerator in -lopie" >&5 +echo "configure:4892: checking for opiegenerator in -lopie" >&5 ac_lib_var=`echo opie'_'opiegenerator | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4789,7 +4896,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lopie $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -4841,7 +4948,7 @@@@ if test "${enable_inet6+set}" = set; then enableval="$enable_inet6" unset ac_cv_lib_inet6_getaddrinfo; echo $ac_n "checking for getaddrinfo in -linet6""... $ac_c" 1>&6 -echo "configure:4845: checking for getaddrinfo in -linet6" >&5 +echo "configure:4952: checking for getaddrinfo in -linet6" >&5 ac_lib_var=`echo inet6'_'getaddrinfo | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4849,7 +4956,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-linet6 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:4971: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -4886,7 +4993,7 @@@@ else echo "$ac_t""no" 1>&6 unset ac_cv_lib_inet6_getaddrinfo; LDFLAGS="$LDFLAGS -L/usr/inet6/lib"; echo $ac_n "checking for getaddrinfo in -linet6""... $ac_c" 1>&6 -echo "configure:4890: checking for getaddrinfo in -linet6" >&5 +echo "configure:4997: checking for getaddrinfo in -linet6" >&5 ac_lib_var=`echo inet6'_'getaddrinfo | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4894,7 +5001,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-linet6 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -4946,7 +5053,7 @@@@ if test "${enable_netsec+set}" = set; then enableval="$enable_netsec" unset ac_cv_lib_inet6_net_security_strtorequest; echo $ac_n "checking for net_security_strtorequest in -linet6""... $ac_c" 1>&6 -echo "configure:4950: checking for net_security_strtorequest in -linet6" >&5 +echo "configure:5057: checking for net_security_strtorequest in -linet6" >&5 ac_lib_var=`echo inet6'_'net_security_strtorequest | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4954,7 +5061,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-linet6 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -4991,7 +5098,7 @@@@ else echo "$ac_t""no" 1>&6 unset ac_cv_lib_inet6_net_security_strtorequest; LDFLAGS="$LDFLAGS -L/usr/inet6/lib"; echo $ac_n "checking for net_security_strtorequest in -linet6""... $ac_c" 1>&6 -echo "configure:4995: checking for net_security_strtorequest in -linet6" >&5 +echo "configure:5102: checking for net_security_strtorequest in -linet6" >&5 ac_lib_var=`echo inet6'_'net_security_strtorequest | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -4999,7 +5106,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-linet6 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -5045,18 +5152,18 @@@@ unset ac_cv_header_net_security_h; ac_safe=`echo "net/security.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for net/security.h""... $ac_c" 1>&6 -echo "configure:5049: checking for net/security.h" >&5 +echo "configure:5156: checking for net/security.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:5166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -5076,18 +5183,18 @@@@ echo "$ac_t""no" 1>&6 unset ac_cv_header_net_security_h; CPPFLAGS="$CPPFLAGS -I/usr/inet6/include"; CFLAGS="$CFLAGS -I/usr/inet6/include"; ac_safe=`echo "net/security.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for net/security.h""... $ac_c" 1>&6 -echo "configure:5080: checking for net/security.h" >&5 +echo "configure:5187: checking for net/security.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5090: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:5197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* eval "ac_cv_header_$ac_safe=yes" @@@@ -5213,7 +5320,7 @@@@ LDEFLAGS="$LDEFLAGS -L$with_socks" else echo $ac_n "checking for Rconnect in -lsocks""... $ac_c" 1>&6 -echo "configure:5217: checking for Rconnect in -lsocks" >&5 +echo "configure:5324: checking for Rconnect in -lsocks" >&5 ac_lib_var=`echo socks'_'Rconnect | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -5221,7 +5328,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lsocks $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -5286,7 +5393,7 @@@@ LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib" LIBS="$LIBS -lhesiod" else - for dir in /usr/athena /usr /usr/local + for dir in /usr/athena /usr/local do if test -f "$dir/include/hesiod.h" then @@@@ -5317,7 +5424,7 @@@@ fi echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 -echo "configure:5321: checking for krb5_init_context in -lkrb5" >&5 +echo "configure:5428: checking for krb5_init_context in -lkrb5" >&5 ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -5325,7 +5432,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lkrb5 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -5365,7 +5472,7 @@@@ fi echo $ac_n "checking for gss_init_sec_context in -lgssapi_krb5""... $ac_c" 1>&6 -echo "configure:5369: checking for gss_init_sec_context in -lgssapi_krb5" >&5 +echo "configure:5476: checking for gss_init_sec_context in -lgssapi_krb5" >&5 ac_lib_var=`echo gssapi_krb5'_'gss_init_sec_context | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@@@ -5373,7 +5480,7 @@@@ ac_save_LIBS="$LIBS" LIBS="-lgssapi_krb5 -lkrb5 $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:5495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@@@ -5444,7 +5551,7 @@@@ # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). @@@@ -5511,7 +5618,7 @@@@ echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.12" + echo "$CONFIG_STATUS generated by autoconf version 2.13" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; @@@@ -5531,9 +5638,11 @@@@ s/@@@@/%@@/; s/@@@@/@@%/; s/@@g\$/%g/' > conftest.subs <<\\CEOF $ac_vpsub $extrasub +s%@@SHELL@@%$SHELL%g s%@@CFLAGS@@%$CFLAGS%g s%@@CPPFLAGS@@%$CPPFLAGS%g s%@@CXXFLAGS@@%$CXXFLAGS%g +s%@@FFLAGS@@%$FFLAGS%g s%@@DEFS@@%$DEFS%g s%@@LDFLAGS@@%$LDFLAGS%g s%@@LIBS@@%$LIBS%g @@@@ -5559,6 +5668,7 @@@@ s%@@host_os@@%$host_os%g s%@@CC@@%$CC%g s%@@INSTALL_PROGRAM@@%$INSTALL_PROGRAM%g +s%@@INSTALL_SCRIPT@@%$INSTALL_SCRIPT%g s%@@INSTALL_DATA@@%$INSTALL_DATA%g s%@@CPP@@%$CPP%g s%@@LEX@@%$LEX%g @ 1.5 log @Do the previous a bit better. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Nuke Hesiod support for now, since we don't have the pobox stuff. XXX This should be temporary. @ text @d4 5 a8 16 +++ configure.in Sun Jan 24 00:40:42 1999 @@@@ -376,30 +376,6 @@@@ LIBS="-lsocks $LIBS" fi]) -### use option --with-hesiod=DIR to point at a HESIOD directory -AC_ARG_WITH(hesiod, - [ --with-hesiod=DIR point fetchmail compilation at a HESIOD directory]) - -if test -n "$with_hesiod" -then - # Path given - CEFLAGS="$CEFLAGS -DHESIOD -I$with_hesiod/include" - LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib" - LIBS="$LIBS -lhesiod" -else d10 4 a13 15 - do - if test -f "$dir/include/hesiod.h" - then - CEFLAGS="$CEFLAGS -DHESIOD -I$dir/include" - LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lhesiod" - with_hesiod=$dir - break - fi - done -fi - ### use option --with-gssapi=DIR to compile in GSSAPI support AC_ARG_WITH(gssapi, [ --with-gssapi[=DIR] compile in GSSAPI support using libraries in DIR], d15 1 a15 1 +++ configure Sun Jan 24 00:44:45 1999 d25 1 a25 10 @@@@ -42,8 +42,6 @@@@ ac_help="$ac_help --with-socks[=DIR] add built-in SOCKS firewall access" ac_help="$ac_help - --with-hesiod=DIR point fetchmail compilation at a HESIOD directory" -ac_help="$ac_help --with-gssapi[=DIR] compile in GSSAPI support using libraries in DIR" # Initialize some variables set by options. @@@@ -83,6 +81,7 @@@@ d33 1 a33 1 @@@@ -366,7 +365,7 @@@@ d42 1 a42 1 @@@@ -536,9 +535,11 @@@@ d55 1 a55 1 @@@@ -577,26 +578,26 @@@@ d66 1 a66 1 +echo "configure:587: checking host system type" >&5 d86 1 a86 1 @@@@ -605,15 +606,16 @@@@ d91 1 a91 1 +echo "configure:610: checking for $ac_word" >&5 d106 1 a106 1 @@@@ -634,16 +636,17 @@@@ d111 1 a111 1 +echo "configure:640: checking for $ac_word" >&5 d127 1 a127 1 @@@@ -678,25 +681,61 @@@@ d137 1 a137 1 +echo "configure:691: checking for $ac_word" >&5 d170 1 a170 1 +echo "configure:723: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 d184 1 a184 1 +#line 734 "configure" d190 1 a190 1 +if { (eval echo configure:739: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d194 1 a194 1 @@@@ -710,18 +749,24 @@@@ d211 1 a211 1 +echo "configure:765: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 d217 1 a217 1 +echo "configure:770: checking whether we are using GNU C" >&5 d221 1 a221 1 @@@@ -730,7 +775,7 @@@@ d226 1 a226 1 +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:779: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then d230 1 a230 1 @@@@ -741,11 +786,15 @@@@ d247 1 a247 1 +echo "configure:798: checking whether ${CC-cc} accepts -g" >&5 d251 1 a251 1 @@@@ -760,16 +809,20 @@@@ d278 1 a278 1 @@@@ -779,28 +832,30 @@@@ d288 1 a288 1 +echo "configure:841: checking for a BSD compatible install" >&5 d313 1 a313 1 @@@@ -830,10 +885,12 @@@@ d323 1 a323 1 +echo "configure:894: checking how to run the C preprocessor" >&5 d327 1 a327 1 @@@@ -848,14 +905,14 @@@@ d332 1 a332 1 +#line 909 "configure" d340 1 a340 1 +{ (eval echo configure:915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d345 1 a345 1 @@@@ -865,14 +922,31 @@@@ d350 7 a356 9 +#line 926 "configure" #include "confdefs.h" #include Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:875: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` +{ (eval echo configure:932: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d367 9 a375 7 +#line 943 "configure" +#include "confdefs.h" +#include +Syntax Error +EOF +ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +{ (eval echo configure:949: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d380 1 a380 1 @@@@ -885,6 +959,8 @@@@ d389 1 a389 1 @@@@ -894,10 +970,10 @@@@ d394 1 a394 1 +echo "configure:974: checking whether $CC and cc understand -c and -o together" >&5 d398 1 a398 1 +echo "configure:977: checking whether cc understands -c and -o together" >&5 d402 1 a402 1 @@@@ -909,16 +985,16 @@@@ d408 2 a409 2 +if { (eval echo configure:989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; d415 1 a415 1 + if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:995: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then d419 2 a420 2 + if { (eval echo configure:997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } && + test -f conftest.o && { (eval echo configure:998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; d424 1 a424 1 @@@@ -945,9 +1021,9 @@@@ d429 1 a429 1 +echo "configure:1025: checking for AIX" >&5 d432 1 a432 1 +#line 1027 "configure" d436 1 a436 1 @@@@ -969,7 +1045,7 @@@@ d441 1 a441 1 +echo "configure:1049: checking for POSIXized ISC" >&5 d445 1 a445 1 @@@@ -991,18 +1067,18 @@@@ d450 1 a450 1 +echo "configure:1071: checking for minix/config.h" >&5 d456 1 a456 1 +#line 1076 "configure" d463 1 a463 1 +{ (eval echo configure:1081: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d468 1 a468 1 @@@@ -1039,12 +1115,12 @@@@ d473 1 a473 1 +echo "configure:1119: checking for ANSI C header files" >&5 d479 1 a479 1 +#line 1124 "configure" d483 1 a483 1 @@@@ -1052,8 +1128,8 @@@@ d489 1 a489 1 +{ (eval echo configure:1132: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d494 1 a494 1 @@@@ -1069,7 +1145,7 @@@@ d499 1 a499 1 +#line 1149 "configure" d503 1 a503 1 @@@@ -1087,7 +1163,7 @@@@ d508 1 a508 1 +#line 1167 "configure" d512 1 a512 1 @@@@ -1108,7 +1184,7 @@@@ d517 1 a517 1 +#line 1188 "configure" d521 1 a521 1 @@@@ -1119,7 +1195,7 @@@@ d526 1 a526 1 +if { (eval echo configure:1199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d530 1 a530 1 @@@@ -1143,12 +1219,12 @@@@ d535 1 a535 1 +echo "configure:1223: checking for size_t" >&5 d541 1 a541 1 +#line 1228 "configure" d545 1 a545 1 @@@@ -1157,7 +1233,7 @@@@ d554 1 a554 1 @@@@ -1176,12 +1252,12 @@@@ d559 1 a559 1 +echo "configure:1256: checking for pid_t" >&5 d565 1 a565 1 +#line 1261 "configure" d569 1 a569 1 @@@@ -1190,7 +1266,7 @@@@ d578 1 a578 1 @@@@ -1209,12 +1285,12 @@@@ d583 1 a583 1 +echo "configure:1289: checking return type of signal handlers" >&5 d589 1 a589 1 +#line 1294 "configure" d593 1 a593 1 @@@@ -1231,7 +1307,7 @@@@ d598 1 a598 1 +if { (eval echo configure:1311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then d602 1 a602 1 @@@@ -1253,18 +1329,18 @@@@ d607 1 a607 1 +echo "configure:1333: checking for $ac_hdr" >&5 d613 1 a613 1 +#line 1338 "configure" d620 1 a620 1 +{ (eval echo configure:1343: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d625 1 a625 1 @@@@ -1291,12 +1367,12 @@@@ d630 1 a630 1 +echo "configure:1371: checking for working const" >&5 d636 1 a636 1 +#line 1376 "configure" d640 1 a640 1 @@@@ -1345,7 +1421,7 @@@@ d645 1 a645 1 +if { (eval echo configure:1425: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then d649 1 a649 1 @@@@ -1368,15 +1444,16 @@@@ d654 1 a654 1 +echo "configure:1448: checking for $ac_word" >&5 d669 1 a669 1 @@@@ -1401,7 +1478,7 @@@@ d674 1 a674 1 +echo "configure:1482: checking for yywrap in -l$ac_lib" >&5 d678 1 a678 1 @@@@ -1409,7 +1486,7 @@@@ d683 1 a683 1 +#line 1490 "configure" d687 1 a687 1 @@@@ -1420,7 +1497,7 @@@@ d692 1 a692 1 +if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d696 1 a696 1 @@@@ -1447,15 +1524,16 @@@@ d701 1 a701 1 +echo "configure:1528: checking for $ac_word" >&5 d716 1 a716 1 @@@@ -1517,7 +1595,7 @@@@ d721 1 a721 1 +echo "configure:1599: checking whether ${MAKE-make} sets \${MAKE}" >&5 d725 1 a725 1 @@@@ -1546,15 +1624,16 @@@@ d730 1 a730 1 +echo "configure:1628: checking for $ac_word" >&5 d745 1 a745 1 @@@@ -1573,21 +1652,21 @@@@ d750 1 a750 1 +echo "configure:1656: checking for inline" >&5 d758 1 a758 1 +#line 1663 "configure" d766 1 a766 1 +if { (eval echo configure:1670: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then d770 1 a770 1 @@@@ -1613,12 +1692,12 @@@@ d775 1 a775 1 +echo "configure:1696: checking for off_t" >&5 d781 1 a781 1 +#line 1701 "configure" d785 1 a785 1 @@@@ -1627,7 +1706,7 @@@@ d794 1 a794 1 @@@@ -1648,19 +1727,19 @@@@ d799 1 a799 1 +echo "configure:1731: checking for working alloca.h" >&5 d805 1 a805 1 +#line 1736 "configure" d813 1 a813 1 +if { (eval echo configure:1743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d817 1 a817 1 @@@@ -1681,25 +1760,30 @@@@ d822 1 a822 1 +echo "configure:1764: checking for alloca" >&5 d828 1 a828 1 +#line 1769 "configure" d855 1 a855 1 @@@@ -1709,7 +1793,7 @@@@ d860 1 a860 1 +if { (eval echo configure:1797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d864 1 a864 1 @@@@ -1734,19 +1818,19 @@@@ d877 1 a877 1 +echo "configure:1829: checking whether alloca needs Cray hooks" >&5 d883 1 a883 1 +#line 1834 "configure" d887 1 a887 1 @@@@ -1771,12 +1855,12 @@@@ d892 1 a892 1 +echo "configure:1859: checking for $ac_func" >&5 d898 1 a898 1 +#line 1864 "configure" d902 1 a902 1 @@@@ -1799,7 +1883,7 @@@@ d907 1 a907 1 +if { (eval echo configure:1887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d911 1 a911 1 @@@@ -1826,7 +1910,7 @@@@ d916 1 a916 1 +echo "configure:1914: checking stack direction for C alloca" >&5 d920 1 a920 1 @@@@ -1834,7 +1918,7 @@@@ d925 1 a925 1 +#line 1922 "configure" d929 1 a929 1 @@@@ -1853,7 +1937,7 @@@@ d934 1 a934 1 +if { (eval echo configure:1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d938 1 a938 1 @@@@ -1878,18 +1962,18 @@@@ d943 1 a943 1 +echo "configure:1966: checking for $ac_hdr" >&5 d949 1 a949 1 +#line 1971 "configure" d956 1 a956 1 +{ (eval echo configure:1976: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d961 1 a961 1 @@@@ -1917,12 +2001,12 @@@@ d966 1 a966 1 +echo "configure:2005: checking for $ac_func" >&5 d972 1 a972 1 +#line 2010 "configure" d976 1 a976 1 @@@@ -1945,7 +2029,7 @@@@ d981 1 a981 1 +if { (eval echo configure:2033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d985 1 a985 1 @@@@ -1970,7 +2054,7 @@@@ d990 1 a990 1 +echo "configure:2058: checking for working mmap" >&5 d994 1 a994 1 @@@@ -1978,7 +2062,7 @@@@ d999 1 a999 1 +#line 2066 "configure" d1003 1 a1003 1 @@@@ -2118,7 +2202,7 @@@@ d1008 1 a1008 1 +if { (eval echo configure:2206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d1012 1 a1012 1 @@@@ -2146,18 +2230,18 @@@@ d1017 1 a1017 1 +echo "configure:2234: checking for $ac_hdr" >&5 d1023 1 a1023 1 +#line 2239 "configure" d1030 1 a1030 1 +{ (eval echo configure:2244: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d1035 1 a1035 1 @@@@ -2186,12 +2270,12 @@@@ d1040 1 a1040 1 +echo "configure:2274: checking for $ac_func" >&5 d1046 1 a1046 1 +#line 2279 "configure" d1050 1 a1050 1 @@@@ -2214,7 +2298,7 @@@@ d1055 1 a1055 1 +if { (eval echo configure:2302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1059 1 a1059 1 @@@@ -2243,12 +2327,12 @@@@ d1064 1 a1064 1 +echo "configure:2331: checking for $ac_func" >&5 d1070 1 a1070 1 +#line 2336 "configure" d1074 1 a1074 1 @@@@ -2271,7 +2355,7 @@@@ d1079 1 a1079 1 +if { (eval echo configure:2359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1083 1 a1083 1 @@@@ -2305,19 +2389,19 @@@@ d1088 1 a1088 1 +echo "configure:2393: checking for LC_MESSAGES" >&5 d1094 1 a1094 1 +#line 2398 "configure" d1102 1 a1102 1 +if { (eval echo configure:2405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1106 1 a1106 1 @@@@ -2338,7 +2422,7 @@@@ d1111 1 a1111 1 +echo "configure:2426: checking whether NLS is requested" >&5 d1115 1 a1115 1 @@@@ -2358,7 +2442,7 @@@@ d1120 1 a1120 1 +echo "configure:2446: checking whether included gettext is requested" >&5 d1124 1 a1124 1 @@@@ -2377,18 +2461,18 @@@@ d1129 1 a1129 1 +echo "configure:2465: checking for libintl.h" >&5 d1135 1 a1135 1 +#line 2470 "configure" d1142 1 a1142 1 +{ (eval echo configure:2475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d1147 1 a1147 1 @@@@ -2404,19 +2488,19 @@@@ d1152 1 a1152 1 +echo "configure:2492: checking for gettext in libc" >&5 d1158 1 a1158 1 +#line 2497 "configure" d1166 1 a1166 1 +if { (eval echo configure:2504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1170 1 a1170 1 @@@@ -2432,7 +2516,7 @@@@ d1175 1 a1175 1 +echo "configure:2520: checking for bindtextdomain in -lintl" >&5 d1179 1 a1179 1 @@@@ -2440,7 +2524,7 @@@@ d1184 1 a1184 1 +#line 2528 "configure" d1188 1 a1188 1 @@@@ -2451,7 +2535,7 @@@@ d1193 1 a1193 1 +if { (eval echo configure:2539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1197 1 a1197 1 @@@@ -2467,12 +2551,12 @@@@ d1202 1 a1202 1 +echo "configure:2555: checking for gettext in libintl" >&5 d1208 1 a1208 1 +echo "configure:2560: checking for gettext in -lintl" >&5 d1212 1 a1212 1 @@@@ -2480,7 +2564,7 @@@@ d1217 1 a1217 1 +#line 2568 "configure" d1221 1 a1221 1 @@@@ -2491,7 +2575,7 @@@@ d1226 1 a1226 1 +if { (eval echo configure:2579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1230 1 a1230 1 @@@@ -2530,7 +2614,7 @@@@ d1235 1 a1235 1 +echo "configure:2618: checking for $ac_word" >&5 d1239 1 a1239 1 @@@@ -2564,12 +2648,12 @@@@ d1244 1 a1244 1 +echo "configure:2652: checking for $ac_func" >&5 d1250 1 a1250 1 +#line 2657 "configure" d1254 1 a1254 1 @@@@ -2592,7 +2676,7 @@@@ d1259 1 a1259 1 +if { (eval echo configure:2680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1263 1 a1263 1 @@@@ -2619,7 +2703,7 @@@@ d1268 1 a1268 1 +echo "configure:2707: checking for $ac_word" >&5 d1272 1 a1272 1 @@@@ -2627,9 +2711,13 @@@@ d1288 1 a1288 1 @@@@ -2651,7 +2739,7 @@@@ d1293 1 a1293 1 +echo "configure:2743: checking for $ac_word" >&5 d1297 1 a1297 1 @@@@ -2683,7 +2771,7 @@@@ d1302 1 a1302 1 +#line 2775 "configure" d1306 1 a1306 1 @@@@ -2691,7 +2779,7 @@@@ d1311 1 a1311 1 +if { (eval echo configure:2783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1315 1 a1315 1 @@@@ -2714,7 +2802,7 @@@@ d1320 1 a1320 1 +echo "configure:2806: checking whether catgets can be used" >&5 d1324 1 a1324 1 @@@@ -2727,7 +2815,7 @@@@ d1329 1 a1329 1 +echo "configure:2819: checking for main in -li" >&5 d1333 1 a1333 1 @@@@ -2735,14 +2823,14 @@@@ d1338 1 a1338 1 +#line 2827 "configure" d1346 1 a1346 1 +if { (eval echo configure:2834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1350 1 a1350 1 @@@@ -2770,12 +2858,12 @@@@ d1355 1 a1355 1 +echo "configure:2862: checking for catgets" >&5 d1361 1 a1361 1 +#line 2867 "configure" d1365 1 a1365 1 @@@@ -2798,7 +2886,7 @@@@ d1370 1 a1370 1 +if { (eval echo configure:2890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1374 1 a1374 1 @@@@ -2820,7 +2908,7 @@@@ d1379 1 a1379 1 +echo "configure:2912: checking for $ac_word" >&5 d1383 1 a1383 1 @@@@ -2828,9 +2916,13 @@@@ d1399 1 a1399 1 @@@@ -2852,7 +2944,7 @@@@ d1404 1 a1404 1 +echo "configure:2948: checking for $ac_word" >&5 d1408 1 a1408 1 @@@@ -2860,9 +2952,13 @@@@ d1424 1 a1424 1 @@@@ -2885,7 +2981,7 @@@@ d1429 1 a1429 1 +echo "configure:2985: checking for $ac_word" >&5 d1433 1 a1433 1 @@@@ -2920,7 +3016,7 @@@@ d1438 1 a1438 1 +echo "configure:3020: checking for $ac_word" >&5 d1442 1 a1442 1 @@@@ -2978,7 +3074,7 @@@@ d1447 1 a1447 1 +echo "configure:3078: checking for $ac_word" >&5 d1451 1 a1451 1 @@@@ -3012,7 +3108,7 @@@@ d1456 1 a1456 1 +echo "configure:3112: checking for $ac_word" >&5 d1460 1 a1460 1 @@@@ -3020,9 +3116,13 @@@@ d1476 1 a1476 1 @@@@ -3044,7 +3144,7 @@@@ d1481 1 a1481 1 +echo "configure:3148: checking for $ac_word" >&5 d1485 1 a1485 1 @@@@ -3137,7 +3237,7 @@@@ d1490 1 a1490 1 +echo "configure:3241: checking for catalogs to be installed" >&5 d1494 1 a1494 1 @@@@ -3165,18 +3265,18 @@@@ d1499 1 a1499 1 +echo "configure:3269: checking for linux/version.h" >&5 d1505 1 a1505 1 +#line 3274 "configure" d1512 1 a1512 1 +{ (eval echo configure:3279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d1517 1 a1517 1 @@@@ -3247,12 +3347,12 @@@@ d1522 1 a1522 1 +echo "configure:3351: checking for socket" >&5 d1528 1 a1528 1 +#line 3356 "configure" d1532 1 a1532 1 @@@@ -3275,7 +3375,7 @@@@ d1537 1 a1537 1 +if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1541 1 a1541 1 @@@@ -3293,7 +3393,7 @@@@ d1546 1 a1546 1 +echo "configure:3397: checking for socket in -lsocket" >&5 d1550 1 a1550 1 @@@@ -3301,7 +3401,7 @@@@ d1555 1 a1555 1 +#line 3405 "configure" d1559 1 a1559 1 @@@@ -3312,7 +3412,7 @@@@ d1564 1 a1564 1 +if { (eval echo configure:3416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1568 1 a1568 1 @@@@ -3340,7 +3440,7 @@@@ d1573 1 a1573 1 +echo "configure:3444: checking for socket in -linet" >&5 d1577 1 a1577 1 @@@@ -3348,7 +3448,7 @@@@ d1582 1 a1582 1 +#line 3452 "configure" d1586 1 a1586 1 @@@@ -3359,7 +3459,7 @@@@ d1591 1 a1591 1 +if { (eval echo configure:3463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1595 1 a1595 1 @@@@ -3391,12 +3491,12 @@@@ d1600 1 a1600 1 +echo "configure:3495: checking for gettext" >&5 d1606 1 a1606 1 +#line 3500 "configure" d1610 1 a1610 1 @@@@ -3419,7 +3519,7 @@@@ d1615 1 a1615 1 +if { (eval echo configure:3523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1619 1 a1619 1 @@@@ -3437,7 +3537,7 @@@@ d1624 1 a1624 1 +echo "configure:3541: checking for gettext in -lintl" >&5 d1628 1 a1628 1 @@@@ -3445,7 +3545,7 @@@@ d1633 1 a1633 1 +#line 3549 "configure" d1637 1 a1637 1 @@@@ -3456,7 +3556,7 @@@@ d1642 1 a1642 1 +if { (eval echo configure:3560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1646 1 a1646 1 @@@@ -3488,12 +3588,12 @@@@ d1651 1 a1651 1 +echo "configure:3592: checking for inet_addr" >&5 d1657 1 a1657 1 +#line 3597 "configure" d1661 1 a1661 1 @@@@ -3516,7 +3616,7 @@@@ d1666 1 a1666 1 +if { (eval echo configure:3620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1670 1 a1670 1 @@@@ -3534,7 +3634,7 @@@@ d1675 1 a1675 1 +echo "configure:3638: checking for inet_addr in -lnsl" >&5 d1679 1 a1679 1 @@@@ -3542,7 +3642,7 @@@@ d1684 1 a1684 1 +#line 3646 "configure" d1688 1 a1688 1 @@@@ -3553,7 +3653,7 @@@@ d1693 1 a1693 1 +if { (eval echo configure:3657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1697 1 a1697 1 @@@@ -3584,7 +3684,7 @@@@ d1702 1 a1702 1 +echo "configure:3688: checking for strchr in -lcposix" >&5 d1706 1 a1706 1 @@@@ -3592,7 +3692,7 @@@@ d1711 1 a1711 1 +#line 3696 "configure" d1715 1 a1715 1 @@@@ -3603,7 +3703,7 @@@@ d1720 1 a1720 1 +if { (eval echo configure:3707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1724 1 a1724 1 @@@@ -3626,12 +3726,12 @@@@ d1729 1 a1729 1 +echo "configure:3730: checking for strstr" >&5 d1735 1 a1735 1 +#line 3735 "configure" d1739 1 a1739 1 @@@@ -3654,7 +3754,7 @@@@ d1744 1 a1744 1 +if { (eval echo configure:3758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1748 1 a1748 1 @@@@ -3680,12 +3780,12 @@@@ d1753 1 a1753 1 +echo "configure:3784: checking for strcasecmp" >&5 d1759 1 a1759 1 +#line 3789 "configure" d1763 1 a1763 1 @@@@ -3708,7 +3808,7 @@@@ d1768 1 a1768 1 +if { (eval echo configure:3812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1772 1 a1772 1 @@@@ -3734,12 +3834,12 @@@@ d1777 1 a1777 1 +echo "configure:3838: checking for memmove" >&5 d1783 1 a1783 1 +#line 3843 "configure" d1787 1 a1787 1 @@@@ -3762,7 +3862,7 @@@@ d1792 1 a1792 1 +if { (eval echo configure:3866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1796 1 a1796 1 @@@@ -3788,12 +3888,12 @@@@ d1801 1 a1801 1 +echo "configure:3892: checking for getopt_long" >&5 d1807 1 a1807 1 +#line 3897 "configure" d1811 1 a1811 1 @@@@ -3816,7 +3916,7 @@@@ d1816 1 a1816 1 +if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1820 1 a1820 1 @@@@ -3842,12 +3942,12 @@@@ d1825 1 a1825 1 +echo "configure:3946: checking for vprintf" >&5 d1831 1 a1831 1 +#line 3951 "configure" d1835 1 a1835 1 @@@@ -3870,7 +3970,7 @@@@ d1840 1 a1840 1 +if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1844 1 a1844 1 @@@@ -3894,12 +3994,12 @@@@ d1849 1 a1849 1 +echo "configure:3998: checking for _doprnt" >&5 d1855 1 a1855 1 +#line 4003 "configure" d1859 1 a1859 1 @@@@ -3922,7 +4022,7 @@@@ d1864 1 a1864 1 +if { (eval echo configure:4026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1868 1 a1868 1 @@@@ -3949,19 +4049,19 @@@@ d1873 1 a1873 1 +echo "configure:4053: checking for working alloca.h" >&5 d1879 1 a1879 1 +#line 4058 "configure" d1887 1 a1887 1 +if { (eval echo configure:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1891 1 a1891 1 @@@@ -3982,25 +4082,30 @@@@ d1896 1 a1896 1 +echo "configure:4086: checking for alloca" >&5 d1902 1 a1902 1 +#line 4091 "configure" d1929 1 a1929 1 @@@@ -4010,7 +4115,7 @@@@ d1934 1 a1934 1 +if { (eval echo configure:4119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1938 1 a1938 1 @@@@ -4035,19 +4140,19 @@@@ d1951 1 a1951 1 +echo "configure:4151: checking whether alloca needs Cray hooks" >&5 d1957 1 a1957 1 +#line 4156 "configure" d1961 1 a1961 1 @@@@ -4072,12 +4177,12 @@@@ d1966 1 a1966 1 +echo "configure:4181: checking for $ac_func" >&5 d1972 1 a1972 1 +#line 4186 "configure" d1976 1 a1976 1 @@@@ -4100,7 +4205,7 @@@@ d1981 1 a1981 1 +if { (eval echo configure:4209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d1985 1 a1985 1 @@@@ -4127,7 +4232,7 @@@@ d1990 1 a1990 1 +echo "configure:4236: checking stack direction for C alloca" >&5 d1994 1 a1994 1 @@@@ -4135,7 +4240,7 @@@@ d1999 1 a1999 1 +#line 4244 "configure" d2003 1 a2003 1 @@@@ -4154,7 +4259,7 @@@@ d2008 1 a2008 1 +if { (eval echo configure:4263: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d2012 1 a2012 1 @@@@ -4191,12 +4296,12 @@@@ d2017 1 a2017 1 +echo "configure:4300: checking for $ac_func" >&5 d2023 1 a2023 1 +#line 4305 "configure" d2027 1 a2027 1 @@@@ -4219,7 +4324,7 @@@@ d2032 1 a2032 1 +if { (eval echo configure:4328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2036 1 a2036 1 @@@@ -4249,12 +4354,12 @@@@ d2041 1 a2041 1 +echo "configure:4358: checking for res_search" >&5 d2047 1 a2047 1 +#line 4363 "configure" d2051 1 a2051 1 @@@@ -4277,7 +4382,7 @@@@ d2056 1 a2056 1 +if { (eval echo configure:4386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2060 1 a2060 1 @@@@ -4295,7 +4400,7 @@@@ d2065 1 a2065 1 +echo "configure:4404: checking for res_search in -lresolv" >&5 d2069 1 a2069 1 @@@@ -4303,7 +4408,7 @@@@ d2074 1 a2074 1 +#line 4412 "configure" d2078 1 a2078 1 @@@@ -4314,7 +4419,7 @@@@ d2083 1 a2083 1 +if { (eval echo configure:4423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2087 1 a2087 1 @@@@ -4343,9 +4448,9 @@@@ d2092 1 a2092 1 +echo "configure:4452: checking use of void pointer type" >&5 d2095 1 a2095 1 +#line 4454 "configure" d2099 1 a2099 1 @@@@ -4355,7 +4460,7 @@@@ d2104 1 a2104 1 +if { (eval echo configure:4464: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then d2108 1 a2108 1 @@@@ -4370,16 +4475,16 @@@@ d2113 1 a2113 1 +echo "configure:4479: checking for ANSI volatile" >&5 d2116 1 a2116 1 +#line 4481 "configure" d2124 1 a2124 1 +if { (eval echo configure:4488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then d2128 1 a2128 1 @@@@ -4396,12 +4501,12 @@@@ d2133 1 a2133 1 +echo "configure:4505: checking for $ac_func" >&5 d2139 1 a2139 1 +#line 4510 "configure" d2143 1 a2143 1 @@@@ -4424,7 +4529,7 @@@@ d2148 1 a2148 1 +if { (eval echo configure:4533: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2152 1 a2152 1 @@@@ -4449,9 +4554,9 @@@@ d2157 1 a2157 1 +echo "configure:4558: checking for union wait" >&5; d2160 1 a2160 1 +#line 4560 "configure" d2164 1 a2164 1 @@@@ -4470,7 +4575,7 @@@@ d2169 1 a2169 1 +if { (eval echo configure:4579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2173 1 a2173 1 @@@@ -4485,9 +4590,9 @@@@ d2178 1 a2178 1 +echo "configure:4594: checking sys_siglist declaration in signal.h or unistd.h" >&5 d2181 1 a2181 1 +#line 4596 "configure" d2185 1 a2185 1 @@@@ -4498,7 +4603,7 @@@@ d2190 1 a2190 1 +if { (eval echo configure:4607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2194 1 a2194 1 @@@@ -4527,7 +4632,7 @@@@ d2199 1 a2199 1 +echo "configure:4636: checking size of short" >&5 d2203 1 a2203 1 @@@@ -4535,7 +4640,7 @@@@ d2208 1 a2208 1 +#line 4644 "configure" d2212 1 a2212 1 @@@@ -4546,7 +4651,7 @@@@ d2217 1 a2217 1 +if { (eval echo configure:4655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d2221 1 a2221 1 @@@@ -4566,7 +4671,7 @@@@ d2226 1 a2226 1 +echo "configure:4675: checking size of int" >&5 d2230 1 a2230 1 @@@@ -4574,7 +4679,7 @@@@ d2235 1 a2235 1 +#line 4683 "configure" d2239 1 a2239 1 @@@@ -4585,7 +4690,7 @@@@ d2244 1 a2244 1 +if { (eval echo configure:4694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d2248 1 a2248 1 @@@@ -4605,7 +4710,7 @@@@ d2253 1 a2253 1 +echo "configure:4714: checking size of long" >&5 d2257 1 a2257 1 @@@@ -4613,7 +4718,7 @@@@ d2262 1 a2262 1 +#line 4722 "configure" d2266 1 a2266 1 @@@@ -4624,7 +4729,7 @@@@ d2271 1 a2271 1 +if { (eval echo configure:4733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null d2275 1 a2275 1 @@@@ -4748,18 +4853,18 @@@@ d2280 1 a2280 1 +echo "configure:4857: checking for opie.h" >&5 d2286 1 a2286 1 +#line 4862 "configure" d2293 1 a2293 1 +{ (eval echo configure:4867: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d2298 1 a2298 1 @@@@ -4781,7 +4886,7 @@@@ d2303 1 a2303 1 +echo "configure:4890: checking for opiegenerator in -lopie" >&5 d2307 1 a2307 1 @@@@ -4789,7 +4894,7 @@@@ d2312 1 a2312 1 +#line 4898 "configure" d2316 1 a2316 1 @@@@ -4800,7 +4905,7 @@@@ d2321 1 a2321 1 +if { (eval echo configure:4909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2325 1 a2325 1 @@@@ -4841,7 +4946,7 @@@@ d2330 1 a2330 1 +echo "configure:4950: checking for getaddrinfo in -linet6" >&5 d2334 1 a2334 1 @@@@ -4849,7 +4954,7 @@@@ d2339 1 a2339 1 +#line 4958 "configure" d2343 1 a2343 1 @@@@ -4860,7 +4965,7 @@@@ d2348 1 a2348 1 +if { (eval echo configure:4969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2352 1 a2352 1 @@@@ -4886,7 +4991,7 @@@@ d2357 1 a2357 1 +echo "configure:4995: checking for getaddrinfo in -linet6" >&5 d2361 1 a2361 1 @@@@ -4894,7 +4999,7 @@@@ d2366 1 a2366 1 +#line 5003 "configure" d2370 1 a2370 1 @@@@ -4905,7 +5010,7 @@@@ d2375 1 a2375 1 +if { (eval echo configure:5014: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2379 1 a2379 1 @@@@ -4946,7 +5051,7 @@@@ d2384 1 a2384 1 +echo "configure:5055: checking for net_security_strtorequest in -linet6" >&5 d2388 1 a2388 1 @@@@ -4954,7 +5059,7 @@@@ d2393 1 a2393 1 +#line 5063 "configure" d2397 1 a2397 1 @@@@ -4965,7 +5070,7 @@@@ d2402 1 a2402 1 +if { (eval echo configure:5074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2406 1 a2406 1 @@@@ -4991,7 +5096,7 @@@@ d2411 1 a2411 1 +echo "configure:5100: checking for net_security_strtorequest in -linet6" >&5 d2415 1 a2415 1 @@@@ -4999,7 +5104,7 @@@@ d2420 1 a2420 1 +#line 5108 "configure" d2424 1 a2424 1 @@@@ -5010,7 +5115,7 @@@@ d2429 1 a2429 1 +if { (eval echo configure:5119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2433 1 a2433 1 @@@@ -5045,18 +5150,18 @@@@ d2438 1 a2438 1 +echo "configure:5154: checking for net/security.h" >&5 d2444 1 a2444 1 +#line 5159 "configure" d2451 1 a2451 1 +{ (eval echo configure:5164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d2456 1 a2456 1 @@@@ -5076,18 +5181,18 @@@@ d2461 1 a2461 1 +echo "configure:5185: checking for net/security.h" >&5 d2467 1 a2467 1 +#line 5190 "configure" d2474 1 a2474 1 +{ (eval echo configure:5195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } d2479 1 a2479 1 @@@@ -5213,7 +5318,7 @@@@ d2484 1 a2484 1 +echo "configure:5322: checking for Rconnect in -lsocks" >&5 d2488 1 a2488 1 @@@@ -5221,7 +5326,7 @@@@ d2493 1 a2493 1 +#line 5330 "configure" d2497 1 a2497 1 @@@@ -5232,7 +5337,7 @@@@ d2502 1 a2502 1 +if { (eval echo configure:5341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2506 4 a2509 19 @@@@ -5271,34 +5376,6 @@@@ fi -### use option --with-hesiod=DIR to point at a HESIOD directory -# Check whether --with-hesiod or --without-hesiod was given. -if test "${with_hesiod+set}" = set; then - withval="$with_hesiod" - : -fi - - -if test -n "$with_hesiod" -then - # Path given - CEFLAGS="$CEFLAGS -DHESIOD -I$with_hesiod/include" - LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib" - LIBS="$LIBS -lhesiod" -else d2511 5 a2515 16 - do - if test -f "$dir/include/hesiod.h" - then - CEFLAGS="$CEFLAGS -DHESIOD -I$dir/include" - LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lhesiod" - with_hesiod=$dir - break - fi - done -fi - ### use option --with-gssapi=DIR to compile in GSSAPI support # Check whether --with-gssapi or --without-gssapi was given. if test "${with_gssapi+set}" = set; then @@@@ -5317,7 +5394,7 @@@@ d2520 1 a2520 1 +echo "configure:5398: checking for krb5_init_context in -lkrb5" >&5 d2524 1 a2524 1 @@@@ -5325,7 +5402,7 @@@@ d2529 1 a2529 1 +#line 5406 "configure" d2533 1 a2533 1 @@@@ -5336,7 +5413,7 @@@@ d2538 1 a2538 1 +if { (eval echo configure:5417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2542 1 a2542 1 @@@@ -5365,7 +5442,7 @@@@ d2547 1 a2547 1 +echo "configure:5446: checking for gss_init_sec_context in -lgssapi_krb5" >&5 d2551 1 a2551 1 @@@@ -5373,7 +5450,7 @@@@ d2556 1 a2556 1 +#line 5454 "configure" d2560 1 a2560 1 @@@@ -5384,7 +5461,7 @@@@ d2565 1 a2565 1 +if { (eval echo configure:5465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then d2569 1 a2569 1 @@@@ -5444,7 +5521,7 @@@@ d2578 1 a2578 1 @@@@ -5511,7 +5588,7 @@@@ d2587 1 a2587 1 @@@@ -5531,9 +5608,11 @@@@ d2599 1 a2599 1 @@@@ -5559,6 +5638,7 @@@@ @ 1.3 log @Upgrade to 4.5.1. @ text @d1 863 a863 5 --- driver.c.orig Thu Mar 5 23:16:28 1998 +++ driver.c Mon Mar 16 03:20:15 1998 @@@@ -54,6 +54,11 @@@@ #include #define krb_get_err_text(e) (krb_err_txt[e]) d865 1073 a1937 23 +#if defined(__NetBSD__) +#define krb_get_err_text(e) (krb_err_txt[e]) +#include +#include +#else #if defined(__FreeBSD__) || defined(__linux__) #define krb_get_err_text(e) (krb_err_txt[e]) #include @@@@ -62,6 +67,7 @@@@ #include #include #endif /* ! defined (__FreeBSD__) */ +#endif /* ! defined (__NetBSD__) */ #endif /* ! defined (__bsdi__) */ #include #include @@@@ -1594,7 +1600,7 @@@@ kerberos_auth (socket, canonical) /* authenticate to the server host using Kerberos V4 */ int socket; /* socket to server host */ -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__NetBSD__) char *canonical; /* server name */ d1939 662 a2600 21 const char *canonical; /* server name */ --- imap.c.orig Tue Mar 3 16:34:02 1998 +++ imap.c Mon Mar 16 03:15:37 1998 @@@@ -18,12 +18,18 @@@@ #ifdef KERBEROS_V4 #if defined (__bsdi__) #include +#include #define krb_get_err_text(e) (krb_err_txt[e]) #endif +#if defined (__NetBSD__) +#define krb_get_err_text(e) (krb_err_txt[e]) +#include +#else #if defined (__FreeBSD__) || defined(__linux__) #define krb_get_err_text(e) (krb_err_txt[e]) -#endif #include +#endif +#endif #endif /* KERBEROS_V4 */ d2602 62 a2663 1 #ifdef GSSAPI @ 1.2 log @Kill a compiler warning. @ text @@ 1.1 log @Make this compile with Kerberos. @ text @d2 1 a2 1 +++ driver.c Mon Mar 16 03:14:48 1998 d23 9 @