Collin Funk wrote:
> Here is a simple patch that fixes the conditionals when using
> --gnu-make.
Thanks, applied.
Bruno
Oops, these comments of mine apply to part 41, not part 40!
> Thanks, but there's a difference here:
> In gnulib-tool the condition was
>
> if test "${var}" = SUBDIRS && test -n "$dotfirst"; then
>
> whereas in your patch, in pygnulib/GLEmiter.py lines 804 and 1108, I see
>
>
Collin Funk wrote:
> While working on another item in the TODO, I think I found a mistake
> but it is hard for me to tell from diff'ing the output at the moment.
>
> I think the two lines I've linked are referring to the same thing.
> ...
> Shouldn't the Python one be using 'self.emitter.tests_Mak
Collin Funk wrote:
> Here is a simple patch that fixes the conditionals when using
> --gnu-make. It should be pretty easy to test with the Emacs script if
> you would like to double check.
Thanks, but there's a difference here:
In gnulib-tool the condition was
if test "${var}" = SUBDIRS &
llin Funk
Date: Mon, 4 Mar 2024 21:26:08 -0800
Subject: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 40.
Follow gnulib-tool change
2021-12-18 Bruno Haible
stdint: Fix handling of limits.h (regression 2021-12-16).
* pygnulib/GLEmiter.py (GLEmiter.lib_Makefile_am)
(GLEmiter.tests_Make