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
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
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
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:
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