X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=725f523c25adc16c268b3b25a732b04ceb8dc7fd;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=e88628526fba4aa1204fead480bac229f31aac1e;hpb=1bdc3263719ddd23c68fc9db896388670451b58c;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index e88628526..725f523c2 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 -stdint +inttypes-incomplete +verify [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1] +stdint [test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1] +strtoull [{ test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; } && test $ac_cv_type_unsigned_long_long_int = yes] configure.ac: gl_FUNC_STRTOUMAX +if test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; 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