summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-15 14:11:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-15 14:11:50 +0000
commita9fb271febef206f32659f8abc5f9029ae2f7a25 (patch)
tree046f9dec031206ac61c559d06ae4b92996fb9329 /Configure
parentd42572200030b0bf72f8f9779ce1d066f0c26fc3 (diff)
downloadperl-a9fb271febef206f32659f8abc5f9029ae2f7a25.tar.gz
tweak Configure to follow new PERL_VERSION etc.
p4raw-id: //depot/perl@2954
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 92a7e12fc4..47aa37ee8f 100755
--- a/Configure
+++ b/Configure
@@ -3024,8 +3024,8 @@ baserev=5.0
echo " "
echo "Getting the current patchlevel..." >&4
if $test -r $rsrc/patchlevel.h;then
- patchlevel=`awk '/define[ ]+PATCHLEVEL/ {print $3}' $rsrc/patchlevel.h`
- subversion=`awk '/define[ ]+SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
+ patchlevel=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h`
+ subversion=`awk '/define[ ]+PERL_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
else
patchlevel=0
subversion=0