summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-30 17:05:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-30 17:05:43 +0000
commit5bf26616abc7a3d45d8918dcb98ae2e3af9b54d0 (patch)
tree6830508e658cd733dcc951c7a143c9159f3b3682 /Configure
parent9b01d9b96ee0b2f53e5435498165098dab8792d9 (diff)
downloadperl-5bf26616abc7a3d45d8918dcb98ae2e3af9b54d0.tar.gz
Regenerate Configure.
p4raw-id: //depot/cfgperl@4263
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure13
1 files changed, 3 insertions, 10 deletions
diff --git a/Configure b/Configure
index caea67e4da..8fd2a8d598 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 Sep 22 00:13:58 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Thu Sep 30 19:41:54 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -3576,9 +3576,11 @@ echo "Getting the current patchlevel..." >&4
if $test -r $rsrc/patchlevel.h;then
patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
+ apiversion=`awk '/define[ ]+PERL_APIVERSION/ {print $3}' $rsrc/patchlevel.h`
else
patchlevel=0
subversion=0
+ apiversion=0
fi
$echo $n "(You have $package" $c
case "$package" in
@@ -3598,15 +3600,6 @@ else
echo $baserev $patchlevel $subversion | \
$awk '{ printf "%.5f\n", $1 + $2/1000.0 + $3/100000.0 }'`
fi
-: Figure out perl API version. Perhaps this should be in patchlevel.h
-if test "$subversion" -lt 50; then
- apiversion=`LC_ALL=C; export LC_ALL; \
- LANGUAGE=C; export LANGUAGE; \
- echo $baserev $patchlevel | \
- $awk '{ printf "%.3f\n", $1 + $2/1000.0 }'`
-else
- apiversion="$version"
-fi
: determine installation style
: For now, try to deduce it from prefix unless it is already set.