commit: 864388608956c07ddfc765f6c4f1ab72234631f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 00:54:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 00:55:00 2023 +0000
URL:
https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=86438860
ac-wrapper.sh: adapt to autoconf-2.72
Signed-off-by: Sam James <sam <AT> gentoo.org>
ac-wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ac-wrapper.sh b/ac-wrapper.sh
index 9499ace..ae08ff9 100755
--- a/ac-wrapper.sh
+++ b/ac-wrapper.sh
@@ -79,7 +79,7 @@ fi
# Set up bindings between actual version and WANT_AUTOCONF;
# Start with last known versions to speed up lookup process.
#
-LAST_KNOWN_VER="71"
+LAST_KNOWN_VER="72"
vers="9999"
vers="${vers} $(printf '2.%s ' `seq ${LAST_KNOWN_VER} -1 50`)"