diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-08-23 14:07:45 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-08-24 00:05:02 +0000 |
commit | f688e3acac1195ff1fc1037245fc7d642c63538d (patch) | |
tree | a89fee284384a45296183391b23ef0cd620da455 /configure.com | |
parent | e9818f4e43c2a32001637ddc206c1fcc9148cd06 (diff) | |
download | perl-f688e3acac1195ff1fc1037245fc7d642c63538d.tar.gz |
add $Config('scriptdir'} on VMS
Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
p4raw-id: //depot/perl@11736
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 7777baf304..f147e0e519 100644 --- a/configure.com +++ b/configure.com @@ -1490,6 +1490,8 @@ $ IF F$TYPE(oldarchlibexp) .EQS. "" THEN - oldarchlibexp="''vms_prefix':[lib.''archname']" $ IF F$TYPE(privlibexp) .EQS. "" THEN - privlibexp ="''vms_prefix':[lib]" +$ IF F$TYPE(scriptdir) .EQS. "" THEN - + scriptdir ="''vms_prefix':[utils]" $ IF F$TYPE(sitearchexp) .EQS. "" THEN - sitearchexp ="''vms_prefix':[lib.site_perl.''archname']" $ IF F$TYPE(sitelib_stem) .EQS. "" THEN - @@ -5552,6 +5554,7 @@ $ WC "sPRIu64='" + sPRIu64 + "'" $ WC "sPRIx64='" + sPRIx64 + "'" $ WC "sSCNfldbl='" + sSCNfldbl + "'" $ WC "sched_yield='" + sched_yield + "'" +$ WC "scriptdir='" + scriptdir + "'" $ WC "seedfunc='" + seedfunc + "'" $ WC "selectminbits='32'" $ WC "selecttype='" + selecttype + "'" |