Assume Automake >= 1.11.
[gnulib.git] / modules / glob
blob88bfce230156fa47f38a18cc64f886cc1ffc1780
1 Description:
2 glob() function: Search for files and directories with paths matching a
3 pattern, with GNU extensions.
5 Files:
6 lib/glob.c
7 lib/glob_internal.h
8 lib/glob_pattern_p.c
9 lib/globfree.c
10 m4/glob.m4
12 Depends-on:
13 glob-h
14 c99
15 largefile
16 alloca          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
17 builtin-expect  [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
18 closedir        [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
19 d-type          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
20 flexmember      [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
21 fnmatch         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
22 getlogin_r      [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
23 libc-config     [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
24 memchr          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
25 mempcpy         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
26 opendir         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
27 readdir         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
28 scratch_buffer  [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
29 stdbool         [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
30 stdint          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
31 strdup          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
32 unistd          [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
33 malloc-posix    [test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1]
35 configure.ac:
36 gl_GLOB
37 if test $HAVE_GLOB = 0 || test $REPLACE_GLOB = 1; then
38   AC_LIBOBJ([glob])
39   AC_LIBOBJ([globfree])
40   gl_PREREQ_GLOB
42 if test $HAVE_GLOB_PATTERN_P = 0 || test $REPLACE_GLOB_PATTERN_P = 1; then
43   AC_LIBOBJ([glob_pattern_p])
45 gl_GLOB_MODULE_INDICATOR([glob])
47 Makefile.am:
49 Include:
50 <glob.h>
52 License:
53 LGPLv2+
55 Maintainer:
56 all, glibc