Re: [PATCH] gcc/configure: Check for makeinfo 5.0 or newer

2025-06-08 Thread Henrik Lindström
Hmm okay. Doesn't seem to work for me on latest master at least. Here's the error i'm getting with makeinfo 4.13: ../../gcc/doc//invoke.texi:249: warning: unlikely character , in @var. ../../gcc/doc//invoke.texi:3801: warning: unlikely character , in @var. ../../gcc/doc//invoke.texi:5247: warning

Re: [PATCH] gcc/configure: Check for makeinfo 5.0 or newer

2025-06-08 Thread Jeff Law
On 6/7/25 4:11 AM, Henrik Lindström wrote: The build fails with older versions. Signed-off-by: Henrik Lindström --- gcc/configure| 2 +- gcc/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) I think that was just a bug in our documentation that was subsequently f

[PATCH] gcc/configure: Check for makeinfo 5.0 or newer

2025-06-07 Thread Henrik Lindström
The build fails with older versions. Signed-off-by: Henrik Lindström --- gcc/configure| 2 +- gcc/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/configure b/gcc/configure index 776b0628c60..632fa6cb864 100755 --- a/gcc/configure +++ b/gcc/configure @@