Commented out AM_SILENT_RULES, since it requires automake 1.11 which I don't have by default,

and may therefore be expected to be missing at occasional user sites.
This commit is contained in:
Atgeirr Flø Rasmussen 2010-10-12 07:34:24 +00:00
parent d08920476e
commit 7929e7d25f

View File

@ -12,8 +12,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([mimetic.h])
AC_CONFIG_HEADERS([config.h])
# Neat trick. Do we want it on by default?
AM_SILENT_RULES
# Neat trick. Do we want it on by default? No, requires automake 1.11. Can we test for it?
# AM_SILENT_RULES
# Checks for programs.
AC_PROG_CC