summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-07 17:06:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-07 17:06:51 +0100
commitf2e202660624b2fabe3c1f22369d9e144643cda5 (patch)
tree151af0bfc845d0ab9040acf2dc654b3d51b3c479 /.bootstrap
parentfac16b8e0f0b8fc571176473dadc2bf84f188c22 (diff)
downloadgmp-f2e202660624b2fabe3c1f22369d9e144643cda5.tar.gz
Remove autom4te.cache, it causes problems.
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bootstrap b/.bootstrap
index b2894900d..80c579628 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -4,6 +4,9 @@
# FIXME: Use automake -a? Then we could remove various
# automake-supplied files from the repository.
+# We need to remove the "cache", else things are not regenerated properly
+rm -rf autom4te.cache
+
# Stick to automake-1.8, since later versions require the ylwrap
# script.
aclocal-1.8 && autoconf && autoheader && automake-1.8