Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / glob
1 Description:
2 glob() function: Search for files and directories with paths matching a
3 pattern, with GNU extensions.
4
5 Files:
6 lib/glob_.h
7 lib/glob.c
8 m4/d-type.m4
9 m4/glob.m4
10
11 Depends-on:
12 alloca
13 extensions
14 fnmatch
15 getlogin_r
16 mempcpy
17 restrict
18 stat-macros
19 stdbool
20 strdup
21
22 configure.ac:
23 gl_GLOB
24
25 Makefile.am:
26 BUILT_SOURCES += $(GLOB_H)
27 EXTRA_DIST += glob_.h
28
29 # We need the following in order to create an <glob.h> when the system
30 # doesn't have one that works with the given compiler.
31 all-local $(lib_OBJECTS): $(GLOB_H)
32 glob.h: glob_.h
33         cp $(srcdir)/glob_.h $@-t
34         mv $@-t $@
35 MOSTLYCLEANFILES += glob.h glob.h-t
36
37 Include:
38 <glob.h>
39
40 License:
41 LGPL
42
43 Maintainer:
44 all, glibc