* bootstrap: Comment out the AM_CPPFLAGS line, since we don't use

that variable and the line breaks the bootstrap.
This commit is contained in:
Paul Eggert
2006-04-25 21:02:36 +00:00
parent ed2e6384ed
commit 4767105543
2 changed files with 8 additions and 1 deletions

View File

@@ -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