Mercurial > hg > octave-kai > gnulib-hg
comparison modules/rmdir @ 5726:c56b0ae505cd
Depend on new stat-macros module
rather than listing lib/stat-macros.h manually.
Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 22 Mar 2005 07:44:16 +0000 |
parents | 42b53a22aee5 |
children | cb5141654dbb |
comparison
equal
deleted
inserted
replaced
5725:c2800f5fbdeb | 5726:c56b0ae505cd |
---|---|
1 Description: | 1 Description: |
2 rmdir() function: delete a directory. | 2 rmdir() function: delete a directory. |
3 | 3 |
4 Files: | 4 Files: |
5 lib/rmdir.c | 5 lib/rmdir.c |
6 lib/stat-macros.h | |
7 m4/rmdir.m4 | 6 m4/rmdir.m4 |
8 | 7 |
9 Depends-on: | 8 Depends-on: |
9 stat-macros | |
10 | 10 |
11 configure.ac: | 11 configure.ac: |
12 gl_FUNC_RMDIR | 12 gl_FUNC_RMDIR |
13 | 13 |
14 Makefile.am: | 14 Makefile.am: |
15 lib_SOURCES += stat-macros.h | |
16 | 15 |
17 Include: | 16 Include: |
18 <unistd.h> | 17 <unistd.h> |
19 | 18 |
20 License: | 19 License: |
21 GPL | 20 GPL |
22 | 21 |
23 Maintainer: | 22 Maintainer: |
24 Jim Meyering | 23 Jim Meyering |
25 |