diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 04:28:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-11 04:28:16 +0000 |
commit | 5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0 (patch) | |
tree | 657366d4a2494cb92c1e1dfd0cbc36e2fa893abb /INSTALL | |
parent | 566cab9427e5d6ce8bdff82d911ec76662ca7927 (diff) | |
download | fetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.tar.gz fetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.tar.bz2 fetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.zip |
Normal build is now with POP2 disabled and optimization on.
svn path=/trunk/; revision=1080
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -22,7 +22,18 @@ variable CC before you run configure. The configure script accepts certain standard configuration options. These include --prefix, --exec-prefix, --bindir, --infodir, --mandir, -and --srcdir. Do `config --help' for more. +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. + +If you want to build for debugging, + + CFLAGS=-g LDFLAGS=" " ./configure + +will do that. If you're running QNX, edit the distributed Makefile directly. The QNX values for various macros are there but commented out; all you |