X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=dc72a0aac4f0cb903a32a37b8ab469579b795f8e;hb=25399c1aba359704fab2f4f5164011df43e1795e;hp=c2d615ec5b6d9f0015437eb07c4cba337c393d2b;hpb=0d1cca61cd72b6e3d0dc5f927334b7d085da3133;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index c2d615ec5..dc72a0aac 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -8,13 +8,17 @@ m4/longlong.m4 m4/strtoumax.m4 Depends-on: -strtoull -verify 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: @@ -23,7 +27,7 @@ Include: License: -GPL +LGPL Maintainer: Paul Eggert