Is this worth adding diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index 63f8a13..370ed31 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -709,7 +709,7 @@ if test -z "$MKDIR_P"; then # break other packages using the cache if that directory is # removed, or if the value is a relative name. test -d ./--version && rmdir ./--version - MKDIR_P="$ac_install_sh -d" + MKDIR_P="\$(SHELL) $ac_install_sh -d" fi fi dnl status.m4 does special magic for MKDIR_P instead of AC_SUBST, to work around the unfortunate situation where install-sh looses its executable bit when an archive is unpacked incorrectly? (cf http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39528 ) Cheers, Patrick _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf