Hello Ralf, > * modules/strtoull (Depends-on): Add stdlib. > > diff --git a/modules/strtoull b/modules/strtoull > index 0347b7e..a7dea16 100644 > --- a/modules/strtoull > +++ b/modules/strtoull > @@ -8,6 +8,7 @@ m4/strtoull.m4 > > Depends-on: > unistd > +stdlib > strtoul > > configure.ac:
Yes, thanks for fixing this. The problem originated in <http://lists.gnu.org/archive/html/bug-gnulib/2008-10/msg00346.html>, which mistakenly added 'unistd' to the dependencies. It can be removed. 2008-12-13 Bruno Haible <br...@clisp.org> * modules/strtoull (Depends-on): Remove unistd. --- modules/strtoull.orig 2008-12-14 02:14:01.000000000 +0100 +++ modules/strtoull 2008-12-14 02:11:13.000000000 +0100 @@ -7,7 +7,6 @@ m4/strtoull.m4 Depends-on: -unistd stdlib strtoul