diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 23:37:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 23:37:01 +0000 |
commit | 3141530c492792a17327a0ff80df3353f97c80ea (patch) | |
tree | 09f15b9baa8d02925a76ac238a1e4d89153f39cc /Configure | |
parent | f60a5d46aff4e1efa07a15a5fdcf06a277177016 (diff) | |
download | perl-3141530c492792a17327a0ff80df3353f97c80ea.tar.gz |
Be understanding.
p4raw-id: //depot/cfgperl@5379
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Mar 1 00:58:04 EET 2000 [metaconfig 3.0 PL70] +# Generated on Wed Mar 1 01:33:58 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -4413,7 +4413,6 @@ case "$usemorebits" in esac -# Backward compatibility (uselonglong is deprecated). case "$uselonglong" in "$define"|true|[yY]*) cat <<EOM >&4 @@ -4423,7 +4422,6 @@ EOM use64bitint="$define" ;; esac -# Backward compatibility (use64bits is deprecated). case "$use64bits" in "$define"|true|[yY]*) cat <<EOM >&4 @@ -4433,7 +4431,6 @@ EOM use64bitint="$define" ;; esac -# Thinko compatibilities. case "$use64bitints" in "$define"|true|[yY]*) cat <<EOM >&4 @@ -4443,6 +4440,24 @@ EOM use64bitint="$define" ;; esac +case "$use64bitsint" in +"$define"|true|[yY]*) + cat <<EOM >&4 + +*** There is no Configure -Duse64bitsint, using -Duse64bitint instead. +EOM + use64bitint="$define" + ;; +esac +case "$uselonglongs" in +"$define"|true|[yY]*) + cat <<EOM >&4 + +*** There is no Configure -Duselonglongs, using -Duse64bitint instead. +EOM + use64bitint="$define" + ;; +esac case "$use64bitsall" in "$define"|true|[yY]*) cat <<EOM >&4 |