编译出现 WARNING: 'aclocal-1.15' is missing on your system.问题解决


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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM