Quiet some automake warnings.
authorZoltan Varga <vargaz@gmail.com>
Fri, 26 Oct 2012 00:52:05 +0000 (02:52 +0200)
committerZoltan Varga <vargaz@gmail.com>
Fri, 26 Oct 2012 00:52:05 +0000 (02:52 +0200)
autogen.sh

index 5d578c0605df5a5de5a51e3b4dc3ef9d4881261e..479425a5dc00d56ba395859cdb26579487a44829 100755 (executable)
@@ -103,7 +103,7 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
 fi
 
 echo "Running aclocal -I m4 -I . $ACLOCAL_FLAGS ..."
-aclocal -I m4 -I . $ACLOCAL_FLAGS || {
+aclocal -W none -I m4 -I . $ACLOCAL_FLAGS || {
   echo
   echo "**Error**: aclocal failed. This may mean that you have not"
   echo "installed all of the packages you need, or you may need to"
@@ -119,7 +119,7 @@ if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
 fi
 
 echo "Running automake --gnu $am_opt ..."
-automake --add-missing --gnu -Wno-portability $am_opt ||
+automake --add-missing --gnu -Wno-portability -Wno-obsolete $am_opt ||
   { echo "**Error**: automake failed."; exit 1; }
 echo "Running autoconf ..."
 autoconf || { echo "**Error**: autoconf failed."; exit 1; }