1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

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.
This commit is contained in:
Bruno Haible
2023-06-18 13:09:39 +02:00
parent 3a29557bf9
commit 536cd27276
2 changed files with 17 additions and 10 deletions
+9
View File
@@ -1,3 +1,12 @@
2023-06-18 Bruno Haible <bruno@clisp.org>
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.
2023-06-18 Paul Eggert <eggert@cs.ucla.edu>
Update \(en in copyright notices
+8 -10
View File
@@ -1,6 +1,14 @@
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
@@ -31,16 +39,6 @@ AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.22])
Makefile.am:
# If your project uses "gettextize --intl" to put a source-code
# copy of libintl into the package, every Makefile.am needs
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
# Here's one way to do this:
#AM_CPPFLAGS += -I$(top_builddir)/intl
# This option has no effect when the user disables NLS (because then
# the intl directory contains no libintl.h file). This option is not
# enabled by default because the intl directory might not exist if
# your project does not use "gettext --intl", and some compilers
# complain about -I options applied to nonexistent directories.
Include:
"gettext.h"