Adding autotools support
Created by: kakila
I forked the repository and added autottools support The main tests to try are
(assumes that we are inside the repository folder at top level)
Prepare to build
$ ./bootstrap.sh
Off-source compilation and prefix installation
$ mkdir build $ cd build build$ ../configure --prefix=$${PWD}/_inst build$ make build$ make install build$ make clean
Making a distribution (this should be the web version)
build$ make distcheck
Clean everything
build$ make distclean
There are several text files to fill. AUTHORS INSTALL README (at the moment has some of my production notes in Spanish, will be removed)