changeset 8316:c21a7c5e10e9

Copied from relocatable-lib.
author Bruno Haible <bruno@clisp.org>
date Sat, 03 Mar 2007 23:28:49 +0000
parents b14a7aad863f
children bf03d98e35f7
files modules/relocatable-lib-lgpl
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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
+