From: Colin Walters Date: Fri, 12 Mar 2010 22:23:10 +0000 (-0500) Subject: [configure.in] Use AM_SILENT_RULES if available X-Git-Tag: dbus-1.2.22~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4da942cb410723a099c8086c53e20a46b14eb4a;p=thirdparty%2Fdbus.git [configure.in] Use AM_SILENT_RULES if available By rough consensus, and to keep up with the cool kids. Note to builders: you need to use V=1 to enable verbose mode. --- diff --git a/configure.in b/configure.in index ccc9c7fe6..f583b28e2 100644 --- a/configure.in +++ b/configure.in @@ -23,6 +23,8 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[The name of the gettext d ## must come before we use the $USE_MAINTAINER_MODE variable later AM_MAINTAINER_MODE +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + # libtool versioning - this applies to libdbus # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details