posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mkstemps
blob364cfa852bae23d4a5071b326142ba708343021a
1 Description:
2 mkstemps() function: create a private temporary file, with suffix
4 Files:
5 lib/mkstemps.c
6 m4/mkstemps.m4
8 Depends-on:
9 stdlib
10 extensions
11 largefile
12 tempname        [test $HAVE_MKSTEMPS = 0]
14 configure.ac:
15 gl_FUNC_MKSTEMPS
16 if test $HAVE_MKSTEMPS = 0; then
17   AC_LIBOBJ([mkstemps])
19 gl_MODULE_INDICATOR([mkstemps])
20 gl_STDLIB_MODULE_INDICATOR([mkstemps])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 Link:
28 $(LIB_GETRANDOM)
29 $(LIB_CLOCK_GETTIME)
31 License:
32 LGPLv2+
34 Maintainer:
35 Eric Blake