strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / rename
index ac2de1193e12988301133e4213245657f9198785..ae8390a3ec378718b7f390120e8946d5750b18d2 100644 (file)
@@ -6,14 +6,26 @@ 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