+1999-08-03 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * configure.in (CXXFLAGS): The buggy g++ -g work-around was buggy
+ itself; check for Makefile *anywhere* in CONFIG_FILES.
+ * configure: Rebuilt.
+
1999-08-02 Tom Tromey <tromey@cygnus.com>
* aclocal.m4, configure: Rebuilt for new libtool.
EOF
cat >> $CONFIG_STATUS <<\EOF
test -z "$CONFIG_HEADERS" || echo timestamp > include/stamp-h
-case " $CONFIG_FILES " in " Makefile ")
+case " $CONFIG_FILES " in *" Makefile "*)
if test "x$libjava_cv_gxx_debug_jboolean_bug" = xyes; then
rm -f Makefile.new
sed < Makefile > Makefile.new \
])
if test "x$libjava_cv_gxx_debug_jboolean_bug" = xyes; then
JCFLAGS="$JCFLAGS -g0"
- dnl Top-leve Makefile overrides CXXFLAGS, and AM_CXXFLAGS is before it,
- dnl so we have to use this dirty hack
+ dnl Top-level Makefile overrides CXXFLAGS, and AM_CXXFLAGS is before it,
+ dnl so we have to use this dirty hack :-(
dnl Note that, even though this code is within an if statement, it is
dnl unconditionally added to config.status, so we have to test again.
- AC_OUTPUT_COMMANDS([case " $CONFIG_FILES " in " Makefile ")
+ AC_OUTPUT_COMMANDS([case " $CONFIG_FILES " in *" Makefile "*)
if test "x$libjava_cv_gxx_debug_jboolean_bug" = xyes; then
rm -f Makefile.new
sed < Makefile > Makefile.new \