build: Use silent rules for automake by deafult.

This allows us to have a sane clean build ouput and spot problems easier.
Using V=1 is still possible to get a verbose output.
This commit is contained in:
Stefan Schmidt 2015-05-13 15:42:16 +02:00
parent a701d336ca
commit f5d21bf0ad
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.6 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([config.h])
AC_ISC_POSIX