Change xreadlink module to use areadlink.
[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/areadlink.h
14 lib/areadlink.c
15 lib/readlink.c
16 lib/canonicalize.h
17 lib/canonicalize-lgpl.c
18 lib/malloca.h
19 lib/malloca.c
20 lib/relocatable.h
21 lib/relocatable.c
22 lib/setenv.h
23 lib/setenv.c
24 lib/strerror.c
25 lib/c-ctype.h
26 lib/c-ctype.c
27 m4/malloca.m4
28 m4/canonicalize-lgpl.m4
29 m4/eealloc.m4
30 m4/longlong.m4
31 m4/readlink.m4
32 m4/relocatable-lib.m4
33 m4/setenv.m4
34 m4/strerror.m4
35
36 Depends-on:
37 alloca-opt
38 pathmax
39 ssize_t
40 stdbool
41 unistd
42
43 configure.ac:
44 gl_FUNC_READLINK_SEPARATE
45 gl_CANONICALIZE_LGPL_SEPARATE
46 gl_MALLOCA
47 gl_RELOCATABLE_LIBRARY_SEPARATE
48 gl_FUNC_SETENV_SEPARATE
49 gl_FUNC_STRERROR_SEPARATE
50
51 Makefile.am:
52
53 Include:
54
55 License:
56 GPL
57
58 Maintainer:
59 Bruno Haible, Ben Pfaff
60