X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=7ad6846913328694ac1a58968ec3b0aeabaa8ad9;hb=2d4d1028210d8eff40ab7559717a990000cb3d38;hp=169f28f0223e241f2773cf51ddb424455581b3fa;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 169f28f02..7ad684691 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,25 +2,28 @@ Description: strtoumax() function: convert string to 'uintmax_t'. Files: +lib/strtoimax.c lib/strtoumax.c -m4/ulonglong.m4 +m4/longlong.m4 m4/strtoumax.m4 Depends-on: -strtoimax -strtoull -inttypes -stdint +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