From: Dan Harkless Date: Thu, 20 Jul 2000 20:14:39 +0000 (+0000) Subject: Moved Kimmo's new "--with-hash-backup" to be output with the rest of the --with X-Git-Tag: RELEASE_1_2~225 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=c4dffde1321c04eddde696b28c05c4c68d85a617;p=mmh Moved Kimmo's new "--with-hash-backup" to be output with the rest of the --with options in the configure --help output, rather than being in between two random --enable options. --- diff --git a/ChangeLog b/ChangeLog index efc679d0..f4e32df5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 17 13:11:52 2000 Dan Harkless + + * Moved Kimmo's new "--with-hash-backup" to be output with the + rest of the --with options in the configure --help output. + Tue Jul 18 19:36:59 EDT 2000 Kimmo Suominen * Added the obvious answer to Dan's question in README.developers; diff --git a/configure b/configure index 520d155d..4eb59512 100755 --- a/configure +++ b/configure @@ -15,8 +15,6 @@ ac_help="$ac_help --enable-apop enable client-side support for POP3 and APOP" ac_help="$ac_help --enable-debug enable nmh code debugging" -ac_help="$ac_help - --with-hash-backup use # as the backup prefix (default: ,)" ac_help="$ac_help --enable-masquerade[='draft_from mmailid username_extension'] enable up to 3 types of address masquerading [none]" @@ -24,6 +22,8 @@ ac_help="$ac_help --enable-mhe enable mhe support (DEFAULT)" ac_help="$ac_help --enable-pop enable client-side support for plain POP3" +ac_help="$ac_help + --with-hash-backup use # as the backup prefix (default: ,)" ac_help="$ac_help --with-hesiod=PREFIX specify location of Hesiod" ac_help="$ac_help @@ -693,21 +693,6 @@ if test x"$enable_nmh_debug" = x"yes"; then enable_debug=yes fi -# Check whether --with-hash-backup or --without-hash-backup was given. -if test "${with_hash_backup+set}" = set; then - withval="$with_hash_backup" - : -fi - -if test x"$with_hash_backup" != x -a x"$with_hash_backup" != x"no"; then - backup_prefix="#" -else - backup_prefix="," -fi -cat >> confdefs.h <> confdefs.h <