]> git.saurik.com Git - bison.git/blobdiff - configure.ac
calc++: factor for other extracted tests.
[bison.git] / configure.ac
index 48d145d8c3f12c5092feaae0cab48939461e02e1..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])
@@ -63,7 +65,7 @@ AC_ARG_ENABLE([gcc-warnings],
    yes|no) ;;
    *)  AC_MSG_ERROR([invalid value for --gcc-warnings: $enable_gcc_warnings]);;
  esac],
-              [$enable_gcc_warnings=no])
+              [enable_gcc_warnings=no])
 if test "$enable_gcc_warnings" = yes; then
   gl_WARN_ADD([-Werror], [WERROR_CFLAGS])
   AC_SUBST([WERROR_CFLAGS])
@@ -181,6 +183,5 @@ do
 done
 AC_CONFIG_FILES([Makefile
                  po/Makefile.in
-                 examples/calc++/Makefile
                  doc/yacc.1])
 AC_OUTPUT