diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 22:30:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-18 22:30:13 +0000 |
commit | 4d6a05a9ccc56ec300b53833f6115bbbba9639c4 (patch) | |
tree | 2a71a3dcfae4afc52ccbe5b429260f0f7550ff70 /proto/x11proto | |
parent | 84aff7e22e6953ab8ee26886194a7e37e3d713a9 (diff) |
regen with automake 1.9.6p2
Diffstat (limited to 'proto/x11proto')
-rw-r--r-- | proto/x11proto/Makefile.in | 2 | ||||
-rw-r--r-- | proto/x11proto/aclocal.m4 | 2 | ||||
-rw-r--r-- | proto/x11proto/configure | 2 |
3 files changed, 3 insertions, 3 deletions
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 |