maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / relocatable-prog-wrapper
blobb2143809ca56e7621313b1f515b0e68c236e14ee
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/scratch_buffer.h
21 lib/malloc/scratch_buffer.h
22 lib/malloc/scratch_buffer_grow.c
23 lib/malloc/scratch_buffer_grow_preserve.c
24 lib/malloc/scratch_buffer_set_array_size.c
25 lib/malloc.c
26 lib/realloc.c
27 lib/free.c
28 lib/mempcpy.c
29 lib/rawmemchr.c
30 lib/malloca.h
31 lib/malloca.c
32 lib/relocatable.h
33 lib/relocatable.c
34 lib/setenv.c
35 lib/c-ctype.h
36 lib/c-ctype.c
37 m4/largefile.m4
38 m4/malloca.m4
39 m4/canonicalize.m4
40 m4/lstat.m4
41 m4/eealloc.m4
42 m4/environ.m4
43 m4/free.m4
44 m4/malloc.m4
45 m4/mempcpy.m4
46 m4/rawmemchr.m4
47 m4/readlink.m4
48 m4/realloc.m4
49 m4/relocatable-lib.m4
50 m4/setenv.m4
52 Depends-on:
53 alignasof
54 assert-h
55 c99
56 double-slash-root
57 eloop-threshold
58 environ
59 errno
60 extern-inline
61 fcntl-h
62 filename
63 idx
64 intprops
65 largefile
66 libc-config
67 limits-h
68 pathmax
69 ssize_t
70 stdbool
71 stddef
72 stdckdint
73 stdint
74 stdlib
75 string
76 sys_stat
77 unistd
78 xalloc-oversized
80 configure.ac-early:
81 AC_REQUIRE([AC_SYS_LARGEFILE])
83 configure.ac:
84 AC_REQUIRE([AC_C_RESTRICT])
85 gl_FUNC_READLINK_SEPARATE
86 gl_CANONICALIZE_LGPL_SEPARATE
87 gl_FUNC_MALLOC_POSIX
88 gl_FUNC_REALLOC_POSIX
89 gl_FUNC_FREE
90 gl_FUNC_MEMPCPY
91 gl_FUNC_RAWMEMCHR
92 gl_MALLOCA
93 gl_RELOCATABLE_LIBRARY
94 gl_FUNC_SETENV_SEPARATE
96 Makefile.am:
98 Include:
100 License:
103 Maintainer:
104 Ben Pfaff