diff options
author | Akim Demaille <demaille@gostai.com> | 2012-01-25 12:59:02 +0100 |
---|---|---|
committer | Akim Demaille <demaille@gostai.com> | 2012-01-26 21:28:32 +0100 |
commit | 8ed97fd2b2dd270e7e350df913b0481720210297 (patch) | |
tree | 887c13e62794e6db71d36b4374233a6c620736bf | |
parent | e6070f227e12e80a075cc6b4cea7f7f26779b5eb (diff) | |
download | bison-8ed97fd2b2dd270e7e350df913b0481720210297.tar.gz |
maint: silent-rules.
* configure.ac: Ask for silent-rules support.
Enable it by default.
(cherry picked from commit da1eb15bc9f2147359f5a4d9826303a53e08b447)
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e572b813..bdb2504f 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. |