diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:39:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-04 20:39:14 +0000 |
commit | e162f641d465f7a2ad6b0a9c48d7c27e995a7492 (patch) | |
tree | 252812ae1f6546faf9aa29d7993a105e3659b659 /INSTALL | |
parent | be144127e1538a41f9f391b13375500a6ac55780 (diff) | |
download | fetchmail-e162f641d465f7a2ad6b0a9c48d7c27e995a7492.tar.gz fetchmail-e162f641d465f7a2ad6b0a9c48d7c27e995a7492.tar.bz2 fetchmail-e162f641d465f7a2ad6b0a9c48d7c27e995a7492.zip |
Document restriction on enable-nls.
svn path=/trunk/; revision=3194
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,6 +85,12 @@ To enable multilingual support using GNU gettext, configure --enable-nls +Note: for this to work, you need gettext to be included in your libc +and libintl.h to be in your system headers. This is the case on +Red Hat Linux 7.0 and up, Debian, and FreeBSD. (The author will *not* +accept patches to include a gettext build in the fetchmail tarball, +as his experience with this path has been horrible.) + Advanced configuration: Specifying --with-kerberos=DIR or --with-kerberos5=DIR will tell the |