From d84e2832f7534558f66ea117073c8ee5320fcbd1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 May 2007 12:33:20 +0000 Subject: Second aproach at solving the 'install -d' issue. I added a public domain script that supposedly solves the issue on every box. I also looke at 'install-sh', but found a bazillion of versions, doing so much more than we actually need. But I am open to sugestions, and happy to reverse my changes if something better comes along. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5799 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 029d97eeb..f2d2e9a8f 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -40,7 +40,7 @@ VPATH = @srcdir@ # programs we use... HTMLDOC = @HTMLDOC@ INSTALL = @INSTALL@ -MKDIRR = @MKDIRR@ +MKDIRR = ../mkinstalldirs LN = ln -s NROFF = @NROFF@ RM = rm -f -- cgit v1.2.3