Add autoconf 2.13.

This commit is contained in:
Andrius Štikonas 2021-02-27 20:07:04 +00:00
parent 755572903e
commit 607991542d
6 changed files with 25 additions and 0 deletions

View file

@ -207,6 +207,9 @@ get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.52.tar.gz
# automake 1.4-p6
get_file https://ftp.gnu.org/gnu/automake/automake-1.4-p6.tar.gz
# autoconf 2.13
get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz
# General cleanup
find tmp -name .git -exec rm -rf \;