This patch fixes a trivial oversight:
2024-07-29 Bruno Haible <[email protected]> atoll: Fix module dependencies. * modules/atoll (Depends-on): Add stdlib. diff --git a/modules/atoll b/modules/atoll index ac5fdcb9b9..8f7c347af5 100644 --- a/modules/atoll +++ b/modules/atoll @@ -6,6 +6,7 @@ lib/atoll.c m4/atoll.m4 Depends-on: +stdlib strtoll [test $HAVE_ATOLL = 0] configure.ac:
