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