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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
relocatable-lib
blob
70f11f0f66180a190fdae096ba82c4daf5a1b668
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
xalloc
14
strdup
15
16
configure.ac:
17
gl_RELOCATABLE_LIBRARY
18
if test $RELOCATABLE = yes; then
19
AC_LIBOBJ([relocatable])
20
fi
21
22
Makefile.am:
23
24
Include:
25
"relocatable.h"
26
27
License:
28
GPL
29
30
Maintainer:
31
Ben Pfaff