warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / sinhf
blobaa833b2bae18d8747f7ef71493561bcbca4fcbe7
1 Description:
2 sinhf() function: hyperbolic sine function.
4 Files:
5 lib/sinhf.c
6 m4/sinhf.m4
8 Depends-on:
9 math
10 extensions
11 sinh            [test $HAVE_SINHF = 0]
13 configure.ac:
14 gl_FUNC_SINHF
15 if test $HAVE_SINHF = 0; then
16   AC_LIBOBJ([sinhf])
18 gl_MATH_MODULE_INDICATOR([sinhf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(SINHF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all