summaryrefslogtreecommitdiffstats
path: root/Admin/plans
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-26 13:55:19 +0000
committerBruno Haible <bruno@clisp.org>2001-01-26 13:55:19 +0000
commit485c1aa79d99d9771ff2917a78a40afd0ea45ac4 (patch)
tree5f8c0275ef1a7207f2f992a7dc3932040805cee1 /Admin/plans
parentae892acda3dedf6ec7beac5fade6d6687923756b (diff)
downloadexternal_gettext-485c1aa79d99d9771ff2917a78a40afd0ea45ac4.zip
external_gettext-485c1aa79d99d9771ff2917a78a40afd0ea45ac4.tar.gz
external_gettext-485c1aa79d99d9771ff2917a78a40afd0ea45ac4.tar.bz2
Use libtool to create a shared libintl.so.
Diffstat (limited to 'Admin/plans')
-rw-r--r--Admin/plans7
1 files changed, 5 insertions, 2 deletions
diff --git a/Admin/plans b/Admin/plans
index 55c4396..4c874fd 100644
--- a/Admin/plans
+++ b/Admin/plans
@@ -20,8 +20,6 @@ Things we plan to do. Comments welcome.
- Stop documenting AM_WITH_NLS. AM_GNU_GETTEXT is the right macro to use.
-- Build also libintl.so, using libtool.
-
- Check the *.m4 macros with bleeding-edge autoconf & automake.
- Documentation: Distinguish more clearly between gettext/xgettext,
@@ -51,8 +49,13 @@ Things we plan to do. Comments welcome.
- Add msvc Makefile.
+- Look at Christian Gafton's msghack.
+
- Look at Ben Bullock's manual: http://www.hayamasa.demon.co.uk/doc/gettext.texi
+- Check whether ../lib/libsupport.a @@INTLLIBS@@ @@LIBS@@ is sufficient (see
+ gettext.texi:5083) on HP-UX 10.01 and other systems lacking alloca.
+
- Provide a way to merge two .po files, coming from different translators of
the same pot file.