From 6ac9c5dca97f6ecc5008d65f8f1e7ffcd8d6c77e Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 18 Apr 2000 00:17:50 +0000 Subject: [PATCH] One final tweak to the configure --help output for --enable-masquerade. --- ChangeLog | 5 +++++ configure | 2 +- configure.in | 2 +- stamp-h.in | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48b4bb2..9f90085 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 17 21:28:40 2000 Dan Harkless + + * Scott Blachowicz pointed out that the configure --help output + for --enable-masquerade was misleading. Clarified. + Mon Apr 17 19:01:00 2000 Shantonu Sen * APOP support can be compiled in to inc and msgchk using diff --git a/configure b/configure index 42044bf..4b68330 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ ac_help="$ac_help --enable-debug enable nmh code debugging" ac_help="$ac_help --enable-masquerade[='draft_from mmailid username_extension'] - enable 3 types of email address masquerading [none]" + enable up to 3 types of address masquerading [none]" ac_help="$ac_help --enable-mhe enable mhe support (DEFAULT)" ac_help="$ac_help diff --git a/configure.in b/configure.in index e008945..3caecbd 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ dnl Allow users to send email from addresses other than their default? undefine([masquerade])dnl AC_ARG_ENABLE(masquerade, [ --enable-masquerade[='draft_from mmailid username_extension'] - enable 3 types of email address masquerading [none]], + enable up to 3 types of address masquerading [none]], [if test x"$enable_masquerade" = x"yes"; then masquerade="draft_from mmailid username_extension" else diff --git a/stamp-h.in b/stamp-h.in index 84db3c4..673fec7 100644 --- a/stamp-h.in +++ b/stamp-h.in @@ -1 +1 @@ -Mon Apr 17 19:00:19 PDT 2000 +Mon Apr 17 21:22:51 PDT 2000 -- 1.7.10.4