From a58ccaede50b93fa295a87c85cb9ad9e4c26963f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 Mar 2007 23:28:49 +0000 Subject: [PATCH] Copied from relocatable-lib. --- modules/relocatable-lib-lgpl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/relocatable-lib-lgpl diff --git a/modules/relocatable-lib-lgpl b/modules/relocatable-lib-lgpl new file mode 100644 index 000000000..6cbd8690c --- /dev/null +++ b/modules/relocatable-lib-lgpl @@ -0,0 +1,27 @@ +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: + +configure.ac: + +Makefile.am: +DEFS += -DNO_XMALLOC +lib_SOURCES += relocatable.c + +Include: +"relocatable.h" + +License: +LGPL + +Maintainer: +Bruno Haible, Ben Pfaff + -- 2.11.0