1. ubuntu14.04 出現這個問題,需要手動安裝
Automake-1.15
2. 下載地址:
http://ftp.gnu.org/gnu/automake/
http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
3. 編譯
./configure --docdir=/usr/share/doc/automake-1.15
make
4. 安裝
sudo make install
就可以了。
原文鏈接:https://blog.csdn.net/semilog/article/details/83818620