gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / mkostemp
bloba47353d42728ef42db0ef620b860f9fdde783719
1 Description:
2 mkostemp() function: create a private temporary file, with specific opening
3 flags.
5 Files:
6 lib/mkostemp.c
7 m4/mkostemp.m4
9 Depends-on:
10 stdlib
11 extensions
12 largefile
13 tempname        [test $HAVE_MKOSTEMP = 0 || test $REPLACE_MKOSTEMP = 1]
15 configure.ac:
16 gl_FUNC_MKOSTEMP
17 gl_CONDITIONAL([GL_COND_OBJ_MKOSTEMP],
18                [test $HAVE_MKOSTEMP = 0 || test $REPLACE_MKOSTEMP = 1])
19 AM_COND_IF([GL_COND_OBJ_MKOSTEMP], [
20   gl_PREREQ_MKOSTEMP
22 gl_MODULE_INDICATOR([mkostemp])
23 gl_STDLIB_MODULE_INDICATOR([mkostemp])
25 Makefile.am:
26 if GL_COND_OBJ_MKOSTEMP
27 lib_SOURCES += mkostemp.c
28 endif
30 Include:
31 <stdlib.h>
33 Link:
34 $(GETRANDOM_LIB)
35 $(CLOCK_TIME_LIB)
37 License:
38 LGPLv2+
40 Maintainer:
41 Jim Meyering