tar -xjf m4-1.4.16.tar.bz2 cd m4-1.4.16 sed -i -e '/gets is a/d' lib/stdio.in.h ./configure --prefix=/tools make && make check && make install cd .. rm -fr m4-1.4.16