From 2bb8c2cf64890e296ff3f395625ab5b184bc6ecd Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 29 Sep 2022 09:35:31 +0800 Subject: Fix the MS-DOS build * config.bat: Add assert.in-h. * msdos/sed2v2.inp: Define HAVE_STDBOOL_H. * msdos/sedlibmk.inp (GL_GNULIB_LCHMOD, HAVE_LCHMOD): Define to reflect realities. (NEXT_ASSERT_H, @GL_GENERATE_ASSERT_H_CONDITION@): Define. (assert.h): Edit command group into individual commands appending to assert.h-t. --- config.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'config.bat') diff --git a/config.bat b/config.bat index 4adc477bc95..7f2060ce000 100644 --- a/config.bat +++ b/config.bat @@ -276,6 +276,7 @@ cd lib Rem Rename files like djtar on plain DOS filesystem would. If Exist c++defs.h update c++defs.h cxxdefs.h If Exist alloca.in.h update alloca.in.h alloca.in-h +If Exist assert.in.h update assert.in.h assert.in-h If Exist byteswap.in.h update byteswap.in.h byteswap.in-h If Exist dirent.in.h update dirent.in.h dirent.in-h If Exist errno.in.h update errno.in.h errno.in-h -- cgit v1.2.3