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:
parent
d08920476e
commit
7929e7d25f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user