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>
This commit is contained in:
parent
c43297442c
commit
fd1d13e170
@ -7,6 +7,7 @@ AC_INIT([procps-ng],
|
||||
m4_esyscmd([misc/git-version-gen .tarball-version]),
|
||||
[procps@freelists.org],,[http://gitorious.org/procps])
|
||||
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_CONFIG_SRCDIR([free.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user