the error you are getting is more or less caused by these three lines in acinclude.m4<br><br>&nbsp;&nbsp;&nbsp;&nbsp; _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&quot;$ac_path_SED&quot; -f 
conftest.sed])])])<br><br>you will either need to remove them or upgrade your version of autoconf<br><br><br><div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">Patrick</b> &lt;<a href="mailto:asterisk-list@puzzled.xs4all.nl">
asterisk-list@puzzled.xs4all.nl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Wed, 2007-02-07 at 17:30 -0600, Kevin P. Fleming wrote:
<br>&gt; Patrick wrote:<br>&gt; &gt; Does anyone with knowledge of the build system have a suggestion how to<br>&gt; &gt; fix this issue? My auto* voodoo is pretty non-existent so I appreciate<br>&gt; &gt; any feedback.<br>
&gt;<br>&gt; Most of us that work on the configure script use autoconf 2.60, so we<br>&gt; don&#39;t ever see this stuff. Those macros appear to be autoconf-2.60<br>&gt; specific, so I guess the answer to your question is no, autoconf 
2.59<br>&gt; will not work.<br><br>Thanks for the feedback Kevin.<br><br>For anyone else bumping into this issue while trying to add new apps to<br>the build system: it was suggested that you either create the new<br>configure with ./bootstrap.sh on a box that does have autoconf 
2.60 (or<br>newer I guess) and then build Asterisk on the target box using the new<br>configure file or you can add the logic to build the new apps statically<br>to the Makefile. Hope I got it right :)<br><br>Regards,<br>
Patrick<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br>