X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flinkat;h=3392e57d61242a5fbf0afa48203bc0fe06048031;hb=aa4ddc348b91b7d8846e57c004f356a8b7b7da82;hp=8d9dec3417ce84d438034346aaf628aaea9c1d34;hpb=c4194dcc56767f8f96bc005088b292f519b13910;p=gnulib.git diff --git a/modules/linkat b/modules/linkat index 8d9dec341..3392e57d6 100644 --- a/modules/linkat +++ b/modules/linkat @@ -1,5 +1,5 @@ Description: -linkat(): create a hard link, relative to two directories +linkat() function: create a hard link, relative to two directories Files: lib/at-func2.c @@ -7,24 +7,32 @@ lib/linkat.c m4/linkat.m4 Depends-on: -areadlink -dirname -errno -extensions -fcntl-h -filenamecat -openat -link -link-follow -lstat -readlink -same-inode -stpcpy -symlink unistd +extensions +areadlink [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +areadlinkat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +dirname-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +dosname [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +errno [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +fcntl-h [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +getcwd-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +openat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +link [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +link-follow [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +lstat [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +same-inode [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +save-cwd [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] +symlink [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1] configure.ac: gl_FUNC_LINKAT +if test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1; then + AC_LIBOBJ([linkat]) +fi +if test $HAVE_LINKAT = 0; then + AC_LIBOBJ([at-func2]) +fi gl_UNISTD_MODULE_INDICATOR([linkat]) Makefile.am: