http://paketspiegel.de/automake-1.18.1.tar.xz onnlein
LFS 13.0
https://lfs.daniel-schildt.de/systemd/chapter08/automake.html
automake → openssl
BAU=/bau cd $BAU pwd if [ ! -e automake-1.18.1.tar.xz ] then wget http://paketspiegel.de/automake-1.18.1.tar.xz fi if [ -d automake-1.18.1 ] then rm --force --recursive automake-1.18.1 fi tar --extract -f automake-1.18.1.tar.xz cd automake-1.18.1 pwd cd .. pwd