summaryrefslogtreecommitdiff
path: root/proto/fixesproto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/fixesproto')
-rw-r--r--proto/fixesproto/Makefile.in2
-rw-r--r--proto/fixesproto/aclocal.m42
-rw-r--r--proto/fixesproto/configure2
3 files changed, 3 insertions, 3 deletions
diff --git a/proto/fixesproto/Makefile.in b/proto/fixesproto/Makefile.in
index 0bafb193d..109d84238 100644
--- a/proto/fixesproto/Makefile.in
+++ b/proto/fixesproto/Makefile.in
@@ -46,7 +46,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_CLEAN_FILES = fixesproto.pc
SOURCES =
DIST_SOURCES =
diff --git a/proto/fixesproto/aclocal.m4 b/proto/fixesproto/aclocal.m4
index 8a4a26e4f..f974785a8 100644
--- a/proto/fixesproto/aclocal.m4
+++ b/proto/fixesproto/aclocal.m4
@@ -325,7 +325,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/proto/fixesproto/configure b/proto/fixesproto/configure
index cdbed47fb..880fc6efc 100644
--- a/proto/fixesproto/configure
+++ b/proto/fixesproto/configure
@@ -1445,7 +1445,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