OpenVMS: VMS Software, Inc now the supplier.
setup-vms.h: Symbol case fixups submitted by Michael Steve build_gnv_curl_pcsi_desc.com: VSI aka as VMS Software, is now the supplier of new versions of VMS. The install kit needs to accept VSI as a producer.
This commit is contained in:

committed by
Daniel Stenberg

parent
66a5f76583
commit
4ed8537be6
@@ -113,6 +113,7 @@ $! Required product dependencies.
|
||||
$!----------------------------------
|
||||
$ vmsprd = "DEC"
|
||||
$ if base .eqs. "I64VMS" then vmsprd = "HP"
|
||||
$ vsiprd = "VSI"
|
||||
$!
|
||||
$ write pdsc " software ''vmsprd' ''base' VMS ;"
|
||||
$ arch_type = f$getsyi("ARCH_NAME")
|
||||
@@ -126,8 +127,11 @@ $ if dashver .eqs. "-" then dashver = ""
|
||||
$ vmstag = majver + minver + dashver
|
||||
$ code = f$extract(0, 1, arch_type)
|
||||
$ arch_code = f$extract(0, 1, arch_type)
|
||||
$ write pdsc -
|
||||
" if (not <software ''vmsprd' ''base' VMS version minimum ''node_swvers'>) ;"
|
||||
$ line_out = -
|
||||
" if ((not <software ''vsiprd' ''base' VMS version minimum" + -
|
||||
" ''node_swvers'>) and" + -
|
||||
" (not <software ''vmsprd' ''base' VMS version minimum ''node_swvers'>));"
|
||||
$ write pdsc line_out
|
||||
$ write pdsc " error NEED_VMS''vmstag';"
|
||||
$ write pdsc " end if;"
|
||||
$!
|
||||
|
Reference in New Issue
Block a user