David on nmh-workers said "that looks like a relic that can be removed".
--mandir=DIR (DEFAULT is ${prefix}/man)
nmh's man pages are installed here.
---enable-debug
- Enable debugging support.
-
--with-editor=EDITOR (DEFAULT is vi)
specify the full path of the default editor to use. If this
option is not given, then the configuration process will search
## targets because they will be used so infrequently, if at all.
##
gcov:
- @if ./config.status --config | grep -e --enable-debug >/dev/null; then \
- echo For best results with gcov, configure without --enable-debug; \
- fi
@echo rebuilding with AM_CFLAGS=--coverage . . .
@(make clean && make AM_CFLAGS=--coverage) > /dev/null && \
make check AM_CFLAGS=--coverage
dnl CHECK COMMAND LINE OPTIONS
dnl --------------------------
-dnl Do you want to debug nmh?
-AC_ARG_ENABLE([debug],
- AS_HELP_STRING([--enable-debug],[enable nmh code debugging]))
-
dnl Do you want client-side support for using SASL for authentication?
dnl Note that this code will be enabled for both POP and SMTP
AC_ARG_WITH([cyrus-sasl], AS_HELP_STRING([--with-cyrus-sasl],
[ "$config_oauth" = y ] && \
config_opts="$config_opts --with-oauth"
[ $config_debug = y ] && \
- config_opts="$config_opts --enable-debug --enable-assert"
+ config_opts="$config_opts --enable-assert"
#### dotlocking, the usual default, requires chgrp and chmod of inc.
installpriv=
- Fewer lseek(2)s will be used when reading headers in the common case.
- Single-character headers can be reliably formatted, etc., instead of
apparently being missing.
+- ./configure's --enable-debug has been removed; it did nothing.
-----------------
OBSOLETE FEATURES