Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/ceilf-ieee @ 15142:5d4def55e128
wcscat: Move AC_LIBOBJ invocations to module description.
* m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
* modules/wcscat (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 18:08:09 +0200 |
parents | 5bbfbdf17b53 |
children |
rev | line source |
---|---|
13978 | 1 Description: |
2 ceilf() function according to ISO C 99 with IEC 60559. | |
3 | |
4 Files: | |
5 m4/ceilf-ieee.m4 | |
6 m4/minus-zero.m4 | |
7 m4/signbit.m4 | |
8 | |
9 Depends-on: | |
10 ceilf | |
11 | |
12 configure.ac: | |
13 gl_FUNC_CEILF_IEEE | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <math.h> | |
19 | |
20 Link: | |
21 $(CEILF_LIBM) | |
22 | |
23 License: | |
24 LGPL | |
25 | |
26 Maintainer: | |
27 Bruno Haible |