rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
[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/readlink.c
14 lib/canonicalize-lgpl.c
15 lib/malloca.h
16 lib/malloca.c
17 lib/relocatable.h
18 lib/relocatable.c
19 lib/setenv.c
20 lib/strerror.c
21 lib/c-ctype.h
22 lib/c-ctype.c
23 m4/malloca.m4
24 m4/canonicalize.m4
25 m4/eealloc.m4
26 m4/environ.m4
27 m4/longlong.m4
28 m4/readlink.m4
29 m4/relocatable-lib.m4
30 m4/setenv.m4
31 m4/strerror.m4
32
33 Depends-on:
34 alloca-opt
35 double-slash-root
36 errno
37 pathmax
38 ssize_t
39 stdbool
40 stdlib
41 unistd
42 environ
43 intprops
44 string
45 verify
46
47 configure.ac:
48 gl_FUNC_READLINK_SEPARATE
49 gl_CANONICALIZE_LGPL_SEPARATE
50 gl_MALLOCA
51 gl_RELOCATABLE_LIBRARY_SEPARATE
52 gl_FUNC_SETENV_SEPARATE
53 gl_FUNC_STRERROR_SEPARATE
54
55 Makefile.am:
56
57 Include:
58
59 License:
60 GPL
61
62 Maintainer:
63 Bruno Haible, Ben Pfaff
64