about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-01-08 12:59:25 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-01-08 12:59:25 +0000
commitcaea0dbeac5fe815e42c9b46cf72cca3ddc64e85 (patch)
treeef91b49c5392972d5fc345aa31c5a0699049ba57 /Etc
parenta892f5e24c60a5a77fc375aedca501152da0686c (diff)
downloadzsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.tar.gz
zsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.tar.xz
zsh-caea0dbeac5fe815e42c9b46cf72cca3ddc64e85.zip
19338 etc.: remove support for autoconf before 2.50
Diffstat (limited to 'Etc')
-rw-r--r--Etc/zsh-development-guide7
1 files changed, 3 insertions, 4 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index cba2beaed..0e9abb591 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -18,10 +18,9 @@ Tools
 To develop (as opposed to just build) zsh, you'll need a few specialised
 tools:
 
-* GNU autoconf, version 2.12 or later.  (Earlier versions mostly work,
-  but part of the configuration system now relies on part of the format
-  of the config.status files that get generated.  See the comments in
-  configure.in and at the end of Src/mkmakemod.sh for an explanation.)
+* GNU autoconf, version 2.50 or later.  This version contained
+  significant enhancements and arlier versions will no
+  longer work.
 
 * GNU m4.  (Required by autoconf.)