summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-02-22 21:59:18 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-02-22 21:59:18 -0500
commit2ad7e09e963e72ac4c69bb10b866b68947197aaf (patch)
tree316b25bbe27cb8f894a8db5f52946e325939360d /configure.ac
parenta3d760ef5d7d9bcab78268f5117c39566aa0345c (diff)
downloadbison-2ad7e09e963e72ac4c69bb10b866b68947197aaf.tar.gz
Version 2.4.1b.v2.4.1b
* NEWS (2.4.2): Rename to... (2.4.1b): ... this for now. Set date. * configure.ac (AM_INIT_AUTOMAKE): Disable gnits for now because it does not like this version name.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3caf9354..399f2c96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_CONFIG_MACRO_DIR([m4])
# for example, run make dist at other times without being required to add a
# bogus NEWS entry.
AM_INIT_AUTOMAKE([1.11.1 dist-bzip2]
- m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [-], [gnu], [gnits]))
+ m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [-], [gnu], [gnu]))
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
# Checks for the compiler.