]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't perform unnecessary configure.ac scanning.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 6 Jun 2024 03:21:51 +0000 (20:21 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 6 Jun 2024 03:21:51 +0000 (20:21 -0700)
commit80949983d7ebf1f26c9ac96badddb9db276847bb
tree2ea6d899f27f2d1f1ac835f7cbc6887e9dd0a2d5
parentcd90c9c82055056e9986244528df19228363951a
gnulib-tool.py: Don't perform unnecessary configure.ac scanning.

* pygnulib/GLImport.py (GLImport.execute): Use re.search() instead of
re.findall() since we only care about finding one match. Remove
unnecessary bool() calls.
ChangeLog
pygnulib/GLImport.py