af_alg: minor style improvements
[gnulib.git] / modules / relocatable-prog-wrapper
blobdb451ef333fc68ff7a29e8b6778171bcfcfdd9a0
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.
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/stat.c
19 lib/canonicalize-lgpl.c
20 lib/malloca.h
21 lib/malloca.c
22 lib/lstat.c
23 lib/relocatable.h
24 lib/relocatable.c
25 lib/setenv.c
26 lib/c-ctype.h
27 lib/c-ctype.c
28 m4/malloca.m4
29 m4/canonicalize.m4
30 m4/eealloc.m4
31 m4/environ.m4
32 m4/longlong.m4
33 m4/readlink.m4
34 m4/relocatable-lib.m4
35 m4/setenv.m4
37 Depends-on:
38 alloca-opt
39 double-slash-root
40 errno
41 pathmax
42 ssize_t
43 stdbool
44 stdint
45 stdlib
46 unistd
47 environ
48 string
49 verify
50 xalloc-oversized
52 configure.ac:
53 gl_FUNC_READLINK_SEPARATE
54 gl_CANONICALIZE_LGPL_SEPARATE
55 gl_MALLOCA
56 gl_RELOCATABLE_LIBRARY
57 gl_FUNC_SETENV_SEPARATE
59 Makefile.am:
61 Include:
63 License:
64 GPL
66 Maintainer:
67 Ben Pfaff