[dia/dia-0-97] Bug #600983 - Use automake's silent rules for nicer build



commit 295405d1ee7243c50a46192fe0730da8c05ddc81
Author: Hans Breuer <hans breuer org>
Date:   Sat Nov 7 17:01:53 2009 +0100

    Bug #600983 - Use automake's silent rules for nicer build
    
    For now only tested with automake 1.10.2, but it does not disturb the
    build there. Patch from Jon Dufresne.
    
    (cherry picked from commit 3d66c398445ba92a094e899f6253cbac0d16d472)

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0136a67..a02ef31 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,7 @@ dnl configure script.
 AC_INIT(dia, 0.97.2, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
 AC_CONFIG_SRCDIR(app/diagram.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 AC_PREREQ(2.50)
 AC_REVISION($Revision: 1.288 $)


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