On Tue, Aug 06, 2024 at 09:45:25AM +0200, Bruno Haible wrote: > Hi, > > During my many experiments with "make dist" and "make distcheck", I noticed > that './configure' produces an error message: > > $ ./configure > ... > checking for ELF binary format... yes > checking for the common suffixes of directories in the library search path... > lib,lib,lib64 > ../../../../tp/Texinfo/XS/configure: line 8794: gt_INTL_MACOSX: command not > found > checking for GNU gettext in libc... yes > checking whether to use NLS... yes > checking where the gettext function comes from... libc > ... > > The cause is that in the tp/Texinfo/XS/gnulib/m4/ directory, gettext.m4 > is present but intlmacosx.m4 is not. > > The fix to the problem is > 1) To apply the attached patch. Both the main configure.ac and > tp/Texinfo/XS/configure.ac use the same po/ directory. Since the version > of the gettext.m4 and related files must be in sync with the > Makefile.in.in > in the po/ directory, we have the constraint that the gettext > infrastructure > of both directories must be of the same version.
I've now made a similar upgrade for the release/7.1 branch (commit c65a2e14aa5407, 2024-08-31).