X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frename;h=582d63083d09df6f8d6a99f7543cbaef3a7fbe39;hb=d4d4aa2ee0869eebacf0322d35dcd12b576eeef3;hp=09baa839f1451a14a4f56c367412274123daddad;hpb=3e7684c342aa9ccf7ce2c0cda5b2049a5cf3ae0f;p=gnulib.git diff --git a/modules/rename b/modules/rename index 09baa839f..582d63083 100644 --- a/modules/rename +++ b/modules/rename @@ -6,15 +6,21 @@ lib/rename.c m4/rename.m4 Depends-on: -dirname -lstat -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: @@ -23,7 +29,7 @@ Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering