mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/relocatable-lib-lgpl (configure.ac): Add AC_LIBOBJ invocation, like it was done in modules/relocatable-lib on 2011-05-21 and in modules/relocatable-prog on 2011-08-15. Reported by Reuben Thomas <rrt@sc3d.org>.
31 lines
439 B
Plaintext
31 lines
439 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
|
|
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
|