X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemp;h=265144b9427bb6ab5084837b3b41cd0f1a089369;hb=aa2af51b11c89831d6611b461908af0a5e0d337c;hp=dc77562e738499d83829ae9ec940877477b90111;hpb=a8753bfd5b8e2d2d440febce6355fc719eb469b4;p=gnulib.git diff --git a/modules/mkstemp b/modules/mkstemp index dc77562e7..265144b94 100644 --- a/modules/mkstemp +++ b/modules/mkstemp @@ -2,24 +2,25 @@ Description: mkstemp() function: create a private temporary file. Files: -lib/mkstemp.h lib/mkstemp.c m4/mkstemp.m4 Depends-on: extensions +stdlib tempname configure.ac: gl_FUNC_MKSTEMP +gl_STDLIB_MODULE_INDICATOR([mkstemp]) Makefile.am: Include: -"mkstemp.h" + License: -GPL +LGPLv2+ Maintainer: Jim Meyering