X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoll;h=5501fdac3b4d85e8c277f988bb7de19f58984e22;hb=4752c7c4aaba4eca621082dc8042646f6efd71ec;hp=a25ebfaee7817a62125e37b85b5f92755b6a7631;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/strtoll b/modules/strtoll index a25ebfaee..5501fdac3 100644 --- a/modules/strtoll +++ b/modules/strtoll @@ -2,15 +2,21 @@ Description: strtoll() function: convert string to 'long long'. Files: +lib/strtol.c lib/strtoll.c m4/longlong.m4 m4/strtoll.m4 Depends-on: -strtol +stdlib configure.ac: gl_FUNC_STRTOLL +if test $HAVE_STRTOLL = 0; then + AC_LIBOBJ([strtoll]) + gl_PREREQ_STRTOLL +fi +gl_STDLIB_MODULE_INDICATOR([strtoll]) Makefile.am: @@ -22,4 +28,3 @@ LGPL Maintainer: glibc -