X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Frename;h=449d9beeab006326653efaac8aee137944331418;hb=a851d08b8a4acb3fedf2e698fb4a8e157aed6113;hp=3bbfef0fbf774f2c8853d9955fd2f4cbd14275a4;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=pspp diff --git a/modules/rename b/modules/rename index 3bbfef0fbf..449d9beeab 100644 --- a/modules/rename +++ b/modules/rename @@ -6,20 +6,26 @@ lib/rename.c m4/rename.m4 Depends-on: -xalloc -dirname +stdio +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 +gl_STDIO_MODULE_INDICATOR([rename]) Makefile.am: -EXTRA_DIST += rename.c Include: License: -GPL +LGPLv2+ Maintainer: Jim Meyering