From cc6c2db7cb7b4eabdfb69cb12bae326cec403a8f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 1 Mar 2007 02:08:49 +0000 Subject: [PATCH] New module 'relocatable-lib'. From Ben Pfaff. --- modules/relocatable-lib | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 modules/relocatable-lib diff --git a/modules/relocatable-lib b/modules/relocatable-lib new file mode 100644 index 000000000..6cbd8690c --- /dev/null +++ b/modules/relocatable-lib @@ -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