view modules/relocatable-lib @ 40204:db8428454956

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 03 Mar 2019 14:09:37 -0800
parents 878ffe72bbfc
children
line wrap: on
line source

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

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