]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 28 Apr 2012 12:01:58 +0000 (14:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 7 Dec 2012 08:48:49 +0000 (09:48 +0100)
AM_PROG_MKDIR_P is be deprecated since Automake 1.12.1, and will
be removed in Automake 1.14.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4
gettext-runtime/m4/po.m4

index 3981bbbe9938b2ae79780d7a034daa9e4fb58adb..f47bb696b44f00781f3d74b3b4d343c324c1cceb 100644 (file)
@@ -1,3 +1,12 @@
+2012-12-07  Stefano Lattarini  <stefano.lattarini@gmailcom>  (tiny change)
+
+       m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P
+       * gettext.m4 (AM_INTL_SUBDIR): Require AC_PROG_MKDIR_P instead
+       of AM_PROG_MKDIR_P, as this latter macro is deprecated since
+       Automake 1.12.1, and will be removed in Automake 1.14.
+       Accordingly, bump requirement in AC_PREREQ to 2.60.
+       * po.m4 (AM_PO_SUBDIRS): Likewise.
+
 2012-06-22  Bruno Haible  <bruno@clisp.org>
 
        * gettext.m4: Write "Mac OS X" instead of "MacOS X".
index 0cf051e17de346bda9ba4d8ff830eddbcfc285c9..97b03165a3cb7b42807368103d23f806b5e5a2c7 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 21 (gettext-0.18.2)
+# intl.m4 serial 22 (gettext-0.18.2)
 dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -17,7 +17,7 @@ dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2009.
 
-AC_PREREQ([2.53])
+AC_PREREQ([2.60])
 
 dnl Checks for all prerequisites of the intl subdirectory,
 dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
@@ -25,7 +25,7 @@ dnl            USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
 AC_DEFUN([AM_INTL_SUBDIR],
 [
   AC_REQUIRE([AC_PROG_INSTALL])dnl
-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
   AC_REQUIRE([AC_PROG_CC])dnl
   AC_REQUIRE([AC_CANONICAL_HOST])dnl
   AC_REQUIRE([gt_GLIBC2])dnl
index 616e3cb89f8a095dfff658ef8ad2ec89874de9fe..32411171fc37ecd22fc76ca9cc49185434c2f228 100644 (file)
@@ -17,14 +17,14 @@ dnl Authors:
 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
-AC_PREREQ([2.50])
+AC_PREREQ([2.60])
 
 dnl Checks for all prerequisites of the po subdirectory.
 AC_DEFUN([AM_PO_SUBDIRS],
 [
   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
   AC_REQUIRE([AC_PROG_INSTALL])dnl
-  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
   AC_REQUIRE([AM_NLS])dnl
 
   dnl Release version of the gettext macros. This is used to ensure that