commit:     6d2d4a44b2eb9a7a93a1b3d7b847674c75cdc0de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 21:41:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 22:22:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2d4a44

autotools.eclass: update for autoconf 2.71

Closes: https://bugs.gentoo.org/827852
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/autotools.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index af50b1d70fcd..85be205c1032 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
@@ -528,7 +528,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} == "latest" ]] && export WANT_AUTOCONF=2.71
 }
 
 # @FUNCTION: autotools_run_tool

Reply via email to