Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / mkstemp
index dc77562..780908f 100644 (file)
@@ -2,24 +2,30 @@ Description:
 mkstemp() function: create a private temporary file.
 
 Files:
-lib/mkstemp.h
 lib/mkstemp.c
 m4/mkstemp.m4
 
 Depends-on:
+stdlib
 extensions
-tempname
+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:
 
 Include:
-"mkstemp.h"
+<stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering