After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592834 - Support silent build rules with automake 1.11
Support silent build rules with automake 1.11
Status: RESOLVED FIXED
Product: tinymail
Classification: Deprecated
Component: tinymail
unspecified
Other All
: Normal trivial
: ---
Assigned To: Jose Dapena Paz
Maintainers of tinymail
Depends on:
Blocks:
 
 
Reported: 2009-08-23 22:50 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-10-15 16:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support silent build rules with automake 1.11 (1.00 KB, patch)
2009-08-23 22:51 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Patch: Support silent build rules with automake 1.11 (1.80 KB, patch)
2009-10-15 13:21 UTC, Jose Dapena Paz
none Details | Review

Description Javier Jardón (IRC: jjardon) 2009-08-23 22:50:36 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.
Comment 1 Javier Jardón (IRC: jjardon) 2009-08-23 22:51:20 UTC
Created attachment 141514 [details] [review]
Support silent build rules with automake 1.11
Comment 2 Jose Dapena Paz 2009-10-15 13:21:21 UTC
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.
Comment 3 Jose Dapena Paz 2009-10-15 16:38:22 UTC
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.