Add libtool 2.4.7

Instead of using the pre-generated "bootstrap" script, execute the
relevant bootstrap operations manually. This doesn't actually change
the build output; the final package hash remains identical.
This commit is contained in:
Dor Askayo 2022-09-04 11:06:28 +03:00
parent e9d53f1e6e
commit 5aae443d65
9 changed files with 229 additions and 11 deletions

View file

@ -89,6 +89,10 @@ class SysC(SysGeneral):
# automake 1.11.2
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2")
# libtool 2.4.7
self.get_file(["https://mirrors.kernel.org/gnu/libtool/libtool-2.4.7.tar.xz",
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-a521820.tar.gz"])
# autoconf 2.69
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz")