Confusion over uselargefiles.cbu and uselfs.cbu (the first one
Jarkko Hietaniemi [Thu, 2 Mar 2000 17:48:15 +0000 (17:48 +0000)]
is the correct one), spotted by Robin Barker.

p4raw-id: //depot/cfgperl@5440

Configure
hints/aix.sh
hints/hpux.sh

index c70242f..2230760 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 Wed Mar  1 01:33:58 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Mar  2 19:38:01 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -4337,9 +4337,9 @@ case "$uselargefiles" in
 : Look for a hint-file generated 'call-back-unit'.  If the
 : user has specified that a large files perl is to be built,
 : we may need to set or change some other defaults.
-       if $test -f uselfs.cbu; then
+       if $test -f uselargefiles.cbu; then
                echo "Your platform has some specific hints for large file builds, using them..."
-               . ./uselfs.cbu
+               . ./uselargefiles.cbu
                echo " "
                echo "Rechecking to see how big your file offsets are..." >&4
                $cat >try.c <<EOCP
index 5a94820..d679ba9 100644 (file)
@@ -201,9 +201,9 @@ EOM
 esac
 EOCBU
 
-# This script UU/uselfs.cbu will get 'called-back' by Configure 
+# This script UU/uselargefiles.cbu will get 'called-back' by Configure 
 # after it has prompted the user for whether to use large files.
-cat > UU/uselfs.cbu <<'EOCBU'
+cat > UU/uselargefiles.cbu <<'EOCBU'
 case "$uselargefiles" in
 ''|$define|true|[yY]*)
        lfcflags="`getconf XBS5_ILP32_OFFBIG_CFLAGS 2>/dev/null`"
@@ -311,7 +311,8 @@ EOM
            # do any harm, I didn't pursue it. -- sh
            lfldflags="`echo $lfldflags`"
            lflibs="`getconf XBS5_LP64_OFF64_LIBS 2>/dev/null|sed -e 's@^-l@@' -e 's@ -l@ @g`"
-           # -q32 and -b32 may have been set by uselfs or user.  Remove them.
+           # -q32 and -b32 may have been set by uselargefiles or user.
+           # Remove them.
            ccflags="`echo $ccflags | sed -e 's@-q32@@'`"
            ldflags="`echo $ldflags | sed -e 's@-b32@@'`"
            # Tell archiver to use large format.  Unless we remove 'ar'
index faf5879..bbb91f7 100644 (file)
@@ -378,8 +378,8 @@ EOM
     ;;
 esac
 
-cat > UU/uselfs.cbu <<'EOCBU'
-# This script UU/uselfs.cbu will get 'called-back' by Configure 
+cat > UU/uselargefiles.cbu <<'EOCBU'
+# This script UU/uselargefiles.cbu will get 'called-back' by Configure 
 # after it has prompted the user for whether to use large files.
 case "$uselargefiles" in
 ''|$define|true|[yY]*)