From: Ian Lynagh Date: Tue, 1 Dec 2009 13:07:41 +0000 (+0000) Subject: Look for sed as gsed first X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=22f78dd456cdf6d6c123556e3f715d008ecd86cd Look for sed as gsed first Solaris's sed apparently doesn't understand [:space:] --- diff --git a/configure.ac b/configure.ac index 6792491..c249b9a 100644 --- a/configure.ac +++ b/configure.ac @@ -559,7 +559,7 @@ AC_PROG_LN_S dnl ** Find the path to sed -AC_PATH_PROG(SedCmd,sed) +AC_PATH_PROGS(SedCmd,gsed sed,sed) dnl ** check for time command