GNOME Bugzilla – Bug 592834
Support silent build rules with automake 1.11
Last modified: 2009-10-15 16:38:22 UTC
Automake 1.11 supports Linux-kernel like silent build rules with easy ways to switch to the more verbose output either at configure time: ./configure --disable-silent-rules or at make time: make V=1 The attached patch enables silent build rules by default.
Created attachment 141514 [details] [review] Support silent build rules with automake 1.11
Created attachment 145517 [details] [review] Patch: Support silent build rules with automake 1.11 This patch superseedes the previous one. It also adds support for silent rules in camel configure.ac.
Committed the fixes to tinymail trunk (r4028 and r4029). Now we support silent build rules both in camel configure.ac and general tinymail configure.ac.