X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Frelocatable-prog;h=72bc2537782d2c34b60cc5c735017a38fac253b3;hb=5f70dcfc4f65198adbce63a01a17f18b1627beee;hp=1aa96f511aaf8fbda553aca2d1436e23f2f7545a;hpb=252c176ef5de7f3a1225a313331e52d157e034f7;p=gnulib.git diff --git a/modules/relocatable-prog b/modules/relocatable-prog index 1aa96f511..72bc25377 100644 --- a/modules/relocatable-prog +++ b/modules/relocatable-prog @@ -21,16 +21,36 @@ xalloc xreadlink stdbool unistd +memcmp +strdup configure.ac: gl_RELOCATABLE([$gl_source_base]) +if test $RELOCATABLE = yes; then + AC_LIBOBJ([progreloc]) + AC_LIBOBJ([relocatable]) +fi Makefile.am: DEFS += -DEXEEXT=\"@EXEEXT@\" +if RELOCATABLE_VIA_WRAPPER +uninstall-hook: uninstall-relocwrapper +uninstall-relocwrapper: + if test $(RELOCATABLE) = yes; then \ + case '$(EXEEXT)' in \ + .bin*) ;; \ + *) cd $(top_builddir) && \ + $(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \ + AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \ + uninstall ;; \ + esac; \ + fi +.PHONY: uninstall-relocwrapper +endif Include: -#include "relocatable.h" -#include "progname.h" +"relocatable.h" +"progname.h" License: GPL