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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
2007-11-07 Bruno Haible <bruno@clisp.org>
* gettext-0.17 released.
2007-01-08 Bruno Haible <bruno@clisp.org>
Avoid variable names that conflict with those from libtool.
* lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
shlibext to acl_shlibext, libname_spec to acl_libname_spec,
library_names_spec to acl_library_names_spec, hardcode_* to
acl_hardcode_*.
Reported by Ralf Wildenhues.
2007-01-08 Bruno Haible <bruno@clisp.org>
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting command.
2006-12-24 Bruno Haible <bruno@clisp.org>
Improve support for OpenBSD.
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
library_names_spec from the config.rpath output. Locate shared library
through the name pattern in library_names_spec.
2006-11-12 Bruno Haible <bruno@clisp.org>
* lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
for GNOME libraries, for which the include files are installed in
subdirectories of $prefix/include.
2006-11-12 Bruno Haible <bruno@clisp.org>
* lib-link.m4: Require at least autoconf-2.54.
(AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
name to underscores for the --with option.
2006-11-27 Bruno Haible <bruno@clisp.org>
* gettext-0.16.1 released.
2006-10-26 Bruno Haible <bruno@clisp.org>
* gettext-0.16 released.
2006-09-03 Bruno Haible <bruno@clisp.org>
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
correctly.
2006-07-21 Bruno Haible <bruno@clisp.org>
* gettext-0.15 released.
2006-03-25 Bruno Haible <bruno@clisp.org>
* lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
2005-08-27 Bruno Haible <bruno@clisp.org>
Support for lib vs. lib64 distinction on biarch platforms.
* lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
(AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
2006-06-21 Bruno Haible <bruno@clisp.org>
* gettext-0.14.6 released.
2005-05-23 Bruno Haible <bruno@clisp.org>
* gettext-0.14.5 released.
2005-04-11 Bruno Haible <bruno@clisp.org>
* gettext-0.14.4 released.
2005-03-14 Bruno Haible <bruno@clisp.org>
* gettext-0.14.3 released.
2005-03-05 Bruno Haible <bruno@clisp.org>
* lib-link.m4: Require autoconf >= 2.50.
(AC_LIB_RPATH): Use AC_REQUIRE_AUX_FILE conditionally.
2005-02-24 Bruno Haible <bruno@clisp.org>
* gettext-0.14.2 released.
2005-01-19 Bruno Haible <bruno@clisp.org>
* lib-ld.m4, lib-link.m4, lib-prefix.m4: Use an all-permissive
copyright notice, recommended by RMS.
2004-07-13 Robert Millan <robertmh@gnu.org>
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Same /usr/local/include handling
on Hurd and on GNU/k*BSD as on Linux.
* lib-prefix.m4 (AC_LIB_PREFIX): Likewise.
2004-01-29 Bruno Haible <bruno@clisp.org>
* gettext-0.14.1 released.
2004-01-28 Bruno Haible <bruno@clisp.org>
* gettext-0.14 released.
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-07-01 Bruno Haible <bruno@clisp.org>
* lib-prefix.m4 (AC_LIB_ARG_WITH): Avoid "duplicated macro" error from
aclocal-1.4-p4.
Reported by Luke Schierer <lschiere@rackspace.com> and
Michael C. Toren <mct@toren.net>.
2003-06-17 Paul Eggert <eggert@twinsun.com>
* lib-ld.m4 (AC_LIB_PROG_LD_GNU, AC_LIB_PROG_LD): Don't use egrep, for
portability to POSIX 1003.1-2001. Backported from libtool-1.5.
2003-05-22 Bruno Haible <bruno@clisp.org>
* gettext-0.12.1 released.
2003-05-17 Bruno Haible <bruno@clisp.org>
* gettext-0.12 released.
2003-04-24 Bruno Haible <bruno@clisp.org>
* lib-link.m4 (AC_LIB_RPATH): Don't set sys_lib_search_path_spec and
sys_lib_dlsearch_path_spec.
2003-02-16 Bruno Haible <bruno@clisp.org>
Workaround autoconf >= 2.52 breakage.
* lib-prefix.m4 (AC_LIB_ARG_WITH): New macro.
(AC_LIB_PREFIX): Use it instead of AC_ARG_WITH.
* lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
See ../../gettext-tools/m4/ChangeLog.0 for earlier changes.
|