posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / random_r
blob6fa132497e0ed3f1581257af5db479d6d8788551
1 Description:
2 reentrant random number generator
4 Files:
5 lib/random_r.c
6 m4/random_r.m4
8 Depends-on:
9 c99
10 libc-config     [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1]
11 stdlib
12 stdint          [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1]
14 configure.ac:
15 gl_FUNC_RANDOM_R
16 if test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1; then
17   AC_LIBOBJ([random_r])
18   gl_PREREQ_RANDOM_R
20 gl_STDLIB_MODULE_INDICATOR([random_r])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering, glibc