diff configure.ac @ 15738:e340df7b8034

build: Check for 'mkdir -p' and then use it in Makefiles. * build-aux/common.mk: Substitute MKDIR_P variable with results from configure. * configure.ac: Add AC_PROG_MKDIR_P check.
author Rik <rik@octave.org>
date Thu, 06 Dec 2012 12:06:08 -0800
parents 6faa01ff2967
children 3171006463f5
line wrap: on
line diff
--- a/configure.ac	Thu Dec 06 11:54:22 2012 -0800
+++ b/configure.ac	Thu Dec 06 12:06:08 2012 -0800
@@ -2085,6 +2085,7 @@
 OCTAVE_PROG_BISON
 
 AC_PROG_LN_S
+AC_PROG_MKDIR_P
 
 AC_PROG_INSTALL
 INSTALL_SCRIPT='${INSTALL}'