diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2001-05-22 13:49:37 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-24 14:04:41 +0000 |
commit | 151e6568b976f25c334d8e44f3b0ab7e305d7beb (patch) | |
tree | c64c328120f4f0296bb3f8d882b4fde61337ef74 /myconfig.SH | |
parent | c8f392da2bce19a4e929f15aae950a6983de61f2 (diff) | |
download | perl-151e6568b976f25c334d8e44f3b0ab7e305d7beb.tar.gz |
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
Diffstat (limited to 'myconfig.SH')
-rw-r--r-- | myconfig.SH | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH index 59a173d0d0..3635dd72dc 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' |