mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
Downgrade autoconf to 2.64.
This commit is contained in:
parent
b38ea19e22
commit
ad595af03d
7 changed files with 12 additions and 12 deletions
4
sysa.py
4
sysa.py
|
|
@ -359,8 +359,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