X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=dc72a0aac4f0cb903a32a37b8ab469579b795f8e;hb=25399c1aba359704fab2f4f5164011df43e1795e;hp=169f28f0223e241f2773cf51ddb424455581b3fa;hpb=82ff49b55425e14156a89f4d2ab4267409665f54;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 169f28f02..dc72a0aac 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,25 +2,32 @@ 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_func_strtoumax = no] +stdint [test $ac_cv_func_strtoumax = no] +strtoull [test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes] configure.ac: gl_FUNC_STRTOUMAX +if test $ac_cv_func_strtoumax = no; then + AC_LIBOBJ([strtoumax]) + gl_PREREQ_STRTOUMAX +fi +gl_INTTYPES_MODULE_INDICATOR([strtoumax]) Makefile.am: Include: + License: -GPL +LGPL Maintainer: Paul Eggert