[sylpheed:33446] [PATCH] Add support for automake silent rules.

Antonio Ospite ospite at studenti.unina.it
Mon Dec 28 08:40:57 JST 2009


Note that silent rules are disabled by default, so this change is not
intrusive.

In order to enable silent rules you have to run
  ./configure --enable-silent-rules
after
  ./autogen.sh

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
---

Note that the m4_ifdef check make sure that this doesn't break with older
automake versions which lack AM_SILENT_RULES.

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in
index 5aa28db..3fcae33 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ AC_CANONICAL_SYSTEM
 
 dnl
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 dnl AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 dnl AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(PACKAGE)
-- 
1.6.5.7



More information about the Sylpheed mailing list