summaryrefslogtreecommitdiffstats
path: root/intl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-21 16:44:13 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:27:19 +0200
commitc7163ad2658e9f9a4fc6de3e497dff7c918e4b49 (patch)
treea0bed91beca86572c0b04ace2bb3ec2cabd0edfa /intl
parenta60ba96048a0cc0c5d6ed048659c9a727699aa75 (diff)
downloadexternal_gettext-c7163ad2658e9f9a4fc6de3e497dff7c918e4b49.zip
external_gettext-c7163ad2658e9f9a4fc6de3e497dff7c918e4b49.tar.gz
external_gettext-c7163ad2658e9f9a4fc6de3e497dff7c918e4b49.tar.bz2
Rename gettext.h to gmo.h.
Diffstat (limited to 'intl')
-rw-r--r--intl/ChangeLog10
-rw-r--r--intl/Makefile.in6
-rw-r--r--intl/gettextP.h2
-rw-r--r--intl/loadmsgcat.c2
4 files changed, 15 insertions, 5 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 3c4a4de..d74ce51 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,13 @@
+2001-12-21 Bruno Haible <bruno@clisp.org>
+
+ * gmo.h: Renamed from gettext.h.
+ * gettext.h: Remove file.
+ * gettextP.h: Update accordingly.
+ * loadmsgcat.c: Likewise.
+ * Makefile.in (COMHDRS): Add gmo.h, remove gettext.h.
+ (DISTFILES.obsolete): Add gettext.h.
+ Update dependencies.
+
2001-12-18 Bruno Haible <bruno@clisp.org>
* Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 2:0:0.
diff --git a/intl/Makefile.in b/intl/Makefile.in
index 648d3b8..73abfac 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -60,7 +60,7 @@ LDFLAGS = @LDFLAGS@
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
HEADERS = $(COMHDRS) libgnuintl.h libgettext.h loadinfo.h
-COMHDRS = gettext.h gettextP.h hash-string.h plural-exp.h plural-eval.c
+COMHDRS = gmo.h gettextP.h hash-string.h plural-exp.h plural-eval.c
SOURCES = $(COMSRCS) intl-compat.c
COMSRCS = bindtextdom.c dcgettext.c dgettext.c gettext.c \
finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c \
@@ -77,7 +77,7 @@ DISTFILES.generated = plural.c
DISTFILES.normal = VERSION
DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc
DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \
-COPYING.LIB-2
+COPYING.LIB-2 gettext.h
# Libtool's library version information for libintl.
# Before making a gettext release, the gettext maintainer must change this
@@ -276,7 +276,7 @@ uninstall:
info dvi:
$(OBJECTS): ../config.h libgnuintl.h
-bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: gettextP.h gettext.h loadinfo.h
+bindtextdom.$lo dcgettext.$lo dcigettext.$lo dcngettext.$lo dgettext.$lo dngettext.$lo finddomain.$lo gettext.$lo intl-compat.$lo loadmsgcat.$lo localealias.$lo ngettext.$lo textdomain.$lo: gettextP.h gmo.h loadinfo.h
dcigettext.$lo: hash-string.h
explodename.$lo l10nflist.$lo: loadinfo.h
dcigettext.$lo loadmsgcat.$lo plural.$lo plural-exp.$lo: plural-exp.h
diff --git a/intl/gettextP.h b/intl/gettextP.h
index 3efb534..a642fdb 100644
--- a/intl/gettextP.h
+++ b/intl/gettextP.h
@@ -32,7 +32,7 @@
#include "loadinfo.h"
-#include "gettext.h" /* Get nls_uint32. */
+#include "gmo.h" /* Get nls_uint32. */
/* @@ end of prolog @@ */
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
index 2ab05f2..20aebdd 100644
--- a/intl/loadmsgcat.c
+++ b/intl/loadmsgcat.c
@@ -71,7 +71,7 @@ char *alloca ();
# undef HAVE_MMAP
#endif
-#include "gettext.h"
+#include "gmo.h"
#include "gettextP.h"
#include "plural-exp.h"