@@ -460,7 +460,7 @@ $ IF ( F$SEARCH("UU.DIR").EQS."" )
460
460
$ THEN
461
461
$ CREATE/DIRECTORY [.UU]
462
462
$ ELSE
463
- $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG [.UU]*.*;*
463
+ $ IF ( F$SEARCH("[.UU]*.*").NES."" ) THEN DELETE/NOLOG/NOCONFIRM [.UU]*.*;*
464
464
$ ENDIF
465
465
$!: Configure runs within the UU subdirectory
466
466
$ SET DEFAULT [.UU]
@@ -586,7 +586,7 @@ $ GOTO Clean_up
586
586
$ ENDIF
587
587
$ ELSE
588
588
$ echo4 "Looks good..."
589
- $ DELETE/NOLOG MISSING.;
589
+ $ DELETE/NOLOG/NOCONFIRM MISSING.;
590
590
$ ENDIF ! (miss_list .NES. "")
591
591
$ ENDIF ! (manifestfound .EQS. "") ELSE
592
592
$!
@@ -2154,8 +2154,7 @@ $ echo4 "Hmm... Looks like you have SOCKETSHR Berkeley networking support."
2154
2154
$ ELSE
2155
2155
$ Has_socketshr = "F"
2156
2156
$ ENDIF
2157
- $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. -
2158
- (ccname .EQS. "CXX")
2157
+ $ IF (ccname .EQS. "DEC" .AND. Dec_C_Version .GE. 50200000) .OR. (ccname .EQS. "CXX")
2159
2158
$ THEN
2160
2159
$ Has_Dec_C_Sockets = "T"
2161
2160
$ echo ""
@@ -2172,9 +2171,9 @@ $ echo "build into Perl?"
2172
2171
$ IF Has_Dec_C_Sockets
2173
2172
$ THEN
2174
2173
$ dflt = "DECC"
2175
- $ else
2174
+ $ ELSE
2176
2175
$ dflt = "SOCKETSHR"
2177
- $ endif
2176
+ $ ENDIF
2178
2177
$ rp = "Choose socket stack (NONE"
2179
2178
$ IF Has_socketshr THEN rp = rp + ",SOCKETSHR"
2180
2179
$ IF Has_Dec_C_Sockets THEN rp = rp + ",DECC"
@@ -2183,8 +2182,8 @@ $ GOSUB myread
2183
2182
$ Has_Dec_C_Sockets = "F"
2184
2183
$ Has_socketshr = "F"
2185
2184
$ ans = F$EDIT(ans,"TRIM,COMPRESS,LOWERCASE")
2186
- $ IF ans.eqs."decc" then Has_Dec_C_Sockets = "T"
2187
- $ IF ans.eqs."socketshr" then Has_socketshr = "T"
2185
+ $ IF ans.eqs."decc" THEN Has_Dec_C_Sockets = "T"
2186
+ $ IF ans.eqs."socketshr" THEN Has_socketshr = "T"
2188
2187
$ ENDIF
2189
2188
$!
2190
2189
$!
@@ -2669,7 +2668,7 @@ $ build = ans
2669
2668
$ ENDIF
2670
2669
$ ENDIF
2671
2670
$!
2672
- $ DELETE/NOLOG Makefile.;
2671
+ $ DELETE/NOLOG/NOCONFIRM Makefile.;
2673
2672
$ GOTO Beyond_open
2674
2673
$Open_error:
2675
2674
$ TYPE SYS$INPUT:
@@ -5460,6 +5459,9 @@ $ WC "d_wctomb='" + d_wctomb + "'"
5460
5459
$ WC "d_writev='undef'"
5461
5460
$ WC "db_hashtype=' '"
5462
5461
$ WC "db_prefixtype=' '"
5462
+ $ WC "db_version_major='" + "'"
5463
+ $ WC "db_version_minor='" + "'"
5464
+ $ WC "db_version_patch='" + "'"
5463
5465
$ WC "dbgprefix='" + dbgprefix + "'"
5464
5466
$ WC "defvoidused='15'"
5465
5467
$ WC "devtype='" + devtype + "'"
@@ -5511,6 +5513,7 @@ $ WC "i8size='" + i8size + "'"
5511
5513
$ WC "i8type='" + i8type + "'"
5512
5514
$ WC "i_arpainet='undef'"
5513
5515
$ WC "i_crypt='undef'"
5516
+ $ WC "i_db='undef'"
5514
5517
$ WC "i_dbm='undef'"
5515
5518
$ WC "i_dirent='" + i_dirent + "'"
5516
5519
$ WC "i_dlfcn='undef'"
@@ -5908,7 +5911,7 @@ $ WC "srand48_r_proto='0'"
5908
5911
$ WC "srandom_r_proto='0'"
5909
5912
$ WC "strerror_r_proto='0'"
5910
5913
$ WC "tmpnam_r_proto='0'"
5911
- $ WC "ttyname_r_proto='0'
5914
+ $ WC "ttyname_r_proto='0'"
5912
5915
$!
5913
5916
$! ##END WRITE NEW CONSTANTS HERE##
5914
5917
$!
@@ -6025,9 +6028,9 @@ $ mcr []munchconfig 'config_sh' [-]config_h.sh
6025
6028
$ ! Concatenate them together
6026
6029
$ copy [-]config.local,[-]config.main [-]config.h
6027
6030
$! Clean up
6028
- $ DELETE/NOLOG [-]CONFIG.MAIN;*
6029
- $ DELETE/NOLOG [-]CONFIG.LOCAL;*
6030
- $ DELETE/NOLOG [-]CONFIG.FDL;*
6031
+ $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.MAIN;*
6032
+ $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.LOCAL;*
6033
+ $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;*
6031
6034
$!
6032
6035
$ IF ccname .EQS. "DEC"
6033
6036
$ THEN
@@ -6283,7 +6286,18 @@ $ ENDIF ! (.NOT.perl_symbol)
6283
6286
$ echo ""
6284
6287
$ echo4 "The perl_setup.com file is now being written..."
6285
6288
$ file_2_find = "[-]perl_setup.com"
6286
- $ OPEN/WRITE CONFIG 'file_2_find'
6289
+ $!
6290
+ $! Folks are likely to want to edit perl_setup.com.
6291
+ $! STMLF RFM plays nicer with ported editors than does VFC.
6292
+ $!
6293
+ $ CREATE [-]CONFIG.FDL
6294
+ $ DECK
6295
+ RECORD
6296
+ FORMAT STREAM_LF
6297
+ $ EOD
6298
+ $ CREATE /FDL=[-]CONFIG.FDL 'file_2_find'
6299
+ $ OPEN/APPEND CONFIG 'file_2_find'
6300
+ $ DELETE/NOLOG/NOCONFIRM [-]CONFIG.FDL;
6287
6301
$ WRITE CONFIG "$!"
6288
6302
$ WRITE CONFIG "$! Perl_Setup.com ''cf_time'"
6289
6303
$ IF cf_email.NES.perladmin
0 commit comments