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/fixesproto | |
parent | 84aff7e22e6953ab8ee26886194a7e37e3d713a9 (diff) |
regen with automake 1.9.6p2
Diffstat (limited to 'proto/fixesproto')
-rw-r--r-- | proto/fixesproto/Makefile.in | 2 | ||||
-rw-r--r-- | proto/fixesproto/aclocal.m4 | 2 | ||||
-rw-r--r-- | proto/fixesproto/configure | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/proto/fixesproto/Makefile.in b/proto/fixesproto/Makefile.in index 0bafb193d..109d84238 100644 --- a/proto/fixesproto/Makefile.in +++ b/proto/fixesproto/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_CLEAN_FILES = fixesproto.pc SOURCES = DIST_SOURCES = diff --git a/proto/fixesproto/aclocal.m4 b/proto/fixesproto/aclocal.m4 index 8a4a26e4f..f974785a8 100644 --- a/proto/fixesproto/aclocal.m4 +++ b/proto/fixesproto/aclocal.m4 @@ -325,7 +325,7 @@ else if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else - mkdir_p='$(install_sh) -d' + mkdir_p='$(SHELL) $(install_sh) -d' fi fi AC_SUBST([mkdir_p])]) diff --git a/proto/fixesproto/configure b/proto/fixesproto/configure index cdbed47fb..880fc6efc 100644 --- a/proto/fixesproto/configure +++ b/proto/fixesproto/configure @@ -1445,7 +1445,7 @@ else if test -f "$ac_aux_dir/mkinstalldirs"; then mkdir_p='$(mkinstalldirs)' else - mkdir_p='$(install_sh) -d' + mkdir_p='$(SHELL) $(install_sh) -d' fi fi |