diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-07-04 15:18:06 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-07-04 15:18:06 +0000 |
commit | bf12dbb57a997013e557089ab6cdb2a89170ece0 (patch) | |
tree | 54e37131658053ab56068b39ac513dffb328e310 /configure.com | |
parent | eb5c31c4aa83603839c4ee6108db659cf0327d30 (diff) | |
download | perl-bf12dbb57a997013e557089ab6cdb2a89170ece0.tar.gz |
Remove vms/genconfig.pl and references to it; it was made obsolete way back
in change #1084. Remove references to vms/config.vms, which was removed in
change #1084.
p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f
p4raw-id: //depot/perl@31532
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.com b/configure.com index b6c923d825..67251acd63 100644 --- a/configure.com +++ b/configure.com @@ -870,7 +870,7 @@ $! $!: Try to determine whether config.sh was made on this system $!: Get old answers from old config file if Configure was run on the $!: same system, otherwise use the hints. -$ config_sh_es = "''config_sh'/[-]config.sh/[-.vms]config.vms/" +$ config_sh_es = "''config_sh'/[-]config.sh/" $ i = 0 $ max = 3 $Config_sh_look: @@ -882,7 +882,6 @@ $ configshfound = F$SEARCH(config_sh) $ IF (configshfound.NES."") THEN GOTO Config_sh_found $ ENDIF $ IF (i.LT.max) THEN GOTO Config_sh_look -$! genconfig.pl has "osname='VMS'" $ osname = F$EDIT(F$GETSYI("NODE_SWTYPE"),"COLLAPSE") $ IF (configshfound.EQS."") $ THEN @@ -1128,7 +1127,6 @@ $ tz = f$fao("UTC!AS!UL:!2ZL",signothetime,tzhour,tzminrem) $ cf_time = "''wkday' ''mon' ''mday' ''hour':''min':''sec' ''tz' ''year'" $! $!: determine the architecture name -$! genconfig.pl has either archname='VMS_AXP' or 'VMS_VAX' $! Note that DCL in VMS V5.4 does not have F$GETSYI("ARCH_NAME") $! but does have F$GETSYI("HW_MODEL"). $! Please try to use either archname .EQS. "VMS_VAX" or archname .EQS. @@ -2929,8 +2927,6 @@ $ rp="What pager is used on your system? [''dflt'] " $ GOSUB myread $ pager = ans $! -$! update [.vms]config.vms here -$! $! update makefile here $! echo4 "Updating makefile..." $! |