summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-09-19 08:04:24 +0200
committerAllan McRae <allan@archlinux.org>2012-11-27 06:16:15 +0100
commit977489d9ab7d1d70ec95f14a2dcad0bac2e96242 (patch)
treee9d7a3f134923bc163f0c8b788d3bd2ed106e950 /m4
parent1d0ab50c050bbb52968b55293fd12c22e4fe1482 (diff)
downloadpacman-977489d9ab7d1d70ec95f14a2dcad0bac2e96242.tar.gz
pacman-977489d9ab7d1d70ec95f14a2dcad0bac2e96242.tar.xz
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>
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 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