summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-04-01 13:42:46 +0000
committerNicholas Clark <nick@ccl4.org>2004-04-01 13:42:46 +0000
commitc53af328e2e301be5c5d086124c3d2fcf64f00e6 (patch)
tree2eae076349e95279631bd1e2c2932f9001d7fdca
parentc8743bff9a7981342544c2d65ab27dc6b3290f91 (diff)
downloadperl-c53af328e2e301be5c5d086124c3d2fcf64f00e6.tar.gz
Integrate:
[ 22619] Regenerated Configure after backported #22571 Some indent leftovers from earlier patches We don't like double negatives, not even in comment p4raw-link: @22619 on //depot/perl: 19a100ff7cd2ff1e07217151f23a9dc9b3c02e72 p4raw-id: //depot/maint-5.8/perl@22629 p4raw-edited: from //depot/perl@22628 'edit in' Configure (@22571..)
-rwxr-xr-xConfigure19
1 files changed, 10 insertions, 9 deletions
diff --git a/Configure b/Configure
index c391004f84..a2cc8a9103 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 Wed Feb 18 12:49:17 MET 2004 [metaconfig 3.0 PL70]
+# Generated on Wed Mar 31 15:14:15 METDST 2004 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -5454,10 +5454,10 @@ esac
: Look for a hint-file generated 'call-back-unit'. If the
: user has specified that a 64-bit perl is to be built,
: we may need to set or change some other defaults.
- if $test -f use64bitint.cbu; then
+if $test -f use64bitint.cbu; then
echo "Your platform has some specific hints regarding 64-bit integers, using them..."
- . ./use64bitint.cbu
- fi
+ . ./use64bitint.cbu
+fi
case "$use64bitint" in
"$define"|true|[yY]*)
case "$longsize" in
@@ -5472,10 +5472,10 @@ esac
: Look for a hint-file generated 'call-back-unit'. If the
: user has specified that a maximally 64-bit perl is to be built,
: we may need to set or change some other defaults.
- if $test -f use64bitall.cbu; then
+if $test -f use64bitall.cbu; then
echo "Your platform has some specific hints regarding 64-bit builds, using them..."
- . ./use64bitall.cbu
- fi
+ . ./use64bitall.cbu
+fi
case "$use64bitall" in
"$define"|true|[yY]*)
case "$longsize" in
@@ -5492,7 +5492,7 @@ $undef:$define)
cat >&4 <<EOF
*** You have chosen to use 64-bit integers,
-*** but none cannot be found.
+*** but none can be found.
*** Please rerun Configure without -Duse64bitint and/or -Dusemorebits.
*** Cannot continue, aborting.
@@ -6259,6 +6259,7 @@ EOM
;;
esac
+
: determine whether to use malloc wrapping
echo " "
case "$usemallocwrap" in
@@ -21164,7 +21165,6 @@ make_set_make='$make_set_make'
mallocobj='$mallocobj'
mallocsrc='$mallocsrc'
malloctype='$malloctype'
-usemallocwrap='$usemallocwrap'
man1dir='$man1dir'
man1direxp='$man1direxp'
man1ext='$man1ext'
@@ -21380,6 +21380,7 @@ usefaststdio='$usefaststdio'
useithreads='$useithreads'
uselargefiles='$uselargefiles'
uselongdouble='$uselongdouble'
+usemallocwrap='$usemallocwrap'
usemorebits='$usemorebits'
usemultiplicity='$usemultiplicity'
usemymalloc='$usemymalloc'