unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / relocatable-lib-lgpl
blobda6c6491562dd5b8488a5f5f123b2885e3b978a3
1 Description:
2 Help make libraries relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
5 Files:
6 doc/relocatable.texi
7 lib/relocatable.h
8 lib/relocatable.c
9 lib/relocatable.valgrind
10 m4/relocatable-lib.m4
12 Depends-on:
13 strdup
15 configure.ac:
16 gl_RELOCATABLE_LIBRARY
17 if test $RELOCATABLE = yes; then
18   AC_LIBOBJ([relocatable])
21 Makefile.am:
22 DEFS += -DNO_XMALLOC
24 Include:
25 "relocatable.h"
27 License:
28 LGPLv2+
30 Maintainer:
31 Ben Pfaff