tests/test-xalloc-die.sh: Use $EXEEXT.
[gnulib.git] / modules / rename
index 4ad44b0..e553a12 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:
+LGPL
+
+Maintainer:
+Jim Meyering