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