summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2003-11-12 15:21:00 +0000
committerAkim Demaille <akim@epita.fr>2003-11-12 15:21:00 +0000
commit5b23e509844c7ca3a6ee2a584ab7b4d8fcd2f2b1 (patch)
treeff8f84a2bc8e22142ee26f3a3fdcea379402e594 /configure.ac
parent99a48ad6c1e3f446717e1f8fec2fb1ae76b09f2e (diff)
downloadautoconf-5b23e509844c7ca3a6ee2a584ab7b4d8fcd2f2b1.tar.gz
* configure.ac: Bump to 2.59a.
Require 2.59.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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])