From: Ian Lynagh Date: Sat, 24 Nov 2007 16:24:50 +0000 (+0000) Subject: Make install-sh executable /before/ we try to find it X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac4610c4da6966803b851cb4264bcb4427d6e2d0;p=ghc-hetmet.git Make install-sh executable /before/ we try to find it --- diff --git a/configure.ac b/configure.ac index 17b92ee..84d6c6d 100644 --- a/configure.ac +++ b/configure.ac @@ -899,11 +899,11 @@ FP_PROG_FIND dnl ** Find sort command (for the benefit of Win32 environs) 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 ** figure out how to do a BSD-ish install +AC_PROG_INSTALL 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.])