autoconf

Spiegel

http://paketspiegel.de/autoconf-2.72.tar.xz onnlein
LFS 13.0

LFS

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

autoconf → automake

Bauen

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