X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=5520f0d43b5fae0f4daf124a7abb927c871d8532;hb=d16d5a56e1c99790c2452c66906760ac1109d013;hp=0e5eb5fab985822be3e774bff6f8fbd7f57da3fa;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 0e5eb5fab..5520f0d43 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -2,24 +2,32 @@ Description: strtoumax() function: convert string to 'uintmax_t'. Files: +lib/strtoimax.c lib/strtoumax.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 +m4/longlong.m4 m4/strtoumax.m4 Depends-on: -strtoimax -strtoull +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 +if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then + AC_LIBOBJ([strtoumax]) + gl_PREREQ_STRTOUMAX +fi +gl_INTTYPES_MODULE_INDICATOR([strtoumax]) Makefile.am: Include: + + +License: +LGPL Maintainer: Paul Eggert -