From: Simon Marlow Date: Thu, 1 Feb 2007 13:11:25 +0000 (+0000) Subject: chmod +x install-sh, see bug #978 X-Git-Tag: 2007-02-05~20 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5bb59869cb0f488c2b143320a1ae413c5f59f833 chmod +x install-sh, see bug #978 --- diff --git a/configure.ac b/configure.ac index 85301aa..eb64f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -903,6 +903,9 @@ FP_PROG_SORT dnl ** figure out how to do a BSD-ish install AC_PROG_INSTALL +dnl Let's make sure install-sh is executable here. If we got it from +dnl a darcs repo, it might not be (see bug #978). +chmod +x install-sh dnl If you can run configure, you certainly have /bin/sh AC_DEFINE([HAVE_BIN_SH], [1], [Define to 1 if you have /bin/sh.])