网站首页 文章专栏 aclocal-1.15 is missing on your system.
WARNING: 'aclocal-1.15' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: <http://www.gnu.org/software/automake>
无法通过yum install 下载对应的程序
在提示给出的网址中下载automake软件包,依次 ./configure
make
make install
后,错误消失。