mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 05:21:34 +01:00
dev-build/autoconf: Sync with Gentoo
It's from Gentoo commit ace547a13a5b37ff3ccee0d508a0d818f931f178.
This commit is contained in:
parent
fa56e1b9fe
commit
b9b897bdf1
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -64,7 +64,11 @@ src_prepare() {
|
|||||||
local ver=$(./build-aux/git-version-gen .tarball-version)
|
local ver=$(./build-aux/git-version-gen .tarball-version)
|
||||||
echo "${ver}" > .tarball-version || die
|
echo "${ver}" > .tarball-version || die
|
||||||
|
|
||||||
autoreconf -f -i || die
|
export WANT_AUTOCONF=2.5
|
||||||
|
export WANT_AUTOMAKE=1.17
|
||||||
|
# Don't try wrapping the autotools - this thing runs as it tends
|
||||||
|
# to be a bit esoteric, and the script does `set -e` itself.
|
||||||
|
./bootstrap || die
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# usr/bin/libtool is provided by binutils-apple, need gnu libtool
|
# usr/bin/libtool is provided by binutils-apple, need gnu libtool
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user