GnuTLS | bootstrap fails when using gettext (autopoint) v. 1.0 (#1792)

Read-only notification of GnuTLS library development activities <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.devel
Message-ID <[email protected]>

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.

_______________________________________________
Gnutls-devel mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.