DEPENDENCIES
============
For astime 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 WITH autoconf
==========================
To install the astime on your system:

        ./configure

	make

	make install

Now you can copy one of the files
	sample.astimerc 
	default.astimerc
	modern.astimerc
	thick.astimerc
to ~/.astimerc and customize it to your liking.
"sample.astimerc" provides a look somewhat like xclock and the
"default.astimerc" provides the pre-2.0 default look.

INSTALLATION WITHOUT autoconf
=============================
To install the astime on your system:
	
	Copy the Makefile.UNIX to Makefile

	check if the paths are correct for
	your system in the Makefile

	make

	make install

Now you can copy one of the files
	sample.astimerc 
	default.astimerc
	modern.astimerc
	thick.astimerc
to ~/.astimerc and customize it to your liking.
"sample.astimerc" provides a look somewhat like xclock and the
"default.astimerc" provides the pre-2.0 default look.

