From 5cb5cfa2a26007b9a4a1c89d791cb5a0493bf7cd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Dec 2002 22:58:23 +0000 Subject: [PATCH] 2002-12-11 Bruno Haible * intl/gettext.h: Renamed to ... * intl/gmo.h: ... here. * intl/Makefile (distribute): Add gmo.h, remove gettext.h. * intl/gettextP.h: Update. * intl/loadmsgcat.c: Update. --- intl/Makefile | 2 +- intl/{gettext.h => gmo.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename intl/{gettext.h => gmo.h} (100%) diff --git a/intl/Makefile b/intl/Makefile index bb4b21b..60700e2 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -24,7 +24,7 @@ routines = bindtextdom dcgettext dgettext gettext \ dcigettext dcngettext dngettext ngettext \ finddomain loadmsgcat localealias textdomain \ l10nflist explodename plural plural-exp -distribute = gettext.h gettextP.h hash-string.h loadinfo.h locale.alias \ +distribute = gmo.h gettextP.h hash-string.h loadinfo.h locale.alias \ plural.y plural-exp.h po2test.sed tst-gettext.sh tst-translit.sh \ translit.po tst-gettext2.sh tstlang1.po tstlang2.po tstcodeset.po\ tst-codeset.sh plural-eval.c diff --git a/intl/gettext.h b/intl/gmo.h similarity index 100% rename from intl/gettext.h rename to intl/gmo.h -- 2.7.4