[PATCH] Fix typo which causes test "m4_warn (bad categories)" to, fail.

2024-02-01 Thread Collin Funk
e.log.From da9480d4235ed42aabc9584674a0a874decc7317 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Thu, 1 Feb 2024 03:40:45 -0800 Subject: [PATCH] Fix typo which causes test "m4_warn (bad categories)" to fail. * lib/Autom4te/ChannelDefs.pm (report_bad_channel): Fix warning message so that it refers to

Re: [PATCH] Fix typo which causes test "m4_warn (bad categories)" to, fail.

2024-02-01 Thread Collin Funk
I figured it was from a script but I am not very familiar with the code. This patch fixes the fetch script and replaces the warning message. There is probably a better way to do it so feel free to change it. On 2/1/24 10:29 AM, Zack Weinberg wrote: > On Thu, Feb 1, 2024, at 7:00 AM, Collin F

Re: [GNU Autoconf 2.72] testsuite: 420 421 422 failed

2024-02-12 Thread Collin Funk
On 2/12/24 8:58 AM, Valentin Lefebvre via Bug reports for autoconf wrote: > From the log, we can see "checking for gcc option to enable large file > support... -D_FILE_OFFSET_BITS=64". For my understanding, for a 32bits > architecture, Should it be "-D_LARGE_FILES=1" instead ? I think that _LARG

[sr #111048] Add a syntax check to code snippets

2024-04-05 Thread Collin Funk
Follow-up Comment #2, sr #111048 (group autoconf): [comment #0 original submission:] > So the CMake project is considering adding a preliminary syntax check > (with a verbose error message) in addition to the full check (which > fails rather silently), so that such disabling does not go unnoticed:

Re: autoconf's AC_PROG_GNU_M4 macro (from m4.m4) and the --gnu flag to gm4

2024-07-20 Thread Collin Funk
Eric Gallager writes: > Hi, I'm writing because I will occasionally see messages like the > following from CI systems (specifically GitHub Actions' macOS runners) > when they attempt to run autoconf: GitHub actions should have homebrew preinstalled which you can use to get a recent version of GN