strtoimax: Work around AIX 5.1 bug.
[gnulib.git] / modules / strtoimax
1 Description:
2 strtoimax() function: convert string to 'intmax_t'.
3
4 Files:
5 lib/strtoimax.c
6 m4/strtoimax.m4
7 m4/stdint_h.m4
8 m4/inttypes_h.m4
9 m4/longlong.m4
10
11 Depends-on:
12 inttypes-incomplete
13 verify          [test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
14 stdint          [test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
15 strtoll         [{ test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes]
16
17 configure.ac:
18 gl_FUNC_STRTOIMAX
19 if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
20   AC_LIBOBJ([strtoimax])
21   gl_PREREQ_STRTOIMAX
22 fi
23 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
24
25 Makefile.am:
26
27 Include:
28 <inttypes.h>
29
30 License:
31 LGPL
32
33 Maintainer:
34 Paul Eggert