summaryrefslogtreecommitdiffstats
path: root/Admin
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-22 12:53:10 +0000
committerBruno Haible <bruno@clisp.org>2001-01-22 12:53:10 +0000
commitcc5960a0ef886784891b4c1a7316c1659b73a7b6 (patch)
tree01eb863630f5faa4d1af3dcafd97a353d23021ee /Admin
parent2769926e6e7cac7d7020bd38be90ff2fd4cbb602 (diff)
downloadexternal_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.zip
external_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.tar.gz
external_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.tar.bz2
Rename intlh.inst.in to libgnuintl.h.
libgettext.h is now merely a convenience header, not used inside libintl.
Diffstat (limited to 'Admin')
-rw-r--r--Admin/plans15
1 files changed, 0 insertions, 15 deletions
diff --git a/Admin/plans b/Admin/plans
index 8e7ce05..b232aba 100644
--- a/Admin/plans
+++ b/Admin/plans
@@ -19,21 +19,6 @@ Things we plan to do. Comments welcome.
- Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use.
-- Unify intlh.inst.in and libgettext.h. libgettext.h depends on
- HAVE_LC_MESSAGES and on <locale.h> being already included.
-
-- What about gettext_noop? Kill it or maybe apply this:
-
- 2000-03-06 Paul Eggert <eggert@twinsun.com>
- * libgettext.h (gettext_noop): Do not parenthesize Str in the
- definiens, as that breaks string literal concatenation.
-
- /* For automatical extraction of messages sometimes no real
- translation is needed. Instead the string itself is the result.
- Do not parenthesize Str in the definiens,
- as that breaks string literal concatenation. */
- #define gettext_noop(Str) Str
-
- Build also libintl.so, using libtool.
- Check the *.m4 macros with bleeding-edge autoconf & automake.