On 4/19/24 9:24 AM, Bruno Haible wrote: > This patch optimizes some subprocess invocations. > > I did not change the os.chdir calls around larger blocks of code.
Looks good. I had a look at doing this previously but in GLTestDir for example, we use 'constants.execute' to deal with the: Executing autoheader... Executing touch config.h.in... messages. I sort of focused on other changes instead of worrying about breaking those... Collin