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)
commit13a499406fe43ab3a6d4d13c660f6a8b368e638f
tree7ca9a959195fceac369e56aba8b43341101797c7
parent92ac2400a326256ef819e0195d7ecfa7f03645be
build: enable automake's silent rules option

* 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.
configure.ac
daemon/configure.ac