diff build-aux/common.mk @ 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 acf0addfc610
children 16418ff39a72
line wrap: on
line diff
--- a/build-aux/common.mk	Thu Dec 06 11:54:22 2012 -0800
+++ b/build-aux/common.mk	Thu Dec 06 12:06:08 2012 -0800
@@ -51,6 +51,7 @@
 RANLIB = @RANLIB@
 
 LN_S = @LN_S@
+MKDIR_P = @MKDIR_P@
 
 MAKEINFO = @MAKEINFO@
 TEXI2DVI = @TEXI2DVI@