blob: 3319f9c78ce60d212cb91dff3bc909e6be50d276 (
plain)
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
|
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
* Makefile.am (EXTRA_DIST): Add Makefile.vms.
2003-03-17 Bruno Haible <bruno@clisp.org>
Native Woe32/MSVC support.
* Makefile.msvc: New file.
* Makefile.am (EXTRA_DIST): Add it.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* gettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* ngettext.c: Include progname.h, relocatable.h.
(program_name): Remove variable.
(main): Use set_program_name. Relocate LOCALEDIR value. Update
copyright year.
* Makefile.am (gettext_CFLAGS, ngettext_CFLAGS): New variables.
(gettext_LDFLAGS, ngettext_LDFLAGS): New variables.
(RELOCATABLE_LIBRARY_PATH, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR,
RELOCATABLE_CONFIG_H_DIR): New variables.
2003-02-12 Bruno Haible <bruno@clisp.org>
Extracted from gettext package.
* Makefile.am: New file.
|