mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 05:45:23 +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
|
|
@ -1,23 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
autoreconf-2.69 -f
|
||||
|
||||
rm doc/automake-history.info
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true CC=tcc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes aclocal to work with our Perl
|
||||
|
||||
--- aclocal.in 2021-03-31 18:19:50.665806225 +0100
|
||||
+++ aclocal.in 2021-03-31 18:20:02.836132739 +0100
|
||||
@@ -42,6 +42,7 @@
|
||||
use Automake::XFile;
|
||||
use Automake::FileUtils;
|
||||
use File::Basename;
|
||||
+use File::Glob;
|
||||
use File::Path ();
|
||||
|
||||
# Some globals.
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
autoreconf-2.69 -f
|
||||
|
||||
rm doc/automake-history.info
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make MAKEINFO=true CC=tcc
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
Fixes aclocal to work with our Perl
|
||||
|
||||
--- aclocal.in 2021-03-31 18:19:50.665806225 +0100
|
||||
+++ aclocal.in 2021-03-31 18:20:02.836132739 +0100
|
||||
@@ -42,6 +42,7 @@
|
||||
use Automake::XFile;
|
||||
use Automake::FileUtils;
|
||||
use File::Basename;
|
||||
+use File::Glob;
|
||||
use File::Path ();
|
||||
|
||||
# Some globals.
|
||||
|
|
@ -16,10 +16,6 @@ build automake-1.11.2
|
|||
|
||||
build autoconf-2.69
|
||||
|
||||
build automake-1.12.6
|
||||
|
||||
build automake-1.13.4
|
||||
|
||||
build automake-1.15.1
|
||||
|
||||
build tar-1.34
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue