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