Add autoconf 2.71.

This commit is contained in:
Andrius Štikonas 2021-10-09 22:21:23 +01:00
parent d5d234225e
commit afa162397c
16 changed files with 57 additions and 16 deletions

View file

@ -150,6 +150,9 @@ class SysC(SysGeneral):
self.get_file(["https://www.cpan.org/src/5.0/perl-5.32.1.tar.xz",
"https://salsa.debian.org/perl-team/interpreter/perl/-/archive/5f2dc80/perl-5f2dc80.tar.bz2"])
# autoconf 2.71
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.71.tar.xz")
# automake 1.16.3
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.16.3.tar.xz")