From 977489d9ab7d1d70ec95f14a2dcad0bac2e96242 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 19 Sep 2012 16:04:24 +1000 Subject: m4/po.m4: Remove use of deprecated macro Switch from AM_PROG_MKDIR_P to AC_PROG_MKDIR_P to avoid automake warning. Signed-off-by: Allan McRae --- m4/po.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/po.m4 b/m4/po.m4 index 47f36a41..8bc921d4 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 defined by autoconf AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that -- cgit v1.2.3-24-g4f1b