gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / strtoumax
blob8b9cad1fa36351b048c4d96038afc2433ebe1166
1 Description:
2 strtoumax() function: convert string to 'uintmax_t'.
4 Files:
5 lib/strtoimax.c
6 lib/strtoumax.c
7 m4/strtoumax.m4
9 Depends-on:
10 inttypes-incomplete
11 assert-h        [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
12 stdint          [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
13 strtoull        [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1]
15 configure.ac:
16 gl_FUNC_STRTOUMAX
17 gl_CONDITIONAL([GL_COND_OBJ_STRTOUMAX],
18                [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1])
19 AM_COND_IF([GL_COND_OBJ_STRTOUMAX], [
20   gl_PREREQ_STRTOUMAX
22 gl_INTTYPES_MODULE_INDICATOR([strtoumax])
24 Makefile.am:
25 if GL_COND_OBJ_STRTOUMAX
26 lib_SOURCES += strtoumax.c
27 endif
29 Include:
30 <inttypes.h>
32 License:
33 LGPL
35 Maintainer:
36 Paul Eggert