posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / tmpfile
blobfc71e2db9b9deae2fada7e8b7e64207107e14c28
1 Description:
2 tmpfile() function: create a temporary file.
4 Files:
5 lib/tmpfile.c
6 m4/tmpfile.m4
8 Depends-on:
9 stdio
10 largefile
11 pathmax         [test $REPLACE_TMPFILE = 1]
12 stdbool         [test $REPLACE_TMPFILE = 1]
13 tempname        [test $REPLACE_TMPFILE = 1]
14 tmpdir          [test $REPLACE_TMPFILE = 1]
16 configure.ac:
17 gl_FUNC_TMPFILE
18 if test $REPLACE_TMPFILE = 1; then
19   AC_LIBOBJ([tmpfile])
20   gl_PREREQ_TMPFILE
22 gl_STDIO_MODULE_INDICATOR([tmpfile])
24 Makefile.am:
26 Include:
27 <stdio.h>
29 Link:
30 $(LIB_GETRANDOM)
31 $(LIB_CLOCK_GETTIME)
33 License:
34 LGPL
36 Maintainer:
37 Ben Pfaff