diff options
Diffstat (limited to 'proto/randrproto')
-rw-r--r-- | proto/randrproto/aclocal.m4 | 2 | ||||
-rw-r--r-- | proto/randrproto/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/randrproto/aclocal.m4 b/proto/randrproto/aclocal.m4 index 8a4a26e4f..f974785a8 100644 --- a/proto/randrproto/aclocal.m4 +++ b/proto/randrproto/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/randrproto/configure b/proto/randrproto/configure index 893179d1a..fd44aa64a 100644 --- a/proto/randrproto/configure +++ b/proto/randrproto/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 |