X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=7ad6846913328694ac1a58968ec3b0aeabaa8ad9;hb=2d4d1028210d8eff40ab7559717a990000cb3d38;hp=0624c49e2572539d0c0c940e545b3431b20e4dbc;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 0624c49e2..7ad684691 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,26 +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: -EXTRA_DIST += strtoumax.c Include: + License: -GPL +LGPL Maintainer: Paul Eggert