summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Manuel Guerrero <juan.guerrero@gmx.de>2008-02-06 09:58:13 +0000
committerJuan Manuel Guerrero <juan.guerrero@gmx.de>2008-02-06 09:58:13 +0000
commit38b5fb0c18b35c9b1871f9a0f789e46efe395001 (patch)
tree17e27f9643cb16a799a080bc9f81ee581c696a0b
parentf3a4495d67a3c6692c963c7a7dcd46fd6bdafb7b (diff)
downloadbison-38b5fb0c18b35c9b1871f9a0f789e46efe395001.tar.gz
* config.sed: Add filenames that are not 8.3 clean and that must
be changed. Copyright timestamp adjusted.
-rw-r--r--djgpp/config.sed16
1 files changed, 15 insertions, 1 deletions
diff --git a/djgpp/config.sed b/djgpp/config.sed
index 2f9eab30..a30102da 100644
--- a/djgpp/config.sed
+++ b/djgpp/config.sed
@@ -3,7 +3,7 @@
# of the configure script generated by autoconf 2.61.
-# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -35,6 +35,10 @@ 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,javacomp\\.sh\\.in,javacomp.sh-in,g\
+s,javaexec\\.sh\\.in,javaexec.sh-in,g\
+s,yacc\\.1\\.in,yacc.1-in,g\
+s,bench\\.pl\\.in,bench.pl-in,g\
s,Makefile\\.am\\.in,Makefile.am-in,g\
s,Makefile\\.in\\.in,Makefile.in-in,g\
/^\\.y\\.c:/,/^$/ {\
@@ -53,6 +57,8 @@ yacc.bat:\\\\\
echo "bison\\$(EXEEXT) -y %1 %2 %3 %4 %5 %6 %7 %8 %9" >\\$@\
/^bin_SCRIPTS =/s/$/ yacc.bat/\
/^MOSTLYCLEANFILES = yacc/s/$/ yacc.bat/\
+/cross-options.texi:/,/^$/ s|bison|&.exe|g\
+/^\\.x\\.1:/,/^$/ s|\\$program|&.exe|g\
eof_djgpp\
sed -f "\$tmp/subs-djgpp.sed" \$tmp/out > \$tmp/out.djgpp\
mv -f \$tmp/out.djgpp \$tmp/out
@@ -62,11 +68,19 @@ mv -f \$tmp/out.djgpp \$tmp/out
/ac_config_files=/ {
/runtime-po/!s|po/Makefile\.in|&:po/Makefile.in-in|
s|runtime-po/Makefile\.in|&:runtime-po/Makefile.in-in|
+ s|javacomp\.sh\.in|javacomp.sh-in|
+ s|javaexec\.sh\.in|javaexec.sh-in|
+ s|doc/yacc\.1|&:doc/yacc.1-in|
+ s|etc/bench.pl|&:etc/bench.pl-in|
}
/CONFIG_FILES=/ {
/runtime-po/!s|po/Makefile\.in|&:po/Makefile.in-in|2
s|runtime-po/Makefile\.in|&:runtime-po/Makefile.in-in|2
+ s|javacomp\.sh\.in|javacomp.sh-in|
+ s|javaexec\.sh\.in|javaexec.sh-in|
+ s|doc/yacc\.1|&:doc/yacc.1-in|2
+ s|etc/bench\.pl|&:etc/bench.pl-in|2
}
# We always use _deps and _libs instead of .deps and .libs, because