* pygnulib/GLTestDir.py (GLTestDir.execute): Prefix the
"incompatible license" message with "gnulib-tool: warning: ".
+2024-04-17 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Use same warning style as gnulib-tool.sh.
+ * pygnulib/GLTestDir.py (GLTestDir.execute): Prefix the
+ "incompatible license" message with "gnulib-tool: warning: ".
+
2024-04-17 Bruno Haible <bruno@clisp.org>
stdio, utime-h: Fix more linkage errors when using C++.
if license not in ['LGPLv2+']:
incompatible = True
if incompatible:
- errormsg = 'module %s depends on a module with an incompatible license: %s\n' % (requested_module, module)
- sys.stderr.write(errormsg)
+ warningmsg = 'module %s depends on a module with an incompatible license: %s' % (requested_module, module)
+ sys.stderr.write('gnulib-tool: warning: %s\n' % warningmsg)
self.config.setInclTestCategory(TESTS['tests'], saved_inctests)
# Determine final module list.