X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkdtemp;h=87718a1b802603f54b6cebba7e7d1d9929ca7e3e;hb=929bd53a6d2863c97bd3eb371f4693c39540bcb5;hp=8ea9658ea7826c8933c0fcf861af05da3ddf3535;hpb=81a77bddc1480a21aa73bf3a257de3c33964aef2;p=gnulib.git diff --git a/modules/mkdtemp b/modules/mkdtemp index 8ea9658ea..87718a1b8 100644 --- a/modules/mkdtemp +++ b/modules/mkdtemp @@ -2,24 +2,29 @@ Description: mkdtemp() function: create a private temporary directory. Files: -lib/mkdtemp.h lib/mkdtemp.c m4/mkdtemp.m4 Depends-on: -stdint -tempname +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: Include: -"mkdtemp.h" + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible