From: Akim Demaille Date: Wed, 25 Jan 2012 11:59:02 +0000 (+0100) Subject: maint: silent-rules. X-Git-Tag: v2.7.90~553 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/da1eb15bc9f2147359f5a4d9826303a53e08b447 maint: silent-rules. * configure.ac: Ask for silent-rules support. Enable it by default. --- diff --git a/configure.ac b/configure.ac index 4672744c..8d42c1d1 100644 --- a/configure.ac +++ b/configure.ac @@ -45,9 +45,10 @@ AC_CONFIG_MACRO_DIR([m4]) # releases, we want to be able run make dist without being required to # add a bogus NEWS entry. In that case, the version string # automatically contains a dash, which we also let disable gnits. -AM_INIT_AUTOMAKE([1.11.1 dist-xz] +AM_INIT_AUTOMAKE([1.11.1 dist-xz silent-rules] m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]], [gnu], [gnits])) +AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) # Checks for the compiler.