]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Infrastructure.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Feb 2003 21:36:21 +0000 (21:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:05 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog [new file with mode: 0644]
gettext-tools/tests/ChangeLog [new file with mode: 0644]

diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
new file mode 100644 (file)
index 0000000..985ccc6
--- /dev/null
@@ -0,0 +1,20 @@
+2003-02-12  Bruno Haible  <bruno@clisp.org>
+
+       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 (file)
index 0000000..312f814
--- /dev/null
@@ -0,0 +1,15 @@
+2003-02-12  Bruno Haible  <bruno@clisp.org>
+
+       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.