view modules/dirent-safer @ 15192:feefe0d50259

dirent-safer: Move AC_LIBOBJ invocations to module description. * m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation. * modules/dirent-safer (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 23:01:21 +0200
parents a126d5b22410
children 578b354d30fc
line wrap: on
line source

Description:
Directory functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.

Files:
lib/dirent--.h
lib/dirent-safer.h
lib/opendir-safer.c
m4/dirent-safer.m4

Depends-on:
dirent
dirfd
unistd-safer

configure.ac:
gl_DIRENT_SAFER
gl_MODULE_INDICATOR([dirent-safer])

Makefile.am:
lib_SOURCES += opendir-safer.c

Include:
"dirent-safer.h"

License:
GPL

Maintainer:
Eric Blake