]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Compatibility with the forthcoming automake-1.10.
authorBruno Haible <bruno@clisp.org>
Wed, 16 Aug 2006 19:21:02 +0000 (19:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:54 +0000 (12:13 +0200)
NEWS
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in

diff --git a/NEWS b/NEWS
index 7ab8639ff5e786f79f438b8fa319f764526675de..8f9fa1a5f0dc5141eb955e531e6b33a551100952 100644 (file)
--- 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.
 \f
index db2741a671686469c1895538dfee19627a7c6fb4..e01988a9abfa72111e3d2d40a9b74fdfe06ace7d 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in.in (MKDIR_P): New variable. Needed by $(mkdir_p) with
+       Automake-1.10.
+
 2006-07-31  Bruno Haible  <bruno@clisp.org>
 
        * POTFILES.in: Refer to gnulib-lib/ instead of ../gettext-tools/lib/.
index 2ed49e62d1af113122d2bf5a9625f40f71c29b75..1fe689aa05b08f306ef957ac2c8ddb0056bd0519 100644 (file)
@@ -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@
index 4a5141e33fdaa510b5f13399b631fe7c0a361ee8..f67e3bdbfd3bfaa2510bb41b9030b097ca3b4019 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in.in (MKDIR_P): New variable. Needed by $(mkdir_p) with
+       Automake-1.10.
+
 2006-07-31  Bruno Haible  <bruno@clisp.org>
 
        * POTFILES.in: Refer to gnulib-lib/ instead of lib/. Drop xerror.c.
index 2ed49e62d1af113122d2bf5a9625f40f71c29b75..1fe689aa05b08f306ef957ac2c8ddb0056bd0519 100644 (file)
@@ -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@