X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=7ad6846913328694ac1a58968ec3b0aeabaa8ad9;hb=2d4d1028210d8eff40ab7559717a990000cb3d38;hp=e88628526fba4aa1204fead480bac229f31aac1e;hpb=1bdc3263719ddd23c68fc9db896388670451b58c;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index e88628526..7ad684691 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,15 +2,16 @@ Description: strtoumax() function: convert string to 'uintmax_t'. Files: +lib/strtoimax.c lib/strtoumax.c 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 @@ -22,7 +23,7 @@ Include: License: -GPL +LGPL Maintainer: Paul Eggert