DEPENDENCIES
============
For asapm you need xpm library. From the xpmlib manual:
New XPM updates are announced on the comp.windows.x newsgroup, and on the
"xpm-talk" list. All new "official" XPM releases can be found by ftp on:

    ftp.x.org          (18.112.44.100) contrib   (Boston, USA)
    koala.inria.fr     (138.96.24.30) pub/xpm    (Sophia Antipolis, France)

INSTALLATION USING autoconf
===========================
To install the asapm on your system:
	
	./configure

	make

	make install

Use the supplied example of the asapmrc file. Copy it
to ~/.asapmrc and customize to suit your needs.

INSTALLATION WITHOUT USING autoconf
===================================
You can also use the old makefile that I moved to Makefile.UNIX
if you like or if you do not have autoconfigure. Just copy the
file to Makefile and then

	Check the Makefile to make sure that 
	the pathes are suitable for your system.

	make

	make install

Use the supplied example of the asapmrc file. Copy it
to ~/.asapmrc and customize to suit your needs.

