
Simple install sequence for jday:

	./configure
	make
	make install

Installs three binaries in /usr/local/bin:
	/usr/local/bin/jday
	/usr/local/bin/j2d
	/usr/local/bin/dbd
the include file:
	/usr/local/include/jday.h
the library:
	/usr/local/lib/libjday.a
and a man page:
	/usr/local/man/man1/jday.

To override the default /usr/local prefix,
use the --prefix=<some other prefix>
argument to the ./configure

TESTING:
	After the jday and j2d binaries are built, run the
	shell script: RunTest to test both of those binaries.

	The PERL examples can be tested with JdayTest.pl

	The dbd - days between dates example can be tested with Testdbd

	(see also: README and jday.html in the source directory)

KNOWN BUGS:

I haven't tested the awk version very much and it is not complete
with a j2d.awk function.  Also since awk isn't uniform on all systems,
it may not function.

I'm getting some errors on Alpha linux:

./jday -d -4712/01/01 12:00:00 -> 1568704592647.000000 - FAIL
./jday -d -1/12/31 12:00:00 -> 1568706313669.000000 - FAIL

This is most likely a problem in the scanf input of the
arguments on the command line since the same date input without
the -d argument works OK.

The 64 bit environment needs to be checked.
