md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / mkstemp
index efb0c40..780908f 100644 (file)
@@ -3,26 +3,29 @@ mkstemp() function: create a private temporary file.
 
 Files:
 lib/mkstemp.c
-lib/tempname.c
 m4/mkstemp.m4
 
 Depends-on:
+stdlib
 extensions
-stat-macros
-stdint
-sys_stat
+largefile
+tempname        [test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1]
 
 configure.ac:
 gl_FUNC_MKSTEMP
+if test $HAVE_MKSTEMP = 0 || test $REPLACE_MKSTEMP = 1; then
+  AC_LIBOBJ([mkstemp])
+  gl_PREREQ_MKSTEMP
+fi
+gl_STDLIB_MODULE_INDICATOR([mkstemp])
 
 Makefile.am:
-EXTRA_DIST += mkstemp.h
 
 Include:
-"mkstemp.h"
+<stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering