Ticket #2134: configure.ac: add support for AM_SILENT_RULES

Inspired by http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
Conditionally enabling AM_SILENT_RULES if supported

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
Sergei Trofimovich 2010-04-06 20:45:07 +03:00
parent f593976635
commit 690950e1b8
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ AC_CONFIG_AUX_DIR(config)
MC_VERSION
AM_INIT_AUTOMAKE(mc, ${VERSION} )
dnl enable silent rules by default (if yet)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST