gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / strtoull
blob8beb6a7dac11a0cd3bb0b06353cfcd113f793311
1 Description:
2 strtoull() function: convert string to 'unsigned long long'.
4 Files:
5 lib/strtol.c
6 lib/strtoul.c
7 lib/strtoull.c
8 m4/strtoull.m4
10 Depends-on:
11 limits-h
12 stdlib
14 configure.ac:
15 gl_FUNC_STRTOULL
16 gl_CONDITIONAL([GL_COND_OBJ_STRTOULL],
17                [test $HAVE_STRTOULL = 0 || test $REPLACE_STRTOULL = 1])
18 AM_COND_IF([GL_COND_OBJ_STRTOULL], [
19   gl_PREREQ_STRTOULL
21 gl_STDLIB_MODULE_INDICATOR([strtoull])
23 Makefile.am:
24 if GL_COND_OBJ_STRTOULL
25 lib_SOURCES += strtoull.c
26 endif
28 Include:
29 <stdlib.h>
31 License:
32 LGPL
34 Maintainer:
35 glibc