One final tweak to the configure --help output for --enable-masquerade.
authorDan Harkless <dan@harkless.org>
Tue, 18 Apr 2000 00:17:50 +0000 (00:17 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 18 Apr 2000 00:17:50 +0000 (00:17 +0000)
ChangeLog
configure
configure.in
stamp-h.in

index 48b4bb2..9f90085 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 17 21:28:40 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+
+       * Scott Blachowicz pointed out that the configure --help output
+       for --enable-masquerade was misleading.  Clarified.
+       
 Mon Apr 17 19:01:00 2000 Shantonu Sen <ssen@mit.edu>
 
        * APOP support can be compiled in to inc and msgchk using
index 42044bf..4b68330 100755 (executable)
--- 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
index e008945..3caecbd 100644 (file)
@@ -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
index 84db3c4..673fec7 100644 (file)
@@ -1 +1 @@
-Mon Apr 17 19:00:19 PDT 2000
+Mon Apr 17 21:22:51 PDT 2000