Hash :
d828cda5
Author :
Date :
2011-09-02T01:33:11
imaxdiv: Avoid link error on OSF/1 with DTK cc. * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Also test whether imaxdiv is defined as a function. * modules/imaxdiv (configure.ac): Test whether imaxdiv is defined, not whether it is declared.
Description:
imaxdiv() function: division of 'intmax_t'.
Files:
lib/imaxdiv.c
m4/imaxdiv.m4
Depends-on:
inttypes-incomplete
configure.ac:
gl_FUNC_IMAXDIV
if test $ac_cv_func_imaxdiv = no; then
AC_LIBOBJ([imaxdiv])
gl_PREREQ_IMAXDIV
fi
gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
Makefile.am:
Include:
<inttypes.h>
License:
LGPL
Maintainer:
Bruno Haible