Mercurial > hg > octave-kai > gnulib-hg
annotate modules/relocatable-lib-lgpl @ 8316:c21a7c5e10e9
Copied from relocatable-lib.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 03 Mar 2007 23:28:49 +0000 |
parents | |
children | f5958c21416d |
rev | line source |
---|---|
8316 | 1 Description: |
2 Help make libraries relocatable, that is, to allow them to function | |
3 properly when copied to an arbitrary directory. | |
4 | |
5 Files: | |
6 doc/relocatable.texi | |
7 lib/relocatable.h | |
8 lib/relocatable.c | |
9 m4/relocatable-lib.m4 | |
10 | |
11 Depends-on: | |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 DEFS += -DNO_XMALLOC | |
17 lib_SOURCES += relocatable.c | |
18 | |
19 Include: | |
20 "relocatable.h" | |
21 | |
22 License: | |
23 LGPL | |
24 | |
25 Maintainer: | |
26 Bruno Haible, Ben Pfaff | |
27 |