<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">You just need to pass in some options to autogen.sh; this should word:</div>
<br>
CC_FOR_BUILD=ccache clang -arch i386 -mmacosx-version-min=10.6<br>
CXX_FOR_BUILD=ccache clang++ -arch i386 -mmacosx-version-min=10.6<br>
--with-build-platform-configure-options=--with-macosx-version-min-required=10.6<br>
--with-macosx-sdk=10.6<br>
<br>
(put that in your autogen.lastrun, i.e. treat autogen.lastrun as an<br>
input file. or if you pass as command-line parameters, add quotes<br>
around the &quot;--with-macosx-version-min-required=10.6<br>
--with-macosx-sdk=10.6&quot;.)<br>
<br></blockquote><div><br></div><div>My problem with mac os x (lion) is that I haven&#39;t been able to get autogen.sh to run at all (Even --help gives no output). Every time it gives aclocal failed to run line 155 (It&#39;s also not recognised as a command). Looks like I need to install aclocal or something which contains it. I haven&#39;t been able to find any instructions for lion, any Ideas?</div>
</div><br>