# Note: depends on perl # Note: depends on autoconf wget -c http://ftp.gnu.org/gnu/automake/automake-1.16.2.tar.xz tar -xJf automake-1.16.2.tar.xz cd automake-1.16.2 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install