[goocanvas/introspection: 1/8] Enable silent builds on Automake >= 1.11



commit 89a3cf77ef2edc38c8bb2342969a0a087bd5d548
Author: Tristan Brindle <t c brindle gmail com>
Date:   Tue May 17 20:40:13 2011 +0800

    Enable silent builds on Automake >= 1.11
    
    Disable with --disable-silent-builds or make V=1

 configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index fa38ee4..fa9cb0d 100644
--- a/configure.in
+++ b/configure.in
@@ -26,6 +26,8 @@ AC_PROG_CC
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 pkg_modules="gtk+-3.0 >= 3.0.0 glib-2.0 >= 2.28.0 cairo >= 1.10.0"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)



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