X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=0f4fef666539b1736d73d72d660112ef0775ccb0;hb=f40658a31e78e4a7d1214b3b517c0f1e70017e85;hp=deddaea57c08eef341a3e52138aa37248492505b;hpb=8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index deddaea57..0f4fef666 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,18 +3,16 @@ 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: -stat-macros +stdlib +extensions +tempname [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1] configure.ac: gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: @@ -22,7 +20,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering