Re: [PATCH] bootstrap: reject m4 versions only older than 1.4.8

2022-10-06 Thread Zack Weinberg
On 2022-10-06 11:18 AM, Ozkan Sezer wrote: On 10/6/22, Paul Eggert wrote: Thanks for mentioning the problem. I think the code is right here and the documentation is wrong, so I installed the attached instead. The git history says that the requirement is 1.4.8 or newer: http://git.savannah.gnu

Re: [PATCH] bootstrap: reject m4 versions only older than 1.4.8

2022-10-06 Thread Ozkan Sezer
On 10/6/22, Paul Eggert wrote: > Thanks for mentioning the problem. I think the code is right here and > the documentation is wrong, so I installed the attached instead. The git history says that the requirement is 1.4.8 or newer: http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=fec8

Re: [PATCH] bootstrap: reject m4 versions only older than 1.4.8

2022-10-05 Thread Paul Eggert
Thanks for mentioning the problem. I think the code is right here and the documentation is wrong, so I installed the attached instead. The idea is that people building from Git should have reasonably up-to-date tools, and it's not too much to ask them to have m4 1.4.16 (2011) or later.From 85c0d

[PATCH] bootstrap: reject m4 versions only older than 1.4.8

2022-10-05 Thread Ozkan Sezer
too old" >&2 exit 1 Regards. -- O.S. From 608c91ec6f234cce6de1d0ade617913a70ef8cb3 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 5 Oct 2022 23:56:28 +0300 Subject: [PATCH] bootstrap: reject m4 versions only older than 1.4.8 --- bootstrap |3 +-- 1 files changed,