From: Bruno Haible Date: Fri, 14 Feb 2003 21:36:21 +0000 (+0000) Subject: Infrastructure. X-Git-Tag: v0.12~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5eb8a5ba47daebabe90e2b420d8131e5296cbe;p=thirdparty%2Fgettext.git Infrastructure. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog new file mode 100644 index 000000000..985ccc65e --- /dev/null +++ b/gettext-tools/src/ChangeLog @@ -0,0 +1,20 @@ +2003-02-12 Bruno Haible + + Big restructuring. + * gettext.c: Remove file. + * ngettext.c: Remove file. + * Makefile.am (bin_PROGRAMS): Remove gettext, ngettext. + (EXTRA_DIST): Add ChangeLog.0. + (pkgdatadir): Define using 'gettext' instead of @PACKAGE@. + (pkglibdir): Likewise. + (INCLUDES): Refer to intl in gettext-runtime directory. + (gettext_SOURCES, ngettext_SOURCES, gettext_LDADD, ngettext_LDADD): + Remove variables. + (install-exec-local, installdirs-local, uninstall-local, + install-exec-java-yes, installdirs-java-yes, uninstall-java-yes): Use + $(pkglibdir) instead of $(libdir)/$(PACKAGE). + * plural.c: Update for changed directory structure. + * user-email.in: Use 'gettext' instead of @PACKAGE@. + + +See ChangeLog.0 for earlier changes. diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog new file mode 100644 index 000000000..312f81479 --- /dev/null +++ b/gettext-tools/tests/ChangeLog @@ -0,0 +1,15 @@ +2003-02-12 Bruno Haible + + Big restructuring. + * rpath*: Moved to autoconf-lib-link package. + * Makefile.am (TESTS, EXTRA_DIST): Remove rpath*. + (EXTRA_DIST): Add ChangeLog.0. + (xg-test1.ok.po): Drop gettext.c from input files. + (INCLUDES): Refer to intl in gettext-runtime directory. + * lang-c++: Update for changed directory structure. + * lang-java: Likewise. + * xgettext-1: Drop gettext.c from input files. + * xgettext-3: Update for changed domain name. + + +See ChangeLog.0 for earlier changes.