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