summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-29 15:35:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-29 15:35:13 +0000
commit701a9a0591208e3474da393677b933a2a31fefaa (patch)
tree55e8dfebacd9c52a3b74c085ad37db2bcb39e8c8 /Configure
parentd8003b7ae1bba42c0f086d8cd889a4e07328aae2 (diff)
downloadperl-701a9a0591208e3474da393677b933a2a31fefaa.tar.gz
Too many 64-bitness option combinations.
p4raw-id: //depot/cfgperl@5352
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure34
1 files changed, 11 insertions, 23 deletions
diff --git a/Configure b/Configure
index 7df66f187e..674b359baf 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 29 05:06:33 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Tue Feb 29 17:34:18 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -4490,18 +4490,6 @@ esac
set use64bitint
eval $setvar
-case "$use64bitint" in
-"$define") case "$longsize" in
- 8) dflt='y' ;;
- *) dflt='n' ;;
- esac
- ;;
-*) case "$use64bitall" in
- "$define"|true|[yY]*) dflt='y' ;;
- *) dflt='n' ;;
- esac
- ;;
-esac
cat <<EOM
You may also choose to try maximal 64-bitness. It means using as much
@@ -4512,6 +4500,14 @@ have any more 64-bitness available than what you already have chosen.
If this doesn't make any sense to you, just accept the default '$dflt'.
EOM
rp='Try to use maximal 64-bit support, if available?'
+case "$use64bitall" in
+"$define"|true|[yY]*) dflt='y' ;;
+*) case "$longsize" in
+ 8) dflt='y' ;;
+ *) dflt='n' ;;
+ esac
+ ;;
+esac
. ./myread
case "$ans" in
[yY]*) val="$define" ;;
@@ -4543,11 +4539,7 @@ case "$use64bitint" in
. ./use64bitint.cbu
fi
case "$longsize" in
- 4) case "$ccflags" in
- *-DUSE_64_BIT_INT*) ;;
- *) ccflags="$ccflags -DUSE_64_BIT_INT";;
- esac
- case "$archname64" in
+ 4) case "$archname64" in
'') archname64=64int ;;
esac
;;
@@ -4565,11 +4557,7 @@ case "$use64bitall" in
. ./use64bitall.cbu
fi
case "$longsize" in
- 4) case "$ccflags" in
- *-DUSE_64_BIT_ALL*) ;;
- *) ccflags="$ccflags -DUSE_64_BIT_ALL";;
- esac
- case "$archname64" in
+ 4) ccase "$archname64" in
''|64int) archname64=64all ;;
esac
;;