summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f2b1ef..b158f68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2004-11-22 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
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 $?