X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bcf07cb7070fab57727b274486dc7a331ff8ac2d..8fa369111fcc3d06a0c9fc278f063b8033dac094:/bootstrap diff --git a/bootstrap b/bootstrap index 85d06a23..67063b5b 100755 --- a/bootstrap +++ b/bootstrap @@ -600,6 +600,12 @@ if test -f $mam_template; then done fi +# FIXME: Gnulib should be patched to add "/" in front of .gitignore entries +# instead. Anyway, this hack must be done before invoking autoconf so that +# build-aux/git-version-gen doesn't think the version is dirty because +# .gitignore isn't committed. +grep -v '^GNUmakefile$' .gitignore > .gitignore~ && mv .gitignore~ .gitignore + # Reconfigure, getting other files. for command in \