summaryrefslogtreecommitdiff
path: root/modules/relocatable-lib-lgpl
blob: da6c6491562dd5b8488a5f5f123b2885e3b978a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Help make libraries relocatable, that is, to allow them to function
properly when copied to an arbitrary directory.

Files:
doc/relocatable.texi
lib/relocatable.h
lib/relocatable.c
lib/relocatable.valgrind
m4/relocatable-lib.m4

Depends-on:
strdup

configure.ac:
gl_RELOCATABLE_LIBRARY
if test $RELOCATABLE = yes; then
  AC_LIBOBJ([relocatable])
fi

Makefile.am:
DEFS += -DNO_XMALLOC

Include:
"relocatable.h"

License:
LGPLv2+

Maintainer:
Ben Pfaff