Enable silent automake build rules by default

This commit is contained in:
Danny Robson 2012-04-24 13:00:31 +10:00
parent 9377265bfa
commit 82f90f3f6c

View File

@ -12,12 +12,12 @@ LT_INIT
AM_PROG_CC_C_O
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.11 silent-rules])
AM_SILENT_RULES
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 silent-rules])
AM_SILENT_RULES([yes])
AC_ARG_ENABLE([debugging],
[AS_HELP_STRING([--enable-debugging],
[enables developer debugging support])],