repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
relocatable-lib-lgpl
blob
da6c6491562dd5b8488a5f5f123b2885e3b978a3
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
lib/relocatable.valgrind
10
m4/relocatable-lib.m4
11
12
Depends-on:
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
DEFS += -DNO_XMALLOC
23
24
Include:
25
"relocatable.h"
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Ben Pfaff