1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/gettext
Bruno Haible 9f0fc92362 gettext: Un-obsolete.
Reported by Assaf Gordon <assafgordon@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00047.html>.

* modules/gettext (Description): Add a third purpose.
(Status, Notice): Remove sections.
2024-10-17 15:13:49 +02:00

49 lines
1.1 KiB
Plaintext

Description:
Translate messages to user's native language.
The purpose of this module is:
- So that gnulib testdirs include i18n support and thus expose possible
link errors on non-glibc platforms. We want to detect such link
errors from within gnulib and fix them by adding $(LIBINTL) to
various <program>_LDADD variables.
- To fix conflicts between older versions of 'gettextize' and the newer
versions of files found in gnulib. See
https://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html
- As a prototype if/when we someday unify gnulib-tool, libtoolize, and
gettextize in a single tool.
Files:
m4/gettext.m4
m4/build-to-host.m4
m4/host-cpu-c-abi.m4
m4/iconv.m4
m4/intl-thread-locale.m4
m4/intlmacosx.m4
m4/nls.m4
m4/po.m4
m4/progtest.m4
build-aux/config.rpath
Depends-on:
extensions
gettext-h
havelib
configure.ac:
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.22])
Makefile.am:
Include:
"gettext.h"
Link:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
LGPLv2+
Maintainer:
all