Installation of Automake
Prepare Automake for compilation:
./configure --prefix=/usr
Compile the package:
make
Test the results:
make check
Install the package:
make install
And create a necessary symbolic link:
ln -s automake-1.7 /usr/share/automake