X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Feuidaccess;h=a339e457d80d80eea3307af0a7934f9d0fa8204a;hb=ab2b3f6d0f52f0509361cbe7e5d61565cac00508;hp=bf329c64d8303056a2a1e118ab3de41ce35bcb18;hpb=69637233ce151566c1a861bce77e1ca32305638e;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index bf329c64d..a339e457d 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -8,12 +8,16 @@ m4/euidaccess.m4 Depends-on: unistd extensions -group-member -stat -sys_stat +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: @@ -25,7 +29,7 @@ Link: $(LIB_EACCESS) License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc