automake 1.17 = https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz ``` sh *** patch *** sed -i 's|@datadir@|/pkg/gnu/share|g' bin/aclocal.in ``` ``` sh *** build *** ./configure --prefix=/pkg/gnu/automake make -j$(nproc) make install ``` ``` cfg *** build deps *** make ```