X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=0f4fef666539b1736d73d72d660112ef0775ccb0;hb=7509e3c4af13db1b48b779c7eac6342d5b778374;hp=1386045b14f5c60ba6c16783e5a6984de24e33fd;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 1386045b1..0f4fef666 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,23 +3,24 @@ mkstemp() function: create a private temporary file. Files: lib/mkstemp.c -lib/tempname.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/mkstemp.m4 Depends-on: +stdlib +extensions +tempname [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1] configure.ac: -UTILS_FUNC_MKSTEMP +gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: Include: +License: +LGPLv2+ + Maintainer: Jim Meyering -