summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-03-12 17:23:10 -0500
committerColin Walters <walters@verbum.org>2010-03-12 17:23:10 -0500
commitf4da942cb410723a099c8086c53e20a46b14eb4a (patch)
treec2631b50828f9913926d7a84b8fcf5e6077aa56a
parentae95a0ff9651a774cd983436d7e656c62492659c (diff)
downloaddbus-f4da942cb410723a099c8086c53e20a46b14eb4a.tar.gz
[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.
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ccc9c7fe..f583b28e 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