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