Oops. readlink.h doesn't exist.
[gnulib.git] / modules / relocatable-prog-wrapper
1 Description:
2 Source for the wrapper program that is required for making programs relocatable
3 that depend on shared libraries installed with the same installation prefix.
4
5 Files:
6 build-aux/install-reloc
7 lib/relocwrapper.c
8 lib/progname.h
9 lib/progname.c
10 lib/progreloc.c
11 lib/xreadlink.h
12 lib/xreadlink.c
13 lib/readlink.c
14 lib/canonicalize.h
15 lib/canonicalize-lgpl.c
16 lib/allocsa.h
17 lib/allocsa.c
18 lib/relocatable.h
19 lib/relocatable.c
20 lib/setenv.h
21 lib/setenv.c
22 lib/strerror.c
23 lib/c-ctype.h
24 lib/c-ctype.c
25 m4/allocsa.m4
26 m4/canonicalize-lgpl.m4
27 m4/eealloc.m4
28 m4/longlong.m4
29 m4/longdouble.m4
30 m4/readlink.m4
31 m4/relocatable-lib.m4
32 m4/setenv.m4
33 m4/strerror.m4
34
35 Depends-on:
36 alloca-opt
37 pathmax
38 ssize_t
39 stdbool
40 unistd
41
42 configure.ac:
43 gl_FUNC_READLINK_SEPARATE
44 gl_CANONICALIZE_LGPL_SEPARATE
45 gl_ALLOCSA
46 gl_RELOCATABLE_LIBRARY
47 gl_FUNC_SETENV_SEPARATE
48 gl_FUNC_STRERROR_SEPARATE
49
50 Makefile.am:
51
52 Include:
53
54 License:
55 GPL
56
57 Maintainer:
58 Bruno Haible, Ben Pfaff
59