diff options
author | Manish Singh <yosh@gimp.org> | 2004-11-19 22:53:46 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-11-19 22:53:46 +0000 |
commit | a47ebe5794c1cbae9fd34ced2a5513e76986392b (patch) | |
tree | ca4a448740680f5357dee5b872d4364a74aa9293 /autogen.sh | |
parent | ba52958021a3db51c2f7de61702a0eb5902d21e7 (diff) | |
download | gtk+-a47ebe5794c1cbae9fd34ced2a5513e76986392b.tar.gz |
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 $? |