]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Implement --no-libtool option correctly.
authorBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 20:10:54 +0000 (22:10 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 12 Apr 2024 20:10:54 +0000 (22:10 +0200)
commit50a6834ef78a1846aa2a3606ee98d48fd992d4cf
tree661cb772dd1fd2dfa3b169f4fc78ede12707b73d
parentb3373a01460d10b50754f11b118bef7cd378259d
gnulib-tool.py: Implement --no-libtool option correctly.

* pygnulib/GLConfig.py (GLConfig.default): For 'libtool', return None,
not False.
(GLConfig.checkLibtool): Update result type.
(resetLibtool): Reset to return None, not False.
* pygnulib/GLImport.py (GLImport.actioncmd): Update.
ChangeLog
pygnulib/GLConfig.py
pygnulib/GLImport.py