X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoull;h=6bb66fea225ea145ff029e7ae48438ba463c30a9;hb=1f7ca4c3c642d27f5f9afd63c5cfb7ba93e72c27;hp=9cf4d7f497388b5fbcf1e39aa0b60d0889fce79c;hpb=1bdc3263719ddd23c68fc9db896388670451b58c;p=gnulib.git diff --git a/modules/strtoull b/modules/strtoull index 9cf4d7f49..6bb66fea2 100644 --- a/modules/strtoull +++ b/modules/strtoull @@ -2,15 +2,22 @@ Description: strtoull() function: convert string to 'unsigned long long'. Files: +lib/strtol.c +lib/strtoul.c lib/strtoull.c m4/longlong.m4 m4/strtoull.m4 Depends-on: -strtoul +stdlib configure.ac: gl_FUNC_STRTOULL +if test $HAVE_STRTOULL = 0; then + AC_LIBOBJ([strtoull]) + gl_PREREQ_STRTOULL +fi +gl_STDLIB_MODULE_INDICATOR([strtoull]) Makefile.am: @@ -22,4 +29,3 @@ LGPL Maintainer: glibc -