From 02e8aa7f237791e13b1431f70df14fa3a3404bc2 Mon Sep 17 00:00:00 2001 From: John Malmberg Date: Mon, 6 Aug 2018 07:48:19 -0500 Subject: Add fixes for building with gnu regex. --- vms/generate_config_vms_h_gawk.com | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vms/generate_config_vms_h_gawk.com') diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com index a6a37434..8edf55d7 100644 --- a/vms/generate_config_vms_h_gawk.com +++ b/vms/generate_config_vms_h_gawk.com @@ -61,6 +61,16 @@ $ if (arch_name .eqs. "") then arch_name = "UNK" $ endif $! $! +$ pipe lib/list sys$library:decc$rtldef.tlb | search sys$input: stdint +$ if '$SEVERITY' .ne. 1 +$ then +$ create sys$disk:[]stdint.h +$ open/append stdint_h sys$disk:[]stdint.h +$ write stdint_h "/* Fake stdint.h for gnulib */" +$ close stdint_h +$ endif +$! +$! $! Start the configuration file. $! Need to do a create and then an append to make the file have the $! typical file attributes of a VMS text file. -- cgit v1.2.3