I put the brackets in the wrong spots! Here's the new patch attached and pasted:<div><br></div><div><div><div>Index: macros/libcurl.m4</div><div>===================================================================</div>
<div>--- macros/libcurl.m4   (revision 15261)</div><div>+++ macros/libcurl.m4   (working copy)</div><div>@@ -142,7 +142,7 @@</div><div>            _libcurl_save_libs=$LIBS</div><div>            LIBS="$LIBCURL $LIBS"</div>
<div><br></div><div>-           AC_LINK_IFELSE(AC_LANG_PROGRAM([#include <curl/curl.h>],[</div><div>+           AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[</div><div> /* Try and use a few common options to force a failure if we are</div>
<div>    missing symbols or can't link. */</div><div> int x;</div><div>@@ -153,7 +153,7 @@</div><div> x=CURLOPT_ERRORBUFFER;</div><div> x=CURLOPT_STDERR;</div><div> x=CURLOPT_VERBOSE;</div><div>-]),libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)</div>
<div>+])],[libcurl_cv_lib_curl_usable=yes],[libcurl_cv_lib_curl_usable=no])</div><div><br></div><div>            CPPFLAGS=$_libcurl_save_cppflags</div><div>            LIBS=$_libcurl_save_libs</div></div><div><br></div><br>
<div class="gmail_quote">On Tue, Oct 25, 2011 at 1:27 AM, Steven Johnson <span dir="ltr"><<a href="mailto:shjohnson.pi@gmail.com">shjohnson.pi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello everyone, I'm Steven. Hopefully if time permits I can keep helping out with this fun project.</div><div><br></div><div><br></div>I created a bug report and uploaded a patch:<div><a href="https://sourceforge.net/tracker/?func=detail&aid=3428070&group_id=13833&atid=113833" target="_blank">https://sourceforge.net/tracker/?func=detail&aid=3428070&group_id=13833&atid=113833</a></div>

<div><br></div><div>It deals with autoreconf warnings and is very low priority and the fix was just adding two brackets.</div><div><br></div><div>The warning was: (running from root directory of client trunk on Ubuntu Linux 11.10)</div>

<div>$ autoreconf</div>...<br>macros/libcurl.m4:38: LIBCURL_CHECK_CONFIG is expanded from...<br><a href="http://configure.ac:416" target="_blank">configure.ac:416</a>: the top level<br><a href="http://configure.ac:416" target="_blank">configure.ac:416</a>: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

...<div><span style="color:rgb(85, 85, 85);font-family:arial, helvetica, clean, sans-serif;font-size:11px;background-color:rgb(245, 245, 245)"><br></span></div>
</blockquote></div><br></div>