Copied from relocatable-lib.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 23:28:49 +0000 (23:28 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 3 Mar 2007 23:28:49 +0000 (23:28 +0000)
modules/relocatable-lib-lgpl [new file with mode: 0644]

diff --git a/modules/relocatable-lib-lgpl b/modules/relocatable-lib-lgpl
new file mode 100644 (file)
index 0000000..6cbd869
--- /dev/null
@@ -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
+