commit: 8ed91f5d08301b41f1c73ad2bfe2282ffe5571e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 14:10:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 14:11:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8ed91f5d
scripts/bootstrap-prefix.sh: build m4-1.4.20
This is needed for GCC 15 / C23.
Signed-off-by: Sam James <sam <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f9cc2bb34d..7a08086e20 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1424,6 +1424,7 @@ bootstrap_bison() {
}
bootstrap_m4() {
+ bootstrap_gnu m4 1.4.20 || \
bootstrap_gnu m4 1.4.19 || \
bootstrap_gnu m4 1.4.18 # version is patched, so beware
}