diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 05:09:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 05:09:31 +0000 |
commit | e5788f28af9750b55e26c5fd2423b862704256c9 (patch) | |
tree | 8740976bb5346d79c2d33a5058e3424ec1dceb13 /Configure | |
parent | c4509c3138fe6768db92f693bedb887e7c8226ed (diff) | |
download | perl-e5788f28af9750b55e26c5fd2423b862704256c9.tar.gz |
Ask about use64bitall regardless of whether use64bitint is defined.
p4raw-id: //depot/cfgperl@5312
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sat Feb 26 05:10:12 EET 2000 [metaconfig 3.0 PL70] +# Generated on Mon Feb 28 07:08:11 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -4483,34 +4483,34 @@ esac set use64bitint eval $setvar -case "$use64bitall" in -"$define"|true|[yY]*) val="$define" ;; -*) case "$use64bitint" in - "$define") case "$longsize" in - 4) dflt='n' - cat <<EOM +case "$use64bitint" in +"$define") case "$longsize" in + 4) dflt='n' + cat <<EOM -Since you chose 64-bitness you may want to try maximal 64-bitness. +Since you have chosen 64-bitness you may want to try maximal 64-bitness. What you have chosen is minimal 64-bitness which means just enough to get 64-bit integers. The maximal means using as much 64-bitness as is possible on the platform. This in turn means even more binary incompatibilities. On the other hand, your platform may not have -any more maximal 64-bitness than what you already have chosen. +any more maximal 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 full 64-bit support, if available?' - . ./myread - case "$ans" in - [yY]*) val="$define" ;; - *) val="$undef" ;; - esac - ;; - 8) val="$define" ;; - *) val="$undef" ;; + rp='Try to use full 64-bit support, if available?' + . ./myread + case "$ans" in + [yY]*) val="$define" ;; + *) val="$undef" ;; esac ;; - *) val="$undef" ;; + 8) val="$define" ;; + *) val="$undef" ;; + esac + ;; +*) case "$use64bitall" in + "$define"|true|[yY]*) val="$define" ;; + *) val="$undef" ;; esac ;; esac @@ -4523,7 +4523,7 @@ case "$use64bitint" in : 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 - echo "Your platform has some specific hints for 64-bit builds, using them..." + echo "Your platform has some specific hints for 64-bit integers, using them..." . ./use64bitint.cbu fi case "$longsize" in |