New module 'relocatable-lib'. From Ben Pfaff.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2007 02:08:49 +0000 (02:08 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Mar 2007 02:08:49 +0000 (02:08 +0000)
modules/relocatable-lib [new file with mode: 0644]

diff --git a/modules/relocatable-lib b/modules/relocatable-lib
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
+