# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.54)
-AC_INIT([GNU Bison], [1.49d], [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)
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