summaryrefslogtreecommitdiff
path: root/myconfig.SH
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2001-07-11 09:30:27 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-12 03:39:18 +0000
commit861eb78deb890060e2cd7718223e4b4aebdce7dc (patch)
treec0ab7b944fd638ebb4664fe0e148f7cbc59c31d2 /myconfig.SH
parenta86a20aad3dee6ffff452254654a89df75943779 (diff)
downloadperl-861eb78deb890060e2cd7718223e4b4aebdce7dc.tar.gz
Re: [PATCH Configure] perl -V broken
Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@11286
Diffstat (limited to 'myconfig.SH')
-rw-r--r--myconfig.SH7
1 files changed, 1 insertions, 6 deletions
diff --git a/myconfig.SH b/myconfig.SH
index 3635dd72dc..9afa5449a9 100644
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -12,11 +12,6 @@ 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
@@ -32,7 +27,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$patchlevel) configuration:
+Summary of my $package (revision $baserev $version_patchlevel_string) configuration:
Platform:
osname=$osname, osvers=$osvers, archname=$archname
uname='$myuname'