summaryrefslogtreecommitdiff
path: root/config.bat
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-09-29 09:35:31 +0800
committerPo Lu <luangruo@yahoo.com>2022-09-29 09:35:55 +0800
commit2bb8c2cf64890e296ff3f395625ab5b184bc6ecd (patch)
tree7bccb3cbdadfe85f45aa34759c15b0fabea9c84f /config.bat
parentb6a163ba7cdf57eff5542b4cb6956780ebb2880f (diff)
downloademacs-2bb8c2cf64890e296ff3f395625ab5b184bc6ecd.tar.gz
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.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat1
1 files changed, 1 insertions, 0 deletions
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