verify: new macro 'assume'
[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/c-ctype.h
25 lib/c-ctype.c
26 m4/malloca.m4
27 m4/canonicalize.m4
28 m4/eealloc.m4
29 m4/environ.m4
30 m4/longlong.m4
31 m4/readlink.m4
32 m4/relocatable-lib.m4
33 m4/setenv.m4
34
35 Depends-on:
36 alloca-opt
37 double-slash-root
38 errno
39 pathmax
40 ssize_t
41 stdbool
42 stdint
43 stdlib
44 unistd
45 environ
46 intprops
47 string
48 verify
49
50 configure.ac:
51 gl_FUNC_READLINK_SEPARATE
52 gl_CANONICALIZE_LGPL_SEPARATE
53 gl_MALLOCA
54 gl_RELOCATABLE_LIBRARY
55 gl_FUNC_SETENV_SEPARATE
56
57 Makefile.am:
58
59 Include:
60
61 License:
62 GPL
63
64 Maintainer:
65 Bruno Haible, Ben Pfaff
66