Hash :
536cd272
Author :
Date :
2023-06-18T13:09:39
gettext: Clarify the purpose of this module. Suggested by Paul Eggert in <https://lists.gnu.org/archive/html/bug-gnulib/2023-06/msg00089.html>. * modules/gettext (Description): Clarify the purpose. (Makefile.am): Remove outdated comment. "gettextize --intl" is no longer possible since 2019.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
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.
- As a prototype if/when we someday unify gnulib-tool, libtoolize, and
gettextize in a single tool.
Status:
obsolete
Notice:
This module is obsolete. Use the module 'gettext-h' instead to make
your program capable of internationalization, when GNU gettext is also
used.
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