eclass/autotools: Sync with Gentoo

It's from Gentoo commit 18f979e09388597a04255a2f42c464cf5a05d512.
This commit is contained in:
Flatcar Buildbot 2024-03-25 07:12:26 +00:00 committed by Krzesimir Nowak
parent 1a7b4a563e
commit ceca5701b4

View File

@ -149,7 +149,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then
export WANT_AUTOCONF
fi
_libtool_atom=">=dev-build/libtool-2.4.7"
_libtool_atom=">=dev-build/libtool-2.4.7-r3"
if [[ -n ${WANT_LIBTOOL} ]] ; then
case ${WANT_LIBTOOL} in
none) _libtool_atom="" ;;