Remove automake 1.12 and 1.13.

automake 1.15 needs autoconf 2.69, which needs automake 1.11 but
we can skip intermediate versions.

Fixes: #93
Fixes: #100
This commit is contained in:
Andrius Štikonas 2021-04-17 14:29:40 +01:00
parent 3dfe3dc0f0
commit 6e2f42c6a4
8 changed files with 0 additions and 100 deletions

View file

@ -423,12 +423,6 @@ class SysA:
# autoconf 2.69
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz")
# automake 1.12.6
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.12.6.tar.xz")
# automake 1.13.4
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.13.4.tar.xz")
# automake 1.15.1
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.15.1.tar.xz")