Prerequisite

    * ANSI/ISO Standard C compiler
    * mhash (http://mhash.sourceforge.net/)
      mhash is included in the distribution.

How to use autotools?

    $ sh srclib/extract.sh
    $ autoreconf -i

    On Mac OS X 10.4...

    $ LIBTOOLIZE=/usr/bin/glibtoolize autoreconf -i

How to build?

    $ sh configure --disable-shared --prefix=...
    $ make
    $ make check-am
    $ make install-am
