GNOME Bugzilla – Bug 591998
Support silent build rules with automake 1.11
Last modified: 2009-08-17 18:17:24 UTC
Automake 1.11 supports Linux-kernel like silent build rules with easy ways to switch to the less verbose output either at configure time: ./configure --enable-silent-rules or at make time: make V=0 The attached patch disables silent build rules by default.
lost patch ?
Created attachment 140972 [details] [review] Support silent build rules with automake1.11 Ooops, sorry; here the patch
Looks ok, please commit