view modules/relocatable-lib-lgpl @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -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:
strdup

configure.ac:
gl_RELOCATABLE_LIBRARY
if test $RELOCATABLE = yes; then
  AC_LIBOBJ([relocatable])
fi

Makefile.am:
DEFS += -DNO_XMALLOC

Include:
"relocatable.h"

License:
LGPLv2+

Maintainer:
Ben Pfaff