mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P
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>
This commit is contained in:
parent
937f4d948b
commit
2cccb4c662
@ -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".
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user