summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-03-04 14:59:09 +0100
committerMichael Haubenwallner <haubi@gentoo.org>2019-03-04 15:00:51 +0100
commit732e197aabcb3cb107e5d719ff0b2e2597821d0f (patch)
tree9505f8c61c91cb0081177cf0d2e284f126564210
parentsys-apps/portage: version bump (diff)
downloadprefix-732e197aabcb3cb107e5d719ff0b2e2597821d0f.tar.gz
prefix-732e197aabcb3cb107e5d719ff0b2e2597821d0f.tar.bz2
prefix-732e197aabcb3cb107e5d719ff0b2e2597821d0f.zip
bump stage1 m4-1.4.18, may work with glibc-2.28
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh5
1 files changed, 4 insertions, 1 deletions
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() {