summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2005-04-09 10:58:43 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-04-10 09:14:06 +0000
commit79e63f36d616e2a045841795af8be1361f55c9ed (patch)
tree207e7dbfbcbc5924b34e42ee39e876ef2e9f835b /configure.com
parent4581844a3cc3a7a0d705d34f64d0a3da950a530d (diff)
downloadperl-79e63f36d616e2a045841795af8be1361f55c9ed.tar.gz
usesitecustomize for VMS
From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42584203.2090405@mac.com> p4raw-id: //depot/perl@24214
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index 0ed64fdea6..8ae1fa9f9e 100644
--- a/configure.com
+++ b/configure.com
@@ -49,6 +49,7 @@ $ use_vmsdebug_perl = "n"
$ use64bitall = "n"
$ use64bitint = "n"
$ uselargefiles = "n"
+$ usesitecustomize = "n"
$ C_Compiler_Replace = "CC="
$ Thread_Live_Dangerously = "MT="
$ use_two_pot_malloc = "N"
@@ -882,7 +883,7 @@ $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh
$ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
$ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
$ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|usemultiplicity|usemymalloc|usedebugging_perl|useperlio|usesecurelog|"
-$ config_symbols4 ="|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|"
+$ config_symbols4 ="|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
$!
$ open/read CONFIG 'config_sh'
$ rd_conf_loop:
@@ -2340,6 +2341,13 @@ $ uselargefiles=ans
$!
$ ENDIF ! not VAX && >= 7.1
$!
+$ IF usesitecustomize .OR. usesitecustomize .eqs. "define"
+$ THEN
+$ usesitecustomize = "define"
+$ ELSE
+$ usesitecustomize = "undef"
+$ ENDIF
+$!
$! Ask about threads, if appropriate
$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
$ THEN
@@ -6061,6 +6069,7 @@ $ WC "useposix='false'"
$ WC "usereentrant='undef'"
$ WC "userelocatableinc='undef'"
$ WC "usesecurelog='" + usesecurelog + "'" ! VMS-specific
+$ WC "usesitecustomize='" + usesitecustomize + "'"
$ WC "usesocks='undef'"
$ WC "usethreads='" + usethreads + "'"
$ WC "usevendorprefix='" + "'" ! try to say no, though we'll be ignored as of MM 5.90_01