X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Feuidaccess;h=e34b76bc55efd60791be460b7ae6d8fe116d3d74;hb=5c508f686b9a0f986ac5d941d7be237ec047aedb;hp=cb14d6359d76fd90fb712320544817c8276befa7;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index cb14d6359..e34b76bc5 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -6,15 +6,31 @@ lib/euidaccess.c m4/euidaccess.m4 Depends-on: -group-member +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: + + +Link: +$(LIB_EACCESS) + +License: +LGPLv2+ Maintainer: Jim Meyering, glibc -