annotate modules/relocatable-lib-lgpl @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 878ffe72bbfc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Help make libraries relocatable, that is, to allow them to function
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 properly when copied to an arbitrary directory.
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 doc/relocatable.texi
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/relocatable.h
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/relocatable.c
19022
878ffe72bbfc relocatable-lib{,-lgpl}: add Valgrind suppressions
Reuben Thomas <rrt@sc3d.org>
parents: 18760
diff changeset
9 lib/relocatable.valgrind
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 m4/relocatable-lib.m4
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Depends-on:
10755
b25692ed074a Mark 'strdup' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 9091
diff changeset
13 strdup
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
8326
f5958c21416d Compile relocatable.c only if --enable-relocatable was specified.
Bruno Haible <bruno@clisp.org>
parents: 8316
diff changeset
16 gl_RELOCATABLE_LIBRARY
18760
783295ac2498 relocatable-lib-lgpl: Fix link error (regression from 2011-06-16).
Bruno Haible <bruno@clisp.org>
parents: 17713
diff changeset
17 if test $RELOCATABLE = yes; then
783295ac2498 relocatable-lib-lgpl: Fix link error (regression from 2011-06-16).
Bruno Haible <bruno@clisp.org>
parents: 17713
diff changeset
18 AC_LIBOBJ([relocatable])
783295ac2498 relocatable-lib-lgpl: Fix link error (regression from 2011-06-16).
Bruno Haible <bruno@clisp.org>
parents: 17713
diff changeset
19 fi
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 DEFS += -DNO_XMALLOC
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Include:
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 "relocatable.h"
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 License:
9091
d19ce23d01b0 Use the synonymous term "LGPLv2+".
Bruno Haible <bruno@clisp.org>
parents: 8326
diff changeset
28 LGPLv2+
8316
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
c21a7c5e10e9 Copied from relocatable-lib.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 10755
diff changeset
31 Ben Pfaff