md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / mkdtemp
index 3f9b8d5..87718a1 100644 (file)
@@ -2,24 +2,29 @@ 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:
+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"
+<stdlib.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 Bruno Haible