X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadlink;h=431e201d79c7895e239c24aa4ca46ff52dd92544;hb=8068b5d283630a295b2929b9dc6a65916b10f52f;hp=e2920e9a765645bdbc6c3f6e79e6645d9dc21e83;hpb=e7f78f8316ca3a99403099e424489b8122e9e961;p=gnulib.git diff --git a/modules/readlink b/modules/readlink index e2920e9a7..431e201d7 100644 --- a/modules/readlink +++ b/modules/readlink @@ -6,16 +6,24 @@ lib/readlink.c m4/readlink.m4 Depends-on: +unistd +stat [test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1] configure.ac: gl_FUNC_READLINK +if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then + AC_LIBOBJ([readlink]) + gl_PREREQ_READLINK +fi +gl_UNISTD_MODULE_INDICATOR([readlink]) Makefile.am: Include: + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible