From 8788f87a48999c97f378c890aba88fd50eaa572c Mon Sep 17 00:00:00 2001 From: frueauf Date: Wed, 3 Feb 1999 13:00:17 +0000 Subject: Update fetchmail to 4.7.7. fetchmail-4.7.7 (Tue Feb 2 18:57:04 EST 1999): * Fixed off-by-one error in batchlimit logic (thanks to Brian Warner). * Added MD5 checksums to web page. * Get kernel type (and derive /proc/net/dev format) at startup. * Fixes for fetchmailconf bugs reported by Gunther Leber. * Return of the dancing progress dots! --- mail/fetchmail/Makefile | 4 +- mail/fetchmail/files/md5 | 4 +- mail/fetchmail/patches/patch-ad | 265 +++++++++++++++++++--------------------- 3 files changed, 132 insertions(+), 141 deletions(-) (limited to 'mail') diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index fcf2abf1ec7..1eb5501a894 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 1999/02/02 14:12:25 frueauf Exp $ +# $NetBSD: Makefile,v 1.37 1999/02/03 13:00:18 frueauf Exp $ # -DISTNAME= fetchmail-4.7.6 +DISTNAME= fetchmail-4.7.7 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index ca552b04d5e..ebdd7b9a747 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.26 1999/02/02 14:12:26 frueauf Exp $ +$NetBSD: md5,v 1.27 1999/02/03 13:00:18 frueauf Exp $ -MD5 (fetchmail-4.7.6.tar.gz) = 0179a1f124cac8c608a0cfaf5603de9b +MD5 (fetchmail-4.7.7.tar.gz) = 915b74d5959b890feb71ce6a6af4e9b4 diff --git a/mail/fetchmail/patches/patch-ad b/mail/fetchmail/patches/patch-ad index a34c6625d6b..3061861c839 100644 --- a/mail/fetchmail/patches/patch-ad +++ b/mail/fetchmail/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ +$NetBSD: patch-ad,v 1.2 1999/02/03 13:00:18 frueauf Exp $ ---- configure.orig Sun Jan 31 01:17:41 1999 -+++ configure Tue Feb 2 14:41:32 1999 +--- configure.orig Sun Jan 31 19:21:07 1999 ++++ configure Wed Feb 3 13:25:33 1999 @@ -1,7 +1,7 @@ #! /bin/sh @@ -2180,328 +2180,319 @@ $NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ rm -rf conftest* cat >> confdefs.h <<\EOF #define SYS_SIGLIST_DECLARED 1 -@@ -4513,7 +4620,7 @@ - rm -f conftest* - - echo $ac_n "checking OS kernel major version""... $ac_c" 1>&6 --echo "configure:4517: checking OS kernel major version" >&5 -+echo "configure:4624: checking OS kernel major version" >&5 - set -- `uname -r | tr '.' ' '` - release="${1}.${2}" - echo "$ac_t""$release" 1>&6 -@@ -4541,7 +4648,7 @@ +@@ -4527,7 +4634,7 @@ echo $ac_n "checking size of short""... $ac_c" 1>&6 --echo "configure:4545: checking size of short" >&5 -+echo "configure:4652: checking size of short" >&5 +-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 -@@ -4549,7 +4656,7 @@ +@@ -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() -@@ -4560,7 +4667,7 @@ +@@ -4546,7 +4653,7 @@ exit(0); } EOF --if { (eval echo configure:4564: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-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 -@@ -4580,7 +4687,7 @@ +@@ -4566,7 +4673,7 @@ echo $ac_n "checking size of int""... $ac_c" 1>&6 --echo "configure:4584: checking size of int" >&5 -+echo "configure:4691: checking size of int" >&5 +-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 -@@ -4588,7 +4695,7 @@ +@@ -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() -@@ -4599,7 +4706,7 @@ +@@ -4585,7 +4692,7 @@ exit(0); } EOF --if { (eval echo configure:4603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-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 -@@ -4619,7 +4726,7 @@ +@@ -4605,7 +4712,7 @@ echo $ac_n "checking size of long""... $ac_c" 1>&6 --echo "configure:4623: checking size of long" >&5 -+echo "configure:4730: checking size of long" >&5 +-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 -@@ -4627,7 +4734,7 @@ +@@ -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() -@@ -4638,7 +4745,7 @@ +@@ -4624,7 +4731,7 @@ exit(0); } EOF --if { (eval echo configure:4642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:4749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-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 -@@ -4762,18 +4869,18 @@ +@@ -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:4766: checking for opie.h" >&5 -+echo "configure:4873: checking for opie.h" >&5 +-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:4776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:4762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` -+{ (eval echo configure:4883: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (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" -@@ -4795,7 +4902,7 @@ +@@ -4781,7 +4888,7 @@ fi echo $ac_n "checking for opiegenerator in -lopie""... $ac_c" 1>&6 --echo "configure:4799: checking for opiegenerator in -lopie" >&5 -+echo "configure:4906: checking for opiegenerator in -lopie" >&5 +-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 -@@ -4803,7 +4910,7 @@ +@@ -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:4925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4804: \"$ac_link\") 1>&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 -@@ -4855,7 +4962,7 @@ +@@ -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:4859: checking for getaddrinfo in -linet6" >&5 -+echo "configure:4966: checking for getaddrinfo in -linet6" >&5 +-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 -@@ -4863,7 +4970,7 @@ +@@ -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:4985: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4864: \"$ac_link\") 1>&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 -@@ -4900,7 +5007,7 @@ +@@ -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:4904: checking for getaddrinfo in -linet6" >&5 -+echo "configure:5011: checking for getaddrinfo in -linet6" >&5 +-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 -@@ -4908,7 +5015,7 @@ +@@ -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:5030: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4909: \"$ac_link\") 1>&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 -@@ -4960,7 +5067,7 @@ +@@ -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:4964: checking for net_security_strtorequest in -linet6" >&5 -+echo "configure:5071: checking for net_security_strtorequest in -linet6" >&5 +-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 -@@ -4968,7 +5075,7 @@ +@@ -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:5090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:4969: \"$ac_link\") 1>&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 -@@ -5005,7 +5112,7 @@ +@@ -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:5009: checking for net_security_strtorequest in -linet6" >&5 -+echo "configure:5116: checking for net_security_strtorequest in -linet6" >&5 +-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 -@@ -5013,7 +5120,7 @@ +@@ -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:5135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5014: \"$ac_link\") 1>&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 -@@ -5059,18 +5166,18 @@ +@@ -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:5063: checking for net/security.h" >&5 -+echo "configure:5170: checking for net/security.h" >&5 +-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:5073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:5059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` -+{ (eval echo configure:5180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (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" -@@ -5090,18 +5197,18 @@ +@@ -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:5094: checking for net/security.h" >&5 -+echo "configure:5201: checking for net/security.h" >&5 +-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:5104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:5090: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out` -+{ (eval echo configure:5211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (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" -@@ -5227,7 +5334,7 @@ +@@ -5213,7 +5320,7 @@ LDEFLAGS="$LDEFLAGS -L$with_socks" else echo $ac_n "checking for Rconnect in -lsocks""... $ac_c" 1>&6 --echo "configure:5231: checking for Rconnect in -lsocks" >&5 -+echo "configure:5338: checking for Rconnect in -lsocks" >&5 +-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 -@@ -5235,7 +5342,7 @@ +@@ -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:5357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5236: \"$ac_link\") 1>&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 -@@ -5300,7 +5407,7 @@ +@@ -5286,7 +5393,7 @@ LDEFLAGS="$LDEFLAGS -L$with_hesiod/lib" LIBS="$LIBS -lhesiod" else @@ -2510,61 +2501,61 @@ $NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ do if test -f "$dir/include/hesiod.h" then -@@ -5331,7 +5438,7 @@ +@@ -5317,7 +5424,7 @@ fi echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6 --echo "configure:5335: checking for krb5_init_context in -lkrb5" >&5 -+echo "configure:5442: checking for krb5_init_context in -lkrb5" >&5 +-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 -@@ -5339,7 +5446,7 @@ +@@ -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:5461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5340: \"$ac_link\") 1>&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 -@@ -5379,7 +5486,7 @@ +@@ -5365,7 +5472,7 @@ fi echo $ac_n "checking for gss_init_sec_context in -lgssapi_krb5""... $ac_c" 1>&6 --echo "configure:5383: checking for gss_init_sec_context in -lgssapi_krb5" >&5 -+echo "configure:5490: checking for gss_init_sec_context in -lgssapi_krb5" >&5 +-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 -@@ -5387,7 +5494,7 @@ +@@ -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:5509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +-if { (eval echo configure:5388: \"$ac_link\") 1>&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 -@@ -5458,7 +5565,7 @@ +@@ -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 | @@ -2573,7 +2564,7 @@ $NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). -@@ -5525,7 +5632,7 @@ +@@ -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) @@ -2582,7 +2573,7 @@ $NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; -@@ -5545,9 +5652,11 @@ +@@ -5531,9 +5638,11 @@ s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF $ac_vpsub $extrasub @@ -2594,7 +2585,7 @@ $NetBSD: patch-ad,v 1.1 1999/02/02 14:12:26 frueauf Exp $ s%@DEFS@%$DEFS%g s%@LDFLAGS@%$LDFLAGS%g s%@LIBS@%$LIBS%g -@@ -5573,6 +5682,7 @@ +@@ -5559,6 +5668,7 @@ s%@host_os@%$host_os%g s%@CC@%$CC%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g -- cgit v1.2.3