m4

https://www.gnu.org/software/m4

https://ftp.gnu.org/gnu/m4

Spiegel

http://paketspiegel.de/m4-1.4.21.tar.xz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/m4.html

https://lfs.daniel-schildt.de/systemd/chapter06/m4.html

m4 → bc

m4 → ncurses

Bauen

BAU=/bau cd $BAU pwd if [ ! -e m4-1.4.21.tar.xz ] then wget http://paketspiegel.de/m4-1.4.21.tar.xz fi if [ -d m4-1.4.21 ] then rm --force --recursive m4-1.4.21 fi tar --extract -f m4-1.4.21.tar.xz cd m4-1.4.21 pwd cd .. pwd