Mercurial > hg > octave-nkf > gnulib-hg
view modules/faccessat @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | efab6978105e |
children | 917610de47d7 |
line wrap: on
line source
Description: faccessat() function: check user's permissions for a file. Files: lib/faccessat.c m4/faccessat.m4 Depends-on: unistd extensions fcntl-h euidaccess [test $HAVE_FACCESSAT = 0] openat [test $HAVE_FACCESSAT = 0] configure.ac: gl_FUNC_FACCESSAT gl_MODULE_INDICATOR([faccessat]) gl_UNISTD_MODULE_INDICATOR([faccessat]) Makefile.am: Include: <fcntl.h> <unistd.h> Link: $(LIB_EACCESS) License: GPL Maintainer: Jim Meyering, Eric Blake