strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / rename
index 4ad44b04063ea34b35840af5558d70332692fe96..ae8390a3ec378718b7f390120e8946d5750b18d2 100644 (file)
@@ -1,18 +1,31 @@
 Description:
+rename() function: change the name or location of a file.
 
 Files:
 lib/rename.c
 m4/rename.m4
 
 Depends-on:
-xalloc
-dirname
+canonicalize-lgpl
+dirname-lgpl
+lstat
+rmdir
+same-inode
+stdbool
+stdio
+strdup
 
 configure.ac:
-vb_FUNC_RENAME
+gl_FUNC_RENAME
+gl_STDIO_MODULE_INDICATOR([rename])
 
 Makefile.am:
 
 Include:
 <stdio.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering