warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / hypotf
blob8cc3382c7da301017589deb9acb89ea409586c36
1 Description:
2 hypotf() function: length of a vector in the plane.
4 Files:
5 lib/hypotf.c
6 m4/hypotf.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 hypot           [test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1]
14 configure.ac:
15 gl_FUNC_HYPOTF
16 if test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1; then
17   AC_LIBOBJ([hypotf])
19 gl_MATH_MODULE_INDICATOR([hypotf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(HYPOTF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all