X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1890a2a816dab86c23cc1d0af8fac3986335deb7..2e4986a88d5dbf180dc3829a67b5f420e727d470:/configure.ac diff --git a/configure.ac b/configure.ac index 48d145d8..622da5da 100644 --- a/configure.ac +++ b/configure.ac @@ -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