Hash :
53c2b277
Author :
Date :
2011-05-09T00:30:19
imaxdiv: Move AC_LIBOBJ invocations to module description. * m4/imaxdiv.m4 (gl_FUNC_IMAXDIV): Move AC_LIBOBJ and gl_PREREQ_IMAXDIV invocations from here... * modules/imaxdiv (configure.ac): ... to here.
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 $HAVE_DECL_IMAXDIV = 0; then
AC_LIBOBJ([imaxdiv])
gl_PREREQ_IMAXDIV
fi
gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
Makefile.am:
Include:
<inttypes.h>
License:
LGPL
Maintainer:
Bruno Haible