comparison INSTALL @ 34484:1db330e58c71

No need for --with-pop anymore.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 12 Dec 2000 15:04:06 +0000
parents c41a9a242fed
children 64dfbe3c76d5
comparison
equal deleted inserted replaced
34483:eccf7d43bead 34484:1db330e58c71
161 The `--with-gcc' option specifies that the build process should 161 The `--with-gcc' option specifies that the build process should
162 compile Emacs using GCC. If you don't want to use GCC, specify 162 compile Emacs using GCC. If you don't want to use GCC, specify
163 `--with-gcc=no'. If you omit this option, `configure' will search 163 `--with-gcc=no'. If you omit this option, `configure' will search
164 for GCC in your path, and use it if present. 164 for GCC in your path, and use it if present.
165 165
166 If you want the Emacs mail reader RMAIL to read mail from a POP 166 The Emacs mail reader RMAIL is configured to be able to read mail from
167 server, you must specify `--with-pop'. This provides support for the 167 a POP3 server by default. Versions of the POP protocol older than
168 POP3 protocol; older versions are not supported. For 168 POP3 are not supported. For Kerberos-authenticated POP add
169 Kerberos-authenticated POP add `--with-kerberos', for Hesiod support 169 `--with-kerberos', for Hesiod support add `--with-hesiod'. While POP3
170 add `--with-hesiod'. These options enable Emacs to use POP; whether 170 is always enabled, whether Emacs actually uses POP is controlled by
171 Emacs uses POP is controlled by individual users--see the Rmail 171 individual users--see the Rmail chapter of the Emacs manual.
172 chapter of the Emacs manual.
173 172
174 For image support you may have to download, build, and install the 173 For image support you may have to download, build, and install the
175 appropriate image support libraries for image types other than XBM and 174 appropriate image support libraries for image types other than XBM and
176 PBM, see the list of URLs in "ADDITIONAL DISTRIBUTION FILES" above. 175 PBM, see the list of URLs in "ADDITIONAL DISTRIBUTION FILES" above.
177 (Note that PNG support requires libz in addition to libpng.) 176 (Note that PNG support requires libz in addition to libpng.)