diff options
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 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 $? |