|
From: Nicholas N. <n.n...@gm...> - 2009-01-07 03:22:23
|
[I forget to send this reply to the list] ---------- Forwarded message ---------- From: Nicholas Nethercote <n.n...@gm...> Date: Wed, Jan 7, 2009 at 1:59 PM Subject: Re: [Valgrind-developers] GNU sed To: Greg Parker <gp...@ap...> On Wed, Jan 7, 2009 at 1:47 PM, Greg Parker <gp...@ap...> wrote: > Valgrind's configure now explicitly checks for GNU sed. What > operations require that? Darwin sed is not GNU sed, but (afaik) works > fine with Valgrind's build. (It's possible that Darwin sed doesn't > actually work but that I simply haven't noticed.) > > Perhaps the configure check should verify the result of a sed > expression, instead of looking for a particular sed implementation. The comment in configure.in says this: # Check we have GNU sed: some of the stuff done by "make install" relies # on some pretty fancy sed expressions, and AIX sed doesn't produce the # same results, causing install to fail I don't know what the fancy expressions are. If it's holding you up with Darwin, you could just comment out the check (with an explanation) and we can fix it up later... Nick |