mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
eclass/autotools: Sync with Gentoo
It's from Gentoo commit 691f40a3f2455e23e27c630b7658dd07428ac44a.
This commit is contained in:
parent
27414b4e37
commit
b6ec589aae
@ -33,6 +33,7 @@ _AUTOTOOLS_ECLASS=1
|
||||
|
||||
[[ ${EAPI} == 6 ]] && inherit eqawarn
|
||||
|
||||
GNUCONFIG_AUTO_DEPEND=no
|
||||
inherit gnuconfig libtool
|
||||
|
||||
# @ECLASS_VARIABLE: WANT_AUTOCONF
|
||||
@ -164,9 +165,12 @@ fi
|
||||
# @DESCRIPTION:
|
||||
# Contains the combination of requested automake/autoconf/libtool
|
||||
# versions in *DEPEND format.
|
||||
AUTOTOOLS_DEPEND="${_automake_atom}
|
||||
AUTOTOOLS_DEPEND="
|
||||
${GNUCONFIG_DEPEND}
|
||||
${_automake_atom}
|
||||
${_autoconf_atom}
|
||||
${_libtool_atom}"
|
||||
${_libtool_atom}
|
||||
"
|
||||
RDEPEND=""
|
||||
|
||||
# @ECLASS_VARIABLE: AUTOTOOLS_AUTO_DEPEND
|
||||
|
Loading…
Reference in New Issue
Block a user