Merge commit 'stable/20110609'
[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/areadlink.h
12 lib/areadlink.c
13 lib/careadlinkat.h
14 lib/careadlinkat.c
15 lib/allocator.h
16 lib/allocator.c
17 lib/readlink.c
18 lib/canonicalize-lgpl.c
19 lib/malloca.h
20 lib/malloca.c
21 lib/relocatable.h
22 lib/relocatable.c
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.m4
29 m4/eealloc.m4
30 m4/environ.m4
31 m4/longlong.m4
32 m4/readlink.m4
33 m4/relocatable-lib.m4
34 m4/setenv.m4
35 m4/strerror.m4
36
37 Depends-on:
38 alloca-opt
39 double-slash-root
40 errno
41 pathmax
42 ssize_t
43 stdbool
44 stdlib
45 unistd
46 environ
47 intprops
48 string
49 verify
50
51 configure.ac:
52 gl_FUNC_READLINK_SEPARATE
53 gl_CANONICALIZE_LGPL_SEPARATE
54 gl_MALLOCA
55 gl_RELOCATABLE_LIBRARY_SEPARATE
56 gl_FUNC_SETENV_SEPARATE
57 gl_FUNC_STRERROR_SEPARATE
58
59 Makefile.am:
60
61 Include:
62
63 License:
64 GPL
65
66 Maintainer:
67 Bruno Haible, Ben Pfaff
68