Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-08-30 07:46:35 +0400
committerZoltan Varga <vargaz@gmail.com>2013-08-31 00:00:59 +0400
commit2e5994b2ae2741122ac7934a16c727b488f84aa0 (patch)
tree7b6d919ceca9788c725de87664c2315f02cd07f2 /m4
parent63eeec0c818e120c70d5f4ce840af75533034924 (diff)
Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P in m4/ since the latter is obsoleted by automake.
Diffstat (limited to 'm4')
-rw-r--r--m4/po.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/po.m4 b/m4/po.m4
index 47f36a41a07..2c9532f0950 100644
--- a/m4/po.m4
+++ b/m4/po.m4
@@ -24,7 +24,7 @@ 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