Mercurial > hg > octave-shane > gnulib-hg
view modules/ceill @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | 53aac8a36d9f |
children | e9d2edcbd10e |
line wrap: on
line source
Description: ceill() function: round towards positive infinity. Files: lib/ceill.c lib/ceil.c m4/ceill.m4 Depends-on: math extensions float [test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1] configure.ac: gl_FUNC_CEILL if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then AC_LIBOBJ([ceill]) fi gl_MATH_MODULE_INDICATOR([ceill]) Makefile.am: Include: <math.h> Link: $(CEILL_LIBM) License: LGPL Maintainer: Bruno Haible