timespec_get: New module.
[gnulib.git] / modules / imaxabs
blob68569293f2a40db44b17cfb7dcd22cacfc0030fe
1 Description:
2 imaxabs() function: absolute value of 'intmax_t'.
4 Files:
5 lib/imaxabs.c
6 m4/imaxabs.m4
8 Depends-on:
9 inttypes-incomplete
11 configure.ac:
12 gl_FUNC_IMAXABS
13 if test $ac_cv_func_imaxabs = no; then
14   AC_LIBOBJ([imaxabs])
15   gl_PREREQ_IMAXABS
17 gl_INTTYPES_MODULE_INDICATOR([imaxabs])
19 Makefile.am:
21 Include:
22 <inttypes.h>
24 License:
25 LGPL
27 Maintainer:
28 all