From: Juan Manuel Guerrero Date: Wed, 7 Mar 2007 06:33:37 +0000 (+0000) Subject: * djgpp/config.sed: Fix that inttypes.h and inttypes_.h map on the same 8.3 alias. X-Git-Tag: v2.3b~143 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/50a843778ae349d42babb73c126ac2f0854546dd * djgpp/config.sed: Fix that inttypes.h and inttypes_.h map on the same 8.3 alias. --- diff --git a/djgpp/config.sed b/djgpp/config.sed index 33d9870f..0250823b 100644 --- a/djgpp/config.sed +++ b/djgpp/config.sed @@ -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