summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-05-03 12:33:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-05-03 12:33:20 +0000
commitd84e2832f7534558f66ea117073c8ee5320fcbd1 (patch)
tree85fe75f20f45241e81de950cd3c76c50ea11be9c /configure.in
parent40be03495dd074c2ea6cc39ba6b7c6e39cf72815 (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index df0755cc6..26aa58b3a 100644
--- a/configure.in
+++ b/configure.in
@@ -278,14 +278,6 @@ if test "$INSTALL" = "$ac_install_sh"; then
# Use full path to install-sh script...
INSTALL="`pwd`/install-sh -c"
fi
-AC_PATH_PROG(MKDIRR,mkdir)
-dnl recursive mkdir
-if test "x$MKDIRR" = "x:"; then
- # Use install instead
- MKDIRR="$INSTALL -d"
-else
- MKDIRR="$MKDIRR -p"
-fi
AC_PATH_PROG(NROFF,nroff)
if test "x$NROFF" = "x:"; then
# Try groff instead of nroff...