summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:39:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:39:32 +0000
commit08e5223a8528b971b4471b7221166ff3212af428 (patch)
treedbabc17820247a878e1e0e8ce6644b764647e1df /Configure
parentd953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (diff)
downloadperl-08e5223a8528b971b4471b7221166ff3212af428.tar.gz
Try #2 of getting rid of bincompat5005.
p4raw-id: //depot/perl@16293
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure45
1 files changed, 1 insertions, 44 deletions
diff --git a/Configure b/Configure
index c9d7651e9e..e32cc75e27 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 Wed May 1 05:49:09 EET DST 2002 [metaconfig 3.0 PL70]
+# Generated on Wed May 1 06:26:42 EET DST 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -301,8 +301,6 @@ baserev=''
bin=''
binexp=''
installbin=''
-bincompat5005=''
-d_bincompat5005=''
byteorder=''
cc=''
ccflags=''
@@ -9358,45 +9356,6 @@ eval $inlibc
set bcopy d_bcopy
eval $inlibc
-
-: Binary compatibility with 5.005 is not possible for builds
-: with advanced features
-case "$usethreads$usemultiplicity" in
-*define*)
- bincompat5005="$undef"
- d_bincompat5005="$undef"
- ;;
-*) $cat <<EOM
-
-This version of Perl can be compiled for binary compatibility with 5.005.
-If you decide to do so, you will be able to continue using most of the
-extensions that were compiled for Perl 5.005.
-
-EOM
- case "$bincompat5005$d_bincompat5005" in
- *"$undef"*) dflt=n ;;
- *) dflt=y ;;
- esac
- rp='Binary compatibility with Perl 5.005?'
- . ./myread
- case "$ans" in
- y*) val="$define" ;;
- *) val="$undef" ;;
- esac
- set d_bincompat5005
- eval $setvar
- case "$d_bincompat5005" in
- "$define")
- bincompat5005="$define"
- ;;
- *) bincompat5005="$undef"
- d_bincompat5005="$undef"
- ;;
- esac
- ;;
-esac
-
-
: see if this is a unistd.h system
set unistd.h i_unistd
eval $inhdr
@@ -19616,7 +19575,6 @@ awk='$awk'
baserev='$baserev'
bash='$bash'
bin='$bin'
-bincompat5005='$bincompat5005'
binexp='$binexp'
bison='$bison'
byacc='$byacc'
@@ -19684,7 +19642,6 @@ d_atoll='$d_atoll'
d_attribut='$d_attribut'
d_bcmp='$d_bcmp'
d_bcopy='$d_bcopy'
-d_bincompat5005='$d_bincompat5005'
d_bsd='$d_bsd'
d_bsdgetpgrp='$d_bsdgetpgrp'
d_bsdsetpgrp='$d_bsdsetpgrp'