]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Locate configure.ac correctly when --dir is given.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 6 Apr 2024 11:41:03 +0000 (04:41 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Apr 2024 11:07:18 +0000 (13:07 +0200)
commit685a8726bdbc00bb6f1f8aca95ad53f2960e7d2e
tree47a595309b84278b15374f0de4ae73bbadadb281
parent6a4b10852cbd549bbac96284e3a2928af532d745
gnulib-tool.py: Locate configure.ac correctly when --dir is given.

* pygnulib/GLConfig.py (GLConfig.setAutoconfFile): Don't combine the
given file name argument with destdir.
* pygnulib/main.py (main): Use os.path.join() instead of joinpath() when
constructing the path to the configure.ac file. The latter normalizes
paths which causes the test suite to fail when printed in files.
ChangeLog
pygnulib/GLConfig.py
pygnulib/main.py