diff --git a/autogen.sh b/autogen.sh index 8e062bad..f8628099 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ libtoolize --copy --force --automake rm -f config.cache dothis aclocal -I . ${ACLOCAL_FLAGS} dothis autoheader -dothis automake -a +dothis automake --warnings=none -a dothis autoconf echo 'Success, now continue with ./configure'