From 4d6a05a9ccc56ec300b53833f6115bbbba9639c4 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 18 Mar 2007 22:30:13 +0000 Subject: regen with automake 1.9.6p2 --- proto/x11proto/Makefile.in | 2 +- proto/x11proto/aclocal.m4 | 2 +- proto/x11proto/configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'proto/x11proto') diff --git a/proto/x11proto/Makefile.in b/proto/x11proto/Makefile.in index 4a245b816..94e80c2d8 100644 --- a/proto/x11proto/Makefile.in +++ b/proto/x11proto/Makefile.in @@ -50,7 +50,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 = do-not-use-config.h Xfuncproto.h CONFIG_CLEAN_FILES = Xpoll.h xproto.pc SOURCES = diff --git a/proto/x11proto/aclocal.m4 b/proto/x11proto/aclocal.m4 index d3f812982..08d7e4ac1 100644 --- a/proto/x11proto/aclocal.m4 +++ b/proto/x11proto/aclocal.m4 @@ -634,7 +634,7 @@ else if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else - mkdir_p='$(install_sh) -d' + mkdir_p='$(SHELL) $(install_sh) -d' fi fi AC_SUBST([mkdir_p])]) diff --git a/proto/x11proto/configure b/proto/x11proto/configure index 456deccb7..4c55d9b4f 100644 --- a/proto/x11proto/configure +++ b/proto/x11proto/configure @@ -1492,7 +1492,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 -- cgit v1.2.3