From 8ed97fd2b2dd270e7e350df913b0481720210297 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 25 Jan 2012 12:59:02 +0100 Subject: maint: silent-rules. * configure.ac: Ask for silent-rules support. Enable it by default. (cherry picked from commit da1eb15bc9f2147359f5a4d9826303a53e08b447) --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e572b813..bdb2504f 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,10 @@ AC_CONFIG_MACRO_DIR([m4]) # releases, we want to be able run make dist without being required to # add a bogus NEWS entry. In that case, the version string # automatically contains a dash, which we also let disable gnits. -AM_INIT_AUTOMAKE([1.11.1 dist-xz] +AM_INIT_AUTOMAKE([1.11.1 dist-xz silent-rules] m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]], [gnu], [gnits])) +AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) # Checks for the compiler. -- cgit v1.2.1