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:
>
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