Change UTILS_ macro name prefix to gl_.
[pspp] / modules / mkstemp
index 3959033daaa27fdc69b4ab1f1c9b3ca1a0f09af5..63f31f5e249951d96528c9e5ffc41379e903cc94 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+mkstemp() function: create a private temporary file.
 
 Files:
 lib/mkstemp.c
@@ -12,10 +13,12 @@ m4/mkstemp.m4
 Depends-on:
 
 configure.ac:
-UTILS_FUNC_MKSTEMP
+gl_FUNC_MKSTEMP
 
 Makefile.am:
 
 Include:
 <stdlib.h>
 
+Maintainer:
+Jim Meyering