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

diff --git a/modules/relocatable b/modules/relocatable
new file mode 100644 (file)
index 0000000..44a1310
--- /dev/null
@@ -0,0 +1,43 @@
+Description:
+Help make programs relocatable, that is, to allow them to function
+properly when copied to an arbitrary directory.
+
+Files:
+build-aux/config.libpath
+build-aux/install-reloc
+build-aux/reloc-ldflags
+doc/relocatable.texi
+lib/relocatable.h
+lib/relocatable.c
+lib/progreloc.c
+lib/relocwrapper.c
+m4/relocatable.m4
+m4/relocatable-lib.m4
+
+Depends-on:
+relocatable-lib
+canonicalize
+c-ctype
+progname
+setenv
+strerror
+unistd
+xalloc
+
+configure.ac:
+gl_RELOCATABLE([$gl_source_base])
+
+Makefile.am:
+DEFS += -DEXEEXT=\"$(EXEEXT)\"
+lib_SOURCES += relocatable.c progreloc.c
+
+Include:
+#include "relocatable.h"
+#include "progname.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible, Ben Pfaff
+