timespec_get: New module.
[gnulib.git] / modules / relocatable-prog-wrapper
blobf97fdae65672496a5805be3adf747ec0558b3a60
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/largefile.m4
29 m4/malloca.m4
30 m4/canonicalize.m4
31 m4/eealloc.m4
32 m4/environ.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 filename
42 largefile
43 pathmax
44 ssize_t
45 stdbool
46 stdint
47 stdlib
48 unistd
49 environ
50 string
51 verify
52 xalloc-oversized
54 configure.ac-early:
55 AC_REQUIRE([AC_SYS_LARGEFILE])
57 configure.ac:
58 AC_REQUIRE([AC_C_RESTRICT])
59 gl_FUNC_READLINK_SEPARATE
60 gl_CANONICALIZE_LGPL_SEPARATE
61 gl_MALLOCA
62 gl_RELOCATABLE_LIBRARY
63 gl_FUNC_SETENV_SEPARATE
65 Makefile.am:
67 Include:
69 License:
70 GPL
72 Maintainer:
73 Ben Pfaff