summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-11-19 22:53:46 +0000
committerManish Singh <yosh@src.gnome.org>2004-11-19 22:53:46 +0000
commit677fe71f9697c8002ddad20987ab2189d8afbaf7 (patch)
tree935f807f6bbb87466b4bf969486c531cfc1798e0 /autogen.sh
parent252eb6410f95de4a7b2fe8844630530d68669828 (diff)
downloadgdk-pixbuf-677fe71f9697c8002ddad20987ab2189d8afbaf7.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-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index c7cf4baf6..10a7fdad9 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 $?