X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fmkdtemp;h=87718a1b802603f54b6cebba7e7d1d9929ca7e3e;hb=170dd03f1170f0760c2b95f0f2ee18ed64b10c1c;hp=3188036eaa08b44eca423ed880e01c335dae4b8f;hpb=569a7c62fc0172aec5d994e3db1c4d0bec5802f7;p=gnulib.git diff --git a/modules/mkdtemp b/modules/mkdtemp index 3188036ea..87718a1b8 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -2,25 +2,29 @@ Description: mkdtemp() function: create a private temporary directory. Files: -lib/mkdtemp.h lib/mkdtemp.c m4/mkdtemp.m4 Depends-on: -stdint -unistd +stdlib +stdint [test $HAVE_MKDTEMP = 0] +tempname [test $HAVE_MKDTEMP = 0] configure.ac: -gt_FUNC_MKDTEMP +gl_FUNC_MKDTEMP +if test $HAVE_MKDTEMP = 0; then + AC_LIBOBJ([mkdtemp]) + gl_PREREQ_MKDTEMP +fi +gl_STDLIB_MODULE_INDICATOR([mkdtemp]) Makefile.am: -lib_SOURCES += mkdtemp.h Include: -"mkdtemp.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible