
INSTALL:
--------


$ aclocal -I macros && automake -a
$ autoconf
$ ./configure
$ make install

Do not take care to the warnings coming from aclocal or automake executions 
(they are only warnings).



