From: Perl 5 Porters Date: Sun, 17 Mar 1996 11:37:44 +0000 (+0000) Subject: perl 5.002_01: vms/myconfig.com X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a6d91dccb584bbee729c8e0a68697fa2c2007fe;p=p5sagit%2Fp5-mst-13.2.git perl 5.002_01: vms/myconfig.com Update to include SUBVERSION and d_sigaction (undef for now; if Kenneth's signal patch doesn't obsolete this, we'll patch it to recognize sigvec() as well). --- diff --git a/vms/myconfig.com b/vms/myconfig.com index 923fbc5..7fb728e 100644 --- a/vms/myconfig.com +++ b/vms/myconfig.com @@ -124,7 +124,13 @@ $ if f$locate("PATCHLEVEL",line).ne.f$length(line) $ then $ line = f$edit(line,"TRIM,COMPRESS") $ $PATCHLEVEL = f$element(2," ",line) -$ goto patchlevel_h_Done +$ if f$type($SUBVERSION).nes."" then goto patchlevel_h_Done +$ endif +$ if f$locate("SUBVERSION",line).ne.f$length(line) +$ then +$ line = f$edit(line,"TRIM,COMPRESS") +$ $SUBVERSION = f$element(2," ",line) +$ if f$type($PATCHLEVEL).nes."" then goto patchlevel_h_Done $ endif $ goto read_patchlevel_h @@ -291,11 +297,11 @@ $ endif $spit_it_out: $! $spitshell = ECHO !<d_has_uname? -$ ECHO " hint=''$hint'" !->hintfile? +$ ECHO " hint=''$hint' d_sigaction='undef'" !->hintfile? $ ECHO " static exts=''$staticexts'" ! added for VMS $ ECHO " Compiler:" $ ECHO " cc=''$cc', optimize=''$optimize', ld=''$ld'"