From: Ian Lynagh Date: Wed, 24 Sep 2008 12:30:46 +0000 (+0000) Subject: Look for gfind as well as find X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=db84c6048957788fd702e73e328e71868adaff72 Look for gfind as well as find --- diff --git a/aclocal.m4 b/aclocal.m4 index 42c1361..758f319 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -576,7 +576,7 @@ AC_DEFUN([FP_CHECK_PROG], # ------------ # Find a non-WinDoze version of the "find" utility. AC_DEFUN([FP_PROG_FIND], -[AC_PATH_PROG([fp_prog_find], [find]) +[AC_PATH_PROGS([fp_prog_find], [gfind find], find) echo foo > conftest.txt $fp_prog_find conftest.txt -print > conftest.out 2>&1 if grep '^conftest.txt$' conftest.out > /dev/null 2>&1 ; then