<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
James Porter wrote:
<blockquote cite="mid:1250878846.6686.94.camel@rincewind" type="cite">
  <pre wrap="">On Fri, 2009-08-21 at 13:09 -0500, Paul Wilson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi there,

The current configure.ac in CGM invokes

    AC_PROG_SED

instead of

  AC_CHECK_PROG( [SED], [sed], [sed], [true] )

It turns out that the former does not work on my system, but the latter 
does.  Is there a reason to use one over the other?  I notice that MOAB 
uses the latter.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What version of autoconf are you using? 2.13 doesn't have the former,
but modern versions should have it. If you need 2.13 for some other
projects, there's an autoconf2.13 package in Debian/Ubuntu that will
automatically switch between 2.13 and 2.50+ based on the configure file.
  </pre>
</blockquote>
I'm using autoconf 2.59 and automake 1.9.6.&nbsp; Maybe it is automake that
is the problem?<br>
<br>
Paul<br>
<br>
<pre class="moz-signature" cols="72">-- 
-- --------------------------------------------------------- --
Paul P H Wilson                  UW-Madison Engineering Physics
Associate Professor               419 Engineering Research Bldg
<a class="moz-txt-link-abbreviated" href="mailto:wilsonp@engr.wisc.edu">wilsonp@engr.wisc.edu</a>                       1500 Engineering Dr
608/263-0807 fax:608/263-4499                 Madison, WI 53706
<a class="moz-txt-link-freetext" href="http://www.cae.wisc.edu/~wilsonp">http://www.cae.wisc.edu/~wilsonp</a>    <a class="moz-txt-link-freetext" href="http://www.engr.wisc.edu/ep">http://www.engr.wisc.edu/ep</a>
                       My calendar
<a class="moz-txt-link-freetext" href="http://www.google.com/calendar/embed?src=paul@nagus-wilson.net">http://www.google.com/calendar/embed?src=paul@nagus-wilson.net</a>

          Contributing to the joy and improvement
                  of all those around me</pre>
</body>
</html>