Re: gnulib-tool.py: Locate configure.ac correctly when --dir is given.

2024-04-07 Thread Bruno Haible
Hi Collin, > When running ./autogen.sh in gettext gnulib-tool.py fails on the first > invocation. :( > > The command is something like this: > > $GNULIB_TOOL --dir=gettext-runtime ... > > We get the following error message: > ... > FileNotFoundError: [Errno 2] No such file or directory: >

gnulib-tool.py: Locate configure.ac correctly when --dir is given.

2024-04-06 Thread Collin Funk
is only used in main we can just have it accept the argument as it is given. This patch fixes that. The joinpath() and os.path.join() distinction is important for the test suite. 'configure.ac' vs './configure.ac' will cause some test failures. I've left a comment so