summaryrefslogtreecommitdiff
path: root/gnulib/modules/relocatable-lib
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/relocatable-lib')
m---------gnulib0
-rw-r--r--gnulib/modules/relocatable-lib31
2 files changed, 31 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/relocatable-lib b/gnulib/modules/relocatable-lib
new file mode 100644
index 0000000..e86f8c5
--- /dev/null
+++ b/gnulib/modules/relocatable-lib
@@ -0,0 +1,31 @@
+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:
+xalloc
+strdup
+
+configure.ac:
+gl_RELOCATABLE_LIBRARY
+if test $RELOCATABLE = yes; then
+ AC_LIBOBJ([relocatable])
+fi
+
+Makefile.am:
+
+Include:
+"relocatable.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible, Ben Pfaff
+