X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoll;h=5501fdac3b4d85e8c277f988bb7de19f58984e22;hb=7e105c7957aab59bbf060758c2b3e285feaea229;hp=9cf6875546ec485f84aa0f206babd2b19f0def77;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/strtoll b/modules/strtoll index 9cf687554..5501fdac3 100644 --- a/modules/strtoll +++ b/modules/strtoll @@ -2,18 +2,29 @@ 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: Include: +License: +LGPL + +Maintainer: +glibc