~ubuntu-branches/ubuntu/trusty/gettext/trusty

« back to all changes in this revision

Viewing changes to gettext-runtime/m4/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-10-21 19:12:18 UTC
  • mfrom: (2.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20131021191218-5t1ixdaae0dbc1l3
Tags: 0.18.3.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Allow the package to cross-build.
  - Define a stage1 profile to build without java and git.
  - Throw away /usr/lib/gettext/gnu.gettext*; we don't need them.
  - Explicitly configure with --disable-csharp.
  - Keep gettext.jar in /usr/share/gettext instead of moving it to
    /usr/share/java.
  - Drop autopoint recommends of gettext. It pulls in git and
    other sizable packages which make the CDs explode.
* gettext-el: Add an alternative dependency on emacs24.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-08-09  Daiki Ueno  <ueno@gnu.org>
 
2
 
 
3
        * intl.m4 (AM_INTL_SUBDIR): Fix AC_CHECK_DECLS usage.
 
4
        (gt_INTL_SUBDIR_CORE): Likewise.
 
5
 
 
6
2013-06-25  Daiki Ueno  <ueno@gnu.org>
 
7
 
 
8
        Allow user to supply custom sed command when generating en@quot.po.
 
9
        * po.m4 (AM_PO_SUBDIRS): Require AC_PROG_SED.
 
10
 
 
11
2013-04-23  Daiki Ueno  <ueno@gnu.org>
 
12
 
 
13
        Obsolete gt_CHECK_DECL in favor of AC_CHECK_DECLS.
 
14
        Now that macros installed by 'gettextize' require Autoconf 2.60,
 
15
        gt_CHECK_DECL can be safely replaced with AC_CHECK_DECLS.
 
16
        * intl.m4 (gt_CHECK_DECL): Remove.
 
17
        (AM_INTL_SUBDIR): Use AC_CHECK_DECLS instead of gt_CHECK_DECL.
 
18
        (gt_INTL_SUBDIR_CORE): Likewise.
 
19
 
 
20
2013-03-05  Daiki Ueno  <ueno@gnu.org>
 
21
 
 
22
        * fcntl-o.m4: Update copyright year.
 
23
        * gettext.m4: Likewise.
 
24
        * glibc2.m4: Likewise.
 
25
        * glibc21.m4: Likewise.
 
26
        * iconv.m4: Likewise.
 
27
        * intdiv0.m4: Likewise.
 
28
        * intl.m4: Likewise.
 
29
        * intldir.m4: Likewise.
 
30
        * intlmacosx.m4: Likewise.
 
31
        * intmax.m4: Likewise.
 
32
        * inttypes-pri.m4: Likewise.
 
33
        * inttypes_h.m4: Likewise.
 
34
        * lcmessage.m4: Likewise.
 
35
        * lock.m4: Likewise.
 
36
        * longlong.m4: Likewise.
 
37
        * nls.m4: Likewise.
 
38
        * po.m4: Likewise.
 
39
        * printf-posix.m4: Likewise.
 
40
        * progtest.m4: Likewise.
 
41
        * size_max.m4: Likewise.
 
42
        * stdint_h.m4: Likewise.
 
43
        * threadlib.m4: Likewise.
 
44
        * uintmax_t.m4: Likewise.
 
45
        * visibility.m4: Likewise.
 
46
        * wchar_t.m4: Likewise.
 
47
        * wint_t.m4: Likewise.
 
48
        * xsize.m4: Likewise.
 
49
 
 
50
2012-12-25  Daiki Ueno  <ueno@gnu.org>
 
51
 
 
52
        * gettext-0.18.2 released.
 
53
 
 
54
2012-12-07  Stefano Lattarini  <stefano.lattarini@gmailcom>  (tiny change)
 
55
 
 
56
        m4: use AC_PROG_MKDIR_P, not the deprecated AM_PROG_MKDIR_P
 
57
        * gettext.m4 (AM_INTL_SUBDIR): Require AC_PROG_MKDIR_P instead
 
58
        of AM_PROG_MKDIR_P, as this latter macro is deprecated since
 
59
        Automake 1.12.1, and will be removed in Automake 1.14.
 
60
        Accordingly, bump requirement in AC_PREREQ to 2.60.
 
61
        * po.m4 (AM_PO_SUBDIRS): Likewise.
 
62
 
 
63
2012-11-29  Paul Eggert  <eggert@cs.ucla.edu>
 
64
 
 
65
        * lock.m4 (gl_PREREQ_LOCK): Do not require AC_C_INLINE.
 
66
 
 
67
2012-09-22  Paul Eggert  <eggert@cs.ucla.edu>
 
68
 
 
69
        * xsize.m4 (gl_XSIZE): Do not require AC_C_INLINE.
 
70
 
 
71
2012-09-10  Paul Eggert  <eggert@cs.ucla.edu>
 
72
 
 
73
        * fcntl-o.m4 (gl_FCNTL_O_FLAGS): Check for AIX 7.1 bug
 
74
        that caused a GNU tar test failure.  Problem reported by Jez Wain; see
 
75
        <http://lists.gnu.org/archive/html/bug-tar/2012-07/msg00018.html>.
 
76
 
 
77
2012-06-22  Bruno Haible  <bruno@clisp.org>
 
78
 
 
79
        * gettext.m4: Write "Mac OS X" instead of "MacOS X".
 
80
        * intdiv0.m4: Likewise.
 
81
        * intlmacosx.m4: Likewise.
 
82
        * lock.m4: Likewise.
 
83
        * threadlib.m4: Likewise.
 
84
        * visibility.m4: Likewise.
 
85
 
 
86
2012-02-18  Bruno Haible  <bruno@clisp.org>
 
87
 
 
88
        * Makefile.am (EXTRA_DIST): Remove intmax_t.m4.
 
89
 
 
90
2012-02-05  Paul Eggert  <eggert@cs.ucla.edu>
 
91
 
 
92
        * po.m4: Spelling fixes.
 
93
 
 
94
2012-01-26  Bruno Haible  <bruno@clisp.org>
 
95
 
 
96
        * gettext.m4: Update copyright year.
 
97
        * codeset.m4: Likewise.
 
98
        * glibc2.m4: Likewise.
 
99
        * glibc21.m4: Likewise.
 
100
        * iconv.m4: Likewise.
 
101
        * intdiv0.m4: Likewise.
 
102
        * intl.m4: Likewise.
 
103
        * intldir.m4: Likewise.
 
104
        * intlmacosx.m4: Likewise.
 
105
        * intmax.m4: Likewise.
 
106
        * inttypes-pri.m4: Likewise.
 
107
        * inttypes_h.m4: Likewise.
 
108
        * lcmessage.m4: Likewise.
 
109
        * lock.m4: Likewise.
 
110
        * longlong.m4: Likewise.
 
111
        * nls.m4: Likewise.
 
112
        * printf-posix.m4: Likewise.
 
113
        * progtest.m4: Likewise.
 
114
        * size_max.m4: Likewise.
 
115
        * stdint_h.m4: Likewise.
 
116
        * uintmax_t.m4: Likewise.
 
117
        * visibility.m4: Likewise.
 
118
        * wchar_t.m4: Likewise.
 
119
        * wint_t.m4: Likewise.
 
120
        * xsize.m4: Likewise.
 
121
 
 
122
2011-09-11  Bruno Haible  <bruno@clisp.org>
 
123
 
 
124
        Don't assume <unistd.h> exists.
 
125
        * fcntl-o.m4 (gl_FCNTL_O_FLAGS): If <unistd.h> does not exist,
 
126
        include <io.h> and <stdlib.h> instead. Don't test symbolink links if
 
127
        symlink() does not exist.
 
128
 
 
129
2012-01-04  Bruno Haible  <bruno@clisp.org>
 
130
 
 
131
        Talk about "native Windows API", not "Win32".
 
132
        * threadlib.m4: Update comments to mention native Windows.
 
133
        (gl_THREADLIB_EARLY_BODY, gl_THREADLIB_BODY): Expect
 
134
        --enable-threads=windows instead of --enable-threads=win32. Set
 
135
        USE_WINDOWS_THREADS, not USE_WIN32_THREADS.
 
136
 
 
137
2012-01-06  Paul Eggert  <eggert@cs.ucla.edu>
 
138
 
 
139
        * m4/gettext.m4: In commentary, do not use ` to quote.
 
140
 
 
141
2012-01-06  Paul Eggert  <eggert@cs.ucla.edu>
 
142
 
 
143
        Use ', not `, for quoting output.
 
144
        * m4/intl.m4 (gt_CHECK_DECL): Quote 'like this', not `like this', as
 
145
        per the recent change to the GNU coding standards.
 
146
        * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT,
 
147
        AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
 
148
 
 
149
2011-09-10  Bruno Haible  <bruno@clisp.org>
 
150
 
 
151
        iconv.m4: Add support for MSVC compiler.
 
152
        * iconv.m4 (AM_ICONV): Use ISO C declaration syntax on MSVC.
 
153
 
 
154
2011-07-07  Bruno Haible  <bruno@clisp.org>
 
155
 
 
156
        Avoid literal tabs.
 
157
        * po,m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE): Use a shell
 
158
        variable containing a tab instead of a literal tab.
 
159
        Reported by Jim Meyering.
 
160
 
 
161
2011-06-04  Bruno Haible  <bruno@clisp.org>
 
162
 
 
163
        Ensure intmax_t gets defined in libasprintf.
 
164
        * Makefile.am (EXTRA_DIST): Add intmax_t.m4.
 
165
 
 
166
2011-02-18  Eric Blake  <eblake@redhat.com>
 
167
 
 
168
        longlong: skip, rather than fail, on cross-compilation
 
169
        * longlong.m4 (AC_TYPE_LONG_LONG_INT): Avoid aborting configure
 
170
        when cross-compiling; regression from 2011-02-16.
 
171
 
 
172
2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
 
173
 
 
174
        longlong: tune, particularly for common case of c99
 
175
        * longlong.m4 (AC_TYPE_LONG_LONG_INT): Don't bother compiling
 
176
        or running anything if c99, or if unsigned long long int does not
 
177
        work.  In either case, we know the answer without further tests.
 
178
        Do not compile _AC_TYPE_LONG_LONG_SNIPPET twice.  Instead, compile
 
179
        it at most once, and use its results for both long long int and
 
180
        unsigned long long int.  This is more likely to be efficient in
 
181
        the common case where the program wants to check for both long
 
182
        long int and unsigned long long int.
 
183
        (AC_TYPE_UNSIGNED_LONG_LONG_INT): Don't bother compiling if c99,
 
184
        since the answer is already known.
 
185
 
 
186
2010-12-04  Bruno Haible  <bruno@clisp.org>
 
187
 
 
188
        Put more information about failed tests into the test return codes.
 
189
        * intdiv0.m4 (gt_INTDIV0): Change test program so that it returns an
 
190
        enumerated value (0, 1, 2, 3, 4, ...).
 
191
        * fcntl-o.m4 (gl_FCNTL_O_FLAGS): Change test program so that it returns
 
192
        a bit mask.
 
193
        * iconv.m4 (AM_ICONV_LINK): Likewise.
 
194
 
 
195
2010-11-26  Bruno Haible  <bruno@clisp.org>
 
196
 
 
197
        * iconv.m4 (AM_ICONV): If the gnulib module 'iconv-h' is present, set
 
198
        ICONV_CONST.
 
199
 
 
200
2010-11-20  Bruno Haible  <bruno@clisp.org>
 
201
 
 
202
        Ensure that <features.h> is included before __GLIBC__ is tested.
 
203
        * intl.m4 (AM_INTL_SUBDIR): Test for <features.h>.
 
204
        Reported by Mike Frysinger <vapier@gentoo.org>.
 
205
 
 
206
2010-11-20  Bruno Haible  <bruno@clisp.org>
 
207
 
 
208
        Port to uClibc.
 
209
        * glibc21.m4 (gl_GLIBC21): Treat uClibc like glibc.
 
210
        * glibc2.m4 (gt_GLIBC2): Treat uClibc like a non-glibc platform.
 
211
        Reported by Mike Frysinger <vapier@gentoo.org>.
 
212
 
 
213
2010-10-04  Bruno Haible  <bruno@clisp.org>
 
214
 
 
215
        Make option --with-libpth-prefix work.
 
216
        * threadlib.m4 (gl_THREADLIB_BODY): When testing whether pth works, use
 
217
        $LIBPTH, not just -lpth.
 
218
 
 
219
2010-09-22  Bruno Haible  <bruno@clisp.org>
 
220
 
 
221
        * threadlib.m4 (gl_THREADLIB_EARLY_BODY): When gl_THREADLIB_DEFAULT_NO
 
222
        is defined, change the default to 'no'.
 
223
        Reported by Paul Eggert.
 
224
 
 
225
2010-09-04  Bruno Haible  <bruno@clisp.org>
 
226
 
 
227
        Set PATH_SEPARATOR the same way autoconf does.
 
228
        * progtest.m4 (AM_PATH_PROG_WITH_TEST): Determine the value of
 
229
        PATH_SEPARATOR the same way autoconf-generated configure scripts do.
 
230
 
 
231
2010-08-28  Bruno Haible  <bruno@clisp.org>
 
232
 
 
233
        Prefer using AC_DEFUN_ONCE over AC_DEFUN in projects with gnulib.
 
234
        * iconv.m4 (gl_iconv_AC_DEFUN): Use AC_DEFUN_ONCE if gl_00GNULIB is
 
235
        defined.
 
236
        Suggested by Eric Blake.
 
237
 
 
238
2010-07-31  Bruno Haible  <bruno@clisp.org>
 
239
 
 
240
        Use new ansi-c++.m4 from gnulib.
 
241
        * ansi-c++.m4: Remove file.
 
242
        * Makefile.am (EXTRA_DIST): Remove it.
 
243
        Reported at <https://savannah.gnu.org/bugs/?30607>.
 
244
 
 
245
2010-07-31  Bruno Haible  <bruno@clisp.org>
 
246
 
 
247
        iconv: Work around AIX 6.1..7.1 bug.
 
248
        * iconv.m4 (AM_ICONV_LINK): Test against AIX 6.1, 7.1 bug. When
 
249
        cross-compiling, guess no on all versions of AIX.
 
250
        Reported by Rainer Tammer.
 
251
 
 
252
2010-07-30  Bruno Haible  <bruno@clisp.org>
 
253
 
 
254
        iconv: Update regarding AIX.
 
255
        * iconv.m4 (AM_ICONV_LINK): When cross-compiling, guess yes on AIX 7.
 
256
        Reported by Rainer Tammer.
 
257
 
 
258
2010-07-19  Bruno Haible  <bruno@clisp.org>
 
259
 
 
260
        Modernize AC_TRY_RUN invocations.
 
261
        * iconv.m4 (AM_ICONV_LINK): Use AC_RUN_IFELSE instead of AC_TRY_RUN.
 
262
        * intdiv0.m4 (gt_INTDIV0): Likewise.
 
263
        * printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
 
264
        * threadlib.m4 (gl_THREADLIB_BODY): Likewise.
 
265
 
 
266
2010-07-19  Bruno Haible  <bruno@clisp.org>
 
267
 
 
268
        Modernize AC_TRY_LINK invocations.
 
269
        * codeset.m4 (AM_LANGINFO_CODESET): Use AC_LINK_IFELSE instead of
 
270
        AC_TRY_LINK.
 
271
        * gettext.m4 (AM_GNU_GETTEXT): Likewise.
 
272
        * iconv.m4 (AM_ICONV_LINK): Likewise.
 
273
        * intl.m4 (gt_INTL_SUBDIR_CORE): Likewise.
 
274
        * intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
 
275
        * lcmessage.m4 (gt_LC_MESSAGES): Likewise.
 
276
        * threadlib.m4 (gl_THREADLIB_BODY): Likewise.
 
277
 
 
278
2010-07-18  Bruno Haible  <bruno@clisp.org>
 
279
 
 
280
        Modernize AC_TRY_COMPILE invocations.
 
281
        * iconv.m4 (gl_iconv_AC_DEFUN): Use AC_COMPILE_IFELSE instead of
 
282
        AC_TRY_COMPILE.
 
283
        * intl.m4 (gt_CHECK_DECL): Likewise.
 
284
        * intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
 
285
        * inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
 
286
        * inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
 
287
        * lock.m4 (gl_LOCK): Likewise.
 
288
        * size_max.m4 (gl_SIZE_MAX): Likewise.
 
289
        * stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
 
290
        * visibility.m4 (gl_VISIBILITY): Likewise.
 
291
        * wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
 
292
        * wint_t.m4 (gt_TYPE_WINT_T): Likewise.
 
293
 
 
294
2010-07-01  Christian Weisgerber  <naddy@mips.inka.de>  (tiny change)
 
295
 
 
296
        Use AC_GNU_SOURCE as a fallback for AC_USE_SYSTEM_EXTENSIONS.
 
297
        * fcntl-o.m4 (gl_FCNTL_O_FLAGS): When AC_USE_SYSTEM_EXTENSIONS is
 
298
        not present (i.e. with autoconf 2.59 and when using gettextize, not
 
299
        gnulib), require AC_GNU_SOURCE instead.
 
300
 
 
301
2010-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
302
 
 
303
        Avoid double-quotes inside backquote inside double-quote.
 
304
        * gettext-runtime/m4/po.m4 (AM_PO_SUBDIRS, AM_POSTPROCESS_PO_MAKEFILE):
 
305
        Remove unneeded outermost double-quotes around backquote that contains
 
306
        double-quoted strings. Avoids an idiom that nearly triggers a ksh bug.
 
307
 
 
308
2010-06-04  Bruno Haible  <bruno@clisp.org>
 
309
 
 
310
        Prefer documented low-level autoconf macro names.
 
311
        * intl.m4 (gt_CHECK_DECL): Use m4_translit instead of translit.
 
312
 
1
313
2010-06-04  Bruno Haible  <bruno@clisp.org>
2
314
 
3
315
        * gettext-0.18.1 released.