aaaand AX_ macro was xen-specific... <div><br></div><div><a href="https://fossies.org/linux/xen/m4/path_or_fail.m4">https://fossies.org/linux/xen/m4/path_or_fail.m4</a><br><br>On Monday, April 4, 2022, Andrew Randrianasulu <<a href="mailto:randrianasulu@gmail.com">randrianasulu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br>On Monday, April 4, 2022, mat <<a href="mailto:mnieuw@zap.a2000.nl" target="_blank">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/" target="_blank">https://yhbt.net/lore/all/<wbr>20170213154914.<wbr>pfc5ciuycgodqktb@dhcp-3-221.<wbr>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>
</blockquote></div>