• [gentoo-dev] [PATCH 4/4] autotools.eclass: update for autoconf 2.71

    From Sam James@21:1/5 to All on Mon Jan 17 12:40:02 2022
    Closes: https://bugs.gentoo.org/827852
    Signed-off-by: Sam James <sam@gentoo.org>
    ---
    eclass/autotools.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
    index 5250b28042ee2..5568cca505d78 100644
    --- a/eclass/autotools.eclass
    +++ b/eclass/autotools.eclass
    @@ -95,7 +95,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then
    none) _autoconf_atom="" ;; # some packages don't require autoconf at all
    2.1) _autoconf_atom="~sys-devel/autoconf-2.13" ;;
    # if you change the "latest" version here, change also autotools_env_setup
    - latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.69" ;;
    + latest|2.5) _autoconf_atom=">=sys-devel/autoconf-2.71" ;;
    *) die "Invalid WANT_AUTOCONF value '${WANT_AUTOCONF}'" ;;
    esac
    export WANT_AUTOCONF
    @@ -524,7 +524,7 @@ autotools_env_setup() {
    [[ ${WANT_AUTOMAKE} == "latest" ]] && \
    die "Cannot find the latest automake! Tried ${_LATEST_AUTOMAKE[*]}"
    fi
    - [[ ${WANT_AUTOCONF} == "latest" ]] && export WANT_AUTOCONF=2.5
    + [[ ${WANT_AUTOCONF} =