4 Apr
2022
4 Apr
'22
3:38 p.m.
On Monday, April 4, 2022, mat <[email protected]> wrote:
Andrew, does the attached configure.ac work for you? It produces the complete appimage here. I have not included any recent changes from you for netBSD or ppc.
In the beginnng, where the include files are set, is under termux it still neede to set the linux included path too? Or is it one or the other?
I think you can conditionalize those... https://yhbt.net/lore/all/[email protected]... ==== -AX_PATH_PROG_OR_FAIL([BASH], [bash]) +dnl FreeBSD doesn't require bash (hotplug scripts are in plain sh) +case "$host_os" in + freebsd*) ;; + *) AX_PATH_PROG_OR_FAIL([BASH], [bash]);; +esac but i wonder if host_os know about Android/termux...
Not yet tested under FreeBSD, and MacOS.
MatN