I try to build sqlite-jdbc on aarch64 machine, using specific version of sqlite that is on my computer.
I tried to follow this guide and use autoreconf to build this package, using configure --with-sqlite to this path, but it fails on guessing the arch.
I downloaded the last config.guess & config.sub files, which solved me this problem recently, but not in this case.
Specifying build to configure in --build/host/target, did not solve the issue, because configure was lookging for install.sh and did not find it. I know there is an option to build using docker by make linux-arm64 command, but i did not find how to specify the sqlite version i want.