summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-16 23:55:58 +0000
committerDavid Mitchell <davem@iabyn.com>2009-04-14 23:14:41 +0100
commitcf32dfd491c9752674bd4509dd9975a2da4e61f8 (patch)
treede12945e81c0fa0278cfadc0ed5189fc96388cb4 /Configure
parent910ec296d18753aace27b42ac3039c30f0e938d4 (diff)
downloadperl-cf32dfd491c9752674bd4509dd9975a2da4e61f8.tar.gz
Move PERL_VERSION_STRING from patchlevel.h to perl.h
(and revert a89d24b9fe54d44395806c16ac1c19f3c678cbbb) It's getting too complex to work around some versions of awk which don't want to implement the regular expressions that they are documented to implement. (cherry picked from commit d94216564938cd42af43fa553fe0ab9651fe48c9)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 402ba33afa..47ca217cb4 100755
--- a/Configure
+++ b/Configure
@@ -23167,7 +23167,7 @@ $test -f UU/cmdline.opt && $cat UU/cmdline.opt >> config.sh
: add special variables
$test -f $src/patchlevel.h && \
-awk '/^#define[ ]+PERL_.*[^\\]$/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
+awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh
echo "PERL_PATCHLEVEL='$perl_patchlevel'" >>config.sh
echo "PERL_CONFIG_SH=true" >>config.sh