[evolution-exchange] Bug 586809 – Enable "silent rules" automake 1.11 option



commit a575943e82736002cd19c9e1bfe027d8a2a3e728
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jun 24 10:06:54 2009 -0400

    Bug 586809 â?? Enable "silent rules" automake 1.11 option

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf51a8d..71b55bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,9 @@ m4_define([libsoup_minimum_version], [2.3.0])
 
 AM_CONFIG_HEADER(config.h)
 
+# Automake 1.11 - Silent Build Rules
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_ARG_WITH(e2k-debug,     [  --with-e2k-debug              Allow debugging])
 case $withval in
 no)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]