GNOME Bugzilla – Bug 592750
Support silent build rules with automake 1.11
Last modified: 2009-08-27 09:26:31 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 141454 [details] [review] Support silent build rules with automake 1.11