X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/575619af5e1f61a5f78fb3910bee424ead5fe5a6..b55b68608ff93cede27113663c6c0b0c82539ebc:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 39d42578..d0e3df6f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ 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-bzip2] +AM_INIT_AUTOMAKE([1.11.1 dist-xz] m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [[-_]], [gnu], [gnits])) AC_CONFIG_HEADERS([lib/config.h:lib/config.hin]) @@ -84,7 +84,6 @@ if test "${enableval}" = yes; then WARN_CFLAGS_TEST="$WARN_CFLAGS $WARN_CFLAGS_TEST" AC_SUBST([WARN_CXXFLAGS_TEST]) AC_SUBST([WARN_CFLAGS_TEST]) - AC_DEFINE([lint], 1, [Define to 1 if the compiler is checking for lint.]) fi BISON_TEST_FOR_WORKING_C_COMPILER