annotate modules/relocatable-prog-wrapper @ 16364:89227b989588

fatal-signal: use C prototypes (with explicit void). * lib/fatal-signal.c (uninstall_handlers, install_handlers) (init_fatal_signal_set, block_fatal_signals): Fix signatures.
author Akim Demaille <demaille@gostai.com>
date Wed, 08 Feb 2012 10:36:20 +0100
parents 2afce32badc0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Source for the wrapper program that is required for making programs relocatable
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 that depend on shared libraries installed with the same installation prefix.
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 build-aux/install-reloc
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/relocwrapper.c
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/progname.h
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lib/progname.c
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 lib/progreloc.c
9238
6d715fbc981c Change xreadlink module to use areadlink.
Bruno Haible <bruno@clisp.org>
parents: 8979
diff changeset
11 lib/areadlink.h
6d715fbc981c Change xreadlink module to use areadlink.
Bruno Haible <bruno@clisp.org>
parents: 8979
diff changeset
12 lib/areadlink.c
14553
baaebd37cd28 relocatable-prog-wrapper: Update after module 'areadlink' changed.
Bruno Haible <bruno@clisp.org>
parents: 13940
diff changeset
13 lib/careadlinkat.h
baaebd37cd28 relocatable-prog-wrapper: Update after module 'areadlink' changed.
Bruno Haible <bruno@clisp.org>
parents: 13940
diff changeset
14 lib/careadlinkat.c
baaebd37cd28 relocatable-prog-wrapper: Update after module 'areadlink' changed.
Bruno Haible <bruno@clisp.org>
parents: 13940
diff changeset
15 lib/allocator.h
baaebd37cd28 relocatable-prog-wrapper: Update after module 'areadlink' changed.
Bruno Haible <bruno@clisp.org>
parents: 13940
diff changeset
16 lib/allocator.c
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 lib/readlink.c
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 lib/canonicalize-lgpl.c
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
19 lib/malloca.h
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
20 lib/malloca.c
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 lib/relocatable.h
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 lib/relocatable.c
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 lib/setenv.c
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 lib/c-ctype.h
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 lib/c-ctype.c
8948
a162347a0232 Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
26 m4/malloca.m4
12025
c93cc27b8c19 relocatable-prog-wrapper: fix build
Eric Blake <ebb9@byu.net>
parents: 11433
diff changeset
27 m4/canonicalize.m4
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 m4/eealloc.m4
9870
dc081233a868 relocatable-prog-wrapper needs the gl_ENVIRON macro.
Bruno Haible <bruno@clisp.org>
parents: 9568
diff changeset
29 m4/environ.m4
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 m4/longlong.m4
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 m4/readlink.m4
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 m4/relocatable-lib.m4
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 m4/setenv.m4
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Depends-on:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 alloca-opt
12101
6e6a73b73bcd relocatable-prog-wrapper: Add missing dependency on double-slash-root.
Ben Pfaff <blp@cs.stanford.edu>
parents: 12034
diff changeset
37 double-slash-root
10874
81a914cf7821 Add missing dependency.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents: 9870
diff changeset
38 errno
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 pathmax
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40 ssize_t
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 stdbool
16312
2afce32badc0 malloca: Avoid warnings on x86_64 mingw64.
Marc-André Lureau <marcandre.lureau@redhat.com>
parents: 15080
diff changeset
42 stdint
9545
c596ca4e89b4 Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents: 9238
diff changeset
43 stdlib
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 unistd
11433
0f4d56f5ff5b Fix a problem with --enable-relocatable on Solaris 7.
Bruno Haible <bruno@clisp.org>
parents: 10874
diff changeset
45 environ
9568
2aeacf3289f8 Modules intprops and string needed by relocatable-prog-wrapper.
Simon Josefsson <simon@josefsson.org>
parents: 9547
diff changeset
46 intprops
2aeacf3289f8 Modules intprops and string needed by relocatable-prog-wrapper.
Simon Josefsson <simon@josefsson.org>
parents: 9547
diff changeset
47 string
13788
6f8ee3f6161c rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
Paul Eggert <eggert@cs.ucla.edu>
parents: 12101
diff changeset
48 verify
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
49
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
50 configure.ac:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
51 gl_FUNC_READLINK_SEPARATE
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52 gl_CANONICALIZE_LGPL_SEPARATE
8979
9768208fb7e2 Missing part of allocsa -> malloca transition.
Ben Pfaff <blp@gnu.org>
parents: 8948
diff changeset
53 gl_MALLOCA
15080
979d46218c86 relocatable-lib: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14790
diff changeset
54 gl_RELOCATABLE_LIBRARY
8310
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55 gl_FUNC_SETENV_SEPARATE
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
56
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
57 Makefile.am:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
58
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
59 Include:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
60
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
61 License:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
62 GPL
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
63
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
64 Maintainer:
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
65 Bruno Haible, Ben Pfaff
b61c5defad7c Description of the wrapper for relocatable programs.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
66