From 5b23e509844c7ca3a6ee2a584ab7b4d8fcd2f2b1 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 12 Nov 2003 15:21:00 +0000 Subject: * configure.ac: Bump to 2.59a. Require 2.59. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e0892816..0853fc07 100644 --- a/configure.ac +++ b/configure.ac @@ -20,16 +20,16 @@ # 02111-1307, USA. # We need AC_CONFIG_TESTDIR. -AC_PREREQ([2.57]) +AC_PREREQ([2.59]) -AC_INIT([GNU Autoconf], [2.59], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.59a], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_FILES([config/Makefile]) -AM_INIT_AUTOMAKE([check-news 1.7.8 dist-bzip2 readme-alpha]) +AM_INIT_AUTOMAKE([check-news 1.7.9 dist-bzip2 readme-alpha]) # Initialize the test suite and build position independent wrappers. AC_CONFIG_TESTDIR([tests]) -- cgit v1.2.1