build: make --enable-silent-rules the default
authorJim Meyering <meyering@redhat.com>
Sun, 19 Apr 2009 11:41:52 +0000 (13:41 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 23 Apr 2009 19:09:13 +0000 (21:09 +0200)
commit52c4018a9c1020c2250b4250dfdda1dfc1873284
treef9566c6d811de24ea8cdfc7d6d3b8e0a59b88b65
parent0e414d9e4abff8ac5dd45c48faf1c43d381440ea
build: make --enable-silent-rules the default

* configure.ac (AM_INIT_AUTOMAKE): Remove silent-rules.  Instead,...
(AM_SILENT_RULES): Use this, with it's undocumented [yes] argument.
Those who want verbose build output may configure with
--disable-silent-rules or use "make V=1".
configure.ac