diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-06-01 14:34:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-06-01 14:34:24 +0000 |
commit | 6800887649b8ee8c21c2607d056c273821ba4b39 (patch) | |
tree | 115ca25e9145ace65a87dd9077d5dceda48d945a | |
parent | a594e4eb04aa6bfe43443d0cbb5e1ffefedfb7bb (diff) | |
download | zsh-6800887649b8ee8c21c2607d056c273821ba4b39.tar.gz zsh-6800887649b8ee8c21c2607d056c273821ba4b39.tar.xz zsh-6800887649b8ee8c21c2607d056c273821ba4b39.zip |
can't use autoconf 2.50 yet
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/zsh-development-guide | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac85a3630..778c546a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-01 Peter Stephenson <pws@csr.com> + + * 14660: Etc/zsh-development-guide: can't use autoconf 2.50 yet. + 2001-06-01 Oliver Kiddle <opk@zsh.org> * 14658: Base/Utility/_arguments, Base/Utility/_values: correctly diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 6917621b2..8cbb62d55 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -23,6 +23,10 @@ tools: 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.) + Note that configure.in has not yet been modified to work with autoconf + 2.50. Use version 2.13 until configure.in and associated files have + been updated. + * GNU m4. (Required by autoconf.) * yodl. |