diff --git a/autogen.sh b/autogen.sh index 2f5077a26..f7d5b6a4e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -195,14 +195,14 @@ $znew fi -echo "Running aclocal $ACLOCAL_FLAGS" -aclocal $ACLOCAL_FLAGS \ - || error_and_exit "aclocal failed" - echo "Running libtoolize" libtoolize --copy --force \ || error_and_exit "libtoolize failed" +echo "Running aclocal $ACLOCAL_FLAGS" +aclocal $ACLOCAL_FLAGS \ + || error_and_exit "aclocal failed" + # optional feature: autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 if [ $? -eq 0 ]; then