The Autotools
Brief introduction
The autotools (autoconf, automake, and the associated libtools and M4) are the basis of most build systems. They produce the configure script, as well as the "Makefile" files in each relevant directory. In order to build ABINIT from the bzr repository, the developer must have installed the autotools on his/her computer.
External links
http://www.gnu.org/software/autoconf/manual
http://www.gnu.org/software/automake/manual
http://www.gnu.org/software/libtool/manual
http://www.gnu.org/software/m4/manualInternal links
Install Autotools (Downloading and installing GNU Software for ABINIT)
Particulars
How to use the autotools in the context of ABINIT ?

