aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-02-17 14:55:17 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-02-17 14:55:17 +0000
commit409364545520d786b65150eb49fbe7cd9af90651 (patch)
treeae12eda570426ad2bc7b539dbb94d535fa253b95
parentebe2d5763d0fb844a8c02e49b244caa6b9c63f29 (diff)
downloadfetchmail-409364545520d786b65150eb49fbe7cd9af90651.tar.gz
fetchmail-409364545520d786b65150eb49fbe7cd9af90651.tar.bz2
fetchmail-409364545520d786b65150eb49fbe7cd9af90651.zip
update
svn path=/branches/BRANCH_6-3/; revision=4689
-rw-r--r--README.svn13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.svn b/README.svn
index f8d7a4b5..799740e0 100644
--- a/README.svn
+++ b/README.svn
@@ -6,9 +6,12 @@ so the end user will not need these packages.
The prerequisite packages are:
-- GNU autoconf >= 2.54
-- GNU automake >= 1.7
-- GNU gettext >= 0.13
+- GNU autoconf >= 2.59
+- GNU automake >= 1.8
+ (editing Makefile.am to remove unsupported options may
+ work with automake-1.7, but this is neither tested nor supported)
+- GNU gettext >= 0.14.3
+ (>= 0.13 may also work, but has not been tested in a while)
- GNU m4
- bison or yacc
- flex or lex
@@ -25,9 +28,9 @@ This will take a while and may print a lot of messages containing
After that, build as usual, with
-$ ./configure --with-options
+$ ./configure --with-ssl # pick options as needed
$ make
(become root)
# make install-strip
--- Matthias Andree, 2005-09-25
+-- Matthias Andree, 2006-02-17