From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 22 Feb 2000 14:39:56 +0000 (+0000)
Subject: Configure nits spotted by Spider Boardman.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68435ea717a7cd7f41241ff44917b542abd94222;p=p5sagit%2Fp5-mst-13.2.git

Configure nits spotted by Spider Boardman.

p4raw-id: //depot/cfgperl@5201
---

diff --git a/Configure b/Configure
index 0bd0aa1..6548e9b 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Tue Feb 22 06:52:47 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Tue Feb 22 16:38:07 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -3698,6 +3698,9 @@ $define)
 	libswanted="$libswanted socks5 socks5_sh"
 	;;
 esac
+libsfound=''
+libsfiles=''
+libsdirs=''
 for thislib in $libswanted; do
 	for thisdir in $libpth; do
 	    xxx=''
@@ -4260,16 +4263,16 @@ if eval $compile_ok; then
 	yyy=`./try`
 	case "$yyy" in
 	'')	fpossize=4
-		echo " "
+		echo " " >&4
 		echo "(I can't execute the test program--guessing $fpossize.)" >&4
 		;;
 	*)	fpossize=$yyy
-		echo " $fpossize bytes."
+		echo " $fpossize bytes." >&4
 		;;
 	esac
 else
 	dflt="$longsize"
-	echo " "
+	echo " " >&4
 	echo "(I can't compile the test program.  Guessing...)" >&4
 	rp="What is the size of your file positions (in bytes)?"
 	. ./myread