[atomix] Enable silent build using AM_SILENT_RULES



commit 502ecbe3122bc561695fa5dcd4a5a7c2d7de9607
Author: Christian Persch <chpe gnome org>
Date:   Sun Oct 4 00:56:18 2009 +0200

    Enable silent build using AM_SILENT_RULES

 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index aeec313..5783690 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,8 @@ AC_PREREQ(2.52)
 AC_INIT(atomix, 2.14.0, http://bugzilla.gnome.org/enter_bug.cgi?product=atomix)
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 AC_CONFIG_SRCDIR(src/board.c)
 AC_CONFIG_HEADERS([config.h])
 



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