X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flink;h=5ea0ac2ff98efeee82f093dc2d7d8c09a4e13d2d;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=31d1af4b4659d94ddf25cbc6b57124841538b3cf;hpb=d1ed8a817f5d07d4013cfa0988ee2da8b2937db6;p=gnulib.git diff --git a/modules/link b/modules/link index 31d1af4b4..5ea0ac2ff 100644 --- a/modules/link +++ b/modules/link @@ -7,9 +7,15 @@ m4/link.m4 Depends-on: unistd +stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1] +strdup-posix [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1] +sys_stat [test $HAVE_LINK = 0 || test $REPLACE_LINK = 1] configure.ac: gl_FUNC_LINK +if test $HAVE_LINK = 0 || test $REPLACE_LINK = 1; then + AC_LIBOBJ([link]) +fi gl_UNISTD_MODULE_INDICATOR([link]) Makefile.am: @@ -21,4 +27,4 @@ License: LGPLv2+ Maintainer: -Martin Lambers +Martin Lambers, Eric Blake