X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=265144b9427bb6ab5084837b3b41cd0f1a089369;hb=7dd6551404efff84abc69c3795dbe125cd13ebbd;hp=36d9be24861476796f8d71c4bfef646116dbc852;hpb=6b35600aa75a122b58cf91345c202b741a97a347;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index 36d9be248..265144b94 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -3,26 +3,24 @@ mkstemp() function: create a private temporary file. Files: lib/mkstemp.c -lib/tempname.c m4/mkstemp.m4 Depends-on: extensions -stat-macros -stdint -sys_stat +stdlib +tempname configure.ac: gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: -EXTRA_DIST += mkstemp.h Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering