# $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
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
: 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