Update for recent .gitignore fix in Gnulib.

* bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
anchored .gitignore entries.
This commit is contained in:
Joel E. Denny
2008-08-02 15:18:21 -04:00
parent a1e50014a0
commit 445b74704f
2 changed files with 6 additions and 6 deletions

View File

@@ -614,12 +614,6 @@ 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 \