mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
require 2.53b of autoconf for AC_PROG_EGREP
This commit is contained in:
parent
b9262b0cbb
commit
00a88277bd
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue