]> granicus.if.org Git - procps-ng/commit
build-sys: add support for silent buils
authorKarel Zak <kzak@redhat.com>
Tue, 13 Aug 2013 13:21:33 +0000 (15:21 +0200)
committerJaromir Capik <jcapik@redhat.com>
Tue, 13 Aug 2013 17:49:01 +0000 (19:49 +0200)
commitfd1d13e1709a1d136098185889b4aa28fa0b255d
tree7f1f19fdcfd36f75cc2f958ac5e7851e9a0fe22a
parentc43297442cd681e5ca34d6b5512a37876b02059f
build-sys: add support for silent buils

The automake AM_SILENT_RULES macro is supported since automake 1.11
(which is required for procps). The silent functionality is enabled by
default, you can change it by:

  ./configure --disable-silent-rules
or
   make V=1

Note that make still prints compiler errors, etc.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac