[evolution-data-server] Bug 586809 – Enable "silent rules" automake 1.11 option
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Bug 586809 – Enable "silent rules" automake 1.11 option
- Date: Wed, 24 Jun 2009 14:13:42 +0000 (UTC)
commit 9638af77dcdd0cd76c002a4bcf17daf82255f3ea
Author: H.Habighorst <tearofadragon googlemail com>
Date: Wed Jun 24 09:55:53 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 f33a47f..14e5c40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,9 @@ AM_INIT_AUTOMAKE([gnu 1.9])
AC_CONFIG_SRCDIR(README)
AC_CONFIG_HEADERS(config.h)
+# Automake 1.11 - Silent Build Rules
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
# Required Package Versions
m4_define([glib_minimum_version], [2.16.1])
m4_define([gtk_minimum_version], [2.14.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]