mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 13:55:24 +01:00
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:
parent
3dfe3dc0f0
commit
6e2f42c6a4
8 changed files with 0 additions and 100 deletions
6
sysa.py
6
sysa.py
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue