* m4/mkdirp.m4 (AM_PROG_MKDIR_P): Rewrite using AC_PROG_MKDIR_P.
[platform/upstream/automake.git] / m4 / mkdirp.m4
1 ##                                                          -*- Autoconf -*-
2 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
3 #
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # AM_PROG_MKDIR_P
9 # ---------------
10 # Check for `mkdir -p'.
11 AC_DEFUN([AM_PROG_MKDIR_P],
12 [AC_PREREQ([2.59c])dnl
13 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
14 AC_SUBST([mkdir_p], [$MKDIR_P])dnl
15 ])