1.M4 : http://ftp.gnu.org/gnu/m4/
2.autoconf : http://ftp.gnu.org/gnu/automake/
3.automake : http://ftp.gnu.org/gnu/autoconf/
顺序安装:M4 -> autoconf -> automake
安装:
依次解压文件
tar -xf xxx
在进入:CD
在执行以下动作
./configure
make
make check
make install