eclass/autotools: Sync with Gentoo

It's from Gentoo commit 691f40a3f2455e23e27c630b7658dd07428ac44a.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:14:33 +00:00 committed by Mathieu Tortuyaux
parent 27414b4e37
commit b6ec589aae
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -33,6 +33,7 @@ _AUTOTOOLS_ECLASS=1
[[ ${EAPI} == 6 ]] && inherit eqawarn [[ ${EAPI} == 6 ]] && inherit eqawarn
GNUCONFIG_AUTO_DEPEND=no
inherit gnuconfig libtool inherit gnuconfig libtool
# @ECLASS_VARIABLE: WANT_AUTOCONF # @ECLASS_VARIABLE: WANT_AUTOCONF
@ -164,9 +165,12 @@ fi
# @DESCRIPTION: # @DESCRIPTION:
# Contains the combination of requested automake/autoconf/libtool # Contains the combination of requested automake/autoconf/libtool
# versions in *DEPEND format. # versions in *DEPEND format.
AUTOTOOLS_DEPEND="${_automake_atom} AUTOTOOLS_DEPEND="
${GNUCONFIG_DEPEND}
${_automake_atom}
${_autoconf_atom} ${_autoconf_atom}
${_libtool_atom}" ${_libtool_atom}
"
RDEPEND="" RDEPEND=""
# @ECLASS_VARIABLE: AUTOTOOLS_AUTO_DEPEND # @ECLASS_VARIABLE: AUTOTOOLS_AUTO_DEPEND