From: H.Merijn Brand Date: Thu, 25 Dec 2008 12:01:36 +0000 (+0100) Subject: Make PERL_PATCHLEVEL a single value quoted string X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f04e85fb3fa37b386f7167694f28911146ea2d4;p=p5sagit%2Fp5-mst-13.2.git Make PERL_PATCHLEVEL a single value quoted string --- diff --git a/Configure b/Configure index 1e0c254..ed9f4df 100755 --- a/Configure +++ b/Configure @@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Wed Dec 3 15:26:54 CET 2008 [metaconfig 3.5 PL0] +# Generated on Thu Dec 25 12:54:36 CET 2008 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <> config.sh : add special variables $test -f $src/patchlevel.h && \ awk '/^#define[ ]+PERL_/ {printf "%s=%s\n",$2,$3}' $src/patchlevel.h >>config.sh -echo "PERL_PATCHLEVEL=$perl_patchlevel" >>config.sh +echo "PERL_PATCHLEVEL='$perl_patchlevel'" >>config.sh echo "PERL_CONFIG_SH=true" >>config.sh : propagate old symbols