diff options
author | Bruno Haible <bruno@clisp.org> | 2001-12-21 16:50:19 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 00:28:17 +0200 |
commit | 2d50fe3edc095e1bd1a79c03123ea5d826e6a52e (patch) | |
tree | a94f36febfc204fbe4870bc84e239d6506aee627 /intl | |
parent | 3ad8187dc84124af562f8cdb9b6787ca81501e0c (diff) | |
download | external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.zip external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.gz external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.bz2 |
Renamed intl/libgettext.h to lib/gettext.h.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/ChangeLog | 6 | ||||
-rw-r--r-- | intl/Makefile.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index d74ce51..bf51c0a 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,5 +1,11 @@ 2001-12-21 Bruno Haible <bruno@clisp.org> + * libgettext.h: Moved to ../lib/gettext.h. + * Makefile.in (HEADERS): Remove libgettext.h. + (DISTFILES.obsolete): Add libgettext.h. + +2001-12-21 Bruno Haible <bruno@clisp.org> + * gmo.h: Renamed from gettext.h. * gettext.h: Remove file. * gettextP.h: Update accordingly. diff --git a/intl/Makefile.in b/intl/Makefile.in index 73abfac..b12e3dc 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -59,7 +59,7 @@ LDFLAGS = @LDFLAGS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) -HEADERS = $(COMHDRS) libgnuintl.h libgettext.h loadinfo.h +HEADERS = $(COMHDRS) libgnuintl.h loadinfo.h 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 \ @@ -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 gettext.h +COPYING.LIB-2 gettext.h libgettext.h # Libtool's library version information for libintl. # Before making a gettext release, the gettext maintainer must change this |