diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-02-28 00:31:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-02-28 00:31:27 +0000 |
commit | 2a2c3129e436d7560de8dcfdd11191cfa6506a92 (patch) | |
tree | 4e7c7cbe8887c4c4b55d7bc053c88823197da5f6 /INSTALL | |
parent | d4c2c187a478cdfbd55cb262ba8845930764c861 (diff) | |
download | fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.gz fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.bz2 fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.zip |
Ready to ship 5.0.0.
svn path=/trunk/; revision=2393
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ Run make This should compile fetchmail for your system. If fetchmail fails to build -properly, see the FAQ section B on build-time problems. +properly, see the FAQ section B on build-time problems. Note: parallelized +make (e.g. make -j 4) fails due to some weirdness in the yacc productions. 4. INSTALL |