aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-27 06:57:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-27 06:57:36 +0000
commit4917514b49d5893d2bc71f5d2deb021c646da1ed (patch)
treef239f9284e1868ab60c0131b13724526f3980593 /INSTALL
parent10bd337ff3891c96bec7719e926bd11842519c5f (diff)
downloadfetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.tar.gz
fetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.tar.bz2
fetchmail-4917514b49d5893d2bc71f5d2deb021c646da1ed.zip
First cut at being able to specify a Kerberos directory.
svn path=/trunk/; revision=1125
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5581f54f..50c6cd7c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,10 @@ 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.
+Specifying --with-kerberos=DIR will tell the fetchmail build process to
+look in DIR for Kerberos support. Configure normally looks in /usr/kerberos
+and /usr/athena; if you specify this option it will look in DIR first.
+
If you want to build for debugging,
CFLAGS=-g LDFLAGS=" " ./configure