summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2007-07-09 14:21:00 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-07-09 14:21:00 +0000
commitff803615bbabee19929e775b766df9ea09c90a55 (patch)
treeb043a0c9dcd93329678cb5dc978b3787ca161ae4 /Configure
parent4246aec100b7a983424e19a25b2559dc54476602 (diff)
downloadperl-ff803615bbabee19929e775b766df9ea09c90a55.tar.gz
PERL_PATCHNUM is dead. Long live SMOKEs!
Started by Steve Hay <steve.hay@uk.radan.com> Subject: [PATCH] Re: patch level of blead/maintperl Date: Mon, 09 Jul 2007 13:10:11 +0100 Message-ID: <469225A3.5010909@uk.radan.com> p4raw-id: //depot/perl@31573
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 57ccb4a3d0..0d612fca10 100755
--- a/Configure
+++ b/Configure
@@ -26,7 +26,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Sat Jun 16 07:55:39 CEST 2007 [metaconfig 3.0 PL70]
+# Generated on Mon Jul 9 16:19:23 CEST 2007 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -4086,7 +4086,7 @@ if $test -r $rsrc/patchlevel.h;then
api_revision=`awk '/define[ ]+PERL_API_REVISION/ {print $3}' $rsrc/patchlevel.h`
api_version=`awk '/define[ ]+PERL_API_VERSION/ {print $3}' $rsrc/patchlevel.h`
api_subversion=`awk '/define[ ]+PERL_API_SUBVERSION/ {print $3}' $rsrc/patchlevel.h`
- perl_patchlevel=`egrep 'define PERL_PATCHNUM [0-9][0-9]|,"MAINT[0-9][0-9]*"' $rsrc/patchlevel.h|sed 's/[^0-9]//g'`
+ perl_patchlevel=`egrep ',"(MAINT|SMOKE)[0-9][0-9]*"' $rsrc/patchlevel.h|tail -1|sed 's/[^0-9]//g'`
else
revision=0
patchlevel=0