Installing Automake-&automake-version;
The Automake package contains programs for generating Makefiles for use
with Autoconf.
&buildtime; &automake-time;
&diskspace; &automake-compsize;
&aa-automake-down;
&aa-automake-dep;
Installation of Automake
Prepare Automake for compilation:
./configure --prefix=/usr
Compile the package:
make
To have the results tested, issue:
make check. This takes a long time, about 5 SBUs.
Install the package:
make install
&aa-automake-shortdesc;
&aa-automake-desc;