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 <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-09-19 16:04:24 +10:00
parent 1d0ab50c05
commit 977489d9ab
1 changed files with 1 additions and 1 deletions

View File

@ -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