X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkdtemp;h=3c5aeee29b16c6454f08fd222bbc3f4f27deed4f;hb=46da792f2ddd95bb06ffb9e08d0f2e921b90772f;hp=3f9b8d521f328ffd83ee930f9d2b624f6b3f00ff;hpb=717fa45711884ed1fdd5c92c535b7b5ccb6222c2;p=gnulib.git diff --git a/modules/mkdtemp b/modules/mkdtemp index 3f9b8d521..3c5aeee29 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -2,24 +2,25 @@ Description: mkdtemp() function: create a private temporary directory. Files: -lib/mkdtemp.h lib/mkdtemp.c -m4/ulonglong.m4 -m4/stdint_h.m4 -m4/inttypes_h.m4 -m4/uintmax_t.m4 m4/mkdtemp.m4 Depends-on: +stdint +stdlib +tempname configure.ac: gt_FUNC_MKDTEMP +gl_STDLIB_MODULE_INDICATOR([mkdtemp]) Makefile.am: -lib_SOURCES += mkdtemp.h Include: -"mkdtemp.h" + + +License: +LGPLv2+ Maintainer: Bruno Haible