From: Bruno Haible Date: Thu, 1 Mar 2007 02:08:35 +0000 (+0000) Subject: New module 'relocatable'. From Ben Pfaff. X-Git-Tag: cvs-readonly~949 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=dcadc2fcbc05ee4f2985f9ae04d32d072a73521c;p=gnulib.git New module 'relocatable'. From Ben Pfaff. --- diff --git a/modules/relocatable b/modules/relocatable new file mode 100644 index 000000000..44a1310f8 --- /dev/null +++ b/modules/relocatable @@ -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 +