mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-14 00:21:53 +03:00
Reported by Michele Locati <michele@locati.it> in <https://lists.gnu.org/archive/html/bug-gettext/2024-09/msg00033.html>. * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Use gl_BUILD_TO_HOST on the value of INSTALLPREFIX. * modules/relocatable-lib (Files): Add m4/build-to-host.m4. * modules/relocatable-lib-lgpl (Files): Likewise. * modules/relocatable-prog-wrapper (Files): Likewise.
33 lines
484 B
Plaintext
33 lines
484 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:
|
|
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
|