summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-11-25 22:12:11 +0000
committerManish Singh <yosh@src.gnome.org>2004-11-25 22:12:11 +0000
commitd72dbe7ea4ecb11e991debc20d18c6c8001b934a (patch)
treec6982ecc611496d9bc5899affe200c2e399253a6 /autogen.sh
parent44d21d4402a64f7ca60b84e8543e205f585d207f (diff)
downloadatk-d72dbe7ea4ecb11e991debc20d18c6c8001b934a.tar.gz
rm autom4te.cache, since it might interfere with differing autoconf
Thu Nov 25 14:11:41 2004 Manish Singh <yosh@gimp.org> * autogen.sh: rm autom4te.cache, since it might interfere with differing autoconf versions.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index e6aaf15..c16432c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -93,6 +93,8 @@ if test -z "$ACLOCAL_FLAGS"; then
done
fi
+rm -rf autom4te.cache
+
$ACLOCAL $ACLOCAL_FLAGS || exit 1
libtoolize --force || exit $?