summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2004-03-31 13:02:32 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-03-31 13:02:32 +0000
commit19a100ff7cd2ff1e07217151f23a9dc9b3c02e72 (patch)
tree578e1fd10a48fe5ad965bb188947c7fe1dba3af2 /Configure
parent51ebc328353343c2efd72c6f8ea438a487f790ee (diff)
downloadperl-19a100ff7cd2ff1e07217151f23a9dc9b3c02e72.tar.gz
Regenerated Configure after backported #22571
Some indent leftovers from earlier patches We don't like double negatives, not even in comment p4raw-id: //depot/perl@22619
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure19
1 files changed, 10 insertions, 9 deletions
diff --git a/Configure b/Configure
index 072afbf65a..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 Thu Feb 26 10:02:07 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'