X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Feuidaccess;h=e34b76bc55efd60791be460b7ae6d8fe116d3d74;hb=644c40496cf7d5a705a73c9dd32b035fcecc2ab1;hp=19f2da357cdbc4c14d0b36ea5fd0e2d7e4485deb;hpb=455b3a9a5e1861152fe403dea25636586d256544;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index 19f2da357..e34b76bc5 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -6,17 +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: -lib_SOURCES += euidaccess.h Include: -"euidaccess.h" + + +Link: +$(LIB_EACCESS) + +License: +LGPLv2+ Maintainer: Jim Meyering, glibc -