* configure: Fix bug put in by gremlins.

This commit is contained in:
Nathanael Nerode 2002-12-11 04:14:47 +00:00
parent b359cf4f06
commit 023a6b2aff
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
* configure: Fix bug put in by gremlins.
* Makefile.tpl: Substitute more autoconfily.
* configure: Substitute more autoconfily.
* Makefile.in: Regenerate.

2
configure vendored
View File

@ -1281,7 +1281,7 @@ if [ -f ${srcdir}/${Makefile_in} ] ; then
-e "s|@mandir@|${mandir}|" \
-e "s|@CC@|${CC}|" \
-e "s|@CXX@|${CXX}|" \
-e "s|@CC@|${CFLAGS}|" \
-e "s|@CFLAGS@|${CFLAGS}|" \
-e "s|@CXXFLAGS@|${CXXFLAGS}|" \
-e "s|@config_shell@|${config_shell}|" \
-e "s|@srcdir@|${srcdir}|" \