diff options
author | Manish Singh <yosh@gimp.org> | 2004-11-25 22:11:20 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-11-25 22:11:20 +0000 |
commit | edc5cfd22952ec366d567c425dc46bcbb037fc07 (patch) | |
tree | 64e51ea5782f8c84358ce02dad204728e4040892 /autogen.sh | |
parent | db50679d56c8ded8a23f239b24a8cd9f1f2061c2 (diff) | |
download | pango-edc5cfd22952ec366d567c425dc46bcbb037fc07.tar.gz |
rm autom4te.cache, since it might interfere with differing autoconf
Thu Nov 25 14:10:53 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
@@ -72,6 +72,8 @@ if test -z "$AUTOGEN_SUBDIR_MODE"; then fi fi +rm -rf autom4te.cache + $ACLOCAL $ACLOCAL_FLAGS || exit 1 libtoolize --force || exit $? |