Add missing parameter to 'amd64_create_target_description' (and unbreak build)
[external/binutils.git] / intl / ChangeLog
1 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2
3         * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
4         * configure: Re-generate.
5         * config.h.in: Re-generate.
6         * aclocal.m4: Re-generate.
7
8 2017-11-07  Alan Modra  <amodra@gmail.com>
9
10         * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext.
11         * configure: Regenerate.
12         * aclocal.m4: Regenerate.
13
14 2015-08-31  Alan Modra  <amodra@gmail.com>
15
16         * configure: Regenerate.
17
18 2010-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
19
20         * configure: Regenerate.
21
22 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23
24         PR bootstrap/44621
25         * configure: Regenerate.
26
27 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28
29         * aclocal.m4: Regenerate.
30
31 2009-10-15  Jim Blandy  <jimb@red-bean.com>
32
33         * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
34         (dcgettext, ngettext, dngettext, dcngettext): Backport changes
35         from current gettext to provide GCC format_arg attributes.
36
37 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38
39         * configure.ac (AC_PREREQ): Bump to 2.64.
40
41 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42
43         * aclocal.m4: Regenerate.
44         * configure: Regenerate.
45         * config.h.in: Regenerate.
46
47 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48
49         * Makefile.in (aclocal_deps): New variable.
50         ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
51
52 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
53
54         * configure: Regenerate.
55
56 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57
58         * Makefile.in (datarootdir): New variable.
59
60 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
61
62         PR bootstrap/35457
63         * aclocal.m4: Regenerate.
64         * configure: Regenerate.
65
66 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67
68         * aclocal.m4: Regenerate.
69         * configure: Likewise.
70
71 2006-09-27  Alan Modra  <amodra@bigpond.net.au>
72
73         * Makefile.in (distclean): Delete config files.
74
75 2006-09-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
76
77         PR other/23541
78         PR other/26507
79         Backport from gettext repository:
80
81         2003-09-04  Bruno Haible  <bruno@clisp.org>
82         * dgettext.c: Include <locale.h> after gettextP.h, not before. This
83         ensures that libintl_dcgettext is correctly declared on Solaris.
84         (Needed because Solaris <locale.h> includes libintl.h.)
85         * dngettext.c: Likewise, for the libintl_dcngettext declaration.
86
87 2006-06-07  Daniel Jacobowitz  <dan@codesourcery.com>
88
89         * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
90         New dummy targets.
91
92 2005-05-23  Carlos O'Donell  <carlos@codesourcery.com>
93
94         * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
95         Add install-html target.
96
97 2005-05-13  Nick Clifton  <nickc@redhat.com>
98
99         * Update the address and phone number of the FSF organization in
100         the GPL notices in the following files:
101         Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
102         dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
103         explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
104         hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
105         loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
106         locale.alias, localealias.c, localename.c, log.c, ngettext.c,
107         osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
108         relocatable.c, relocatable.h, textdomain.c
109
110 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
111
112         * aclocal.m4: Regenerate.
113
114 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
115
116         * Makefile.in (config.h.in): Correct dependencies.
117         (stamp-h1): Likewise.
118         (config.intl): Likewise.
119
120 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
121
122         * configure.ac (AC_CONFIG_MACRO_DIR): New.
123         (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
124         * Makefile.in: Update with maintainer mode rules.
125         * README: Update aclocal regeneration instructions.
126         * aclocal.m4, configure: Regenerate.
127
128 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
129
130         * .cvsignore: Ignore autom4te.cache
131
132 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
133
134         * configure.ac: Point config.intl to the parent directory of
135         ${top_builddir}.
136         * configure: Regenerate.
137
138 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
139
140         * configure.ac: Bump AC_PREREQ to 2.59.
141         * configure: Regenerate.
142         * config.h.in: Regenerate.
143
144 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
145
146         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
147         cleanup, rename to configure.ac.
148         * configure.ac: Renamed from configure.in.
149         * config.h.in: Rebuilt with autoheader 2.57.
150         * configure: Rebuilt with autoconf 2.57
151         * README: Update to reflect rename of configure.in to configure.ac.
152
153 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
154
155         * README: Update.
156         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
157         mkinstalldirs, gettextsrcdir, l): Delete.
158         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
159         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
160         (SOURCES): Remove os2compat.c.
161         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
162         DEFS-relocatable.o): New.
163         (all-yes): Add config.intl.
164         (libintl.h): Use cp, not cat.
165         (INCLUDES): Remove -I..
166         (TAGS, CTAGS, ID): Word wrap.
167         (mostlyclean, distclean): Remove junk.
168         (config.intl): New rule.
169         * aclocal.m4: sinclude ../config/progtest.m4 instead of
170         including it inline.
171         * config.intl.in: New file.
172         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
173         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
174         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
175         them.  Add config.intl to AC_OUTPUT.
176         * os2compat.c, os2compat.h: Delete, unused.
177
178 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
179
180         * Makefile.in: Remove unnecessary capabilities for
181         installation, build of shared libraries, generation of
182         distribution tarballs, etc.  Fix all the places that rely on
183         the parent directory.  Don't generate libgnuintl.h from
184         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
185         necessary.  Adjust DEFS for use of config.h.
186         * libgnuintl.h.in: Rename libgnuintl.h.
187         * README: New file.
188         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
189         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
190         * aclocal.m4: New; generated per instructions in gettext manual.
191         * configure.in: New; written from scratch for this configuration.
192         * configure, config.h.in: Generated.
193
194 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
195
196         * Version 0.12.1 released.
197