Re: [PATCH] gnulib-tool.py: Fix write failure due to bad sourcebase.

2024-03-14 Thread Collin Funk
Hi Bruno, On 3/14/24 7:38 AM, Bruno Haible wrote: > This patch looks better than the previous one, that added a > setSourceBase('lib') invocation. Applied. Thanks! Yes, that was more just me trying to explain the cause of the issue. I didn't have a good solution at the time. This patch was based

Re: [PATCH] gnulib-tool.py: Fix write failure due to bad sourcebase.

2024-03-14 Thread Bruno Haible
Hi Collin, > This patch should fix gnulib-tool.py when running > 'gnulib-tool.py --add-import' in OATH Toolkit. > > It appears that gnulib-tool.py was not picking up the m4 directories > correctly. This means that when the GLImport object was created it > could not find the gnulib-cache.m4 file c

[PATCH] gnulib-tool.py: Fix write failure due to bad sourcebase.

2024-03-13 Thread Collin Funk
a few whitespace differences, and then a few lines that still need to be fixed. Not looking too bad though. CollinFrom c756cb0e6fbb73a6d9cd19339fbd846cd05d3d40 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 13 Mar 2024 19:21:44 -0700 Subject: [PATCH] gnulib-tool.py: Fix write failure due