aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/build_libcurl_pc.com
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2014-12-21 09:24:55 -0600
committerDaniel Stenberg <daniel@haxx.se>2014-12-21 16:55:28 +0100
commitf9cf3de70b3a494f627eda6cccf6607616eaf449 (patch)
treed77b0ccba4c0efb77dbd0fc604fc9de43fa8c3c0 /packages/vms/build_libcurl_pc.com
parent6f1f5a7506e46b0e00b56330ce62cea32248716f (diff)
VMS: Updates for 0740-0D1220
lib/setup-vms.h : VAX HP OpenSSL port is ancient, needs help. More defines to set symbols to uppercase. src/tool_main.c : Fix parameter to vms_special_exit() call. packages/vms/ : backup_gnv_curl_src.com : Fix the error message to have the correct package. build_curl-config_script.com : Rewrite to be more accurate. build_libcurl_pc.com : Use tool_version.h now. build_vms.com : Fix to handle lib/vtls directory. curl_gnv_build_steps.txt : Updated build procedure documentation. generate_config_vms_h_curl.com : * VAX does not support 64 bit ints, so no NTLM support for now. * VAX HP SSL port is ancient, needs some help. * Disable NGHTTP2 for now, not ported to VMS. * Disable UNIX_SOCKETS, not available on VMS yet. * HP GSSAPI port does not have gss_nt_service_name. gnv_link_curl.com : Update for new curl structure. pcsi_product_gnv_curl.com : Set up to optionally do a complete build.
Diffstat (limited to 'packages/vms/build_libcurl_pc.com')
-rw-r--r--packages/vms/build_libcurl_pc.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vms/build_libcurl_pc.com b/packages/vms/build_libcurl_pc.com
index 251b345b1..97e6ae643 100644
--- a/packages/vms/build_libcurl_pc.com
+++ b/packages/vms/build_libcurl_pc.com
@@ -76,7 +76,7 @@ $ endif
$!
$!
$ curl_version = "0.0.0"
-$ open/read vf [--.src]version.h
+$ open/read vf [--.src]tool_version.h
$version_loop:
$ read vf/end=version_loop_end line_in
$ if line_in .eqs. "" then goto version_loop