1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-14 00:21:53 +03:00
Files
gnulib/modules/relocatable-lib-lgpl
Bruno Haible d340654367 relocatable-lib-lgpl: Add support for mingw builds on Cygwin hosts.
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.
2024-09-26 02:02:56 +02:00

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