How can I install aclocal from the autotools bundle in Ubuntu 11.04? I tried to find it to no avail:
sudo apt-get install aclocal
sudo apt-get install autotools-dev
apt-cache search aclocal
dpkg -S aclocal
How can I install aclocal from the autotools bundle in Ubuntu 11.04? I tried to find it to no avail:
sudo apt-get install aclocal
sudo apt-get install autotools-dev
apt-cache search aclocal
dpkg -S aclocal
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