mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
Version 2.4.3_rc1.
* NEWS (2.4.3): Rename to... (2.4.3_rc1): ... this for now so we can include translation updates in 2.4.3, and set release date. * configure.ac (AM_INIT_AUTOMAKE): Underscore rather than dash in version string now indicates a release candidate and that we thus cannot enable gnits. Dash confuses git-version-gen.
This commit is contained in:
@@ -41,7 +41,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], [gnits]))
|
||||
AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
|
||||
|
||||
# Checks for the compiler.
|
||||
|
||||
Reference in New Issue
Block a user