From: Juan Manuel Guerrero Date: Thu, 8 Mar 2007 01:47:19 +0000 (+0000) Subject: * config.sed: Reflect the renaming of c++-skel.m4 into cxx-skel.m4. X-Git-Tag: v2.3b~136 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a7309d7d90a926bb8ca18423bc7d3a4e1361c144?hp=0d1c1cab3cecdce4b2ba3d98d4c662c0b6176e8c * config.sed: Reflect the renaming of c++-skel.m4 into cxx-skel.m4. --- diff --git a/djgpp/config.sed b/djgpp/config.sed index 0250823b..63c5749a 100644 --- a/djgpp/config.sed +++ b/djgpp/config.sed @@ -1,6 +1,6 @@ # DJGPP specific configuration file. # Sed script for additional DJGPP specific editing -# of the configure script generated by autoconf 2.60. +# of the configure script generated by autoconf 2.61. # Copyright (C) 2005, 2006 Free Software Foundation, Inc. @@ -31,6 +31,7 @@ s,\\.old\\.,_old.,g\ s,\\.tab\\.,_tab.,g\ s,c++\\.at,cxx.at,g\ s,c++\\.m4,cxx.m4,g\ +s,c++-skel\\.m4,cxx-skel.m4,g\ s,calc++,calcxx,g\ s,scan-gram-c,c-scan-gram,g\ s,scan-skel-c,c-scan-skel,g\