X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=582d63083d09df6f8d6a99f7543cbaef3a7fbe39;hb=6a0fd2e2d7d6a7e787ada21ffbe5f8ac0e3a06f1;hp=ae8390a3ec378718b7f390120e8946d5750b18d2;hpb=d599e5add275f75ed08e6527b8ee4d3f4f7c3aea;p=gnulib.git diff --git a/modules/rename b/modules/rename index ae8390a3e..582d63083 100644 --- a/modules/rename +++ b/modules/rename @@ -6,17 +6,21 @@ lib/rename.c m4/rename.m4 Depends-on: -canonicalize-lgpl -dirname-lgpl -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: