Re: gnulib-tool: Add undocumented option --gnulib-dir

2024-03-19 Thread Bruno Haible
I did: > 2024-03-17 Bruno Haible > > gnulib-tool: Add undocumented option --gnulib-dir. Two more tweaks are needed for the test suite: 2024-03-19 Bruno Haible gnulib-tool: Make it work in the test suite. * gnulib-tool.sh (gnulib_dir): Make

Re: gnulib-tool: Add undocumented option --gnulib-dir

2024-03-17 Thread Collin Funk
Bruno Haible writes: > No, what I mean is just to take a snapshot. For the reasons explained in > https://lists.gnu.org/archive/html/bug-gnulib/2024-03/msg00109.html . Ah, I see. I misunderstood the "frozen-in-time set of gnulib modules", but that message explains it. Thanks. Collin

Re: gnulib-tool: Add undocumented option --gnulib-dir

2024-03-17 Thread Bruno Haible
Hi Collin, > > The gnulib-tool test suite will need this option, in order to use the > > newest gnulib-tool with a frozen-in-time set of gnulib modules. > > By this do you mean if a project has a old gnulib git submodule? I think > I ran into this with GNU Bison for example. It hasn't had commits

Re: gnulib-tool: Add undocumented option --gnulib-dir

2024-03-17 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > The gnulib-tool test suite will need this option, in order to use the > newest gnulib-tool with a frozen-in-time set of gnulib modules. By this do you mean if a project has a old gnulib git submodule? I think I ran into this with GNU Bison for example. It hasn't

gnulib-tool: Add undocumented option --gnulib-dir

2024-03-17 Thread Bruno Haible
The gnulib-tool test suite will need this option, in order to use the newest gnulib-tool with a frozen-in-time set of gnulib modules. 2024-03-17 Bruno Haible gnulib-tool: Add undocumented option --gnulib-dir. * gnulib-tool.sh: Accept --gnulib-dir=... option