summaryrefslogtreecommitdiff
path: root/proto/renderproto
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-18 22:30:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-03-18 22:30:13 +0000
commit4d6a05a9ccc56ec300b53833f6115bbbba9639c4 (patch)
tree2a71a3dcfae4afc52ccbe5b429260f0f7550ff70 /proto/renderproto
parent84aff7e22e6953ab8ee26886194a7e37e3d713a9 (diff)
regen with automake 1.9.6p2
Diffstat (limited to 'proto/renderproto')
-rw-r--r--proto/renderproto/aclocal.m42
-rw-r--r--proto/renderproto/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/renderproto/aclocal.m4 b/proto/renderproto/aclocal.m4
index 8a4a26e4f..f974785a8 100644
--- a/proto/renderproto/aclocal.m4
+++ b/proto/renderproto/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/renderproto/configure b/proto/renderproto/configure
index 0cd4778d7..e8b09a1cc 100644
--- a/proto/renderproto/configure
+++ b/proto/renderproto/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