]> git.saurik.com Git - bison.git/blobdiff - configure.ac
Regenerate.
[bison.git] / configure.ac
index 8a1795fa32b977573036e59b408bbd891fc971d6..b777e27cfde6627574fb119e219341a6f0406314 100644 (file)
 # 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)
@@ -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