X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=7ad6846913328694ac1a58968ec3b0aeabaa8ad9;hb=da0c838e760661390dd503195fb5b2c7e8a5ddd7;hp=8cfc8096b8f4a74d8b460fa54441a8d98ae4c7b2;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 8cfc8096b..7ad684691 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,27 +2,28 @@ Description: strtoumax() function: convert string to 'uintmax_t'. Files: +lib/strtoimax.c lib/strtoumax.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 +m4/longlong.m4 m4/strtoumax.m4 Depends-on: -strtoimax -strtoull +inttypes-incomplete +verify [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no] +stdint [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no] +strtoull [test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes] configure.ac: gl_FUNC_STRTOUMAX +gl_INTTYPES_MODULE_INDICATOR([strtoumax]) Makefile.am: Include: + License: -GPL +LGPL Maintainer: Paul Eggert -