libctf: support platforms with separate libintl
authorNick Alcock <nick.alcock@oracle.com>
Mon, 16 Dec 2019 14:17:26 +0000 (14:17 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Fri, 26 Jun 2020 14:56:39 +0000 (15:56 +0100)
commit8e6635bd14a94d4363ad79f5bb40fcc7b99a2ca6
tree987dc2a5a0cde685b0bcbf30c39aa48b32ae67d1
parentc1401ecc29a92428a5d52a23802e20e8c2829b03
libctf: support platforms with separate libintl

We were not using the right configure machinery to spot libintl on
platforms where it was required, leading to the spurious failure of
various configure tests (e.g. for things like ELF support in BFD).

libctf/
* aclocal.m4: Add config/gettext-sister.m4: Shuffle into
alphabetical order.
* configure.ac: Add ZW_GNU_GETTEXT_SISTER_DIR.
* config.h.in: Regenerated.
* Makefile.in: Likewise.
* configure: Likewise.
libctf/ChangeLog
libctf/Makefile.in
libctf/aclocal.m4
libctf/config.h.in
libctf/configure
libctf/configure.ac
This page took 0.023998 seconds and 4 git commands to generate.