autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

non-executable install-sh


From: Patrick Welche
Subject: non-executable install-sh
Date: Wed, 8 Oct 2008 14:58:54 +0100
User-agent: Mutt/1.5.18 (2008-09-17)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]