diff options
Diffstat (limited to 'driver')
222 files changed, 222 insertions, 222 deletions
diff --git a/driver/openbsd-input-usbtablet/Makefile.in b/driver/openbsd-input-usbtablet/Makefile.in index c86b57fc4..f78d38806 100644 --- a/driver/openbsd-input-usbtablet/Makefile.in +++ b/driver/openbsd-input-usbtablet/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_HEADER = config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/openbsd-input-usbtablet/aclocal.m4 b/driver/openbsd-input-usbtablet/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/openbsd-input-usbtablet/aclocal.m4 +++ b/driver/openbsd-input-usbtablet/aclocal.m4 @@ -7184,7 +7184,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/driver/openbsd-input-usbtablet/configure b/driver/openbsd-input-usbtablet/configure index effbe0f77..3d4048393 100644 --- a/driver/openbsd-input-usbtablet/configure +++ b/driver/openbsd-input-usbtablet/configure @@ -1739,7 +1739,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/driver/openbsd-input-usbtablet/man/Makefile.in b/driver/openbsd-input-usbtablet/man/Makefile.in index 8d33596c6..2eed88f28 100644 --- a/driver/openbsd-input-usbtablet/man/Makefile.in +++ b/driver/openbsd-input-usbtablet/man/Makefile.in @@ -42,7 +42,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/openbsd-input-usbtablet/src/Makefile.in b/driver/openbsd-input-usbtablet/src/Makefile.in index 3c5008266..71e6d4514 100644 --- a/driver/openbsd-input-usbtablet/src/Makefile.in +++ b/driver/openbsd-input-usbtablet/src/Makefile.in @@ -58,7 +58,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/openbsd-input-ws/Makefile.in b/driver/openbsd-input-ws/Makefile.in index c86b57fc4..f78d38806 100644 --- a/driver/openbsd-input-ws/Makefile.in +++ b/driver/openbsd-input-ws/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_HEADER = config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/openbsd-input-ws/aclocal.m4 b/driver/openbsd-input-ws/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/openbsd-input-ws/aclocal.m4 +++ b/driver/openbsd-input-ws/aclocal.m4 @@ -7184,7 +7184,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/driver/openbsd-input-ws/configure b/driver/openbsd-input-ws/configure index 3fef2b36e..2513ba5ae 100644 --- a/driver/openbsd-input-ws/configure +++ b/driver/openbsd-input-ws/configure @@ -1739,7 +1739,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/driver/openbsd-input-ws/man/Makefile.in b/driver/openbsd-input-ws/man/Makefile.in index 8d33596c6..2eed88f28 100644 --- a/driver/openbsd-input-ws/man/Makefile.in +++ b/driver/openbsd-input-ws/man/Makefile.in @@ -42,7 +42,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/openbsd-input-ws/src/Makefile.in b/driver/openbsd-input-ws/src/Makefile.in index 3c5008266..71e6d4514 100644 --- a/driver/openbsd-input-ws/src/Makefile.in +++ b/driver/openbsd-input-ws/src/Makefile.in @@ -58,7 +58,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-acecad/Makefile.in b/driver/xf86-input-acecad/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-acecad/Makefile.in +++ b/driver/xf86-input-acecad/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-acecad/aclocal.m4 b/driver/xf86-input-acecad/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-acecad/aclocal.m4 +++ b/driver/xf86-input-acecad/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-acecad/configure b/driver/xf86-input-acecad/configure index afc0caa91..0330acfd3 100644 --- a/driver/xf86-input-acecad/configure +++ b/driver/xf86-input-acecad/configure @@ -1738,7 +1738,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/driver/xf86-input-acecad/man/Makefile.in b/driver/xf86-input-acecad/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-acecad/man/Makefile.in +++ b/driver/xf86-input-acecad/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-acecad/src/Makefile.in b/driver/xf86-input-acecad/src/Makefile.in index 20627cc67..ec6f115c3 100644 --- a/driver/xf86-input-acecad/src/Makefile.in +++ b/driver/xf86-input-acecad/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-digitaledge/Makefile.in b/driver/xf86-input-digitaledge/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-digitaledge/Makefile.in +++ b/driver/xf86-input-digitaledge/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-digitaledge/aclocal.m4 b/driver/xf86-input-digitaledge/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-digitaledge/aclocal.m4 +++ b/driver/xf86-input-digitaledge/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-digitaledge/configure b/driver/xf86-input-digitaledge/configure index 1b4ba1863..b9d80f4e6 100644 --- a/driver/xf86-input-digitaledge/configure +++ b/driver/xf86-input-digitaledge/configure @@ -1738,7 +1738,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/driver/xf86-input-digitaledge/man/Makefile.in b/driver/xf86-input-digitaledge/man/Makefile.in index 7842d09f6..6dbd3d95f 100644 --- a/driver/xf86-input-digitaledge/man/Makefile.in +++ b/driver/xf86-input-digitaledge/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-digitaledge/src/Makefile.in b/driver/xf86-input-digitaledge/src/Makefile.in index 1a5fb03aa..fa5a10a04 100644 --- a/driver/xf86-input-digitaledge/src/Makefile.in +++ b/driver/xf86-input-digitaledge/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-elographics/Makefile.in b/driver/xf86-input-elographics/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-elographics/Makefile.in +++ b/driver/xf86-input-elographics/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-elographics/aclocal.m4 b/driver/xf86-input-elographics/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-elographics/aclocal.m4 +++ b/driver/xf86-input-elographics/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-elographics/configure b/driver/xf86-input-elographics/configure index 934f1c1ec..369d74b83 100644 --- a/driver/xf86-input-elographics/configure +++ b/driver/xf86-input-elographics/configure @@ -1738,7 +1738,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/driver/xf86-input-elographics/man/Makefile.in b/driver/xf86-input-elographics/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-elographics/man/Makefile.in +++ b/driver/xf86-input-elographics/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-elographics/src/Makefile.in b/driver/xf86-input-elographics/src/Makefile.in index 47f31bc28..8157915b7 100644 --- a/driver/xf86-input-elographics/src/Makefile.in +++ b/driver/xf86-input-elographics/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-fpit/Makefile.in b/driver/xf86-input-fpit/Makefile.in index 58d33903e..c564cdad1 100644 --- a/driver/xf86-input-fpit/Makefile.in +++ b/driver/xf86-input-fpit/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-fpit/aclocal.m4 b/driver/xf86-input-fpit/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-fpit/aclocal.m4 +++ b/driver/xf86-input-fpit/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-fpit/configure b/driver/xf86-input-fpit/configure index d1d35c3a4..8c105d575 100644 --- a/driver/xf86-input-fpit/configure +++ b/driver/xf86-input-fpit/configure @@ -1738,7 +1738,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/driver/xf86-input-fpit/man/Makefile.in b/driver/xf86-input-fpit/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-fpit/man/Makefile.in +++ b/driver/xf86-input-fpit/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-fpit/src/Makefile.in b/driver/xf86-input-fpit/src/Makefile.in index 0ee17238e..d51ceb5ab 100644 --- a/driver/xf86-input-fpit/src/Makefile.in +++ b/driver/xf86-input-fpit/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-hyperpen/Makefile.in b/driver/xf86-input-hyperpen/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-hyperpen/Makefile.in +++ b/driver/xf86-input-hyperpen/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-hyperpen/aclocal.m4 b/driver/xf86-input-hyperpen/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-hyperpen/aclocal.m4 +++ b/driver/xf86-input-hyperpen/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-hyperpen/configure b/driver/xf86-input-hyperpen/configure index e47c3e7b9..566321584 100644 --- a/driver/xf86-input-hyperpen/configure +++ b/driver/xf86-input-hyperpen/configure @@ -1738,7 +1738,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/driver/xf86-input-hyperpen/man/Makefile.in b/driver/xf86-input-hyperpen/man/Makefile.in index e5e79875f..9d514db9a 100644 --- a/driver/xf86-input-hyperpen/man/Makefile.in +++ b/driver/xf86-input-hyperpen/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-hyperpen/src/Makefile.in b/driver/xf86-input-hyperpen/src/Makefile.in index d969704ee..dad164f65 100644 --- a/driver/xf86-input-hyperpen/src/Makefile.in +++ b/driver/xf86-input-hyperpen/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-jamstudio/Makefile.in b/driver/xf86-input-jamstudio/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-jamstudio/Makefile.in +++ b/driver/xf86-input-jamstudio/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-jamstudio/aclocal.m4 b/driver/xf86-input-jamstudio/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-jamstudio/aclocal.m4 +++ b/driver/xf86-input-jamstudio/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-jamstudio/configure b/driver/xf86-input-jamstudio/configure index 9310869b1..75e694f2e 100644 --- a/driver/xf86-input-jamstudio/configure +++ b/driver/xf86-input-jamstudio/configure @@ -1738,7 +1738,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/driver/xf86-input-jamstudio/man/Makefile.in b/driver/xf86-input-jamstudio/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-jamstudio/man/Makefile.in +++ b/driver/xf86-input-jamstudio/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-jamstudio/src/Makefile.in b/driver/xf86-input-jamstudio/src/Makefile.in index c495e93c7..9b9f33ec3 100644 --- a/driver/xf86-input-jamstudio/src/Makefile.in +++ b/driver/xf86-input-jamstudio/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-joystick/Makefile.in b/driver/xf86-input-joystick/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-joystick/Makefile.in +++ b/driver/xf86-input-joystick/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-joystick/aclocal.m4 b/driver/xf86-input-joystick/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-joystick/aclocal.m4 +++ b/driver/xf86-input-joystick/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-joystick/configure b/driver/xf86-input-joystick/configure index f29e9f315..ed017465d 100644 --- a/driver/xf86-input-joystick/configure +++ b/driver/xf86-input-joystick/configure @@ -1738,7 +1738,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/driver/xf86-input-joystick/man/Makefile.in b/driver/xf86-input-joystick/man/Makefile.in index e5e79875f..9d514db9a 100644 --- a/driver/xf86-input-joystick/man/Makefile.in +++ b/driver/xf86-input-joystick/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-joystick/src/Makefile.in b/driver/xf86-input-joystick/src/Makefile.in index f46f190e5..b1dc2a519 100644 --- a/driver/xf86-input-joystick/src/Makefile.in +++ b/driver/xf86-input-joystick/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-keyboard/Makefile.in b/driver/xf86-input-keyboard/Makefile.in index b0968efcc..40b27d00f 100644 --- a/driver/xf86-input-keyboard/Makefile.in +++ b/driver/xf86-input-keyboard/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-keyboard/aclocal.m4 b/driver/xf86-input-keyboard/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-keyboard/aclocal.m4 +++ b/driver/xf86-input-keyboard/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-keyboard/configure b/driver/xf86-input-keyboard/configure index b975a67c9..3bc1afc67 100644 --- a/driver/xf86-input-keyboard/configure +++ b/driver/xf86-input-keyboard/configure @@ -1739,7 +1739,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/driver/xf86-input-keyboard/man/Makefile.in b/driver/xf86-input-keyboard/man/Makefile.in index b7e891f0e..9baf101cc 100644 --- a/driver/xf86-input-keyboard/man/Makefile.in +++ b/driver/xf86-input-keyboard/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-keyboard/src/Makefile.in b/driver/xf86-input-keyboard/src/Makefile.in index 491f3672e..10184616a 100644 --- a/driver/xf86-input-keyboard/src/Makefile.in +++ b/driver/xf86-input-keyboard/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-magellan/Makefile.in b/driver/xf86-input-magellan/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-magellan/Makefile.in +++ b/driver/xf86-input-magellan/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-magellan/aclocal.m4 b/driver/xf86-input-magellan/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-magellan/aclocal.m4 +++ b/driver/xf86-input-magellan/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-magellan/configure b/driver/xf86-input-magellan/configure index ea4755499..36f5c04cd 100644 --- a/driver/xf86-input-magellan/configure +++ b/driver/xf86-input-magellan/configure @@ -1738,7 +1738,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/driver/xf86-input-magellan/man/Makefile.in b/driver/xf86-input-magellan/man/Makefile.in index e5e79875f..9d514db9a 100644 --- a/driver/xf86-input-magellan/man/Makefile.in +++ b/driver/xf86-input-magellan/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-magellan/src/Makefile.in b/driver/xf86-input-magellan/src/Makefile.in index 20627cc67..ec6f115c3 100644 --- a/driver/xf86-input-magellan/src/Makefile.in +++ b/driver/xf86-input-magellan/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-magictouch/aclocal.m4 b/driver/xf86-input-magictouch/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-magictouch/aclocal.m4 +++ b/driver/xf86-input-magictouch/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-magictouch/configure b/driver/xf86-input-magictouch/configure index a96456104..089b51684 100644 --- a/driver/xf86-input-magictouch/configure +++ b/driver/xf86-input-magictouch/configure @@ -1738,7 +1738,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/driver/xf86-input-mouse/Makefile.in b/driver/xf86-input-mouse/Makefile.in index 9d636de63..5eb5a8133 100644 --- a/driver/xf86-input-mouse/Makefile.in +++ b/driver/xf86-input-mouse/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-mouse/aclocal.m4 b/driver/xf86-input-mouse/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-mouse/aclocal.m4 +++ b/driver/xf86-input-mouse/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-mouse/configure b/driver/xf86-input-mouse/configure index 5ef9e8371..15bc2a183 100644 --- a/driver/xf86-input-mouse/configure +++ b/driver/xf86-input-mouse/configure @@ -1738,7 +1738,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/driver/xf86-input-mouse/man/Makefile.in b/driver/xf86-input-mouse/man/Makefile.in index 99f42e90a..027c44a54 100644 --- a/driver/xf86-input-mouse/man/Makefile.in +++ b/driver/xf86-input-mouse/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-mouse/src/Makefile.in b/driver/xf86-input-mouse/src/Makefile.in index a372d2bf7..85fc557d7 100644 --- a/driver/xf86-input-mouse/src/Makefile.in +++ b/driver/xf86-input-mouse/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-mutouch/Makefile.in b/driver/xf86-input-mutouch/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-mutouch/Makefile.in +++ b/driver/xf86-input-mutouch/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-mutouch/aclocal.m4 b/driver/xf86-input-mutouch/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-mutouch/aclocal.m4 +++ b/driver/xf86-input-mutouch/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-mutouch/configure b/driver/xf86-input-mutouch/configure index 51ec1746e..06da1506c 100644 --- a/driver/xf86-input-mutouch/configure +++ b/driver/xf86-input-mutouch/configure @@ -1738,7 +1738,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/driver/xf86-input-mutouch/man/Makefile.in b/driver/xf86-input-mutouch/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-mutouch/man/Makefile.in +++ b/driver/xf86-input-mutouch/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-mutouch/src/Makefile.in b/driver/xf86-input-mutouch/src/Makefile.in index e2e3fd4ff..b5a44a8ec 100644 --- a/driver/xf86-input-mutouch/src/Makefile.in +++ b/driver/xf86-input-mutouch/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-palmax/Makefile.in b/driver/xf86-input-palmax/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-palmax/Makefile.in +++ b/driver/xf86-input-palmax/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-palmax/aclocal.m4 b/driver/xf86-input-palmax/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-palmax/aclocal.m4 +++ b/driver/xf86-input-palmax/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-palmax/configure b/driver/xf86-input-palmax/configure index f6d9cdb12..96bd0a3e3 100644 --- a/driver/xf86-input-palmax/configure +++ b/driver/xf86-input-palmax/configure @@ -1738,7 +1738,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/driver/xf86-input-palmax/man/Makefile.in b/driver/xf86-input-palmax/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-palmax/man/Makefile.in +++ b/driver/xf86-input-palmax/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-palmax/src/Makefile.in b/driver/xf86-input-palmax/src/Makefile.in index a2642f876..178539489 100644 --- a/driver/xf86-input-palmax/src/Makefile.in +++ b/driver/xf86-input-palmax/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-spaceorb/Makefile.in b/driver/xf86-input-spaceorb/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-spaceorb/Makefile.in +++ b/driver/xf86-input-spaceorb/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-spaceorb/aclocal.m4 b/driver/xf86-input-spaceorb/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-spaceorb/aclocal.m4 +++ b/driver/xf86-input-spaceorb/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-spaceorb/configure b/driver/xf86-input-spaceorb/configure index daebad32b..4fe75111f 100644 --- a/driver/xf86-input-spaceorb/configure +++ b/driver/xf86-input-spaceorb/configure @@ -1738,7 +1738,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/driver/xf86-input-spaceorb/man/Makefile.in b/driver/xf86-input-spaceorb/man/Makefile.in index e5e79875f..9d514db9a 100644 --- a/driver/xf86-input-spaceorb/man/Makefile.in +++ b/driver/xf86-input-spaceorb/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-spaceorb/src/Makefile.in b/driver/xf86-input-spaceorb/src/Makefile.in index 20627cc67..ec6f115c3 100644 --- a/driver/xf86-input-spaceorb/src/Makefile.in +++ b/driver/xf86-input-spaceorb/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-summa/Makefile.in b/driver/xf86-input-summa/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-summa/Makefile.in +++ b/driver/xf86-input-summa/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-summa/aclocal.m4 b/driver/xf86-input-summa/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-summa/aclocal.m4 +++ b/driver/xf86-input-summa/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-summa/configure b/driver/xf86-input-summa/configure index 5cda53dc2..29bd3fb57 100644 --- a/driver/xf86-input-summa/configure +++ b/driver/xf86-input-summa/configure @@ -1738,7 +1738,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/driver/xf86-input-summa/man/Makefile.in b/driver/xf86-input-summa/man/Makefile.in index e5e79875f..9d514db9a 100644 --- a/driver/xf86-input-summa/man/Makefile.in +++ b/driver/xf86-input-summa/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-summa/src/Makefile.in b/driver/xf86-input-summa/src/Makefile.in index c2875021f..4febf4758 100644 --- a/driver/xf86-input-summa/src/Makefile.in +++ b/driver/xf86-input-summa/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-tek4957/Makefile.in b/driver/xf86-input-tek4957/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-tek4957/Makefile.in +++ b/driver/xf86-input-tek4957/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-tek4957/aclocal.m4 b/driver/xf86-input-tek4957/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-tek4957/aclocal.m4 +++ b/driver/xf86-input-tek4957/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-tek4957/configure b/driver/xf86-input-tek4957/configure index 47aef3eb1..2024aed79 100644 --- a/driver/xf86-input-tek4957/configure +++ b/driver/xf86-input-tek4957/configure @@ -1738,7 +1738,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/driver/xf86-input-tek4957/man/Makefile.in b/driver/xf86-input-tek4957/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-tek4957/man/Makefile.in +++ b/driver/xf86-input-tek4957/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-tek4957/src/Makefile.in b/driver/xf86-input-tek4957/src/Makefile.in index 705728f8e..0442831fa 100644 --- a/driver/xf86-input-tek4957/src/Makefile.in +++ b/driver/xf86-input-tek4957/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-vmmouse/Makefile.in b/driver/xf86-input-vmmouse/Makefile.in index 733eedd0c..0e542daf6 100644 --- a/driver/xf86-input-vmmouse/Makefile.in +++ b/driver/xf86-input-vmmouse/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-vmmouse/aclocal.m4 b/driver/xf86-input-vmmouse/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-vmmouse/aclocal.m4 +++ b/driver/xf86-input-vmmouse/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-vmmouse/configure b/driver/xf86-input-vmmouse/configure index fe4f21498..e2e18c7da 100644 --- a/driver/xf86-input-vmmouse/configure +++ b/driver/xf86-input-vmmouse/configure @@ -1738,7 +1738,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/driver/xf86-input-vmmouse/man/Makefile.in b/driver/xf86-input-vmmouse/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-vmmouse/man/Makefile.in +++ b/driver/xf86-input-vmmouse/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-vmmouse/src/Makefile.in b/driver/xf86-input-vmmouse/src/Makefile.in index 0e1a74f71..c14c8d46a 100644 --- a/driver/xf86-input-vmmouse/src/Makefile.in +++ b/driver/xf86-input-vmmouse/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-input-void/Makefile.in b/driver/xf86-input-void/Makefile.in index de8f7115e..46295dd69 100644 --- a/driver/xf86-input-void/Makefile.in +++ b/driver/xf86-input-void/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-input-void/aclocal.m4 b/driver/xf86-input-void/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-input-void/aclocal.m4 +++ b/driver/xf86-input-void/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-input-void/configure b/driver/xf86-input-void/configure index 1eda35565..30ee51449 100644 --- a/driver/xf86-input-void/configure +++ b/driver/xf86-input-void/configure @@ -1738,7 +1738,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/driver/xf86-input-void/man/Makefile.in b/driver/xf86-input-void/man/Makefile.in index e19c1f4cf..b45786e37 100644 --- a/driver/xf86-input-void/man/Makefile.in +++ b/driver/xf86-input-void/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-input-void/src/Makefile.in b/driver/xf86-input-void/src/Makefile.in index c495e93c7..9b9f33ec3 100644 --- a/driver/xf86-input-void/src/Makefile.in +++ b/driver/xf86-input-void/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-apm/Makefile.in b/driver/xf86-video-apm/Makefile.in index c96aade8e..f433d053e 100644 --- a/driver/xf86-video-apm/Makefile.in +++ b/driver/xf86-video-apm/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-apm/aclocal.m4 b/driver/xf86-video-apm/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-apm/aclocal.m4 +++ b/driver/xf86-video-apm/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-apm/configure b/driver/xf86-video-apm/configure index 4925d2b7e..955245fa7 100644 --- a/driver/xf86-video-apm/configure +++ b/driver/xf86-video-apm/configure @@ -1751,7 +1751,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/driver/xf86-video-apm/man/Makefile.in b/driver/xf86-video-apm/man/Makefile.in index 1b56cdc52..4cfede729 100644 --- a/driver/xf86-video-apm/man/Makefile.in +++ b/driver/xf86-video-apm/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-apm/src/Makefile.in b/driver/xf86-video-apm/src/Makefile.in index 45dca7cc2..77bbdbaad 100644 --- a/driver/xf86-video-apm/src/Makefile.in +++ b/driver/xf86-video-apm/src/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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-ark/Makefile.in b/driver/xf86-video-ark/Makefile.in index 9d8b919d0..6df34e129 100644 --- a/driver/xf86-video-ark/Makefile.in +++ b/driver/xf86-video-ark/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-ark/aclocal.m4 b/driver/xf86-video-ark/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-ark/aclocal.m4 +++ b/driver/xf86-video-ark/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-ark/configure b/driver/xf86-video-ark/configure index bad17156c..93a7abaf8 100644 --- a/driver/xf86-video-ark/configure +++ b/driver/xf86-video-ark/configure @@ -1739,7 +1739,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/driver/xf86-video-ark/src/Makefile.in b/driver/xf86-video-ark/src/Makefile.in index 7ae01437c..9e9c9288a 100644 --- a/driver/xf86-video-ark/src/Makefile.in +++ b/driver/xf86-video-ark/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-ati/Makefile.in b/driver/xf86-video-ati/Makefile.in index d780e2202..803fc2bf6 100644 --- a/driver/xf86-video-ati/Makefile.in +++ b/driver/xf86-video-ati/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-ati/aclocal.m4 b/driver/xf86-video-ati/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-ati/aclocal.m4 +++ b/driver/xf86-video-ati/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-ati/configure b/driver/xf86-video-ati/configure index 4b3682251..1a3ed5008 100644 --- a/driver/xf86-video-ati/configure +++ b/driver/xf86-video-ati/configure @@ -1768,7 +1768,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/driver/xf86-video-ati/man/Makefile.in b/driver/xf86-video-ati/man/Makefile.in index 35bbbda25..f39de9e4c 100644 --- a/driver/xf86-video-ati/man/Makefile.in +++ b/driver/xf86-video-ati/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-ati/src/Makefile.in b/driver/xf86-video-ati/src/Makefile.in index 03703d1f6..97c24d1d4 100644 --- a/driver/xf86-video-ati/src/Makefile.in +++ b/driver/xf86-video-ati/src/Makefile.in @@ -69,7 +69,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-chips/Makefile.in b/driver/xf86-video-chips/Makefile.in index a04d97299..2328d889d 100644 --- a/driver/xf86-video-chips/Makefile.in +++ b/driver/xf86-video-chips/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-chips/aclocal.m4 b/driver/xf86-video-chips/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-chips/aclocal.m4 +++ b/driver/xf86-video-chips/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-chips/configure b/driver/xf86-video-chips/configure index e55b531ee..7735d9d4b 100644 --- a/driver/xf86-video-chips/configure +++ b/driver/xf86-video-chips/configure @@ -1741,7 +1741,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/driver/xf86-video-chips/man/Makefile.in b/driver/xf86-video-chips/man/Makefile.in index 53808aa3c..4543c3f9d 100644 --- a/driver/xf86-video-chips/man/Makefile.in +++ b/driver/xf86-video-chips/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-chips/src/Makefile.in b/driver/xf86-video-chips/src/Makefile.in index fc84db956..1d477ce73 100644 --- a/driver/xf86-video-chips/src/Makefile.in +++ b/driver/xf86-video-chips/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-chips/util/Makefile.in b/driver/xf86-video-chips/util/Makefile.in index ca1d0042f..0818845bf 100644 --- a/driver/xf86-video-chips/util/Makefile.in +++ b/driver/xf86-video-chips/util/Makefile.in @@ -44,7 +44,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = PROGRAMS = $(noinst_PROGRAMS) diff --git a/driver/xf86-video-cirrus/Makefile.in b/driver/xf86-video-cirrus/Makefile.in index c92ecadcd..7d0190a28 100644 --- a/driver/xf86-video-cirrus/Makefile.in +++ b/driver/xf86-video-cirrus/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-cirrus/aclocal.m4 b/driver/xf86-video-cirrus/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-cirrus/aclocal.m4 +++ b/driver/xf86-video-cirrus/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-cirrus/configure b/driver/xf86-video-cirrus/configure index a33f14982..a1517edcb 100644 --- a/driver/xf86-video-cirrus/configure +++ b/driver/xf86-video-cirrus/configure @@ -1741,7 +1741,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/driver/xf86-video-cirrus/man/Makefile.in b/driver/xf86-video-cirrus/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-cirrus/man/Makefile.in +++ b/driver/xf86-video-cirrus/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-cirrus/src/Makefile.in b/driver/xf86-video-cirrus/src/Makefile.in index 0cbdc030f..ab64a1574 100644 --- a/driver/xf86-video-cirrus/src/Makefile.in +++ b/driver/xf86-video-cirrus/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-cyrix/Makefile.in b/driver/xf86-video-cyrix/Makefile.in index 83126080c..2c878fbdd 100644 --- a/driver/xf86-video-cyrix/Makefile.in +++ b/driver/xf86-video-cyrix/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-cyrix/aclocal.m4 b/driver/xf86-video-cyrix/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-cyrix/aclocal.m4 +++ b/driver/xf86-video-cyrix/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-cyrix/configure b/driver/xf86-video-cyrix/configure index 5ae01526b..0430ad778 100644 --- a/driver/xf86-video-cyrix/configure +++ b/driver/xf86-video-cyrix/configure @@ -1741,7 +1741,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/driver/xf86-video-cyrix/man/Makefile.in b/driver/xf86-video-cyrix/man/Makefile.in index 3453bc58c..5df448bc9 100644 --- a/driver/xf86-video-cyrix/man/Makefile.in +++ b/driver/xf86-video-cyrix/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-cyrix/src/Makefile.in b/driver/xf86-video-cyrix/src/Makefile.in index e81553bfb..c0bf122d2 100644 --- a/driver/xf86-video-cyrix/src/Makefile.in +++ b/driver/xf86-video-cyrix/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-dummy/Makefile.in b/driver/xf86-video-dummy/Makefile.in index 9d8b919d0..6df34e129 100644 --- a/driver/xf86-video-dummy/Makefile.in +++ b/driver/xf86-video-dummy/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-dummy/aclocal.m4 b/driver/xf86-video-dummy/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-dummy/aclocal.m4 +++ b/driver/xf86-video-dummy/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-dummy/configure b/driver/xf86-video-dummy/configure index fadc7a5ab..3f8f29de4 100644 --- a/driver/xf86-video-dummy/configure +++ b/driver/xf86-video-dummy/configure @@ -1739,7 +1739,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/driver/xf86-video-dummy/src/Makefile.in b/driver/xf86-video-dummy/src/Makefile.in index 31f8a1cbc..c3b6fd778 100644 --- a/driver/xf86-video-dummy/src/Makefile.in +++ b/driver/xf86-video-dummy/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-glint/Makefile.in b/driver/xf86-video-glint/Makefile.in index 1e4dae67b..6b4f503f7 100644 --- a/driver/xf86-video-glint/Makefile.in +++ b/driver/xf86-video-glint/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-glint/aclocal.m4 b/driver/xf86-video-glint/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-glint/aclocal.m4 +++ b/driver/xf86-video-glint/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-glint/configure b/driver/xf86-video-glint/configure index abbe27c30..2da75ff0d 100644 --- a/driver/xf86-video-glint/configure +++ b/driver/xf86-video-glint/configure @@ -1752,7 +1752,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/driver/xf86-video-glint/man/Makefile.in b/driver/xf86-video-glint/man/Makefile.in index 03d7b68c7..f991a0f1e 100644 --- a/driver/xf86-video-glint/man/Makefile.in +++ b/driver/xf86-video-glint/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-glint/src/Makefile.in b/driver/xf86-video-glint/src/Makefile.in index a3349efcd..3b3c76b73 100644 --- a/driver/xf86-video-glint/src/Makefile.in +++ b/driver/xf86-video-glint/src/Makefile.in @@ -67,7 +67,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-i128/Makefile.in b/driver/xf86-video-i128/Makefile.in index 83126080c..2c878fbdd 100644 --- a/driver/xf86-video-i128/Makefile.in +++ b/driver/xf86-video-i128/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-i128/aclocal.m4 b/driver/xf86-video-i128/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-i128/aclocal.m4 +++ b/driver/xf86-video-i128/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-i128/configure b/driver/xf86-video-i128/configure index 950f919b7..70b1c4f72 100644 --- a/driver/xf86-video-i128/configure +++ b/driver/xf86-video-i128/configure @@ -1741,7 +1741,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/driver/xf86-video-i128/man/Makefile.in b/driver/xf86-video-i128/man/Makefile.in index 3453bc58c..5df448bc9 100644 --- a/driver/xf86-video-i128/man/Makefile.in +++ b/driver/xf86-video-i128/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-i128/src/Makefile.in b/driver/xf86-video-i128/src/Makefile.in index eb4b5f4a4..95e6f9686 100644 --- a/driver/xf86-video-i128/src/Makefile.in +++ b/driver/xf86-video-i128/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-intel/Makefile.in b/driver/xf86-video-intel/Makefile.in index 1b89e9e0a..9d85cb59f 100644 --- a/driver/xf86-video-intel/Makefile.in +++ b/driver/xf86-video-intel/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-intel/aclocal.m4 b/driver/xf86-video-intel/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-intel/aclocal.m4 +++ b/driver/xf86-video-intel/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-intel/configure b/driver/xf86-video-intel/configure index 3ac946775..dce0b11e2 100644 --- a/driver/xf86-video-intel/configure +++ b/driver/xf86-video-intel/configure @@ -1769,7 +1769,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/driver/xf86-video-intel/man/Makefile.in b/driver/xf86-video-intel/man/Makefile.in index adf61bd2d..e44905943 100644 --- a/driver/xf86-video-intel/man/Makefile.in +++ b/driver/xf86-video-intel/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-intel/src/Makefile.in b/driver/xf86-video-intel/src/Makefile.in index bab4bbb05..6eecbca41 100644 --- a/driver/xf86-video-intel/src/Makefile.in +++ b/driver/xf86-video-intel/src/Makefile.in @@ -69,7 +69,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-intel/src/xvmc/Makefile.in b/driver/xf86-video-intel/src/xvmc/Makefile.in index d6a9215b7..e3f0728ad 100644 --- a/driver/xf86-video-intel/src/xvmc/Makefile.in +++ b/driver/xf86-video-intel/src/xvmc/Makefile.in @@ -42,7 +42,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-mga/Makefile.in b/driver/xf86-video-mga/Makefile.in index 11193ae3f..f0855235d 100644 --- a/driver/xf86-video-mga/Makefile.in +++ b/driver/xf86-video-mga/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-mga/aclocal.m4 b/driver/xf86-video-mga/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-mga/aclocal.m4 +++ b/driver/xf86-video-mga/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-mga/configure b/driver/xf86-video-mga/configure index af40e0c14..683db10b2 100644 --- a/driver/xf86-video-mga/configure +++ b/driver/xf86-video-mga/configure @@ -1793,7 +1793,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/driver/xf86-video-mga/man/Makefile.in b/driver/xf86-video-mga/man/Makefile.in index 73d42abb6..bd664bcc1 100644 --- a/driver/xf86-video-mga/man/Makefile.in +++ b/driver/xf86-video-mga/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-mga/src/Makefile.in b/driver/xf86-video-mga/src/Makefile.in index c9d4c24fb..9f6046932 100644 --- a/driver/xf86-video-mga/src/Makefile.in +++ b/driver/xf86-video-mga/src/Makefile.in @@ -73,7 +73,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-mga/util/Makefile.in b/driver/xf86-video-mga/util/Makefile.in index 5df2f1600..957449d6b 100644 --- a/driver/xf86-video-mga/util/Makefile.in +++ b/driver/xf86-video-mga/util/Makefile.in @@ -45,7 +45,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = PROGRAMS = $(noinst_PROGRAMS) diff --git a/driver/xf86-video-neomagic/Makefile.in b/driver/xf86-video-neomagic/Makefile.in index 6257b8f57..10edcda2a 100644 --- a/driver/xf86-video-neomagic/Makefile.in +++ b/driver/xf86-video-neomagic/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-neomagic/aclocal.m4 b/driver/xf86-video-neomagic/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-neomagic/aclocal.m4 +++ b/driver/xf86-video-neomagic/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-neomagic/configure b/driver/xf86-video-neomagic/configure index c3e301bbd..3c5a83498 100644 --- a/driver/xf86-video-neomagic/configure +++ b/driver/xf86-video-neomagic/configure @@ -1741,7 +1741,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/driver/xf86-video-neomagic/man/Makefile.in b/driver/xf86-video-neomagic/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-neomagic/man/Makefile.in +++ b/driver/xf86-video-neomagic/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-neomagic/src/Makefile.in b/driver/xf86-video-neomagic/src/Makefile.in index 0ec425338..4663cdb14 100644 --- a/driver/xf86-video-neomagic/src/Makefile.in +++ b/driver/xf86-video-neomagic/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-nv/Makefile.in b/driver/xf86-video-nv/Makefile.in index fc3e4b126..149a2791d 100644 --- a/driver/xf86-video-nv/Makefile.in +++ b/driver/xf86-video-nv/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-nv/aclocal.m4 b/driver/xf86-video-nv/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-nv/aclocal.m4 +++ b/driver/xf86-video-nv/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-nv/configure b/driver/xf86-video-nv/configure index f35f16cfe..5c0ae8d29 100644 --- a/driver/xf86-video-nv/configure +++ b/driver/xf86-video-nv/configure @@ -1741,7 +1741,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/driver/xf86-video-nv/man/Makefile.in b/driver/xf86-video-nv/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-nv/man/Makefile.in +++ b/driver/xf86-video-nv/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-nv/src/Makefile.in b/driver/xf86-video-nv/src/Makefile.in index fd0770b3c..6025fe3af 100644 --- a/driver/xf86-video-nv/src/Makefile.in +++ b/driver/xf86-video-nv/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-rendition/Makefile.in b/driver/xf86-video-rendition/Makefile.in index ddaf77dc9..1b9dd1260 100644 --- a/driver/xf86-video-rendition/Makefile.in +++ b/driver/xf86-video-rendition/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-rendition/aclocal.m4 b/driver/xf86-video-rendition/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-rendition/aclocal.m4 +++ b/driver/xf86-video-rendition/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-rendition/configure b/driver/xf86-video-rendition/configure index ceb5d133e..2b888dde5 100644 --- a/driver/xf86-video-rendition/configure +++ b/driver/xf86-video-rendition/configure @@ -1741,7 +1741,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/driver/xf86-video-rendition/man/Makefile.in b/driver/xf86-video-rendition/man/Makefile.in index 3453bc58c..5df448bc9 100644 --- a/driver/xf86-video-rendition/man/Makefile.in +++ b/driver/xf86-video-rendition/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-rendition/src/Makefile.in b/driver/xf86-video-rendition/src/Makefile.in index ea5bf050e..fa49a32fb 100644 --- a/driver/xf86-video-rendition/src/Makefile.in +++ b/driver/xf86-video-rendition/src/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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-s3/Makefile.in b/driver/xf86-video-s3/Makefile.in index 6ebab097d..af19970ec 100644 --- a/driver/xf86-video-s3/Makefile.in +++ b/driver/xf86-video-s3/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-s3/aclocal.m4 b/driver/xf86-video-s3/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-s3/aclocal.m4 +++ b/driver/xf86-video-s3/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-s3/configure b/driver/xf86-video-s3/configure index 3fc614ca5..a2b9abaa8 100644 --- a/driver/xf86-video-s3/configure +++ b/driver/xf86-video-s3/configure @@ -1741,7 +1741,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/driver/xf86-video-s3/src/Makefile.in b/driver/xf86-video-s3/src/Makefile.in index bad17da7a..b7352d99f 100644 --- a/driver/xf86-video-s3/src/Makefile.in +++ b/driver/xf86-video-s3/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-s3virge/Makefile.in b/driver/xf86-video-s3virge/Makefile.in index d23bb0698..795a4d3b8 100644 --- a/driver/xf86-video-s3virge/Makefile.in +++ b/driver/xf86-video-s3virge/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-s3virge/aclocal.m4 b/driver/xf86-video-s3virge/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-s3virge/aclocal.m4 +++ b/driver/xf86-video-s3virge/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-s3virge/configure b/driver/xf86-video-s3virge/configure index e3cdb6ece..ca65dc3c6 100644 --- a/driver/xf86-video-s3virge/configure +++ b/driver/xf86-video-s3virge/configure @@ -1741,7 +1741,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/driver/xf86-video-s3virge/man/Makefile.in b/driver/xf86-video-s3virge/man/Makefile.in index 3453bc58c..5df448bc9 100644 --- a/driver/xf86-video-s3virge/man/Makefile.in +++ b/driver/xf86-video-s3virge/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-s3virge/src/Makefile.in b/driver/xf86-video-s3virge/src/Makefile.in index 8907da760..6da5cf41b 100644 --- a/driver/xf86-video-s3virge/src/Makefile.in +++ b/driver/xf86-video-s3virge/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-savage/Makefile.in b/driver/xf86-video-savage/Makefile.in index c22e49178..423c7ca0f 100644 --- a/driver/xf86-video-savage/Makefile.in +++ b/driver/xf86-video-savage/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-savage/aclocal.m4 b/driver/xf86-video-savage/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-savage/aclocal.m4 +++ b/driver/xf86-video-savage/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-savage/configure b/driver/xf86-video-savage/configure index 6fd70d1de..aed4531c3 100644 --- a/driver/xf86-video-savage/configure +++ b/driver/xf86-video-savage/configure @@ -1752,7 +1752,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/driver/xf86-video-savage/man/Makefile.in b/driver/xf86-video-savage/man/Makefile.in index 03d7b68c7..f991a0f1e 100644 --- a/driver/xf86-video-savage/man/Makefile.in +++ b/driver/xf86-video-savage/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-savage/src/Makefile.in b/driver/xf86-video-savage/src/Makefile.in index 361c4f090..0729a031e 100644 --- a/driver/xf86-video-savage/src/Makefile.in +++ b/driver/xf86-video-savage/src/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-siliconmotion/Makefile.in b/driver/xf86-video-siliconmotion/Makefile.in index fd543c44d..359daa2e8 100644 --- a/driver/xf86-video-siliconmotion/Makefile.in +++ b/driver/xf86-video-siliconmotion/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-siliconmotion/aclocal.m4 b/driver/xf86-video-siliconmotion/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-siliconmotion/aclocal.m4 +++ b/driver/xf86-video-siliconmotion/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-siliconmotion/configure b/driver/xf86-video-siliconmotion/configure index 23f738642..d69d3e820 100644 --- a/driver/xf86-video-siliconmotion/configure +++ b/driver/xf86-video-siliconmotion/configure @@ -1741,7 +1741,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/driver/xf86-video-siliconmotion/man/Makefile.in b/driver/xf86-video-siliconmotion/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-siliconmotion/man/Makefile.in +++ b/driver/xf86-video-siliconmotion/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-siliconmotion/src/Makefile.in b/driver/xf86-video-siliconmotion/src/Makefile.in index 516cfd179..cc71b04ab 100644 --- a/driver/xf86-video-siliconmotion/src/Makefile.in +++ b/driver/xf86-video-siliconmotion/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-sis/Makefile.in b/driver/xf86-video-sis/Makefile.in index 35435884b..5c50f93e9 100644 --- a/driver/xf86-video-sis/Makefile.in +++ b/driver/xf86-video-sis/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-sis/aclocal.m4 b/driver/xf86-video-sis/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-sis/aclocal.m4 +++ b/driver/xf86-video-sis/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-sis/configure b/driver/xf86-video-sis/configure index b463255d1..d0f317276 100644 --- a/driver/xf86-video-sis/configure +++ b/driver/xf86-video-sis/configure @@ -1752,7 +1752,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/driver/xf86-video-sis/man/Makefile.in b/driver/xf86-video-sis/man/Makefile.in index c8632e04a..74c4328ce 100644 --- a/driver/xf86-video-sis/man/Makefile.in +++ b/driver/xf86-video-sis/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-sis/src/Makefile.in b/driver/xf86-video-sis/src/Makefile.in index d6ab1237a..ab716d815 100644 --- a/driver/xf86-video-sis/src/Makefile.in +++ b/driver/xf86-video-sis/src/Makefile.in @@ -66,7 +66,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-tdfx/Makefile.in b/driver/xf86-video-tdfx/Makefile.in index c22e49178..423c7ca0f 100644 --- a/driver/xf86-video-tdfx/Makefile.in +++ b/driver/xf86-video-tdfx/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-tdfx/aclocal.m4 b/driver/xf86-video-tdfx/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-tdfx/aclocal.m4 +++ b/driver/xf86-video-tdfx/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-tdfx/configure b/driver/xf86-video-tdfx/configure index 0dd5450a9..e10376739 100644 --- a/driver/xf86-video-tdfx/configure +++ b/driver/xf86-video-tdfx/configure @@ -1752,7 +1752,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/driver/xf86-video-tdfx/man/Makefile.in b/driver/xf86-video-tdfx/man/Makefile.in index 03d7b68c7..f991a0f1e 100644 --- a/driver/xf86-video-tdfx/man/Makefile.in +++ b/driver/xf86-video-tdfx/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-tdfx/src/Makefile.in b/driver/xf86-video-tdfx/src/Makefile.in index da0ef2baf..030c18f0f 100644 --- a/driver/xf86-video-tdfx/src/Makefile.in +++ b/driver/xf86-video-tdfx/src/Makefile.in @@ -67,7 +67,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-trident/Makefile.in b/driver/xf86-video-trident/Makefile.in index 549e9f1d9..07fb197eb 100644 --- a/driver/xf86-video-trident/Makefile.in +++ b/driver/xf86-video-trident/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-trident/aclocal.m4 b/driver/xf86-video-trident/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-trident/aclocal.m4 +++ b/driver/xf86-video-trident/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-trident/configure b/driver/xf86-video-trident/configure index 8addf9284..f6e26a8d3 100644 --- a/driver/xf86-video-trident/configure +++ b/driver/xf86-video-trident/configure @@ -1741,7 +1741,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/driver/xf86-video-trident/man/Makefile.in b/driver/xf86-video-trident/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-trident/man/Makefile.in +++ b/driver/xf86-video-trident/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-trident/src/Makefile.in b/driver/xf86-video-trident/src/Makefile.in index 445dabff8..26b185c36 100644 --- a/driver/xf86-video-trident/src/Makefile.in +++ b/driver/xf86-video-trident/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-tseng/Makefile.in b/driver/xf86-video-tseng/Makefile.in index 549e9f1d9..07fb197eb 100644 --- a/driver/xf86-video-tseng/Makefile.in +++ b/driver/xf86-video-tseng/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-tseng/aclocal.m4 b/driver/xf86-video-tseng/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-tseng/aclocal.m4 +++ b/driver/xf86-video-tseng/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-tseng/configure b/driver/xf86-video-tseng/configure index c43774165..6afdc19c5 100644 --- a/driver/xf86-video-tseng/configure +++ b/driver/xf86-video-tseng/configure @@ -1741,7 +1741,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/driver/xf86-video-tseng/man/Makefile.in b/driver/xf86-video-tseng/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-tseng/man/Makefile.in +++ b/driver/xf86-video-tseng/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-tseng/src/Makefile.in b/driver/xf86-video-tseng/src/Makefile.in index 48ae795d9..bbfdd6b53 100644 --- a/driver/xf86-video-tseng/src/Makefile.in +++ b/driver/xf86-video-tseng/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-vesa/Makefile.in b/driver/xf86-video-vesa/Makefile.in index cdb474ad0..ca5e0b2cb 100644 --- a/driver/xf86-video-vesa/Makefile.in +++ b/driver/xf86-video-vesa/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-vesa/aclocal.m4 b/driver/xf86-video-vesa/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-vesa/aclocal.m4 +++ b/driver/xf86-video-vesa/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-vesa/configure b/driver/xf86-video-vesa/configure index 4fce4b2ba..6acc5e380 100644 --- a/driver/xf86-video-vesa/configure +++ b/driver/xf86-video-vesa/configure @@ -1739,7 +1739,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/driver/xf86-video-vesa/man/Makefile.in b/driver/xf86-video-vesa/man/Makefile.in index 30f063f62..7c308c826 100644 --- a/driver/xf86-video-vesa/man/Makefile.in +++ b/driver/xf86-video-vesa/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-vesa/src/Makefile.in b/driver/xf86-video-vesa/src/Makefile.in index 7a278999f..233e718f2 100644 --- a/driver/xf86-video-vesa/src/Makefile.in +++ b/driver/xf86-video-vesa/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-vga/Makefile.in b/driver/xf86-video-vga/Makefile.in index 549e9f1d9..07fb197eb 100644 --- a/driver/xf86-video-vga/Makefile.in +++ b/driver/xf86-video-vga/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-vga/aclocal.m4 b/driver/xf86-video-vga/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-vga/aclocal.m4 +++ b/driver/xf86-video-vga/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-vga/configure b/driver/xf86-video-vga/configure index 3b7efee9e..ab4e0a3c5 100644 --- a/driver/xf86-video-vga/configure +++ b/driver/xf86-video-vga/configure @@ -1741,7 +1741,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/driver/xf86-video-vga/man/Makefile.in b/driver/xf86-video-vga/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-vga/man/Makefile.in +++ b/driver/xf86-video-vga/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-vga/src/Makefile.in b/driver/xf86-video-vga/src/Makefile.in index 732e8f165..96c9761cd 100644 --- a/driver/xf86-video-vga/src/Makefile.in +++ b/driver/xf86-video-vga/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; diff --git a/driver/xf86-video-vmware/Makefile.in b/driver/xf86-video-vmware/Makefile.in index d090414fb..0174b1e51 100644 --- a/driver/xf86-video-vmware/Makefile.in +++ b/driver/xf86-video-vmware/Makefile.in @@ -66,7 +66,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 = SOURCES = diff --git a/driver/xf86-video-vmware/aclocal.m4 b/driver/xf86-video-vmware/aclocal.m4 index 579980ea6..6ac2b95bd 100644 --- a/driver/xf86-video-vmware/aclocal.m4 +++ b/driver/xf86-video-vmware/aclocal.m4 @@ -7184,7 +7184,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/driver/xf86-video-vmware/configure b/driver/xf86-video-vmware/configure index fec0b2ad1..bf89a6d3b 100644 --- a/driver/xf86-video-vmware/configure +++ b/driver/xf86-video-vmware/configure @@ -1741,7 +1741,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/driver/xf86-video-vmware/man/Makefile.in b/driver/xf86-video-vmware/man/Makefile.in index bce2f8cc8..e9c0e3cbc 100644 --- a/driver/xf86-video-vmware/man/Makefile.in +++ b/driver/xf86-video-vmware/man/Makefile.in @@ -68,7 +68,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = diff --git a/driver/xf86-video-vmware/src/Makefile.in b/driver/xf86-video-vmware/src/Makefile.in index dfac6b588..eeffc327d 100644 --- a/driver/xf86-video-vmware/src/Makefile.in +++ b/driver/xf86-video-vmware/src/Makefile.in @@ -62,7 +62,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_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |