commit: 732e197aabcb3cb107e5d719ff0b2e2597821d0f
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 4 13:59:09 2019 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 14:00:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=732e197a
bump stage1 m4-1.4.18, may work with glibc-2.28
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 89780de099..41ef7f7036 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1193,7 +1193,10 @@ bootstrap_bison() {
}
bootstrap_m4() {
- bootstrap_gnu m4 1.4.17 || bootstrap_gnu m4 1.4.16 || bootstrap_gnu m4
1.4.15
+ bootstrap_gnu m4 1.4.18 ||
+ bootstrap_gnu m4 1.4.17 ||
+ bootstrap_gnu m4 1.4.16 ||
+ bootstrap_gnu m4 1.4.15
}
bootstrap_gzip() {