X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=52ca382d37721529ab04ba3dfbb490d37adee23b;hb=f62491861831348df7e53c9eb375832b4728b95f;hp=4ad44b04063ea34b35840af5558d70332692fe96;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/rename b/modules/rename index 4ad44b040..52ca382d3 100644 --- a/modules/rename +++ b/modules/rename @@ -1,18 +1,34 @@ Description: +rename() function: change the name or location of a file. Files: lib/rename.c m4/rename.m4 Depends-on: -xalloc -dirname +stdio +canonicalize-lgpl [test $REPLACE_RENAME = 1] +dirname-lgpl [test $REPLACE_RENAME = 1] +lstat [test $REPLACE_RENAME = 1] +rmdir [test $REPLACE_RENAME = 1] +same-inode [test $REPLACE_RENAME = 1] +stdbool [test $REPLACE_RENAME = 1] +strdup [test $REPLACE_RENAME = 1] configure.ac: -vb_FUNC_RENAME +gl_FUNC_RENAME +if test $REPLACE_RENAME = 1; then + AC_LIBOBJ([rename]) +fi +gl_STDIO_MODULE_INDICATOR([rename]) Makefile.am: Include: +License: +LGPLv2+ + +Maintainer: +Jim Meyering