From f4da942cb410723a099c8086c53e20a46b14eb4a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 12 Mar 2010 17:23:10 -0500 Subject: [PATCH] [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. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index ccc9c7f..f583b28 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 -- 2.7.4