[gnutls-devel] GnuTLS | bootstrap fails when using gettext (autopoint) v. 1.0 (#1792)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Sat Jan 31 20:41:36 CET 2026
L-series created an issue: https://gitlab.com/gnutls/gnutls/-/issues/1792
## Description of problem:
When running the bootstrap script or autoreconf, the newer version of autopoint detects duplicate `AM_GNU_GETTEXT_REQUIRE_VERSION` macros.
## Version of gnutls used:
Commit id: `c235143f6f46edcd99eaffca7c848b51a753724a`
## Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)
Build from source.
## How reproducible:
Consistently
Steps to Reproduce:
* one: Make sure gettext v1.0 is installed on the system.
* two: run either `./bootstrap` or `autoreconf -fiv`
## Actual results:
```
./bootstrap: autopoint --force
autopoint: *** found more than one invocation of AM_GNU_GETTEXT_REQUIRE_VERSION
autopoint: *** Stop.
```
## Expected results:
A single invocation of the macro is detected.
The offending lines of code are in configure.ac:411-415
```
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19])
m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION],[
AM_GNU_GETTEXT_REQUIRE_VERSION([0.19])
])
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1792
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20260131/bc81229d/attachment.html>
More information about the Gnutls-devel
mailing list