X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frenameat;h=cefdb1306a04ce81974afb59c4307c3b8917e583;hb=cc1a9b724883a74e39445da64ae096b954bf781b;hp=efe4a0f7f9b2cdda8ce0a007a66253ef28ade38e;hpb=1b6986bdbf9454a758ed2c24f8f7d91e34e6bc75;p=gnulib.git diff --git a/modules/renameat b/modules/renameat index efe4a0f7f..cefdb1306 100644 --- a/modules/renameat +++ b/modules/renameat @@ -1,5 +1,5 @@ Description: -renameat(): rename a file, relative to two directories +renameat() function: rename a file, relative to two directories Files: lib/at-func2.c @@ -7,14 +7,16 @@ lib/renameat.c m4/renameat.m4 Depends-on: +stdio extensions fcntl-h -filenamecat -openat -rename -same-inode -stdio -stpcpy +dosname [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +filenamecat-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +getcwd-lgpl [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +openat [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +rename [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +same-inode [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] +save-cwd [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1] configure.ac: gl_FUNC_RENAMEAT