[ READ-ME - Sun Jun 26 16:05:34 1994 - mini MH distribution - /mtr ]


     Safe-Tcl supports a large number of messaging functions.  These are
     supplied by MH 6.8.

     There are two ways to generate the library containing these functions.


  1. If you are already running MH 6.8, then run this command:

	% mh-6.8/build-lib.sh "MH-source-area"

     where MH-source-area is the top-level directory for your MH 6.8
     sources, e.g.,

	% mh-6.8/build-lib.sh /usr/local/src/mh-6.8

     If you are running MH on your system, then you really should use
     this option.  If you don't want to, you MUST make sure that the macros

	binpath
	etcpath

     in mh-6.8/config/config.c are pointing at the right directories!!!


  2. The second approach is to build a library from the mini MH
     distribution contained in this directory.  The only trick to this
     is you need to configure the makefiles to have the correct
     configuration information.  If you got the definition of AUXCFLAGS right
     in the top-level Makefile, then you're done.

     In addition, there is one last thing you need to configure: where your
     system keeps maildrops.  By default, Safe-Tcl will look in 

	/usr/spool/mail/$USER

     If this isn't what's used on your system, there are two solutions:

	- edit the file mh-6.8/zotnet/mts/mts.c and change
	  mmdfldir/mmdflfil accordingly 

	- create a file, /usr/local/lib/mh/mtstailor, and define these
	  two variables accordingly

     mmdfldir is the directory where maildrops live (if empty, the
     user's $HOME is used); and, mmdflfil is the maildrop file (if
     empty, $USER is used).  So, the default is created by

	mmdfldir:	/usr/spool/mail
	mmdflfil:	

				   #######
