]> git.saurik.com Git - bison.git/commitdiff
* config.sed: Reflect the renaming of c++-skel.m4 into cxx-skel.m4.
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>
Thu, 8 Mar 2007 01:47:19 +0000 (01:47 +0000)
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>
Thu, 8 Mar 2007 01:47:19 +0000 (01:47 +0000)
djgpp/config.sed

index 0250823bd980f121b16e7846122d8c7bf96b88fe..63c5749ac1b941ea4302172e0affe6b211756fcf 100644 (file)
@@ -1,6 +1,6 @@
 # DJGPP specific configuration file.
 # Sed script for additional DJGPP specific editing
 # 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.
 
 
 # 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,\\.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\
 s,calc++,calcxx,g\
 s,scan-gram-c,c-scan-gram,g\
 s,scan-skel-c,c-scan-skel,g\