Hi Collin,
> How does this patch look?
This one looks good. Applied. Thanks!
> An unintended side effect is that the './configure.ac' and
> 'configure.ac' disagreement in that gnulib-comp.m4 comment is also
> fixed. The GLConfig.py change is not needed.
Nice.
> On 3/26/24 4:46 AM, Bruno Haible
Hi Bruno,
On 3/26/24 4:46 AM, Bruno Haible wrote:
> The original code looked out for multiple AC_PREREQ invocations and
> took the maximum. For example:
> AC_PREREQ([2.64])
> AC_PREREQ([2.69])
> AC_PREREQ([2.66])
> must be treated as if it were
> AC_PREREQ([2.69])
> The
Hi Collin,
> > One point needs attention, still: In gnulib-tool.sh the code looks at
> > configure.ac and, if that does not exist, at configure.in:
> > ...
> > Whereas in main.py configure.in is not looked at:
> > ...
Thanks for getting back to this item.
But the patch does way too much, and doe
ecking on clisp or something would be enough?
CollinFrom ee1f493fb1c364c232b8d1e0aab194c1cf5dc347 Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Mon, 25 Mar 2024 16:49:58 -0700
Subject: [PATCH] gnulib-tool.py: Only process configure.ac once.
* pygnulib/GLConfig.py (GLConfig.setAutoconfFile): Don