build: Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P

This commit is contained in:
Marcel Holtmann 2012-12-11 17:17:46 +01:00
parent 660bbf6766
commit acf36054a9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CC_PIE
AC_PROG_INSTALL
AM_PROG_MKDIR_P
AC_PROG_MKDIR_P
m4_define([_LT_AC_TAGCONFIG], [])
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])