X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoumax;h=dc72a0aac4f0cb903a32a37b8ab469579b795f8e;hb=24bfc89ccc3fd4ce86652dbbb95afd844db59a07;hp=7ad6846913328694ac1a58968ec3b0aeabaa8ad9;hpb=bddbd5db0c2c5dfba61e63c6fcf551e881db2bc3;p=gnulib.git diff --git a/modules/strtoumax b/modules/strtoumax index 7ad684691..dc72a0aac 100644 --- a/modules/strtoumax +++ b/modules/strtoumax @@ -9,12 +9,16 @@ m4/strtoumax.m4 Depends-on: 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] +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: