X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkdtemp;h=3c5aeee29b16c6454f08fd222bbc3f4f27deed4f;hb=f4c549fab688ce822556eadcf60fdda5042ade11;hp=cbb64d9613e5178a36d91c5083727e5b26f89773;hpb=eb750bc6d41e92b253f1084ce2b8faffddd9441f;p=gnulib.git diff --git a/modules/mkdtemp b/modules/mkdtemp index cbb64d961..3c5aeee29 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -2,28 +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: -unistd +stdint +stdlib +tempname configure.ac: gt_FUNC_MKDTEMP +gl_STDLIB_MODULE_INDICATOR([mkdtemp]) Makefile.am: -lib_SOURCES += mkdtemp.h Include: -"mkdtemp.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible