Estimated build time: 0.03 SBU Estimated required disk space: 6 MB |
Last checked against version 1.6.2.
Automake generates Makefile.in files, intended for use with Autoconf.
Automake installs the following:
acinstall, aclocal, aclocal-1.6, automake, automake-1.6, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, ylwrap
Last checked against version 1.5.
Bash: sh
Diffutils: cmp
Fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
Grep: fgrep, grep
Make: make
Perl: perl
Sed: sed
Sh-utils: echo, expr, hostname, sleep
Texinfo: install-info
Textutils: cat, tr
Prepare Automake to be compiled:
./configure --prefix=/usr |
Continue with compiling and installing the package:
make install |
Create a necessary symbolic link:
ln -s automake-1.7 /usr/share/automake |