Closed ShoufaChen closed 4 years ago
I manually install M4 on the local path and export:
wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
tar -xvf m4-1.4.9.tar.gz
cd m4-1.4.9
./configure --prefix=/home/xxx/app/usr/local/m4
export PATH=/home/xxx/app/usr/local/m4/bin/:$PATH
Hi, I run
but failed with the following info: