md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / hypotf
1 Description:
2 hypotf() function: length of a vector in the plane.
3
4 Files:
5 lib/hypotf.c
6 m4/hypotf.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 extensions
12 hypot           [test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1]
13
14 configure.ac:
15 gl_FUNC_HYPOTF
16 if test $HAVE_HYPOTF = 0 || test $REPLACE_HYPOTF = 1; then
17   AC_LIBOBJ([hypotf])
18 fi
19 gl_MATH_MODULE_INDICATOR([hypotf])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(HYPOTF_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible