diff options
Diffstat (limited to 'app/xfs')
-rw-r--r-- | app/xfs/Makefile.in | 2 | ||||
-rw-r--r-- | app/xfs/aclocal.m4 | 2 | ||||
-rw-r--r-- | app/xfs/configure | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/xfs/Makefile.in b/app/xfs/Makefile.in index 03d7ca756..0600beb76 100644 --- a/app/xfs/Makefile.in +++ b/app/xfs/Makefile.in @@ -70,7 +70,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_HEADER = config.h CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" \ diff --git a/app/xfs/aclocal.m4 b/app/xfs/aclocal.m4 index 7b031ae54..6e01b8b2d 100644 --- a/app/xfs/aclocal.m4 +++ b/app/xfs/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/xfs/configure b/app/xfs/configure index d4374114f..f8df08cba 100644 --- a/app/xfs/configure +++ b/app/xfs/configure @@ -1504,7 +1504,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 |