diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-12-09 19:20:02 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-12-09 19:20:02 +0000 |
commit | 00a88277bd5ab94a8e9b3a5a6c7d4e3c5a5dabbd (patch) | |
tree | 99eecf4280ff77ae146e26141780bda0d54ed2f9 | |
parent | b9262b0cbbb6887907133eca671e22d83fd3d808 (diff) | |
download | zsh-00a88277bd5ab94a8e9b3a5a6c7d4e3c5a5dabbd.tar.gz zsh-00a88277bd5ab94a8e9b3a5a6c7d4e3c5a5dabbd.tar.xz zsh-00a88277bd5ab94a8e9b3a5a6c7d4e3c5a5dabbd.zip |
require 2.53b of autoconf for AC_PROG_EGREP
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
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 ? |