Mercurial > hg > octave-kai > gnulib-hg
annotate modules/isdir @ 12506:9622f3442eea
isdir: complete the removal of m4/isdir.m4
* modules/isdir (configure.ac): Remove reference to gl_ISDIR.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Sat, 26 Dec 2009 11:01:59 +0100 |
parents | 3ee6b222df37 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Determine whether a directory exists. |
4110 | 3 |
4 Files: | |
5 lib/isdir.c | |
12505
3ee6b222df37
isdir: clean up, since at least grep still uses it
Jim Meyering <meyering@redhat.com>
parents:
12038
diff
changeset
|
6 lib/isdir.h |
4110 | 7 |
8 Depends-on: | |
12038
ac2a6371d78c
stat: add as dependency to other modules
Eric Blake <ebb9@byu.net>
parents:
5251
diff
changeset
|
9 stat |
4110 | 10 |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += isdir.c | |
15 | |
16 Include: | |
17 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
18 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
19 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 |
4197 | 21 Maintainer: |
22 Jim Meyering |