33 lines
466 B
Plaintext
33 lines
466 B
Plaintext
Description:
|
|
Help make libraries relocatable, that is, to allow them to function
|
|
properly when copied to an arbitrary directory.
|
|
|
|
Files:
|
|
doc/relocatable.texi
|
|
lib/relocatable.h
|
|
lib/relocatable.c
|
|
lib/relocatable.valgrind
|
|
m4/relocatable-lib.m4
|
|
m4/build-to-host.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
strdup
|
|
|
|
configure.ac:
|
|
gl_RELOCATABLE_LIBRARY
|
|
if test $RELOCATABLE = yes; then
|
|
AC_LIBOBJ([relocatable])
|
|
fi
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"relocatable.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|