diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-05-24 11:21:11 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-05-24 11:21:11 +0000 |
commit | 7e478bd1c24cac48c9554316343e46ec18ddc475 (patch) | |
tree | 24237afab7cb2b1c4ae5832046160a616c361e79 | |
parent | bb2d763328f07fb9291a8720463b60ffd23e741b (diff) | |
download | fetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.tar.gz fetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.tar.bz2 fetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.zip |
Document autoconf requirement.
svn path=/branches/BRANCH_6-3/; revision=5187
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ fetchmail 6.3.9 (not yet released): Fixes BerliOS Bug #13207 (reported + fix suggested by Terry Brown). # CHANGES: +* autoconf 2.60 is now required to build fetchmail; it uses + AC_USE_SYSTEM_EXTENSIONS to replace AC_AIX, AC_MINIX, and the like. * Removed dead FETCHMAIL_DEBUG code from fetchmail.h that was disabled by default with no switches in configure to enable it. However, the macro would have been prone to a symlink attack. Found by Nico Golde. |