diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-16 23:55:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-16 23:55:58 +0000 |
commit | d94216564938cd42af43fa553fe0ab9651fe48c9 (patch) | |
tree | b50949fca0667b446f041a6d39aee6b08b2d512a /Configure | |
parent | a89d24b9fe54d44395806c16ac1c19f3c678cbbb (diff) | |
download | perl-d94216564938cd42af43fa553fe0ab9651fe48c9.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.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |