]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Small fix of part 27.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 27 Feb 2024 10:45:16 +0000 (11:45 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Feb 2024 10:45:16 +0000 (11:45 +0100)
* pygnulib/GLConfig.py (GLConfig.default): Add 'gnu_make' key which
returns False.

ChangeLog
pygnulib/GLConfig.py

index ba1456b5841bd547e358309dc394c929e0058b33..3827e10d1508445f639d0fe814bbb0110c9e7d47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-27  Collin Funk  <collin.funk1@gmail.com>
+
+       gnulib-tool.py: Small fix of part 27.
+       * pygnulib/GLConfig.py (GLConfig.default): Add 'gnu_make' key which
+       returns False.
+
 2024-02-27  Collin Funk  <collin.funk1@gmail.com>
 
        gnulib-tool.py: Follow gnulib-tool changes, part 30.
index bdebf243cc7b79d9501bb30e14ff87a2e27111da..9ba5a3dca57041d71dcedf42d50b87157399b381 100644 (file)
@@ -278,7 +278,7 @@ class GLConfig(object):
                 return True
             elif key in ['modules', 'avoids', 'tests', 'incl_test_categories', 'excl_test_categories']:
                 return list()
-            elif key in ['libtool', 'lgpl', 'conddeps', 'symbolic', 'lsymbolic',
+            elif key in ['libtool', 'lgpl', 'gnu_make', 'conddeps', 'symbolic', 'lsymbolic',
                          'libtests', 'dryrun']:
                 return False
             elif key == 'vc_files':