X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=dc72a0aac4f0cb903a32a37b8ab469579b795f8e;hb=24bfc89ccc3fd4ce86652dbbb95afd844db59a07;hp=a1a84f5b81c65e4ab5902fb8bc8768554e4e2d7b;hpb=23e09df46ae150007e6208af1be628fd2d63d986;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index a1a84f5b8..dc72a0aac 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,18 +2,23 @@ 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-incomplete -stdint +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: @@ -22,7 +27,7 @@ Include: License: -GPL +LGPL Maintainer: Paul Eggert