From a22dea4136991992549431050a54313cd303fb3f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 6 Mar 2015 11:32:22 +0100 Subject: build: Enable silent rules by default. * configure.ac: Invoke 'AM_SILENT_RULES'. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index efb5c49..eaadbd8 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,9 @@ AC_CONFIG_MACRO_DIR(m4) AM_INIT_AUTOMAKE([1.11 gnu no-define readme-alpha \ color-tests parallel-tests]) +# Enable silent rules by default. +AM_SILENT_RULES([yes]) + AC_CONFIG_SRCDIR([src/guile/skribilo/reader.scm]) # GNU Gettext. -- cgit v1.2.3