mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Downgrade autoconf to 2.64.
This commit is contained in:
parent
db27ef0049
commit
4b3d36afb8
7 changed files with 12 additions and 12 deletions
4
sysa.py
4
sysa.py
|
|
@ -363,8 +363,8 @@ class SysA:
|
|||
# automake 1.10.3
|
||||
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.10.3.tar.bz2")
|
||||
|
||||
# autoconf 2.65
|
||||
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.bz2")
|
||||
# autoconf 2.64
|
||||
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.64.tar.bz2")
|
||||
|
||||
# gcc 4.0.4
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gcc/gcc-4.0.4/gcc-core-4.0.4.tar.bz2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue