diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-09-20 13:42:06 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-20 17:41:35 -0700 |
commit | 1034e4c80e068f8cc1c701d7936bdb84c7d74735 (patch) | |
tree | 5a9eabc058cc03f103c639e1a1c00bfef9677063 /Configure | |
parent | 25ca39e0828410a2d907af31e9c780e3531e5989 (diff) | |
download | perl-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-x | Configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |