From 61a0aba66eea445774565411d9ee388d5c6d0a2d Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Wed, 16 Dec 2009 23:16:21 +0000 Subject: [PATCH] Make use of the new AM_SILENT_RULES macro of automake 1.11 if possible. We can see warnings again! --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 6cdf157..c7261a6 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,8 @@ AC_DEFINE_UNQUOTED([SVN_REVISION], ["$SVN_REVISION"], [SVN revision]) AM_INIT_AUTOMAKE +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + AC_LANG_C AC_PROG_CC AC_PROG_MAKE_SET