From: Bruno Haible Date: Thu, 1 Mar 2007 02:08:49 +0000 (+0000) Subject: New module 'relocatable-lib'. From Ben Pfaff. X-Git-Tag: cvs-readonly~948 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cc6c2db7cb7b4eabdfb69cb12bae326cec403a8f;p=gnulib.git New module 'relocatable-lib'. From Ben Pfaff. --- 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 +