unistr/u*-strchr: add tests
[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 memcmp
25 strdup
26
27 configure.ac:
28 gl_RELOCATABLE([$gl_source_base])
29
30 Makefile.am:
31 DEFS += -DEXEEXT=\"@EXEEXT@\"
32
33 Include:
34 "relocatable.h"
35 "progname.h"
36
37 License:
38 GPL
39
40 Maintainer:
41 Bruno Haible, Ben Pfaff
42