X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoull;h=6bb66fea225ea145ff029e7ae48438ba463c30a9;hb=9f5e100923da93c9e470227db4aa4ac1a2e2c019;hp=9ff6f68125555f92a5cec921d8a19c84922420ba;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strtoull b/modules/strtoull index 9ff6f6812..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/ulonglong.m4 +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 -