Today's changes:
2022-08-09 Bruno Haible
gnulib-tool.py: Finish implementing option --conditional-dependencies.
* gnulib-tool.py (main) Accept options --conditional-dependencies,
--no-conditional-dependencies.
* pygnulib/GLModuleSystem.py (GLModuleTable.addCondi
* m4/largefile.m4 (gl_SET_LARGEFILE_SOURCE)
(_AC_SYS_LARGEFILE_MACRO_VALUE):
* m4/year2038.m4 (gl_YEAR2038_EARLY, gl_YEAR2038, gl_YEAR2038_BODY):
Adjust to Autoconf 2.72, which should contain the Gnulib
patches in this area and so should not need to be overridden.
---
ChangeLog | 9
On Tue, 9 Aug 2022 at 10:26, Simon Josefsson wrote:
>
> I add the gnulib directories to the corresponding
> exclude_file_name_regexp--sc_... entries in my cfg.mk, does that work
> for you? Perhaps gnulib-tool could generate a gnulib.mk (included by
> maint.mk) that add the appropriate sc_... exc
Reuben Thomas writes:
> As suggested in the gnulib manual, I have converted a project (GNU a2ps) to
> use --po-base[=po-gnulib] and --po-domain, allowing gnulib to create an
> extra message catalog for gnulib sources.
>
> So, I have removed the gnulib files from po/POTFILES.in.
>
> However, sc_po