]> git.saurik.com Git - bison.git/commitdiff
maint: silent-rules.
authorAkim Demaille <demaille@gostai.com>
Wed, 25 Jan 2012 11:59:02 +0000 (12:59 +0100)
committerAkim Demaille <demaille@gostai.com>
Thu, 26 Jan 2012 20:28:32 +0000 (21:28 +0100)
* configure.ac: Ask for silent-rules support.
Enable it by default.
(cherry picked from commit da1eb15bc9f2147359f5a4d9826303a53e08b447)

configure.ac

index e572b813aa832ab7644a1eae50b82c441bbc90af..bdb2504fe2e5e9cedc31adbd09c1be103b0d3873 100644 (file)
@@ -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.