about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0ec383a9..8533c498b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-09  Oliver Kiddle  <opk@zsh.org>
+
+	* unposted: configure.ac: require autoconf 2.53b
+
 2005-12-09  Clint Adams  <clint@zsh.org>
 
 	* 22065: Functions/TCP/tcp_read: cope with TCP output that
diff --git a/configure.ac b/configure.ac
index 7905ae42b..0f74225dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl  support, updates, enhancements, or modifications.
 dnl
 
 AC_INIT(Src/zsh.h)
-AC_PREREQ(2.50)
+AC_PREREQ(2.53b)
 AC_CONFIG_HEADER(config.h)
 
 dnl What version of zsh are we building ?