Prerequisite

    * ANSI/ISO Standard C compiler
    * mhash (http://mhash.sourceforge.net/)

How to use autotools?

    $ sh srclib/extract.sh
    $ autoreconf -i

    If you want to use glibtoolize instead of libtoolize,

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

How to build?

    $ sh configure --disable-shared
    $ make
    $ make check
    $ make install-am
