From: Paul Eggert Date: Tue, 25 Apr 2006 21:02:36 +0000 (+0000) Subject: * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use X-Git-Tag: v2.3b~421 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/47671055438197794c88a6f7fb90acbc19fe413b * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use that variable and the line breaks the bootstrap. --- diff --git a/ChangeLog b/ChangeLog index 758a5c36..e2dc04ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-25 Paul Eggert + + * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use + that variable and the line breaks the bootstrap. Problem reported + by Juan M. Guerrero. + 2006-04-24 Akim Demaille * doc/bison.texinfo (Multiple start-symbols): New. diff --git a/bootstrap b/bootstrap index 7c7bd330..a52c233e 100755 --- a/bootstrap +++ b/bootstrap @@ -237,7 +237,8 @@ esac ) >m4/gnulib.m4 || exit (echo '# This file is generated automatically by "bootstrap".' && - $GNULIB_SRCDIR/gnulib-tool --extract-automake-snippet $gnulib_modules + $GNULIB_SRCDIR/gnulib-tool --extract-automake-snippet $gnulib_modules | + sed 's/^[ ]*AM_CPPFLAGS[ ]*+=/# (commented out by bootstrap) &/' ) >lib/gnulib.mk || exit