Re: Recognize functions added in future versions of Android

2023-01-09 Thread Bruno Haible
I wrote: > * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Use > gl_CHECK_FUNCS_ANDROID instead of AC_CHECK_FUNCS_ONCE. This is not sufficient, because there is another test for aligned_alloc in a different place. This fixes it. 2023-01-09 Bruno Haible aligned-malloc: Don'

Recognize functions added in future versions of Android

2023-01-05 Thread Bruno Haible
to look whether they are *declared and defined*, not only whether they are *defined*. 2023-01-05 Bruno Haible Recognize functions added in future versions of Android. * m4/gnulib-common.m4 (gl_CHECK_FUNCS_ANDROID): New macro. * m4/aligned_alloc.m4 (gl_FUNC_ALIGNED_ALLOC): Use