]> Pileus Git - ~andy/fetchmail/blobdiff - INSTALL
Merge branch 'legacy_63'
[~andy/fetchmail] / INSTALL
diff --git a/INSTALL b/INSTALL
index 008dc0acd39980265cd702281d6ceb0bdc184ff8..b361a921a3ded9a8a221d5cc4ba1fe5acea13341 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 INSTALL Instructions for fetchmail
 ==================================
 
-Building from subversion (SVN) repository: see README.svn
+Building from Git repository: see README.git
 
 Packagers and port/emerge maintainers: see README.packaging.
 
@@ -15,6 +15,9 @@ distribution, answers the most common questions about configuring and
 running fetchmail.
 ---------------------------------------------------------------------
 
+NOTE  This is an alpha version that has not been thoroughly tested!
+=====
+
 
 1. PREPARATIONS: USEFUL THINGS TO INSTALL FIRST
 
@@ -82,11 +85,6 @@ The configure script accepts certain standard configuration options.
 These include --prefix, --exec-prefix, --bindir, --infodir, --mandir,
 and --srcdir.  Do 'configure --help' for more.
 
-POP2 support is no longer compiled in by default, as POP2 is way obsolete
-and there don't seem to be any live servers for it anymore.  You can
-configure it back in if you want with 'configure --enable-POP2', but
-leaving it out cuts the executable's size slightly.
-
 Support for CompuServe's RPA authentication method (rather similar to
 APOP) is available but also not included in the standard build.  You
 can compile it in with 'configure --enable-RPA'.