summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-09-28 10:53:29 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-09-28 10:53:29 +0000
commitad89c10c06ae21d1b860beee05881b53907caefe (patch)
treee43a5d4fd185f5852925d4b7fe28fea3ae33353c /net
parenteff22af95f38bf46bd93625329298acc293a12c0 (diff)
downloadpkgsrc-ad89c10c06ae21d1b860beee05881b53907caefe.tar.gz
Update rsync to 2.1.1.
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile6
-rw-r--r--net/rsync/files/md54
-rw-r--r--net/rsync/patches/patch-aa12
-rw-r--r--net/rsync/patches/patch-ac174
4 files changed, 98 insertions, 98 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 4b228a511ee..15f1ead31ab 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:18 tsarna Exp $
+# $NetBSD: Makefile,v 1.12 1998/09/28 10:53:29 frueauf Exp $
#
-DISTNAME= rsync-2.1.0
+DISTNAME= rsync-2.1.1
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
@@ -11,7 +11,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://samba.anu.edu.au/rsync/
-CONFLICTS= rsync-1.6.9 rsync-2.0.18
+CONFLICTS= rsync-1.6.9 rsync-2.0.18 rsync-2.1.0
GNU_CONFIGURE= yes
diff --git a/net/rsync/files/md5 b/net/rsync/files/md5
index 4ac0741d89f..8ef4e6ee7c0 100644
--- a/net/rsync/files/md5
+++ b/net/rsync/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.4 1998/08/07 13:25:11 agc Exp $
+$NetBSD: md5,v 1.5 1998/09/28 10:53:29 frueauf Exp $
-MD5 (rsync-2.1.0.tar.gz) = 6b711d9ed8675f03a87e44160443e179
+MD5 (rsync-2.1.1.tar.gz) = e232b2c5dbce9cb48db1aa70a21f7e28
diff --git a/net/rsync/patches/patch-aa b/net/rsync/patches/patch-aa
index ce65f57e27b..fb7d992d422 100644
--- a/net/rsync/patches/patch-aa
+++ b/net/rsync/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:50 agc Exp $
+$NetBSD: patch-aa,v 1.4 1998/09/28 10:53:29 frueauf Exp $
---- rsync.c.orig Thu Jun 18 09:27:56 1998
-+++ rsync.c Sat Jul 4 05:49:43 1998
-@@ -879,6 +879,9 @@
+--- receiver.c-orig Wed Sep 9 08:23:27 1998
++++ receiver.c Tue Sep 15 14:40:30 1998
+@@ -369,6 +369,9 @@
continue;
}
@@ -11,8 +11,8 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 11:10:50 agc Exp $
+#else
if (NULL == do_mktemp(fnametmp)) {
rprintf(FERROR,"mktemp %s failed\n",fnametmp);
- receive_data(f_in,buf,-1,NULL);
-@@ -894,6 +897,7 @@
+ receive_data(f_in,buf,-1,NULL,file->length);
+@@ -384,6 +387,7 @@
this out */
fd2 = do_open(fnametmp,O_WRONLY|O_CREAT|O_EXCL,
file->mode & ACCESSPERMS);
diff --git a/net/rsync/patches/patch-ac b/net/rsync/patches/patch-ac
index 118bb916b41..8c394a427af 100644
--- a/net/rsync/patches/patch-ac
+++ b/net/rsync/patches/patch-ac
@@ -1,20 +1,20 @@
-$NetBSD: patch-ac,v 1.3 1998/08/07 11:10:51 agc Exp $
+$NetBSD: patch-ac,v 1.4 1998/09/28 10:53:29 frueauf Exp $
---- configure.orig Fri Jul 17 16:46:51 1998
-+++ configure Sun Jul 26 00:35:46 1998
-@@ -1996,18 +1996,73 @@
+--- configure.orig Wed Sep 9 09:06:49 1998
++++ configure Tue Sep 15 14:44:48 1998
+@@ -2036,18 +2036,73 @@
fi
done
+for ac_func in mkstemp
+do
+echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-+echo "configure:2003: checking for $ac_func" >&5
++echo "configure:2043: 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 <<EOF
-+#line 2008 "configure"
++#line 2048 "configure"
+#include "confdefs.h"
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func(); below. */
@@ -37,7 +37,7 @@ $NetBSD: patch-ac,v 1.3 1998/08/07 11:10:51 agc Exp $
+
+; return 0; }
+EOF
-+if { (eval echo configure:2031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
++if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+ rm -rf conftest*
+ eval "ac_cv_func_$ac_func=yes"
+else
@@ -67,245 +67,245 @@ $NetBSD: patch-ac,v 1.3 1998/08/07 11:10:51 agc Exp $
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2006 "configure"
-+#line 2061 "configure"
+-#line 2046 "configure"
++#line 2101 "configure"
#include "confdefs.h"
#include <fnmatch.h>
main() { exit(fnmatch("*.o", "x.o", 0) == 0? 0: 1); }
EOF
--if { (eval echo configure:2011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_FNMATCH 1
-@@ -2028,12 +2083,12 @@
+@@ -2068,12 +2123,12 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2032 "configure"
-+#line 2087 "configure"
+-#line 2072 "configure"
++#line 2127 "configure"
#include "confdefs.h"
#include <stdio.h>
main() { long long x = 1000000; x *= x; exit(((x/1000000) == 1000000)? 0: 1); }
EOF
--if { (eval echo configure:2037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_LONGLONG 1
-@@ -2054,13 +2109,13 @@
+@@ -2094,13 +2149,13 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2058 "configure"
-+#line 2113 "configure"
+-#line 2098 "configure"
++#line 2153 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/stat.h>
main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) return 1; exit((lstat64("/dev/null", &st)==0)?0:1); }
EOF
--if { (eval echo configure:2064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_OFF64_T 1
-@@ -2081,14 +2136,14 @@
+@@ -2121,14 +2176,14 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2085 "configure"
-+#line 2140 "configure"
+-#line 2125 "configure"
++#line 2180 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
main() { if (sizeof(ino_t) < sizeof(unsigned int)) return 0; return 1; }
EOF
--if { (eval echo configure:2092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_SHORT_INO_T 1
-@@ -2109,12 +2164,12 @@
+@@ -2149,12 +2204,12 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2113 "configure"
-+#line 2168 "configure"
+-#line 2153 "configure"
++#line 2208 "configure"
#include "confdefs.h"
#include <stdio.h>
main() { char c; c=250; exit((c > 0)?0:1); }
EOF
--if { (eval echo configure:2118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_UNSIGNED_CHAR 1
-@@ -2135,7 +2190,7 @@
+@@ -2175,7 +2230,7 @@
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
--#line 2139 "configure"
-+#line 2194 "configure"
+-#line 2179 "configure"
++#line 2234 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <dirent.h>
-@@ -2143,7 +2198,7 @@
+@@ -2183,7 +2238,7 @@
if (di && di->d_name[-2] == '.' && di->d_name[-1] == 0 &&
di->d_name[0] == 0) return 0; return 1;}
EOF
--if { (eval echo configure:2147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:2202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+-if { (eval echo configure:2187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
++if { (eval echo configure:2242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
then
echo yes - you are using the broken /usr/ucb/cc;cat >> confdefs.h <<\EOF
#define HAVE_BROKEN_READDIR 1
-@@ -2161,7 +2216,7 @@
+@@ -2201,7 +2256,7 @@
echo $ac_n "checking for utimbuf ... $ac_c"
cat > conftest.$ac_ext <<EOF
--#line 2165 "configure"
-+#line 2220 "configure"
+-#line 2205 "configure"
++#line 2260 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <utime.h>
-@@ -2169,7 +2224,7 @@
+@@ -2209,7 +2264,7 @@
struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; return utime("foo.c",&tbuf);
; return 0; }
EOF
--if { (eval echo configure:2173: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+-if { (eval echo configure:2213: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
++if { (eval echo configure:2268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
echo yes;cat >> confdefs.h <<\EOF
#define HAVE_UTIMBUF 1
-@@ -2190,12 +2245,12 @@
+@@ -2230,12 +2285,12 @@
# only looks in /etc/hosts), so we only look for -lsocket if we need
# it.
echo $ac_n "checking for connect""... $ac_c" 1>&6
--echo "configure:2194: checking for connect" >&5
-+echo "configure:2249: checking for connect" >&5
+-echo "configure:2234: checking for connect" >&5
++echo "configure:2289: checking for connect" >&5
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
--#line 2199 "configure"
-+#line 2254 "configure"
+-#line 2239 "configure"
++#line 2294 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
-@@ -2218,7 +2273,7 @@
+@@ -2258,7 +2313,7 @@
; return 0; }
EOF
--if { (eval echo configure:2222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
++if { (eval echo configure:2317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_func_connect=yes"
else
-@@ -2238,7 +2293,7 @@
+@@ -2278,7 +2333,7 @@
case "$LIBS" in
*-lnsl*) ;;
*) echo $ac_n "checking for printf in -lnsl_s""... $ac_c" 1>&6
--echo "configure:2242: checking for printf in -lnsl_s" >&5
-+echo "configure:2297: checking for printf in -lnsl_s" >&5
+-echo "configure:2282: checking for printf in -lnsl_s" >&5
++echo "configure:2337: checking for printf in -lnsl_s" >&5
ac_lib_var=`echo nsl_s'_'printf | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2246,7 +2301,7 @@
+@@ -2286,7 +2341,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lnsl_s $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 2250 "configure"
-+#line 2305 "configure"
+-#line 2290 "configure"
++#line 2345 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
-@@ -2257,7 +2312,7 @@
+@@ -2297,7 +2352,7 @@
printf()
; return 0; }
EOF
--if { (eval echo configure:2261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
++if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -2288,7 +2343,7 @@
+@@ -2328,7 +2383,7 @@
case "$LIBS" in
*-lnsl*) ;;
*) echo $ac_n "checking for printf in -lnsl""... $ac_c" 1>&6
--echo "configure:2292: checking for printf in -lnsl" >&5
-+echo "configure:2347: checking for printf in -lnsl" >&5
+-echo "configure:2332: checking for printf in -lnsl" >&5
++echo "configure:2387: checking for printf in -lnsl" >&5
ac_lib_var=`echo nsl'_'printf | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2296,7 +2351,7 @@
+@@ -2336,7 +2391,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lnsl $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 2300 "configure"
-+#line 2355 "configure"
+-#line 2340 "configure"
++#line 2395 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
-@@ -2307,7 +2362,7 @@
+@@ -2347,7 +2402,7 @@
printf()
; return 0; }
EOF
--if { (eval echo configure:2311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
++if { (eval echo configure:2406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -2338,7 +2393,7 @@
+@@ -2378,7 +2433,7 @@
case "$LIBS" in
*-lsocket*) ;;
*) echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
--echo "configure:2342: checking for connect in -lsocket" >&5
-+echo "configure:2397: checking for connect in -lsocket" >&5
+-echo "configure:2382: checking for connect in -lsocket" >&5
++echo "configure:2437: checking for connect in -lsocket" >&5
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2346,7 +2401,7 @@
+@@ -2386,7 +2441,7 @@
ac_save_LIBS="$LIBS"
LIBS="-lsocket $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 2350 "configure"
-+#line 2405 "configure"
+-#line 2390 "configure"
++#line 2445 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
-@@ -2357,7 +2412,7 @@
+@@ -2397,7 +2452,7 @@
connect()
; return 0; }
EOF
--if { (eval echo configure:2361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
++if { (eval echo configure:2456: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
-@@ -2388,7 +2443,7 @@
+@@ -2428,7 +2483,7 @@
case "$LIBS" in
*-linet*) ;;
*) echo $ac_n "checking for connect in -linet""... $ac_c" 1>&6
--echo "configure:2392: checking for connect in -linet" >&5
-+echo "configure:2447: checking for connect in -linet" >&5
+-echo "configure:2432: checking for connect in -linet" >&5
++echo "configure:2487: checking for connect in -linet" >&5
ac_lib_var=`echo inet'_'connect | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2396,7 +2451,7 @@
+@@ -2436,7 +2491,7 @@
ac_save_LIBS="$LIBS"
LIBS="-linet $LIBS"
cat > conftest.$ac_ext <<EOF
--#line 2400 "configure"
-+#line 2455 "configure"
+-#line 2440 "configure"
++#line 2495 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
-@@ -2407,7 +2462,7 @@
+@@ -2447,7 +2502,7 @@
connect()
; return 0; }
EOF
--if { (eval echo configure:2411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-+if { (eval echo configure:2465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2451: \"$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; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else