X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a5c75d7fc652cc8cc36ff6c5f920a747bf79d4b9..3b7d4eb2cd076ddc05a3e96db79ffa21e99ad720:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index 7f41b60e..b777e27c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,11 +20,11 @@ # We need a recent Autoconf to run a recent Autotest. AC_PREREQ(2.54) -AC_INIT([GNU Bison], [1.49c], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [1.50a], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.7 check-news readme-alpha dist-bzip2]) -AM_CONFIG_HEADER(config.h:config.hin) +AC_CONFIG_HEADERS([config.h:config.hin]) # Initialize the test suite. AC_CONFIG_TESTDIR(tests) @@ -110,9 +110,10 @@ BISON_PREREQ_TIMEVAR AM_GNU_GETTEXT(external, need-ngettext) AM_GNU_GETTEXT_VERSION(0.11.5) -AC_OUTPUT([Makefile - config/Makefile - po/Makefile.in - data/Makefile - lib/Makefile src/Makefile doc/Makefile - m4/Makefile]) +AC_CONFIG_FILES([Makefile + config/Makefile + po/Makefile.in + data/Makefile + lib/Makefile src/Makefile doc/Makefile + m4/Makefile]) +AC_OUTPUT