Set AM_SILENT_RULES to yes by default

* configure.ac: Set AM_SILENT_RULES to yes by default
This commit is contained in:
Tim Rühsen 2016-02-01 21:10:33 +01:00
parent 4c2dc5010f
commit c190677cab
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED([OS_TYPE], "$host_os",
[Define to be the name of the operating system.])
dnl Non-verbose make
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl
dnl Process External Libraries