maint: make silent builds the default
commita71b0a388deedc37a5e3f921d58fcb150c4d54c7
authorEric Blake <eblake@redhat.com>
Sat, 31 Dec 2016 13:35:11 +0000 (31 07:35 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 3 Jan 2017 22:55:50 +0000 (3 16:55 -0600)
tree0cf92a38c9028257a85de28d45ccd20a84a6e3c3
parent6cd5fddbf7ed56bbcd029426ceeefb82931a50db
maint: make silent builds the default

The user still has full control over verbosity levels, both setting
their per-project defaults at configure time (or even in a config.site
file), as well as a per-run override. But these days, most projects
are defaulting to silent rules without user intervention.

* configure.ac (AM_SILENT_RULES): Add, to match what most projects
are doing these days.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit b4a08ecfd34e703bd846f1e85b4e2a94a34b16d9)
[For the cherry-pick, all we have to do is normalize the spelling
of the line - now that we require new-enough automake, it does not
have to be conditional]
configure.ac