Mercurial > hg > octave-shane > gnulib-hg
view modules/rmdir @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | 23a0cffe28de |
children |
line wrap: on
line source
Description: rmdir() function: delete a directory. Files: lib/rmdir.c m4/rmdir.m4 Depends-on: unistd dosname [test $REPLACE_RMDIR = 1] sys_stat [test $REPLACE_RMDIR = 1] configure.ac: gl_FUNC_RMDIR if test $REPLACE_RMDIR = 1; then AC_LIBOBJ([rmdir]) fi gl_UNISTD_MODULE_INDICATOR([rmdir]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Jim Meyering, Eric Blake