1Description: 2Support for relocatable installation. 3 4Files: 5lib/progreloc.c 6 7Depends-on: 8canonicalize 9relocatable 10stdbool 11xreadlink 12 13configure.ac: 14 15Makefile.am: 16AM_CPPFLAGS += -DEXEEXT=\"$(EXEEXT)\" 17lib_SOURCES += progreloc.c 18 19Include: 20 21License: 22GPL 23 24Maintainer: 25Bruno Haible 26 27