getopt-gnu: suppress core dumps from detection code
[gnulib.git] / modules / mkstemp
1 Description:
2 mkstemp() function: create a private temporary file.
3
4 Files:
5 lib/mkstemp.c
6 m4/mkstemp.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 tempname        [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
12
13 configure.ac:
14 gl_FUNC_MKSTEMP
15 if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then
16   AC_LIBOBJ([mkstemp])
17   gl_PREREQ_MKSTEMP
18 fi
19 gl_STDLIB_MODULE_INDICATOR([mkstemp])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Jim Meyering