rm autom4te.cache, since it might interfere with differing autoconf

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.
This commit is contained in:
Manish Singh 2004-11-19 22:53:46 +00:00 committed by Manish Singh
parent ba52958021
commit a47ebe5794
5 changed files with 22 additions and 0 deletions

View 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.

View 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.

View 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.

View 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.

View File

@ -91,6 +91,8 @@ if test -z "$ACLOCAL_FLAGS"; then
done
fi
rm -rf autom4te.cache
$ACLOCAL $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?