<br><br>On Monday, April 4, 2022, mat <<a href="mailto:mnieuw@zap.a2000.nl">mnieuw@zap.a2000.nl</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Andrew, does the attached <a href="http://configure.ac" target="_blank">configure.ac</a> work for you? It produces the<br>
complete appimage here. I have not included any recent changes from you<br>
for netBSD or ppc.<br>
<br>
In the beginnng, where the include files are set, is under termux it<br>
still neede to set the linux included path too? Or is it one or the<br>
other?</blockquote><div><br></div><div><br></div><div>I think you can conditionalize those... </div><div><br></div><div><a href="https://yhbt.net/lore/all/20170213154914.pfc5ciuycgodqktb@dhcp-3-221.uk.xensource.com/t/">https://yhbt.net/lore/all/20170213154914.pfc5ciuycgodqktb@dhcp-3-221.uk.xensource.com/t/</a></div><div><br></div><div>====</div><div>-AX_PATH_PROG_OR_FAIL([BASH], [bash])</div><div>+dnl FreeBSD doesn't require bash (hotplug scripts are in plain sh)</div><div>+case "$host_os" in</div><div>+  freebsd*) ;;</div><div>+  *) AX_PATH_PROG_OR_FAIL([BASH], [bash]);;</div><div>+esac</div><div><br></div><div><br></div><div><br></div><div>but i wonder if host_os know about Android/termux... </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Not yet tested under FreeBSD, and MacOS.<br>
<br>
MatN<br>
<br>
</blockquote>