diff options
author | Craig A. Berry <craigberry@mac.com> | 2002-02-23 08:14:35 -0600 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-23 19:15:32 +0000 |
commit | 70c20b6960b34354cfb3e545fcd058f4811c32bc (patch) | |
tree | 5efc2aa5c60ebb47c0c5fd93bd6fb24f0da28940 /configure.com | |
parent | 4da85775f24ccbbb2bec1874e6432deef358ec08 (diff) | |
download | perl-70c20b6960b34354cfb3e545fcd058f4811c32bc.tar.gz |
$Config{prefixexp} for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>
p4raw-id: //depot/perl@14845
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.com b/configure.com index 19efea1510..b4b8848b89 100644 --- a/configure.com +++ b/configure.com @@ -5621,8 +5621,8 @@ $ WC "perl_verb='" + perl_verb + "'" ! VMS specific $ WC "pgflquota='" + pgflquota + "'" $ WC "pidtype='" + pidtype + "'" $ WC "pm_apiversion='" + version + "'" -$! WC "prefix='" + vms_prefix + "'" -$ WC "prefix='" + prefix + "'" +$ WC "prefix='" + vms_prefix + "'" +$ WC "prefixexp='" + vms_prefix + "'" $ WC "privlib='" + privlib + "'" $ WC "privlibexp='" + privlibexp + "'" $ WC "procselfexe=' '" |