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 /util/cf/configure | |
parent | 84aff7e22e6953ab8ee26886194a7e37e3d713a9 (diff) |
regen with automake 1.9.6p2
Diffstat (limited to 'util/cf/configure')
-rw-r--r-- | util/cf/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cf/configure b/util/cf/configure index a95b1b2aa..872825dbb 100644 --- a/util/cf/configure +++ b/util/cf/configure @@ -1453,7 +1453,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 |