summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-21 13:14:41 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-21 13:14:41 +0000
commite502865ec572358354effe71397188c32e4d8442 (patch)
tree55faa59d90be453ed28356b28134a174d09c3923
parentf0264023cebb4196a6df797bdc81eba09e4f9c30 (diff)
downloadmailutils-e502865ec572358354effe71397188c32e4d8442.tar.gz
mailutils-e502865ec572358354effe71397188c32e4d8442.tar.bz2
Updated
-rw-r--r--ChangeLog16
-rw-r--r--README7
2 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbc88b8fe..7a7c09496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-02-21 Sergey Poznyakoff
+
+ * configure.ac: New option --with-mh-bindir sets installation
+ directory for MH binaries
+ * mh/Makefile.am: Install binaries into a separate directory to
+ prevent namespace pollution.
+ * README: Updated
+ * mailbox/date.c (wdays): Two typos! Ouch...
+ * mh/README: Updated.
+ * mh/folder.c: Do not mark current folder when in fast mode
+ * mh/mh_whatnow.c: Execute default programs using full path
+ specification.
+ * mh/mh_stream.c: New file.
+ * mh/mh.h (mhdraft_stream_create): New function.
+ * mh/mh_init.c (mh_stream_to_message): Use MH draft streams.
+
2003-02-20 Sergey Poznyakoff
* mh/README: Updated
diff --git a/README b/README
index 89dde2a10..4218c3b06 100644
--- a/README
+++ b/README
@@ -70,6 +70,13 @@ specific configuration options:
Emacs using mh-e module. For more information, refer to files
README and TODO in the mh subdirectory.
+ --with-mh-bindir=DIR
+
+ By default the MH binaries are installed in ${exec_prefix}/bin/mu-mh.
+ To change this, use --with-mh-bindir option. If DIR starts with '/'
+ it is taken as an absolute path specification, otherwise ${prefix} is
+ prepended to it.
+
--with-virtual-pwddir=DIR
Use DIR instead of $sysconfdir/domain as the location of

Return to:

Send suggestions and report system problems to the System administrator.