Installation of Automake
Prepare Automake to be compiled:
./configure --prefix=/usr
Continue with compiling the package:
make
make check
And finish off installing the package:
make install
Create a necessary symbolic link:
ln -s automake-1.7 /usr/share/automake