wingo pushed a commit to branch lightning
in repository guile.

commit 073396bb70883d3e592bcf0aec467c7763b88326
Author: Holger Hans Peter Freyther <[email protected]>
Date:   Sun Oct 26 22:21:43 2014 +0100

    misc: Enable silent rules to make warnings stick out
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 3dfbf49..78e427a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ AC_INIT([GNU lightning], 2.0.5, [email protected], lightning)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_MACRO_DIR(m4)
 
 AC_CONFIG_HEADERS(config.h)

Reply via email to