diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rwxr-xr-x | autogen.sh | 2 |
5 files changed, 22 insertions, 0 deletions
@@ -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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 40abfd6615..7b83c7c3a1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 40abfd6615..7b83c7c3a1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 40abfd6615..7b83c7c3a1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -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. diff --git a/autogen.sh b/autogen.sh index c7cf4baf61..10a7fdad97 100755 --- a/autogen.sh +++ b/autogen.sh @@ -91,6 +91,8 @@ if test -z "$ACLOCAL_FLAGS"; then done fi +rm -rf autom4te.cache + $ACLOCAL $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $? |