Hello,
I got the Subject wrong, it must read:
libtool: Use AC_CHECK_PROG instead of AC_CHECK_TOOL to find "file"
(i.e. s/"find"/"file"/)
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König|
Industrial Linux Solutions | https://
This fixes a warning when cross-building:
checking for arm-v7a-linux-gnueabihf-file... no
checking for file... file
configure: WARNING: using cross tools not prefixed with host triplet
find isn't platform specific and not usually installed with a host
triplet. So use AC_CH