Turn on automake's silent build rules if available

This commit is contained in:
Daniel P. Berrange 2010-01-12 12:43:01 +00:00
parent d5cee6df0c
commit ca2cdbf8ba

View File

@ -6,6 +6,10 @@ dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
AC_CANONICAL_HOST
# Use the silent-rules feature when possible.
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_LIBTOOL