X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=eb64f4e853b4c81b90b793280f270a134ccf4065;hb=7e03b5b7cfd72c651444856fe83b429da0734ec2;hp=85301aa2b39262e8535c6f293fd74ddfcc8fe72c;hpb=50ebea6a8607f4d83dd2d8d99acf9a55e4d39349;p=ghc-hetmet.git 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.])