X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=52ca382d37721529ab04ba3dfbb490d37adee23b;hb=f62491861831348df7e53c9eb375832b4728b95f;hp=649c2fa6c316e823c6ae32a9e191032f3b4455fe;hpb=add9fba5e1e248ac77e6abe31749a10cd2672d77;p=gnulib.git diff --git a/modules/rename b/modules/rename index 649c2fa6c..52ca382d3 100644 --- a/modules/rename +++ b/modules/rename @@ -6,14 +6,20 @@ lib/rename.c m4/rename.m4 Depends-on: -dirname -lstat -stdbool stdio -strdup +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: gl_FUNC_RENAME +if test $REPLACE_RENAME = 1; then + AC_LIBOBJ([rename]) +fi gl_STDIO_MODULE_INDICATOR([rename]) Makefile.am: @@ -22,7 +28,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering