]> Pileus Git - ~andy/gtk/commitdiff
rm autom4te.cache, since it might interfere with differing autoconf
authorManish Singh <yosh@gimp.org>
Fri, 19 Nov 2004 22:53:46 +0000 (22:53 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 19 Nov 2004 22:53:46 +0000 (22:53 +0000)
Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>

        * autogen.sh: rm autom4te.cache, since it might interfere with
        differing autoconf versions.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
autogen.sh

index 40abfd6615f6efedf287fdff4f936bb04f2b72ab..7b83c7c3a195788033b98299fa892f365747eeb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
 2004-11-19  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "rw" to ALL_LINGUAS.
index 40abfd6615f6efedf287fdff4f936bb04f2b72ab..7b83c7c3a195788033b98299fa892f365747eeb0 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
 2004-11-19  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "rw" to ALL_LINGUAS.
index 40abfd6615f6efedf287fdff4f936bb04f2b72ab..7b83c7c3a195788033b98299fa892f365747eeb0 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
 2004-11-19  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "rw" to ALL_LINGUAS.
index 40abfd6615f6efedf287fdff4f936bb04f2b72ab..7b83c7c3a195788033b98299fa892f365747eeb0 100644 (file)
@@ -1,3 +1,8 @@
+Fri Nov 19 14:52:42 2004  Manish Singh  <yosh@gimp.org>
+
+       * autogen.sh: rm autom4te.cache, since it might interfere with
+       differing autoconf versions.
+
 2004-11-19  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "rw" to ALL_LINGUAS.
index c7cf4baf61ea306bb51dfac93b0dd214408e4f54..10a7fdad97a6df4181a661f620b692d5a70e0fea 100755 (executable)
@@ -91,6 +91,8 @@ if test -z "$ACLOCAL_FLAGS"; then
        done
 fi
 
+rm -rf autom4te.cache
+
 $ACLOCAL $ACLOCAL_FLAGS || exit $?
 
 libtoolize --force || exit $?