Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Mon, 04 Mar 2019 14:01:24
Message-Id: 1551708051.732e197aabcb3cb107e5d719ff0b2e2597821d0f.haubi@gentoo
1 commit: 732e197aabcb3cb107e5d719ff0b2e2597821d0f
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 4 13:59:09 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 14:00:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=732e197a
7
8 bump stage1 m4-1.4.18, may work with glibc-2.28
9
10 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 89780de099..41ef7f7036 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1193,7 +1193,10 @@ bootstrap_bison() {
20 }
21
22 bootstrap_m4() {
23 - bootstrap_gnu m4 1.4.17 || bootstrap_gnu m4 1.4.16 || bootstrap_gnu m4 1.4.15
24 + bootstrap_gnu m4 1.4.18 ||
25 + bootstrap_gnu m4 1.4.17 ||
26 + bootstrap_gnu m4 1.4.16 ||
27 + bootstrap_gnu m4 1.4.15
28 }
29
30 bootstrap_gzip() {