stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / rename
index ac2de11..e553a12 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:
+LGPL
+
+Maintainer:
+Jim Meyering