build: enable automake's silent rules option
authorJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 10:44:09 +0000 (12:44 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 13:03:11 +0000 (15:03 +0200)
* configure.ac: Use AM_SILENT_RULES([yes]).
Those who want verbose build output may configure with
--disable-silent-rules or use "make V=1".
* daemon/configure.ac: Likewise.


No differences found