aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-05-24 11:21:11 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-05-24 11:21:11 +0000
commit7e478bd1c24cac48c9554316343e46ec18ddc475 (patch)
tree24237afab7cb2b1c4ae5832046160a616c361e79
parentbb2d763328f07fb9291a8720463b60ffd23e741b (diff)
downloadfetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.tar.gz
fetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.tar.bz2
fetchmail-7e478bd1c24cac48c9554316343e46ec18ddc475.zip
Document autoconf requirement.
svn path=/branches/BRANCH_6-3/; revision=5187
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d07b63b..0f5de772 100644
--- a/NEWS
+++ b/NEWS
@@ -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.