diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 23:19:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 23:19:38 +0000 |
commit | 4e16c3808e228a1ea458503240235ee7ee2c0377 (patch) | |
tree | 763e1a2da0914bac2e334138469d7236017f7ad7 /INSTALL | |
parent | d7d0aaf8eb2f802f373a0b011bda6f23883c7c3a (diff) | |
download | fetchmail-4e16c3808e228a1ea458503240235ee7ee2c0377.tar.gz fetchmail-4e16c3808e228a1ea458503240235ee7ee2c0377.tar.bz2 fetchmail-4e16c3808e228a1ea458503240235ee7ee2c0377.zip |
James Brister's BSD/OS changes.
svn path=/trunk/; revision=1139
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -32,7 +32,13 @@ 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. +and /usr/athena; if you specify this option with an argument it will look +in DIR first. + +Unfortunately, there doesn't seem to be good standardization of where +Kerberos lives. If your configuration doesn't match one of the four +that fetchmail's configure.in knows about, you may find you have to +hand-hack the Makefile a bit. If you want to build for debugging, |