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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
2003-12-12 Bruno Haible <bruno@clisp.org>
Assume automake-1.8.
* Makefile.am (html): Remove rule.
(distclean-local): Renamed from distclean-am.
* tests/Makefile.am (distclean-local): Renamed from distclean-am.
2003-12-17 Bruno Haible <bruno@clisp.org>
* gettext-0.13.1 released.
2003-11-30 Bruno Haible <bruno@clisp.org>
* gettext-0.13 released.
2003-10-31 Bruno Haible <bruno@clisp.org>
* configure.ac: Remove argument of FIX_MAKEFILE_DISTRIB.
2003-06-17 Paul Eggert <eggert@twinsun.com>
* config.rpath: Use grep instead of egrep, since POSIX 1003.1-2001 no
longer requires egrep.
2003-05-22 Bruno Haible <bruno@clisp.org>
* gettext-0.12.1 released.
2003-05-20 Bruno Haible <bruno@clisp.org>
* Makefile.am (config-dir): New target.
(config/config.guess, config/config.sub, config/install-sh,
config/ltmain.sh, config/mkinstalldirs, config/missing,
config/config.rpath): Depend on it.
(distclean-am): Remove config-dir as well.
Reported by Frédéric L. W. Meunier <0@pervalidus.tk>.
2003-05-17 Bruno Haible <bruno@clisp.org>
* gettext-0.12 released.
2003-05-02 Bruno Haible <bruno@clisp.org>
* config.rpath: Document limitation on IRIX.
2003-04-24 Bruno Haible <bruno@clisp.org>
* config.rpath: Update to libtool-1.5. Small changes for AIX, HP-UX,
Irix, Linux, MacOS X, Windows.
2003-04-24 Bruno Haible <bruno@clisp.org>
* config.rpath: Don't set sys_lib_search_path_spec and
sys_lib_dlsearch_path_spec.
2003-02-28 Bruno Haible <bruno@clisp.org>
Support for relocatable installation.
* INSTALL: Document --enable-relocatable and --with-libintl-prefix.
2003-02-22 Bruno Haible <bruno@clisp.org>
* Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2.
2003-02-12 Bruno Haible <bruno@clisp.org>
Extracted from gettext package.
* configure.ac: New file.
* Makefile.am: New file.
* AUTHORS, COPYING, INSTALL, NEWS, README: New files.
* m4/Makefile.am: New file.
* tests/Makefile.am: New file.
* tests/rpath-1: Move temporary directories down under tstdir.
Rename global_top_srcdir to global_top_auxdir.
* tests/rpath-2_a: Likewise.
* tests/rpath-2_b: Likewise.
* tests/rpath-3_a: Likewise.
* tests/rpath-3_b: Likewise.
* tests/rpath-2???: Use $srcdir instead of $top_srcdir/tests.
* tests/rpath-3???: Likewise.
* tests/rpathcfg.sh: Move temporary directories down under tstdir.
Use $srcdir instead of $top_srcdir/tests.
* tests/rpath*/Makefile.am: Use global_top_auxdir instead of
global_top_srcdir.
* tests/rpath*/configure.ac: Use AC_CONFIG_AUX_DIR instead of
AC_CONFIG_AUX_DIRS; the latter is undocumented and doesn't work
with automake-1.7.2.
|