From 880abc6cd224836612259e2fe8be12047232e4ec Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 16 Aug 2006 19:21:02 +0000 Subject: [PATCH] Compatibility with the forthcoming automake-1.10. --- NEWS | 2 ++ gettext-runtime/po/ChangeLog | 5 +++++ gettext-runtime/po/Makefile.in.in | 3 ++- gettext-tools/po/ChangeLog | 5 +++++ gettext-tools/po/Makefile.in.in | 3 ++- 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7ab8639ff..8f9fa1a5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* Interoperability with automake-1.10. + * msgmerge is faster now on CPUs with multiple execution units, if compiled with GCC 4.2 or newer. diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index db2741a67..e01988a9a 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Ralf Wildenhues + + * Makefile.in.in (MKDIR_P): New variable. Needed by $(mkdir_p) with + Automake-1.10. + 2006-07-31 Bruno Haible * POTFILES.in: Refer to gnulib-lib/ instead of ../gettext-tools/lib/. diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 2ed49e62d..1fe689aa0 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -8,7 +8,7 @@ # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # -# Origin: gettext-0.15 +# Origin: gettext-0.15.1 PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -31,6 +31,7 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ mkinstalldirs = $(SHELL) @install_sh@ -d +MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 4a5141e33..f67e3bdbf 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Ralf Wildenhues + + * Makefile.in.in (MKDIR_P): New variable. Needed by $(mkdir_p) with + Automake-1.10. + 2006-07-31 Bruno Haible * POTFILES.in: Refer to gnulib-lib/ instead of lib/. Drop xerror.c. diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index 2ed49e62d..1fe689aa0 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -8,7 +8,7 @@ # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # -# Origin: gettext-0.15 +# Origin: gettext-0.15.1 PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -31,6 +31,7 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ mkinstalldirs = $(SHELL) @install_sh@ -d +MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ -- 2.47.3