编译出现 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

上一篇:海思平台编译环境搭建-额外(不包含在官方文档内)


下一篇:浅谈微信小程序生命周期