From: Bruno Haible Date: Sat, 3 Mar 2007 23:28:49 +0000 (+0000) Subject: Copied from relocatable-lib. X-Git-Tag: cvs-readonly~902 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a58ccaede50b93fa295a87c85cb9ad9e4c26963f;p=gnulib.git Copied from relocatable-lib. --- 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 +