Installed programs: acinstall, aclocal, aclocal-1.10, automake,
automake-1.10, compile, config.guess, config.sub,
depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
py-compile, symlink-tree, and ylwrap
The Automake package contains programs for generating Makefiles for use with Autoconf.
Prepare Automake for compilation:
./configure --prefix=/usr
Compile the package:
make
To test the results, issue: make check. This takes a long time, about 10 SBUs.
Install the package:
make install