Hello, I removed some gettext macros installed by gnulib or gettextize in 2021 when updating gnulib (when I updated the setup of the gnulib po directories), in this commit (there is a similar one for tp/Texinfo/XS gnulib): https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=a46d1f492047615340fc3a5630632aad32bdb8e3
Now the gettext macros are directly in aclocal.m4. This seems to have lead to the following failure in the opencsw Solaris CI: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.20 but the autoconf macros are from gettext version 0.19 I think that it is because the autoconf macros come from the Solaris, which are pretty old, while the Makefile.in.in come from GNU Texinfo git. The Makefile.in.in are not that new, they where generated in 2021, but still too new for the Solaris/opencsw tools. I may have missed something. Does anybody have a comment/recommendation on that subject? -- Pat
