X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Feuidaccess;h=e34b76bc55efd60791be460b7ae6d8fe116d3d74;hb=f344d84d02922ae77f6ec46ebce3bed95dc0f02c;hp=66cfdd805c88f7aebd29a99610008a1fc446bc5e;hpb=0db5e352d5a8d59ce30518b42dab62fb3d02d6f1;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index 66cfdd805..e34b76bc5 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -2,27 +2,35 @@ Description: euidaccess() function: check effective user's permissions for a file. Files: -lib/euidaccess.h lib/euidaccess.c m4/euidaccess.m4 Depends-on: -group-member -sys_stat +unistd +extensions +root-uid +group-member [test $HAVE_EUIDACCESS = 0] +stat [test $HAVE_EUIDACCESS = 0] +sys_stat [test $HAVE_EUIDACCESS = 0] configure.ac: gl_FUNC_EUIDACCESS +if test $HAVE_EUIDACCESS = 0; then + AC_LIBOBJ([euidaccess]) + gl_PREREQ_EUIDACCESS +fi +gl_UNISTD_MODULE_INDICATOR([euidaccess]) Makefile.am: Include: -"euidaccess.h" + Link: $(LIB_EACCESS) License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc