verify: new macro 'assume'
[gnulib.git] / modules / relocatable-lib
1 Description:
2 Help make libraries relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
4
5 Files:
6 doc/relocatable.texi
7 lib/relocatable.h
8 lib/relocatable.c
9 m4/relocatable-lib.m4
10
11 Depends-on:
12 xalloc
13 strdup
14
15 configure.ac:
16 gl_RELOCATABLE_LIBRARY
17 if test $RELOCATABLE = yes; then
18   AC_LIBOBJ([relocatable])
19 fi
20
21 Makefile.am:
22
23 Include:
24 "relocatable.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Bruno Haible, Ben Pfaff
31