Enable silent automake rules

This commit is contained in:
Danny Robson 2011-07-03 15:54:00 +10:00
parent e748520bdb
commit ced024dbe1

View File

@ -14,6 +14,8 @@ AM_PROG_CC_C_O
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.11 silent-rules])
AM_SILENT_RULES
AM_CONFIG_HEADER(config.h)
AC_ARG_ENABLE([debugging],