I wrote: > In a second step, I looked for occurrences to AC_CHECK_FUNC[S] > or AC_CHECK_FUNCS_ONCE of these symbols. E.g. > for s in `cat in-8.txt`; do grep -rw "$s" m4 modules | grep CHECK_FUNC; echo ; done > and replaced these with gl_CHECK_FUNCS_ANDROID invocations. Having finished and regression-tested these changes, here's what I committed.