From 151e6568b976f25c334d8e44f3b0ab7e305d7beb Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Tue, 22 May 2001 13:49:37 +0200 Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10196 --- Configure | 19 +++++++++++++++++-- myconfig.SH | 7 ++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Configure b/Configure index e228bce..caa4ca1 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed May 16 17:18:11 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Thu May 24 17:54:36 EET DST 2001 [metaconfig 3.0 PL70] # (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_CONFIG_SH=true" >>config.sh : propagate old symbols diff --git a/myconfig.SH b/myconfig.SH index 59a173d..3635dd7 100644 --- a/myconfig.SH +++ b/myconfig.SH @@ -12,6 +12,11 @@ case $PERL_CONFIG_SH in . $TOP/config.sh ;; esac +if $test "$PERL_PATCHLEVEL" -gt 0 ; then + patchlevel=" patchlevel $PERL_PATCHLEVEL" +else + patchlevel="" +fi : This forces SH files to create target in same directory as SH file. : This is so that make depend always knows where to find SH derivatives. case "$0" in @@ -27,7 +32,7 @@ $startsh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. cat <<'!NO!SUBS!' -Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL_SUBVERSION) configuration: +Summary of my $package (revision $baserev version $PERL_VERSION subversion $PERL_SUBVERSION$patchlevel) configuration: Platform: osname=$osname, osvers=$osvers, archname=$archname uname='$myuname' -- 2.7.4