X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrtoimax;h=2517603c65036472fdba3e84901468a344a6f9ab;hb=aa72d59556c6234a781bb08c138face189649842;hp=4e6da27f9b8c28e0e79eac3ee1fc117e17742897;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/strtoimax b/modules/strtoimax index 4e6da27f9..2517603c6 100644 --- a/modules/strtoimax +++ b/modules/strtoimax @@ -3,24 +3,30 @@ strtoimax() function: convert string to 'intmax_t'. Files: lib/strtoimax.c -m4/longlong.m4 m4/strtoimax.m4 +m4/longlong.m4 Depends-on: -strtoll -verify -inttypes -stdint +inttypes-incomplete +verify [test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1] +stdint [test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1] +strtoll [{ test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes] configure.ac: gl_FUNC_STRTOIMAX +if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then + AC_LIBOBJ([strtoimax]) + gl_PREREQ_STRTOIMAX +fi +gl_INTTYPES_MODULE_INDICATOR([strtoimax]) Makefile.am: Include: + License: -GPL +LGPL Maintainer: Paul Eggert