From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 554DC138334 for ; Mon, 4 Mar 2019 14:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41BC8E08D3; Mon, 4 Mar 2019 14:01:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20FFEE08D3 for ; Mon, 4 Mar 2019 14:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0860335C9F for ; Mon, 4 Mar 2019 14:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0678C527 for ; Mon, 4 Mar 2019 14:01:20 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1551708051.732e197aabcb3cb107e5d719ff0b2e2597821d0f.haubi@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 732e197aabcb3cb107e5d719ff0b2e2597821d0f X-VCS-Branch: master Date: Mon, 4 Mar 2019 14:01:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a520ff37-1493-4af1-8ebc-0462e6f07df9 X-Archives-Hash: d69a8a1800bdc051e38620c0cab265eb commit: 732e197aabcb3cb107e5d719ff0b2e2597821d0f Author: Michael Haubenwallner gentoo org> AuthorDate: Mon Mar 4 13:59:09 2019 +0000 Commit: Michael Haubenwallner gentoo 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 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() {