X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=582d63083d09df6f8d6a99f7543cbaef3a7fbe39;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=fbd081c4f238f1336f9f58fd8b65e3dc9493ae03;hpb=33790590664b279853404bd753849b71a382ea0a;p=gnulib.git diff --git a/modules/rename b/modules/rename index fbd081c4f..582d63083 100644 --- a/modules/rename +++ b/modules/rename @@ -6,17 +6,21 @@ lib/rename.c m4/rename.m4 Depends-on: -canonicalize-lgpl -dirname -lstat -rmdir -same-inode -stdbool stdio -strdup +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: @@ -25,7 +29,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering