1Description: 2rename() function: change the name or location of a file. 3 4Files: 5lib/rename.c 6m4/rename.m4 7 8Depends-on: 9stdio 10canonicalize-lgpl [test $REPLACE_RENAME = 1] 11chdir [test $REPLACE_RENAME = 1] 12dirname-lgpl [test $REPLACE_RENAME = 1] 13lstat [test $REPLACE_RENAME = 1] 14rmdir [test $REPLACE_RENAME = 1] 15same-inode [test $REPLACE_RENAME = 1] 16stdbool [test $REPLACE_RENAME = 1] 17strdup [test $REPLACE_RENAME = 1] 18 19configure.ac: 20gl_FUNC_RENAME 21if test $REPLACE_RENAME = 1; then 22 AC_LIBOBJ([rename]) 23fi 24gl_STDIO_MODULE_INDICATOR([rename]) 25 26Makefile.am: 27 28Include: 29<stdio.h> 30 31License: 32LGPLv2+ 33 34Maintainer: 35Jim Meyering 36