Re: gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR.

2024-04-07 Thread Collin Funk
On 4/7/24 4:48 AM, Bruno Haible wrote: > So, I'm adding a comment about it: Thanks! I should have remembered to do that, sorry... Collin

Re: gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR.

2024-04-07 Thread Bruno Haible
Hi Collin, > It seems that gettext catches a lot of issues with gnulib-tool.py... Thanks! I've applied both patches. > Since joinpath() uses os.path.norm(), it will see '$(top_srcdir)/..' > and delete both path components. This is incorrect. So, I'm adding a comment about it: 2024-04-07 Brun

Re: gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR.

2024-04-06 Thread Collin Funk
Hi Bruno, On 4/6/24 9:37 AM, Bruno Haible wrote: > OK, I have added it to the test suite now. (Also because one of its > gnulib-tool > invocations uses two --local-dir options — which we haven't had in the test > suite so far.) Thanks! Yes, I remember you had to explain how gettext uses --local-

Re: gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR.

2024-04-06 Thread Bruno Haible
Collin Funk wrote: > It seems that gettext catches a lot of issues with gnulib-tool.py... OK, I have added it to the test suite now. (Also because one of its gnulib-tool invocations uses two --local-dir options — which we haven't had in the test suite so far.) I'll reply to your patches later. B

gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR.

2024-04-06 Thread Collin Funk
c85b94e474a4921f59f04 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 6 Apr 2024 05:57:51 -0700 Subject: [PATCH 2/3] gnulib-tool.py: Use auxdir as given by AC_CONFIG_AUX_DIR. * pygnulib/GLImport.py (GLImport.__init__): Don't modify the path given by AC_CONFIG_AUX_DIR by prefixing it