<br><br>On Wednesday, November 17, 2021, Phyllis Smith via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><b>MatN,</b><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If you are modifying <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> anyway, I suggest to comment out the<br>
line about "no-unknown-warning-option" ?<br>
It causes no end of useless warnings.<br></blockquote><div><span class="gmail_default" style="font-size:small">Good suggestion. It will be done.</span> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Also, the detection of the number of cpus (about line 143) is done by a<br>
very specific Linux method /proc/cpuinfo) , which does not work on<br>
FreeBSD and macOS.<br></blockquote><div><span class="gmail_default" style="font-size:small">So I do an exact replacement from:</span></div><div><span class="gmail_default" style="font-size:small">   </span>   CPUS=`grep -c "^proc" /proc/cpuinfo`<br><div style="font-size:small" class="gmail_default">to:</div>  <span class="gmail_default" style="font-size:small">    </span>CPUS=`nproc`</div><div><div style="font-size:small" class="gmail_default">Is that correct?</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><b>Andrew,</b></div><div style="font-size:small" class="gmail_default">For     0031-configure-script-<wbr>specially-for-termux.patch   is it acceptable to use the filename of "configure_termux" instead of "my_configure"?    I was already thinking about adding "configure_32-bit" to make it easier when I create AppImages.<br></div></div></div></div></blockquote><div><br></div><div>sure, you can also put it in blds directory like all other build scripts... </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div><div> </div></div></div>
</blockquote>