From: Stefano Lattarini Date: Fri, 16 Nov 2012 11:07:52 +0000 (+0100) Subject: configure: respect the '-q' option better X-Git-Tag: v1.12.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a0fbf00414e26bf9869c2d82177fd9426887b2;p=thirdparty%2Fautomake.git configure: respect the '-q' option better * configure.ac: Here, by avoiding to print the warnings about using a non-stable Automake version if the '$silent' variable is set to "yes". Signed-off-by: Stefano Lattarini --- diff --git a/configure.ac b/configure.ac index 6c9cfc09b..82f223b9d 100644 --- a/configure.ac +++ b/configure.ac @@ -628,7 +628,8 @@ am_release_type=`AS_ECHO(["$PACKAGE_VERSION"]) | LC_ALL=C awk [" /^$am_beta_version_rx$/ { print \"beta version\"; exit(0); } { print \"development snapshot\"; }"]` -test "$am_release_type" = stable || cat <