bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autopoint: ... gettext-0.20 ... is too old


From: Bruno Haible
Subject: Re: autopoint: ... gettext-0.20 ... is too old
Date: Thu, 30 Jan 2020 15:50:28 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; )

Hi Jeffrey,

> if ! ./gnulib-tool --create-testdir --dir=../"$GNULIB_TEST_DIR"
> --single-configure;
> ...
>   ...
>   top/GNUmakefile
>   top/README-release
>   top/maint.mk
> executing autopoint --force
> autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
>                file requires the infrastructure from gettext-0.20 but this 
> version
>                is older. Please upgrade to gettext-0.20 or newer.

It's complaining that the 'autopoint' program in $PATH is too old.

Try excluding the module 'gettext' (which is marked obsolete) from
your tests:

./gnulib-tool --create-testdir --dir=../"$GNULIB_TEST_DIR" --avoid=gettext 
--single-configure

If that does not fix it, install GNU gettext 0.20.1 from source
with a --prefix=PREFIX, and add PREFIX/bin to your PATH.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]