add sockets wrappers
[gnulib.git] / modules / relocatable-prog
1 Description:
2 Help make programs relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
4
5 Files:
6 build-aux/config.libpath
7 build-aux/reloc-ldflags
8 doc/relocatable.texi
9 lib/relocatable.h
10 lib/relocatable.c
11 lib/progreloc.c
12 m4/relocatable.m4
13 m4/relocatable-lib.m4
14 m4/lib-ld.m4
15
16 Depends-on:
17 relocatable-prog-wrapper
18 progname
19 canonicalize-lgpl
20 xalloc
21 xreadlink
22 stdbool
23 unistd
24
25 configure.ac:
26 gl_RELOCATABLE([$gl_source_base])
27
28 Makefile.am:
29 DEFS += -DEXEEXT=\"@EXEEXT@\"
30
31 Include:
32 #include "relocatable.h"
33 #include "progname.h"
34
35 License:
36 GPL
37
38 Maintainer:
39 Bruno Haible, Ben Pfaff
40