From: Bruno Haible Date: Mon, 29 Jul 2024 18:17:06 +0000 (+0200) Subject: atoll: Fix module dependencies. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=32e59455a8381a9c9619cfae8d0e16a12301bd36;p=gnulib.git atoll: Fix module dependencies. * modules/atoll (Depends-on): Add stdlib. --- diff --git a/ChangeLog b/ChangeLog index 6bac9a4a8e..84273168c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-07-29 Bruno Haible + + atoll: Fix module dependencies. + * modules/atoll (Depends-on): Add stdlib. + 2024-07-28 Bruno Haible gnulib-tool.py: Fix an exception message. 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: