summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/xorg-docs/Makefile.in2
-rw-r--r--doc/xorg-docs/aclocal.m42
-rw-r--r--doc/xorg-docs/configure2
-rw-r--r--doc/xorg-docs/man/Makefile.in2
-rw-r--r--doc/xorg-docs/man/general/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/xorg-docs/Makefile.in b/doc/xorg-docs/Makefile.in
index ed53df507..48e5bfd8a 100644
--- a/doc/xorg-docs/Makefile.in
+++ b/doc/xorg-docs/Makefile.in
@@ -69,7 +69,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 =
SOURCES =
DIST_SOURCES =
diff --git a/doc/xorg-docs/aclocal.m4 b/doc/xorg-docs/aclocal.m4
index 8b42e308a..4d4a82e54 100644
--- a/doc/xorg-docs/aclocal.m4
+++ b/doc/xorg-docs/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/doc/xorg-docs/configure b/doc/xorg-docs/configure
index 7e58ab630..540aed1cd 100644
--- a/doc/xorg-docs/configure
+++ b/doc/xorg-docs/configure
@@ -1451,7 +1451,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
diff --git a/doc/xorg-docs/man/Makefile.in b/doc/xorg-docs/man/Makefile.in
index fd2be9491..672651c66 100644
--- a/doc/xorg-docs/man/Makefile.in
+++ b/doc/xorg-docs/man/Makefile.in
@@ -63,7 +63,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
diff --git a/doc/xorg-docs/man/general/Makefile.in b/doc/xorg-docs/man/general/Makefile.in
index 5fae476d7..77fd37755 100644
--- a/doc/xorg-docs/man/general/Makefile.in
+++ b/doc/xorg-docs/man/general/Makefile.in
@@ -64,7 +64,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(install_sh) -d
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =