]> git.saurik.com Git - bison.git/commitdiff
* djgpp/config.sed: Fix that inttypes.h and inttypes_.h map on the same 8.3 alias.
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 7 Mar 2007 06:33:37 +0000 (06:33 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Wed, 7 Mar 2007 06:33:37 +0000 (06:33 +0000)
djgpp/config.sed

index 33d9870f573f743c18b711935df03db83f354511..0250823bd980f121b16e7846122d8c7bf96b88fe 100644 (file)
@@ -34,6 +34,7 @@ s,c++\\.m4,cxx.m4,g\
 s,calc++,calcxx,g\
 s,scan-gram-c,c-scan-gram,g\
 s,scan-skel-c,c-scan-skel,g\
+s,inttypes_,_inttypes,g\
 s,Makefile\\.am\\.in,Makefile.am-in,g\
 s,Makefile\\.in\\.in,Makefile.in-in,g\
 /^\\.y\\.c:/,/^$/ {\
@@ -156,6 +157,11 @@ h
 s,^.*\(gl_cv_absolute_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env/DJDIR/include/%"`,
 G
 }
+/^.*echo "\$as_me:\$LINENO: result: \$gl_cv_full_.*$/ {
+h
+s,^.*\(gl_cv_full_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env/DJDIR/include/%"`,
+G
+}
 
 # The following is not a valid DOS file name
 s/calc++/calcxx/g