Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.c
6 lib/tempname.c
7 m4/mkstemp.m4
8
9 Depends-on:
10 stat-macros
11 stdint
12 sys_stat
13
14 configure.ac:
15 gl_FUNC_MKSTEMP
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 GPL
24
25 Maintainer:
26 Jim Meyering