[configure.in] Use AM_SILENT_RULES if available
authorColin Walters <walters@verbum.org>
Fri, 12 Mar 2010 22:23:10 +0000 (17:23 -0500)
committerColin Walters <walters@verbum.org>
Fri, 12 Mar 2010 22:23:10 +0000 (17:23 -0500)
By rough consensus, and to keep up with the cool kids.

Note to builders: you need to use V=1 to enable verbose mode.

configure.in

index ccc9c7f..f583b28 100644 (file)
@@ -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