view modules/unlinkdir @ 15836:46afe93343fd

modf: Use a .m4 file. * m4/modf.m4: New file. * modules/modf (Files): Add it. (configure.ac): Just invoke gl_FUNC_MODF.
author Bruno Haible <bruno@clisp.org>
date Thu, 06 Oct 2011 01:21:12 +0200
parents 000ccc8b8dd1
children 9009d83acea4
line wrap: on
line source

Description:
Determine whether we can unlink directories.

Files:
lib/unlinkdir.h
lib/unlinkdir.c
m4/unlinkdir.m4

Depends-on:
stdbool
priv-set

configure.ac:
gl_UNLINKDIR

Makefile.am:
lib_SOURCES += unlinkdir.c

Include:
"unlinkdir.h"

License:
GPL

Maintainer:
Paul Eggert, Jim Meyering