X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Feuidaccess;h=a339e457d80d80eea3307af0a7934f9d0fa8204a;hb=bebd93f5da72542b6e867a5fd1e2c524e0fae1c1;hp=66cfdd805c88f7aebd29a99610008a1fc446bc5e;hpb=0db5e352d5a8d59ce30518b42dab62fb3d02d6f1;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index 66cfdd805..a339e457d 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -2,27 +2,34 @@ 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 +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