]> git.saurik.com Git - bison.git/blobdiff - configure.ac
calc++: factor for other extracted tests.
[bison.git] / configure.ac
index 80c2e99c7bc78424a366d62d9276d86dffb9b97b..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 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])
@@ -181,6 +183,5 @@ do
 done
 AC_CONFIG_FILES([Makefile
                  po/Makefile.in
-                 examples/calc++/Makefile
                  doc/yacc.1])
 AC_OUTPUT