* pygnulib/GLConfig.py (GLConfig.default): Add 'gnu_make' key which
returns False.
+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.
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':