Use @FOO@ syntax instead of $(FOO) syntax, because it uncovers typos early.
[gnulib.git] / modules / relocatable-prog
1 Description:
2 Help make programs relocatable, that is, to allow them to function
3 properly when copied to an arbitrary directory.
4
5 Files:
6 build-aux/config.libpath
7 build-aux/reloc-ldflags
8 doc/relocatable.texi
9 lib/relocatable.h
10 lib/relocatable.c
11 lib/progreloc.c
12 m4/relocatable.m4
13 m4/relocatable-lib.m4
14
15 Depends-on:
16 relocatable-prog-wrapper
17 progname
18 canonicalize-lgpl
19 xalloc
20 xreadlink
21 stdbool
22 unistd
23
24 configure.ac:
25 gl_RELOCATABLE([$gl_source_base])
26
27 Makefile.am:
28 DEFS += -DEXEEXT=\"@EXEEXT@\"
29
30 Include:
31 #include "relocatable.h"
32 #include "progname.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Bruno Haible, Ben Pfaff
39