From c7163ad2658e9f9a4fc6de3e497dff7c918e4b49 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 21 Dec 2001 16:44:13 +0000 Subject: [PATCH] Rename gettext.h to gmo.h. --- intl/ChangeLog | 10 ++++++++++ intl/Makefile.in | 6 +++--- intl/gettextP.h | 2 +- intl/loadmsgcat.c | 2 +- src/read-mo.c | 2 +- src/write-mo.c | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/intl/ChangeLog b/intl/ChangeLog index 3c4a4de25..d74ce519a 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,13 @@ +2001-12-21 Bruno Haible + + * 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 * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 2:0:0. diff --git a/intl/Makefile.in b/intl/Makefile.in index 648d3b8d3..73abfac26 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 3efb53474..a642fdb6d 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 2ab05f273..20aebddee 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" diff --git a/src/read-mo.c b/src/read-mo.c index deb739b2a..3d81e3b86 100644 --- a/src/read-mo.c +++ b/src/read-mo.c @@ -29,7 +29,7 @@ #include /* This include file describes the main part of binary .mo format. */ -#include "gettext.h" +#include "gmo.h" #include "error.h" #include "xmalloc.h" diff --git a/src/write-mo.c b/src/write-mo.c index 2cdcd9f3f..795c3d9fc 100644 --- a/src/write-mo.c +++ b/src/write-mo.c @@ -38,7 +38,7 @@ #include "msgfmt.h" /* These two include files describe the binary .mo format. */ -#include "gettext.h" +#include "gmo.h" #include "hash-string.h" #include "error.h" -- 2.47.3