rm autom4te.cache, since it might interfere with differing autoconf
authorManish Singh <yosh@gimp.org>
Thu, 25 Nov 2004 22:12:11 +0000 (22:12 +0000)
committerManish Singh <yosh@src.gnome.org>
Thu, 25 Nov 2004 22:12:11 +0000 (22:12 +0000)
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.

ChangeLog
autogen.sh

index 4f2b1ef..b158f68 100644 (file)
--- 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
index e6aaf15..c16432c 100755 (executable)
@@ -93,6 +93,8 @@ if test -z "$ACLOCAL_FLAGS"; then
        done
 fi
 
+rm -rf autom4te.cache
+
 $ACLOCAL $ACLOCAL_FLAGS || exit 1
 
 libtoolize --force || exit $?