2 Help make programs relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
6 build-aux/config.libpath
7 build-aux/reloc-ldflags
16 relocatable-prog-wrapper
20 gl_RELOCATABLE([$gl_source_base])
23 DEFS += -DEXEEXT=\"$(EXEEXT)\"
24 lib_SOURCES += relocatable.c progreloc.c
27 #include "relocatable.h"
34 Bruno Haible, Ben Pfaff