configure picks the wrong "ar"
configure will look for "ar", but does not pick a cross-ar by default:
checking for powerpc-unknown-linux-gnu-ranlib... powerpc-unknown-linux-gnu-ranlib
checking for ar... /usr/bin/ar
To Reproduce
- Do a cross-build
Environment:
- ISC DHCP version: 4.4.2
- OS: Linux, custom cross toolchain
Additional Information
It's this lines from configure.ac:
AC_PATH_PROG(AR, ar)
AC_SUBST(AR)
The answer could be using AM_PROG_AR
, which may need a newer auto* to generate the releases.
Contacting you
I'll watch this issue.