]> git.saurik.com Git - bison.git/blobdiff - configure.ac
tests: style changes in the Makefile.
[bison.git] / configure.ac
index c51d2dd5dbd24dc6d0a96c16d64e337ed49ed3cc..622da5da4a8efb4e01a3b50893ce474738b2a1c8 100644 (file)
@@ -45,7 +45,9 @@ 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 nostdinc silent-rules]
+AM_INIT_AUTOMAKE([1.11.1 dist-xz nostdinc
+                 color-tests parallel-tests
+                 silent-rules]
                  m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]],
                            [gnu], [gnits]))
 AM_SILENT_RULES([yes])