How do I install aclocal?
I had to install automake
instead of aclocal
directly with 11.10.
Example:
sudo apt-get install autotools-dev
sudo apt-get install automake
This was answered by the original user
You need to install automake
since m4
is a dependency:
sudo apt-get install autotools-dev
Then install aclocal
via apt-get