warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / mkostemp
blobafa49d60e782d1f276bcd84b784d5243773a45da
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]
15 configure.ac:
16 gl_FUNC_MKOSTEMP
17 if test $HAVE_MKOSTEMP = 0; then
18   AC_LIBOBJ([mkostemp])
19   gl_PREREQ_MKOSTEMP
21 gl_MODULE_INDICATOR([mkostemp])
22 gl_STDLIB_MODULE_INDICATOR([mkostemp])
24 Makefile.am:
26 Include:
27 <stdlib.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Jim Meyering