diff --git a/autogen.sh b/autogen.sh index cb67ea58..5880bc8d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -83,7 +83,10 @@ if [ "$overwrite_config" = false ]; then if [ -f build-aux/config.sub ]; then mv build-aux/config.sub build-aux/config.sub.stable fi +else + rm -fr build-aux fi + $LIBTOOLIZE --copy --install && aclocal && automake --add-missing --copy --force-missing --include-deps &&