From 03c37f56b2d3ecc0e197194364b216183dacc24a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 23 Sep 2008 17:15:07 -0400 Subject: [build] Use mkdir -p portability macros --- build/configure.ac.tools | 1 + 1 file changed, 1 insertion(+) (limited to 'build/configure.ac.tools') diff --git a/build/configure.ac.tools b/build/configure.ac.tools index a24dbcec..6ff9df78 100644 --- a/build/configure.ac.tools +++ b/build/configure.ac.tools @@ -2,6 +2,7 @@ AC_PATH_PROG(FIND, find) AC_PATH_PROG(XARGS, xargs) +AC_PROG_MKDIR_P AC_PROG_CC AC_PROG_CPP AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency) -- cgit v1.2.3