2 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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.
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