        This should be pretty simple.

# if you want to change the defaults
$EDITOR logtool/Makefile
$EDITOR logtool/config.h
$EDITOR logtail/Makefile
# do the above

# Then, type after me:
./configure default 	# or ./configure sco if you're a SCO UnixWare user
make 			# (and) watch for errors
make install


	This will compile, and dump the logtool binary in /usr/bin/logtool
and create the symlink /usr/bin/lt.  It will dump the config files in 
/etc/logtool (you'll probably want to season those to suit, but they should 
be somewhat tolerable by default).

	For further information, please check out the documentation (in the
./doc subdirectory).
