Mercurial > hg > octave-kai > gnulib-hg
annotate modules/rmdir @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 767d867147de |
children | 9f47f8c334f2 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 rmdir() function: delete a directory. |
4110 | 3 |
4 Files: | |
5 lib/rmdir.c | |
11993
767d867147de
rmdir: work around cygwin 1.5.x and mingw bugs
Eric Blake <ebb9@byu.net>
parents:
10753
diff
changeset
|
6 m4/dos.m4 |
4110 | 7 m4/rmdir.m4 |
8 | |
9 Depends-on: | |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
10 sys_stat |
11993
767d867147de
rmdir: work around cygwin 1.5.x and mingw bugs
Eric Blake <ebb9@byu.net>
parents:
10753
diff
changeset
|
11 unistd |
4110 | 12 |
13 configure.ac: | |
14 gl_FUNC_RMDIR | |
11993
767d867147de
rmdir: work around cygwin 1.5.x and mingw bugs
Eric Blake <ebb9@byu.net>
parents:
10753
diff
changeset
|
15 gl_UNISTD_MODULE_INDICATOR([rmdir]) |
4110 | 16 |
17 Makefile.am: | |
18 | |
19 Include: | |
20 <unistd.h> | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
22 License: |
11993
767d867147de
rmdir: work around cygwin 1.5.x and mingw bugs
Eric Blake <ebb9@byu.net>
parents:
10753
diff
changeset
|
23 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
24 |
4197 | 25 Maintainer: |
11993
767d867147de
rmdir: work around cygwin 1.5.x and mingw bugs
Eric Blake <ebb9@byu.net>
parents:
10753
diff
changeset
|
26 Jim Meyering, Eric Blake |