/home/software/TRF/missing: line 81: aclocal-1.16: command not found
001、报错如下:/home/software/TRF/missing: line 81: aclocal-1.16: command not found
002、解决方法
下载automake:
官网:https://mirrors.sjtug.sjtu.edu.cn/gnu/automake/?sort=size&order=asc
003、
tar -xzf automake-1.16.tar.gz cd automake-1.16/ ./configure
make
make install
004、再次编译