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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
|
2005-03-08 Bruno Haible <bruno@clisp.org>
* gettext-0.14.3 released.
2005-03-12 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_GNU_GETTEXT): Fix quoting bug. Fixes an endless loop
of 'aclocal' when a configure.ac contains two invocations of
AM_GNU_GETTEXT.
2005-03-11 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_GNU_GETTEXT): CATOBJEXT and INTLOBJS default to empty.
Reported by Stepan Kasal <kasal@ucw.cz>.
2005-03-07 Bruno Haible <bruno@clisp.org>
* po.m4: Add comments.
2005-03-05 Bruno Haible <bruno@clisp.org>
* nls.m4: Require autoconf >= 2.50.
(AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally.
2005-02-24 Bruno Haible <bruno@clisp.org>
* gettext-0.14.2 released.
2005-01-29 Bruno Haible <bruno@clisp.org>
* gettext.m4 (gt_INTL_MACOSX): New macro, extracted from
AM_INTL_SUBDIR. Set INTL_MACOSX_LIBS instead of INTL_MACOSX_LDFLAGS.
(AM_GNU_GETTEXT): Invoke it. Add the INTL_MACOSX_LIBS contents to
LIBINTL and LTLIBINTL.
(AM_INTL_SUBDIR): Require gt_INTL_MACOSX.
2005-01-19 Bruno Haible <bruno@clisp.org>
* ansi-c++.m4, codeset.m4, gettext.m4, glibc21.m4, glibc2.m4, iconv.m4:
* intdiv0.m4, intmax.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4:
* isc-posix.m4, lcmessage.m4, longdouble.m4, longlong.m4, nls.m4:
* po.m4, printf-posix.m4, progtest.m4, signed.m4, size_max.m4:
* stdint_h.m4, uintmax_t.m4, ulonglong.m4, wchar_t.m4, wint_t.m4:
* xsize.m4:
Use an all-permissive copyright notice, recommended by RMS.
2005-01-10 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_GNU_GETTEXT): Declare _nl_expand_alias with an
argument.
Reported by Mark A. Wicks <mwicks@kettering.edu> and
Vaclav Haisman <V.Haisman@sh.cvut.cz>.
2005-01-08 Bruno Haible <bruno@clisp.org>
* progtest.m4: Require autoconf >= 2.50.
(AM_PATH_PROG_WITH_TEST): Emit some traces to the log file.
* po.m4: Require autoconf >= 2.50.
(AM_PO_SUBDIRS): Emit the tested program's output to the log file.
Suggested by Yann Dirson <ydirson@altern.org>.
2004-06-01 Paul Eggert <eggert@cs.ucla.edu>
* longlong.m4, ulonglong.m4: Fix copyright date and/or serial number.
2004-09-05 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Test for CFPreferencesCopyAppValue.
2004-09-03 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Add a test for CFLocaleCopyCurrent.
2004-05-16 Bruno Haible <bruno@clisp.org>
* lcmessage.m4 (gt_LC_MESSAGES): Renamed from AM_LC_MESSAGES.
* gettext.m4 (AM_INTL_SUBDIR): Update.
Suggested by Alexandre Duret-Lutz.
2004-04-19 Bruno Haible <bruno@clisp.org>
* gettext.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2004-04-19 Bruno Haible <bruno@clisp.org>
* inttypes_h.m4: Change jm_ to gl_ in cache variables as well.
* stdint_h.m4: Likewise.
* uintmax_t.m4: Likewise.
2004-04-18 Jim Meyering <jim@meyering.net>
* glibc21.m4: Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
* intmax.m4: Likewise.
* inttypes_h.m4: Likewise.
* longlong.m4: Likewise.
* stdint_h.m4: Likewise.
* uintmax_t.m4: Likewise.
* ulonglong.m4: Likewise.
2004-03-02 Bruno Haible <bruno@clisp.org>
* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): For RESOURCESDLLFILES and
CSHARPCATALOGS, extend the lang -> frobbedlang mapping so as to support
Serbian and Uzbek locales.
2004-02-18 Bruno Haible <bruno@clisp.org>
* xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
Reported by Derek Robert Price <derek@ximbiot.com>.
2004-02-02 Bruno Haible <bruno@clisp.org>
* glibc2.m4: New file.
* gettext.m4 (AM_INTL_SUBDIR): Require gt_GLIBC2.
* Makefile.am (EXTRA_DIST): Add glibc2.m4.
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-26 Bruno Haible <bruno@clisp.org>
Support for C#.
* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): Substitute also the variables
RESOURCESDLLFILES and CSHARPCATALOGS. Add rules for each member of
CSHARPCATALOGS.
2003-12-17 Bruno Haible <bruno@clisp.org>
* gettext-0.13.1 released.
2003-12-16 Bruno Haible <bruno@clisp.org>
* printf-posix.m4 (gt_PRINTF_POSIX): Guess correctly when cross-
compiling to Cygwin.
2003-11-30 Bruno Haible <bruno@clisp.org>
* gettext-0.13 released.
2003-11-23 Bruno Haible <bruno@clisp.org>
* ssize_t.m4: Remove file, moved to ../../gettext-tools/m4/.
* gettext.m4 (AM_INTL_SUBDIR): Don't require gt_TYPE_SSIZE_T.
* Makefile.am (EXTRA_DIST): Remove ssize_t.m4.
2003-11-19 Bruno Haible <bruno@clisp.org>
* size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
2003-11-16 Bruno Haible <bruno@clisp.org>
* size_max.m4: New file, moved here from ../../gettext-tools/m4/.
* ssize_t.m4: New file, moved here from ../../gettext-tools/m4/.
* xsize.m4: New file, moved here from ../../gettext-tools/m4/.
* gettext.m4 (AM_INTL_SUBDIR): Require gt_TYPE_SSIZE_T, gl_XSIZE.
Improve ptrdiff_t test.
* Makefile.am (EXTRA_DIST): Add size_max.m4, ssize_t.m4, xsize.m4.
2003-11-09 Bruno Haible <bruno@clisp.org>
* po.m4 (AM_POSTPROCESS_PO_MAKEFILE): New macro.
2003-09-17 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Test for fwprintf, not wprintf. Needed
because cygwin-1.3.22 has a broken definition of wprintf in
winsup/cygwin/syscalls.cc and lacks 1. the declaration of this function
and 2. the other wide-char I/O functions fwprintf, fwscanf, wprintf,
wscanf, swprintf, swscanf, vfwprintf, vwprintf, vwsprintf, fgetwc,
fgetwc, fputwc, fputws, getwc, getwchar, putwc, putwchar, ungetwc.
2003-08-29 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Test whether _snprintf and _snwprintf
are declared, not only existent as functions.
2003-08-24 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Also check for _snprintf, _snwprintf.
2003-08-11 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Also check for wcslen.
2003-06-27 Bruno Haible <bruno@clisp.org>
Avoid use of *_unlocked functions on Solaris 2.5.1.
* gettext.m4 (AM_INTL_SUBDIR): Don't test for the functions
feof_unlocked, fgets_unlocked, getc_unlocked. Test for their
declaration instead.
(gt_CHECK_DECL): New macro.
Reported by Eric Botcazou <ebotcazou@libertysurf.fr>.
2003-06-19 Bruno Haible <bruno@clisp.org>
* printf-posix.m4: New file.
* Makefile.am (EXTRA_DIST): Add printf-posix.m4.
* gettext.m4 (AM_INTL_SUBDIR): Require bh_C_SIGNED,
jm_AC_TYPE_LONG_LONG, gt_TYPE_LONGDOUBLE, gt_TYPE_WCHAR_T,
gt_TYPE_WINT_T, jm_AC_HEADER_INTTYPES_H, jm_AC_HEADER_STDINT_H,
gt_TYPE_INTMAX_T, gt_PRINTF_POSIX. Check for ptrdiff_t, asprintf,
snprintf, wprintf.
* longlong.m4: Update from gnulib.
(jm_AC_TYPE_LONG_LONG): Replaces gt_TYPE_LONGLONG.
2003-01-11 Bruno Haible <bruno@clisp.org>
* ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
suffix.
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-29 Bruno Haible <bruno@clisp.org>
* nls.m4: New file, extracted from gettext.m4.
* po.m4: New file, extracted from gettext.m4.
* gettext.m4 (AM_GNU_GETTEXT): Use AM_NLS.
(AM_PO_SUBDIRS, AM_MKINSTALLDIRS): Remove macros.
* Makefile.am (EXTRA_DIST): Add them.
2003-03-16 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_INTL_SUBDIR): Also test for __fsetlocking.
2003-02-28 Bruno Haible <bruno@clisp.org>
* error.m4: Remove file. Use ../../gettext-tools/m4/error.m4 instead.
* Makefile.am (EXTRA_DIST): Remove it.
2003-02-28 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_MKINSTALLDIRS): Fix MKINSTALLDIRS for when AC_AUX_DIR
is given and $srcdir is a relative directory.
2003-02-16 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_PO_SUBDIRS): Require an xgettext that supports the
--msgid-bugs-address option.
2003-02-16 Bruno Haible <bruno@clisp.org>
* gettext.m4 (AM_GNU_GETTEXT): Move INTLOBJS to backward compatibility
section.
2003-02-12 Bruno Haible <bruno@clisp.org>
Restructure gettext package.
* ansi-c++.m4: New file.
* gettext.m4 (AM_GNU_GETTEXT): Special case the packages
'gettext-runtime' and 'gettext-tools'.
* Makefile.am: New file.
|