Updated
Showing
2 changed files
with
23 additions
and
0 deletions
1 | 2003-02-21 Sergey Poznyakoff | ||
2 | |||
3 | * configure.ac: New option --with-mh-bindir sets installation | ||
4 | directory for MH binaries | ||
5 | * mh/Makefile.am: Install binaries into a separate directory to | ||
6 | prevent namespace pollution. | ||
7 | * README: Updated | ||
8 | * mailbox/date.c (wdays): Two typos! Ouch... | ||
9 | * mh/README: Updated. | ||
10 | * mh/folder.c: Do not mark current folder when in fast mode | ||
11 | * mh/mh_whatnow.c: Execute default programs using full path | ||
12 | specification. | ||
13 | * mh/mh_stream.c: New file. | ||
14 | * mh/mh.h (mhdraft_stream_create): New function. | ||
15 | * mh/mh_init.c (mh_stream_to_message): Use MH draft streams. | ||
16 | |||
1 | 2003-02-20 Sergey Poznyakoff | 17 | 2003-02-20 Sergey Poznyakoff |
2 | 18 | ||
3 | * mh/README: Updated | 19 | * mh/README: Updated | ... | ... |
... | @@ -70,6 +70,13 @@ specific configuration options: | ... | @@ -70,6 +70,13 @@ specific configuration options: |
70 | Emacs using mh-e module. For more information, refer to files | 70 | Emacs using mh-e module. For more information, refer to files |
71 | README and TODO in the mh subdirectory. | 71 | README and TODO in the mh subdirectory. |
72 | 72 | ||
73 | --with-mh-bindir=DIR | ||
74 | |||
75 | By default the MH binaries are installed in ${exec_prefix}/bin/mu-mh. | ||
76 | To change this, use --with-mh-bindir option. If DIR starts with '/' | ||
77 | it is taken as an absolute path specification, otherwise ${prefix} is | ||
78 | prepended to it. | ||
79 | |||
73 | --with-virtual-pwddir=DIR | 80 | --with-virtual-pwddir=DIR |
74 | 81 | ||
75 | Use DIR instead of $sysconfdir/domain as the location of | 82 | Use DIR instead of $sysconfdir/domain as the location of | ... | ... |
-
Please register or sign in to post a comment