xref: /netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/progreloc (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
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