summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-03-05 22:18:38 -0600
committerCraig A. Berry <craigberry@mac.com>2011-03-06 20:57:51 -0600
commit44caa20c7d9248fd77483468d77c9b5835e7066e (patch)
treeaf84d91b6cf8db086929b177a7fa1795d358cc75 /configure.com
parent2b4b3ebb703a73c0945957a42a77d70b29dceefb (diff)
downloadperl-44caa20c7d9248fd77483468d77c9b5835e7066e.tar.gz
Use full archname in architecture-specific directories on VMS.
We were only using the base archname (e.g., "VMS_AXP"), which is ok for a default bulid, but if any additions were made to it, such as "-thread", there would be a discrepancy between the actual directory on disk and what perl.c:S_incpush would look for when loading up @INC. The net effect was that the architecture- specific directory would not get loaded into @INC.
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 816924a727..4358a1f167 100644
--- a/configure.com
+++ b/configure.com
@@ -7091,6 +7091,7 @@ $ WC "''THREAD_KERNEL'"
$ WC "PV=''version'"
$ WC "FLAGS=FLAGS=''extra_flags'"
$ WC "''LARGEFILE_REPLACE'"
+$ WC "ARCHNAME=ARCHNAME=''archname'"
$ close CONFIG
$!
$ echo4 "Extracting ''defmakefile' (with variable substitutions)"