Commit f99424d6d465a1ef4f29907fc6b7c85dec5159f5

Collin Funk 2024-03-11T18:50:28

gnulib-tool.py: Follow gnulib-tool changes, part 55. Follow gnulib-tool changes 2022-01-05 Bruno Haible <bruno@clisp.org> gnulib-tool: Avoid known warnings that reflect Gnulib's coding style. 2022-01-08 Bruno Haible <bruno@clisp.org> gnulib-tool: Remove all *.Po files upon distclean (regr. 2022-01-05). * pygnulib/GLEmiter.py (GLEmiter.initmacro_end): Collect the *.Po or *.Plo files to remove into an AC_SUBSTed variable gl_LIBOBJDEPS. Use Python f-strings instead of string replacements. (GLEmiter.lib_Makefile_am): Add the GL_CFLAG_GNULIB_WARNINGS to the CFLAGS of all the compilation units of the library. Extend the distclean and maintainer-clean rules. (GLEmiter.tests_Makefile_am): Add the GL_CFLAG_GNULIB_WARNINGS to the CFLAGS. * pygnulib/GLImport.py (GLImport.gnulib_comp): Emit an invocation of gl_CC_GNULIB_WARNINGS.