1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
2003-03-05 Bruno Haible <bruno@clisp.org>
* Makefile.am (stdbool.h, alloca.h): All objects depend on them.
2003-02-28 Bruno Haible <bruno@clisp.org>
Cleanup and support for relocatable installation.
* basename.h: Remove file, replaced with the copy in
../../gettext-tools/lib.
* basename.c: Likewise.
* error.h: Likewise.
* error.c: Likewise.
* exit.h: Likewise.
* getopt.h: Likewise.
* getopt.c: Likewise.
* getopt1.c: Likewise.
* xmalloc.h: Likewise.
* xmalloc.c: Likewise.
* alloca.c: New file, trivial link to ../../gettext-tools/lib.
* canonicalize.c: New file, trivial link to ../../gettext-tools/lib.
* memmove.c: New file, trivial link to ../../gettext-tools/lib.
* relocatable.c: New file, trivial link to ../../gettext-tools/lib.
* setenv.c: New file, trivial link to ../../gettext-tools/lib.
* strerror.c: New file, trivial link to ../../gettext-tools/lib.
* unsetenv.c: New file, trivial link to ../../gettext-tools/lib.
* Makefile.am (libgrt_a_SOURCES): Add pathmax.h, progname.h,
progname.c, xstrdup.c, xreadlink.h, xreadlink.c. Use references to
../../gettext-tools/lib.
(LIBADD_SOURCE): New variable.
(EXTRA_DIST, MOSTLYCLEANFILES): New variable.
(stdbool.h): New rule.
(alloca.h): New rule.
2003-02-12 Bruno Haible <bruno@clisp.org>
Extracted from gettext package.
* Makefile.am: New file.
|