same-inode: make SAME_INODE tri-state, to port to mingw
[gnulib.git] / modules / rename
index ac2de11..8d2a968 100644 (file)
@@ -8,12 +8,19 @@ m4/rename.m4
 Depends-on:
 xalloc
 dirname
+stdio
 
 configure.ac:
-vb_FUNC_RENAME
+gl_FUNC_RENAME
+gl_STDIO_MODULE_INDICATOR([rename])
 
 Makefile.am:
 
 Include:
 <stdio.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering