Commit e502865e e502865ec572358354effe71397188c32e4d8442 by Sergey Poznyakoff

Updated

1 parent f0264023
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
......
......@@ -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
......