diff --git a/autogen.sh b/autogen.sh index 25f176bd..b3480c3b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -84,14 +84,10 @@ if [ "$overwrite_config" = false ]; then mv build-aux/config.sub build-aux/config.sub.stable fi fi -if autoreconf --version >/dev/null 2>&1; then - autoreconf -ivf -else - $LIBTOOLIZE && - aclocal && - automake --add-missing --force-missing --include-deps && - autoconf -fi +$LIBTOOLIZE && + aclocal && + automake --add-missing --force-missing --include-deps && + autoconf if [ "$overwrite_config" = false ]; then if [ -f build-aux/config.guess.stable ]; then mv build-aux/config.guess.stable build-aux/config.guess