]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix some regex uses.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Aug 2022 11:46:15 +0000 (13:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Aug 2022 21:04:11 +0000 (23:04 +0200)
commit5c087011efa2817a7e857f69a1cdd22c21a5053d
tree552d99091fbdeda40756c360ae70eac81da9f7bf
parent9d722ddced2e46a06255be8eb24a54015f611af7
gnulib-tool.py: Fix some regex uses.

* pygnulib/GLModuleSystem.py (GLModuleTable.transitive_closure): Match
the regex against all lines of the snippet, not only the first line.
* pygnulib/GLEmiter.py (GLEmiter.autoconfSnippet): Likewise.
ChangeLog
pygnulib/GLEmiter.py
pygnulib/GLModuleSystem.py