make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/china/Desktop/libevent-2.1.12-stable/build-aux/missing aclocal-1.16 -I m4 /home/china/Desktop/libevent-2.1.12-stable/build-aux/missing: 行 81: aclocal-1.16: 未找到命令 WARNING: 'aclocal-1.16' 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: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> Makefile:1421: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127
解决方式
1
autoreconf -ivf
起因
在linux中通过拷贝文件安装软件,执行make 操作时出现如下问题
Makefile:372: recipe for target ‘aclocal.m4’ failed