build: silence automake build system
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 19:46:43 +0000 (20:46 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 19:56:52 +0000 (20:56 +0100)
commit17542c3cd03c70b462eb134b565ed4698a9bff54
treecd73bdf5a32684b41b2674267c1a86eb45cb28fe
parent05c02989174d490b842c46cb8f25fb8b601a7c4f
build: silence automake build system

* configure.ac (AM_SILENT_RULES): Invoke with "yes" as a parameter,
to activate silent rules by default.
* NEWS: Update.
* Makefile.am (sc_perl_syntax): Silence its recipe unconditionally,
similarly to what is done for other syntax checks.
(release-stats): Be silent by default *but not unconditionally*,
thanks to the use of $(AM_V_GEN).
(path-check, git-diff): Be silent by default, thanks to the use
of $(AM_V_GEN).
* m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Likewise.
* doc/Makefile.am ($(srcdir)/amhello-1.0.tar.gz): Likewise.
* tests/Makefile.am ($(srcdir)/parallel-tests.am): Likewise.
($(parallel_tests)): Likewise.
Makefile.am
NEWS
configure.ac
doc/Makefile.am
m4/Makefile.am
tests/Makefile.am