From 81a0ca09f3f5e7ccbd3533928d16a33b234e1423 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 12 Apr 2024 22:36:21 +0200 Subject: [PATCH] gnulib-tool.py: Implement --no-conditional-dependencies correctly. * pygnulib/GLConfig.py (GLConfig.default): For 'conddeps', return None, not False. (GLConfig.checkCondDeps): Update result type. (resetCondDeps): Reset to return None, not False. * pygnulib/GLImport.py (GLImport.actioncmd): Update. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 242ad3ff4c..b25819a4aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2024-04-12 Bruno Haible + + gnulib-tool.py: Implement --no-conditional-dependencies correctly. + * pygnulib/GLConfig.py (GLConfig.default): For 'conddeps', return None, + not False. + (GLConfig.checkCondDeps): Update result type. + (resetCondDeps): Reset to return None, not False. + * pygnulib/GLImport.py (GLImport.actioncmd): Update. + 2024-04-12 Bruno Haible gnulib-tool.py: Implement --no-libtool option correctly. -- 2.39.5