Configure nits spotted by Spider Boardman.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 22 Feb 2000 14:39:56 +0000 (14:39 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 22 Feb 2000 14:39:56 +0000 (14:39 +0000)
p4raw-id: //depot/cfgperl@5201

Configure

index 0bd0aa1..6548e9b 100755 (executable)
--- 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