summaryrefslogtreecommitdiff
path: root/app/bdftopcf
diff options
context:
space:
mode:
Diffstat (limited to 'app/bdftopcf')
-rw-r--r--app/bdftopcf/aclocal.m42
-rw-r--r--app/bdftopcf/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/bdftopcf/aclocal.m4 b/app/bdftopcf/aclocal.m4
index 645ab3d00..b0c8b891b 100644
--- a/app/bdftopcf/aclocal.m4
+++ b/app/bdftopcf/aclocal.m4
@@ -807,7 +807,7 @@ else
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
- mkdir_p='$(install_sh) -d'
+ mkdir_p='$(SHELL) $(install_sh) -d'
fi
fi
AC_SUBST([mkdir_p])])
diff --git a/app/bdftopcf/configure b/app/bdftopcf/configure
index 4dedc0528..6e5eaf22c 100644
--- a/app/bdftopcf/configure
+++ b/app/bdftopcf/configure
@@ -1501,7 +1501,7 @@ else
if test -f "$ac_aux_dir/mkinstalldirs"; then
mkdir_p='$(mkinstalldirs)'
else
- mkdir_p='$(install_sh) -d'
+ mkdir_p='$(SHELL) $(install_sh) -d'
fi
fi