X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=582d63083d09df6f8d6a99f7543cbaef3a7fbe39;hb=8a3d36c875a56836d888d38ef5025486e61b29ab;hp=9eaea933ab6677df7281c6d72ad4d9e1e6a67ff9;hpb=a4f548f6024ccf5584638bfe65f770e44fd41e5f;p=gnulib.git diff --git a/modules/rename b/modules/rename index 9eaea933a..582d63083 100644 --- a/modules/rename +++ b/modules/rename @@ -6,11 +6,22 @@ lib/rename.c m4/rename.m4 Depends-on: -xalloc -dirname +stdio +canonicalize-lgpl [test $REPLACE_RENAME = 1] +chdir [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: gl_FUNC_RENAME +if test $REPLACE_RENAME = 1; then + AC_LIBOBJ([rename]) +fi +gl_STDIO_MODULE_INDICATOR([rename]) Makefile.am: @@ -18,7 +29,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering