]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix unconditional Automake snippets for non-tests.
authorCollin Funk <collin.funk1@gmail.com>
Fri, 22 Mar 2024 09:15:24 +0000 (02:15 -0700)
committerBruno Haible <bruno@clisp.org>
Fri, 22 Mar 2024 16:06:17 +0000 (17:06 +0100)
commit15c5c2f0e8d7d56eccfd217c8cc2d2ec2792cb8a
tree7cd88e9b5af48279e7e235d34976a9d71bab6e88
parentd6d6208268032aa70919760469502c66dc20016e
gnulib-tool.py: Fix unconditional Automake snippets for non-tests.

* pygnulib/GLModuleSystem.py
(GLModule.getAutomakeSnippet_Unconditional): Fix the file lookups used
to determine the EXTRA_DIST and EXTRA_lib_SOURCES Automake variables.
Update comment to match gnulib-tool.sh.
* pygnulib/constants.py (filter_filelist): Fix misleading return type in
docstring. Return an empty string if no files were found.
ChangeLog
pygnulib/GLModuleSystem.py
pygnulib/constants.py