How to overcome “'aclocal-1.15' is missing on your system” warning?

后端 未结 9 1894
有刺的猬
有刺的猬 2020-12-12 11:44

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

9条回答
  •  猫巷女王i
    2020-12-12 11:51

    The problem is not automake package, is the repository

    sudo apt-get install automake

    Installs version aclocal-1.4, that's why you can't find 1.5 (In Ubuntu 14,15)

    Use this script to install latest https://github.com/gp187/nginx-builder/blob/master/fix/aclocal.sh

提交回复
热议问题