aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-11 04:14:47 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-11 04:14:47 +0000
commit023a6b2aff08185fc691f72c49fbb05ecd8e2006 (patch)
tree53f10b40b7224c03a462fc723bbce07978b776aa
parentb359cf4f06ae0b8df112ce547c3b9d0b6d54a639 (diff)
downloadnewlib-023a6b2aff08185fc691f72c49fbb05ecd8e2006.zip
newlib-023a6b2aff08185fc691f72c49fbb05ecd8e2006.tar.gz
newlib-023a6b2aff08185fc691f72c49fbb05ecd8e2006.tar.bz2
* configure: Fix bug put in by gremlins.
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fcba85b..82b1d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure b/configure
index 7a21055..6b4d9b4 100755
--- a/configure
+++ b/configure
@@ -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}|" \