summaryrefslogtreecommitdiff
path: root/djgpp
diff options
context:
space:
mode:
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>2007-03-07 06:33:27 +0000
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>2007-03-07 06:33:27 +0000
commit7b30971d7b915f5d9f7bccd24ab5f5b0e18680e1 (patch)
treece914c90e43686e5ff4778b2f70566afb808690b /djgpp
parent9611cfa20bf95cf06b79c598ae5e69979ea1ff8e (diff)
downloadbison-7b30971d7b915f5d9f7bccd24ab5f5b0e18680e1.tar.gz
* djgpp/config.bat: Fix that inttypes.h and inttypes_.h map on the same 8.3 alias.
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/config.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/djgpp/config.bat b/djgpp/config.bat
index 4eb44d58..e9382a06 100644
--- a/djgpp/config.bat
+++ b/djgpp/config.bat
@@ -180,6 +180,10 @@ Rem Make sure they have a config.site file
set CONFIG_SITE=%XSRC%/djgpp/config.site
if not "%CONFIG_SITE%" == "%XSRC%/djgpp/config.site" goto SmallEnv
+Rem inttypes_.h and inttypes.h map to the same 8.3 alias.
+test -f %XSRC%/lib/inttypes_.h
+if not errorlevel 1 mv -f %XSRC%/lib/inttypes_.h %XSRC%/lib/_inttypes.h
+
Rem Make sure crucial file names are not munged by unpacking
test -f %XSRC%/po/Makefile.in.in
if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in