GNU Automake 1.10.3

This commit is contained in:
Andrius Štikonas 2021-03-25 20:39:08 +00:00
parent a63a01c56b
commit 20a4d3af9e
7 changed files with 66 additions and 0 deletions

View file

@ -273,6 +273,9 @@ get_file https://ftp.gnu.org/gnu/findutils/findutils-4.2.33.tar.gz
# libtool 2.2.4
get_file https://ftp.gnu.org/gnu/libtool/libtool-2.2.4.tar.bz2
# automake 1.10.3
get_file https://ftp.gnu.org/gnu/automake/automake-1.10.3.tar.bz2
# General cleanup
find tmp -name .git -exec rm -rf \;