Im trying to run a c++ program on github. (available at the following link https://github.com/mortehu/text-classifier)
I have a mac, and am trying to run it in the t
The problem is not automake package, is the repository
automake
sudo apt-get install automake
Installs version aclocal-1.4, that's why you can't find 1.5 (In Ubuntu 14,15)
aclocal-1.4
1.5
Use this script to install latest https://github.com/gp187/nginx-builder/blob/master/fix/aclocal.sh