changeset 8270:9ccf2018b56e

New module 'relocatable-lib'. From Ben Pfaff.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Mar 2007 02:08:49 +0000
parents 78d92ea0de58
children 0b09f59fddf2
files modules/relocatable-lib
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /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
+