automake 1.12
authorAnas Nashif <anas.nashif@intel.com>
Wed, 7 Nov 2012 23:13:55 +0000 (15:13 -0800)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 12 Nov 2014 14:16:22 +0000 (15:16 +0100)
aclocal.m4
gl/m4/gnulib-common.m4
m4/po.m4

index ac7c4f6..e1b086d 100644 (file)
@@ -821,7 +821,7 @@ fi
 # AM_PROG_MKDIR_P
 # ---------------
 # Check for 'mkdir -p'.
-AC_DEFUN([AM_PROG_MKDIR_P],
+AC_DEFUN([AC_PROG_MKDIR_P],
 [AC_PREREQ([2.60])dnl
 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 dnl FIXME we are no longer going to remove this! adjust warning
index 20ce40e..4dbf636 100644 (file)
@@ -303,7 +303,7 @@ m4_ifdef([AC_PROG_MKDIR_P], [
     AC_SUBST([MKDIR_P])])], [
   dnl For autoconf < 2.60: Backport of AC_PROG_MKDIR_P.
   AC_DEFUN_ONCE([AC_PROG_MKDIR_P],
-    [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+    [AC_REQUIRE([AC_PROG_MKDIR_P])dnl defined by automake
      MKDIR_P='$(mkdir_p)'
      AC_SUBST([MKDIR_P])])])
 ])
index 47f36a4..3c9884b 100644 (file)
--- 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 automake
   AC_REQUIRE([AM_NLS])dnl
 
   dnl Release version of the gettext macros. This is used to ensure that