verify: new macro 'assume'
[gnulib.git] / modules / mkstemp
index 5d80820..780908f 100644 (file)
@@ -3,17 +3,21 @@ mkstemp() function: create a private temporary file.
 
 Files:
 lib/mkstemp.c
-lib/tempname.c
-m4/ulonglong.m4
-m4/stdint_h.m4
-m4/inttypes_h.m4
-m4/uintmax_t.m4
 m4/mkstemp.m4
 
 Depends-on:
+stdlib
+extensions
+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:
 
@@ -21,7 +25,7 @@ Include:
 <stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering