[grisbi-bugs] [Fonctionnalités demandées 0001185]: Silent compilation feature

Grisbi Bug Tracker bugtracker at grisbi.org
Sun Oct 17 16:02:40 CEST 2010


Issue 0001185 is now monitored by user ylejeune. 
====================================================================== 
http://grisbi.tuxfamily.org/mantis/view.php?id=1185 
====================================================================== 
Reported By:                ylejeune
Assigned To:                
====================================================================== 
Project:                    Fonctionnalités demandées
Issue ID:                   1185
Category:                   Main
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-10-17 10:56 UTC
Last Modified:              2010-10-17 14:02 UTC
====================================================================== 
Summary:                    Silent compilation feature
Description: 
Hi
Since Automake version 1.11 a new option is available to enable “silent make
mode” where the build is less verbose and ressembles more that of the Linux
kernel build. With such compilation feature, build output is more
understandable. For more details you can read [ 01 ].

The joined patch adds this feature in grisbi's configure.in, I used it since few
weeks without any problem. "ifdef" was added for backward compatibility 

Regards,
Yann.

[ 01 ] http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html

Additional Information: 
diff --git a/configure.in b/configure.in
index 4c1788e..0198381 100644
--- a/configure.in
+++ b/configure.in
@@ -34,6 +34,7 @@ dnl Check if we have backtrace support
 AC_CHECK_FUNCS(backtrace)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl Initialize libtool
 LT_INIT

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-17 10:56 ylejeune       New Issue                                    
2010-10-17 14:02 ylejeune       Issue Monitored: ylejeune                    
======================================================================



More information about the bugsreports mailing list