summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $?