diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-01-16 17:38:46 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-17 06:11:31 +0000 |
commit | 4329bef84b74a02b9ef1e5c9a86cfb3771a5b97a (patch) | |
tree | 7c3480ca50f401a9d639f672bd2a28c613c2ef4c /configure.com | |
parent | df25ddbaa89dbf191c87be190a84a5e3a6d55a27 (diff) | |
download | perl-4329bef84b74a02b9ef1e5c9a86cfb3771a5b97a.tar.gz |
(Replaced by #8469)
Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on VMS_AXP V7.2-1)
Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
p4raw-id: //depot/perl@8462
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.com b/configure.com index 58d1680af2..02bf6a889a 100644 --- a/configure.com +++ b/configure.com @@ -4837,7 +4837,7 @@ $ WC "" $ WC "CONFIG='true'" $ WC "Makefile_SH='" + Makefile_SH + "'" $ WC "Mcc='" + Mcc + "'" -$! WC "PERL_SUBVERSION='" + subversion + "'" ! VMS specific to descrip_mms.template +$ WC "PERL_SUBVERSION='" + subversion + "'" ! VMS specific to descrip_mms.template $ WC "PERL_VERSION='" + patchlevel + "'" ! VMS specific to descrip_mms.template $ WC "alignbytes='" + alignbytes + "'" $ WC "aphostname='" + "'" |