From 43c26686a1c9c8ddfbb440585120a0f1f69284f3 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 16 Sep 2013 15:45:04 +0700 Subject: configury: default to automake silent rules if available. * Makeflie.am (FORCE): Add missing placeholder. * configure.ac (AM_SILENT_RULES): Use it if possible. Signed-off-by: Gary V. Vaughan --- Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 39fd0b4c..42bf963f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -438,3 +438,5 @@ DISTCLEANFILES += tests/atconfig tests/atlocal tests/m4 MAINTAINERCLEANFILES += $(srcdir)/tests/generated.at '$(TESTSUITE)' clean-local: clean-local-tests + +FORCE: diff --git a/configure.ac b/configure.ac index d778da27..51d1bd5f 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD" AM_INIT_AUTOMAKE([1.10b subdir-objects dist-bzip2 dist-xz color-tests parallel-tests silent-rules] m4_if(m4_index(m4_defn([M4_VERSION]), [-]), [-1], [gnits], [gnu])) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ## ------------------ ## -- cgit v1.2.1