[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fix an error message during configure
From: |
Gavin Smith |
Subject: |
Re: fix an error message during configure |
Date: |
Sat, 31 Aug 2024 21:26:39 +0100 |
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).
- Re: fix an error message during configure, (continued)
- Re: fix an error message during configure, Patrice Dumas, 2024/08/10
- Re: fix an error message during configure, Bruno Haible, 2024/08/12
- Re: fix an error message during configure, Gavin Smith, 2024/08/13
- Re: fix an error message during configure, Bruno Haible, 2024/08/13
- Re: fix an error message during configure, Gavin Smith, 2024/08/14
- Re: fix an error message during configure, Bruno Haible, 2024/08/14
- Re: fix an error message during configure, Gavin Smith, 2024/08/15
- Re: fix an error message during configure, Bruno Haible, 2024/08/16
- Re: fix an error message during configure, Gavin Smith, 2024/08/17
- Re: fix an error message during configure, Gavin Smith, 2024/08/13
Re: fix an error message during configure,
Gavin Smith <=