error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / relocatable-lib
blob70f11f0f66180a190fdae096ba82c4daf5a1b668
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 xalloc
14 strdup
16 configure.ac:
17 gl_RELOCATABLE_LIBRARY
18 if test $RELOCATABLE = yes; then
19   AC_LIBOBJ([relocatable])
22 Makefile.am:
24 Include:
25 "relocatable.h"
27 License:
28 GPL
30 Maintainer:
31 Ben Pfaff