Re: strtoull depends on stdlib

2008-12-13 Thread Bruno Haible
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 > > configu

Re: strtoull depends on stdlib

2008-12-11 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > OK to apply? > > * modules/strtoull (Depends-on): Add stdlib. Yes, please. -- Eric Blake

strtoull depends on stdlib

2008-12-10 Thread Ralf Wildenhues
Hello gnulib maintainers, gnulib-tool --with-tests --test strtoull gives me configure.ac:112: warning: gl_STDLIB_H_DEFAULTS is m4_require'd but not m4_defun'd glm4/strtoull.m4:7: gl_FUNC_STRTOULL is expanded from... configure.ac:27: gl_INIT is expanded from... configure.ac:112: the top level