diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2008-12-07 17:06:51 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2008-12-07 17:06:51 +0100 |
commit | f2e202660624b2fabe3c1f22369d9e144643cda5 (patch) | |
tree | 151af0bfc845d0ab9040acf2dc654b3d51b3c479 | |
parent | fac16b8e0f0b8fc571176473dadc2bf84f188c22 (diff) | |
download | gmp-f2e202660624b2fabe3c1f22369d9e144643cda5.tar.gz |
Remove autom4te.cache, it causes problems.
-rwxr-xr-x | .bootstrap | 3 |
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 |