strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / mkstemp
index dc77562e738499d83829ae9ec940877477b90111..265144b9427bb6ab5084837b3b41cd0f1a089369 100644 (file)
@@ -2,24 +2,25 @@ Description:
 mkstemp() function: create a private temporary file.
 
 Files:
-lib/mkstemp.h
 lib/mkstemp.c
 m4/mkstemp.m4
 
 Depends-on:
 extensions
+stdlib
 tempname
 
 configure.ac:
 gl_FUNC_MKSTEMP
+gl_STDLIB_MODULE_INDICATOR([mkstemp])
 
 Makefile.am:
 
 Include:
-"mkstemp.h"
+<stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering