posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / strtoimax
blob1cdd92579e64aef0fadb0ccba12523614355072e
1 Description:
2 strtoimax() function: convert string to 'intmax_t'.
4 Files:
5 lib/strtoimax.c
6 m4/strtoimax.m4
8 Depends-on:
9 inttypes-incomplete
10 verify          [test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
11 stdint          [test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1]
12 strtoll         [{ test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes]
14 configure.ac:
15 gl_FUNC_STRTOIMAX
16 if test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then
17   AC_LIBOBJ([strtoimax])
18   gl_PREREQ_STRTOIMAX
20 gl_INTTYPES_MODULE_INDICATOR([strtoimax])
22 Makefile.am:
24 Include:
25 <inttypes.h>
27 License:
28 LGPL
30 Maintainer:
31 Paul Eggert