summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2010-09-20 13:42:06 -0400
committerFather Chrysostomos <sprout@cpan.org>2010-09-20 17:41:35 -0700
commit1034e4c80e068f8cc1c701d7936bdb84c7d74735 (patch)
tree5a9eabc058cc03f103c639e1a1c00bfef9677063 /Configure
parent25ca39e0828410a2d907af31e9c780e3531e5989 (diff)
downloadperl-1034e4c80e068f8cc1c701d7936bdb84c7d74735.tar.gz
Don't process .patch in Configure
The format of the .patch file is no longer an integer change number, and generates an error when processed by Configure. As .patch is now handled by make_patchnum.pl, the attached patch removes processing of .patch from Configure.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/Configure b/Configure
index 093984f2be..553a058d1c 100755
--- a/Configure
+++ b/Configure
@@ -4162,11 +4162,6 @@ else
perl_patchlevel=0
$echo "(You do not have patchlevel.h. Eek.)"
fi
-if $test -r $rsrc/.patch ; then
- if $test "X$perl_patchlevel" = "X" || $test "`cat $rsrc/.patch`" -gt "$perl_patchlevel" ; then
- perl_patchlevel=`cat $rsrc/.patch`
- fi
-fi
: Define a handy string here to avoid duplication in myconfig.SH and configpm.
version_patchlevel_string="version $patchlevel subversion $subversion"
case "$perl_patchlevel" in