Replace automake 1.5 with automake 1.6.3

This commit is contained in:
Andrius Štikonas 2021-03-15 23:50:26 +00:00
parent e31ae5a8f9
commit 9fb1287f13
9 changed files with 67 additions and 123 deletions

View file

@ -228,8 +228,8 @@ get_file https://ftp.gnu.org/gnu/binutils/binutils-2.14.tar.bz2
# bash 3.2.57
get_file https://ftp.gnu.org/gnu/bash/bash-3.2.57.tar.gz
# automake 1.5
get_file https://ftp.gnu.org/gnu/automake/automake-1.5.tar.gz
# automake 1.6.3
get_file https://ftp.gnu.org/gnu/automake/automake-1.6.3.tar.bz2
# General cleanup
find tmp -name .git -exec rm -rf \;