* modules/aligned-malloc (Depends-on): Add posix_memalign,
aligned_alloc, memalign.
(configure.ac): Use AC_CHECK_FUNCS_ONCE.
+2020-11-03 Bruno Haible <bruno@clisp.org>
+
+ aligned-malloc: Use fixes from the new modules.
+ * modules/aligned-malloc (Depends-on): Add posix_memalign,
+ aligned_alloc, memalign.
+ (configure.ac): Use AC_CHECK_FUNCS_ONCE.
+
2020-11-03 Bruno Haible <bruno@clisp.org>
aligned_alloc: Add tests.
Depends-on:
stdint
+posix_memalign
+aligned_alloc
+memalign
configure.ac:
gl_MALLOC_ALIGNMENT
AC_REQUIRE([AC_C_INLINE])
-AC_CHECK_FUNCS([posix_memalign aligned_alloc memalign])
+AC_CHECK_FUNCS_ONCE([posix_memalign aligned_alloc memalign])
Makefile.am: