error when update autoconf2.64
configure: error: no acceptable m4 could be found in $PATH
解决办法:
wget -O m4-1.4.9.tar.gz http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
tar -zvxf m4-1.4.9.tar.gz
cd m4-1.4.9
./configure
make
make install
本文详细介绍了在尝试更新autoconf2.64时遇到m4未找到错误的解决方案,包括下载m4源代码、解压、编译和安装的步骤。
error when update autoconf2.64
解决办法:
wget -O m4-1.4.9.tar.gz http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
tar -zvxf m4-1.4.9.tar.gz
cd m4-1.4.9
./configure
make
make install

被折叠的 条评论
为什么被折叠?