GNU Automake 1.11.2.

This commit is contained in:
Andrius Štikonas 2021-03-28 23:18:33 +01:00
parent c345001ee8
commit 838a1bfb90
8 changed files with 51 additions and 2 deletions

View file

@ -282,6 +282,9 @@ get_file https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
# xz 5.0.5
get_file https://tukaani.org/xz/xz-5.0.5.tar.bz2
# automake 1.11.2
get_file https://ftp.gnu.org/gnu/automake/automake-1.11.2.tar.bz2
# General cleanup
find tmp -name .git -exec rm -rf \;