aclocal-1.13: command not found

the reason:

  The project compiled copied to the system is not the same version of the system, and then compilation such issues.

Solution:

  yum install automake autoconf

  yum install libtool

  autoreconf -ivf

  Execute the above command line, you can solve such problems

 

Reproduced in: https: //www.cnblogs.com/coolYuan/p/11038768.html

Guess you like

Origin blog.csdn.net/weixin_34415923/article/details/93162041