eclass/autotools: Sync with Gentoo

It's from Gentoo commit 2b5a13c5a6b9f6e8d8fba44a1ad6577a35198459.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:07:37 +00:00 committed by Krzesimir Nowak
parent 781ce78935
commit ab3ad51fa2

View File

@ -32,6 +32,7 @@ case ${EAPI} in
esac esac
GNUCONFIG_AUTO_DEPEND=no GNUCONFIG_AUTO_DEPEND=no
LIBTOOL_AUTO_DEPEND=no
inherit gnuconfig libtool inherit gnuconfig libtool
# @ECLASS_VARIABLE: WANT_AUTOCONF # @ECLASS_VARIABLE: WANT_AUTOCONF
@ -152,6 +153,7 @@ fi
# versions in *DEPEND format. # versions in *DEPEND format.
AUTOTOOLS_DEPEND=" AUTOTOOLS_DEPEND="
${GNUCONFIG_DEPEND} ${GNUCONFIG_DEPEND}
${LIBTOOL_DEPEND}
${_automake_atom} ${_automake_atom}
${_autoconf_atom} ${_autoconf_atom}
${_libtool_atom} ${_libtool_atom}