From 47671055438197794c88a6f7fb90acbc19fe413b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 25 Apr 2006 21:02:36 +0000 Subject: [PATCH] * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use that variable and the line breaks the bootstrap. --- ChangeLog | 6 ++++++ bootstrap | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.2