Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-20 Thread Bruno Haible
I wrote: > So, it's OK to undocument these options in gnulib-tool.sh. Done: 2024-03-20 Bruno Haible gnulib-tool.sh: Undocument the --[no-]cache-modules options. Reported by Collin Funk in . R

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-19 Thread Bruno Haible
Collin Funk wrote: > $ diff -u python.help shell.help > --- python.help 2024-03-19 10:09:46.255348603 -0700 > +++ shell.help 2024-03-19 10:09:37.986334838 -0700 > @@ -79,6 +79,8 @@ > directory. >--local-dir=DIRECTORY Specify a local override directory where t

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-19 Thread Collin Funk
Hi Bruno, On 3/19/24 8:47 AM, Bruno Haible wrote: > Tom Dickey's packages (GNU ncurses, lynx, etc.) and GNU clisp still use > configure.in. Interesting, good to know. It seems working on gnulib-tool is a good way for me to explore all the GNU packages. Speaking of which, I was working on '--auto

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-19 Thread Bruno Haible
Collin Funk wrote: > I forgot about the existence of the 'configure.in' file. ... > The only reason I know that it exists is because I looked through some > 4.4BSD sources at one point. It had some GNU software that used that > name. Tom Dickey's packages (GNU ncurses, lynx, etc.) and GNU clisp st

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-19 Thread Collin Funk
Bruno Haible writes: > In common talk, "I made an error" and "I made a mistake" are synonymous. > But when talking about a program, there's a difference between "an error" > and "a mistake". I agree, that would be a more accurate description. I didn't put too much thought into it. I was in "commo

Re: [PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-19 Thread Bruno Haible
Hi Collin, > Two simple patches. This just makes it so that the library Makefile > is output after gnulib-comp.m4. > ... > but the removal of the temporary file is done inside of the parent, > outside of the loop. Therefore only the second temporary file would be > deleted. Thanks! Both patches a

[PATCH] gnulib-tool.py: Follow gnulib-tool changes, part 67.

2024-03-18 Thread Collin Funk
Two simple patches. This just makes it so that the library Makefile is output after gnulib-comp.m4. The second patch fixes an error that I noticed because of this change. We have a loop like this: for file in ['Makefile.in.in', 'remove-potcdate.sin']: tmpfile = self.assistant.tmpfilename(join