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



commit d9f9b0a827547884b582cc7c24d52f4c34128c8f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jun 24 10:12:39 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 8736c43..6b108ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ m4_define([libmapi_minimum_version], [0.8])
 
 AC_CONFIG_HEADER(config.h)
 
+# Automake 1.11 - Silent Build Rules
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 dnl ****************************
 dnl Evolution-MAPI API version
 dnl ****************************



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