summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-07 23:37:48 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-07 23:37:48 +0000
commitc645ec3fd74a29e359e29872c448f083581207ce (patch)
tree907a5d08eea6bf0407c8bc43e7703a824b5c9a3e /configure.com
parent01724ea0117e95cb2b727cb7055bec7a17087b2c (diff)
downloadperl-c645ec3fd74a29e359e29872c448f083581207ce.tar.gz
VMS build patch (from Peter Prymmer)
p4raw-id: //depot/perl@5605
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index aefd4aea13..8b35193957 100644
--- a/configure.com
+++ b/configure.com
@@ -39,7 +39,7 @@ $ cat = "type"
$ gcc_symbol = "gcc"
$ ans = ""
$ macros = ""
-$ extra_fags = ""
+$ extra_flags = ""
$ user_c_flags = ""
$ use_debugging_perl = "y"
$ use_ieee_math = "n"
@@ -2219,6 +2219,8 @@ $ file_2_find = "[-]''packageup'.cld"
$ echo ""
$ echo4 "%Config-I-VMS, The perl.cld file is now being written..."
$ OPEN/WRITE CONFIG 'file_2_find'
+$ ext = ".exe"
+$ IF ((sharedperl) .AND. (f$getsyi("ARCH_NAME") .NES. "VAX")) THEN ext := .AXE
$ IF (use_vmsdebug_perl)
$ THEN
$ WRITE CONFIG "define verb dbgperl"