1 2021-11-29 Eric Gallager <egallager@gcc.gnu.org>
4 * Makefile.in: Use ETAGS variable in TAGS target,
5 CTAGS variable in CTAGS target, and MKID variable
7 * configure: Regenerate.
8 * configure.ac: Allow CTAGS, ETAGS, and MKID
9 variables to be overridden.
11 2021-06-14 Michael Forney <mforney@mforney.org>
13 * configure: Regenerated.
15 2021-04-16 Jakub Jelinek <jakub@redhat.com>
18 * configure.ac: Add --enable-host-shared support.
19 * Makefile.in: Update copyright. Add @PICFLAG@ to CFLAGS.
20 * configure: Regenerated.
22 2020-04-16 Jakub Jelinek <jakub@redhat.com>
25 * configure.ac: Remove HAVE_BISON3 AC_DEFINE.
26 * Makefile.in (HEADERS): Add plural-config.h.
27 (.y.c): Also create plural-config.h.
28 (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend
30 (plural-config.h): Depend on plural.c.
31 * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead
33 * plural.y: Use USE_BISON3 instead of HAVE_BISON3.
34 * configure: Regenerated.
35 * plural.c: Regenerated.
36 * config.h.in: Regenerated.
37 * plural-config.h: Generated.
40 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3
41 and AC_SUBST BISON3_YES and BISON3_NO.
42 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@,
43 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed
44 and adjust output afterwards.
45 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use
46 struct parse_args * type for arg instead of void *.
47 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3
49 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
50 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3
52 * plural.c: Regenerated.
53 * config.h.in: Regenerated.
54 * configure: Regenerated.
56 2020-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
58 * configure: Regenerate.
60 2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
62 * configure: Regenerated.
64 2018-10-31 Joseph Myers <joseph@codesourcery.com>
67 Merge from binutils-gdb:
68 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
70 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
71 * configure: Re-generate.
72 * config.h.in: Re-generate.
73 * aclocal.m4: Re-generate.
75 2018-09-18 Simon Marchi <simon.marchi@ericsson.com>
77 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext,
78 dcgettext, ngettext, dngettext, dcngettext): Backport changes
79 from upstream gettext.
81 2017-11-07 Alan Modra <amodra@gmail.com>
83 * configure.ac: Invoke AM_GNU_GETTEXT with need_ngettext.
84 * configure: Regenerate.
86 2016-11-15 Matthias Klose <doko@ubuntu.com>
88 * configure: Regenerate.
90 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
92 * configure: Reflects renaming of configure.in to configure.ac
94 2015-07-24 Micahel Darling <darlingm@gmail.com>
97 * configure: Reflects renaming of configure.in to configure.ac
99 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
101 * aclocal.m4: Regenerated with automake-1.11.6.
103 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106 * configure: Regenerate.
108 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
110 * aclocal.m4: Regenerate.
112 2009-10-15 Jim Blandy <jimb@red-bean.com>
114 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext)
115 (dcgettext, ngettext, dngettext, dcngettext): Backport changes
116 from current gettext to provide GCC format_arg attributes.
118 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
120 * configure.ac (AC_PREREQ): Bump to 2.64.
122 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
124 * aclocal.m4: Regenerate.
125 * configure: Regenerate.
126 * config.h.in: Regenerate.
128 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
130 * Makefile.in (aclocal_deps): New variable.
131 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
133 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
135 * configure: Regenerate.
137 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
139 * Makefile.in (datarootdir): New variable.
141 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
144 * aclocal.m4: Regenerate.
145 * configure: Regenerate.
147 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
149 * aclocal.m4: Regenerate.
150 * configure: Likewise.
152 2006-09-27 Alan Modra <amodra@bigpond.net.au>
154 * Makefile.in (distclean): Delete config files.
156 2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
160 Backport from gettext repository:
162 2003-09-04 Bruno Haible <bruno@clisp.org>
163 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
164 ensures that libintl_dcgettext is correctly declared on Solaris.
165 (Needed because Solaris <locale.h> includes libintl.h.)
166 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
168 2006-06-07 Daniel Jacobowitz <dan@codesourcery.com>
170 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
173 2005-05-23 Carlos O'Donell <carlos@codesourcery.com>
175 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
176 Add install-html target.
178 2005-05-13 Nick Clifton <nickc@redhat.com>
180 * Update the address and phone number of the FSF organization in
181 the GPL notices in the following files:
182 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
183 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
184 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
185 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
186 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
187 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
188 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
189 relocatable.c, relocatable.h, textdomain.c
191 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
193 * aclocal.m4: Regenerate.
195 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
197 * Makefile.in (config.h.in): Correct dependencies.
198 (stamp-h1): Likewise.
199 (config.intl): Likewise.
201 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
203 * configure.ac (AC_CONFIG_MACRO_DIR): New.
204 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
205 * Makefile.in: Update with maintainer mode rules.
206 * README: Update aclocal regeneration instructions.
207 * aclocal.m4, configure: Regenerate.
209 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
211 * .cvsignore: Ignore autom4te.cache
213 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
215 * configure.ac: Point config.intl to the parent directory of
217 * configure: Regenerate.
219 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
221 * configure.ac: Bump AC_PREREQ to 2.59.
222 * configure: Regenerate.
223 * config.h.in: Regenerate.
225 2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
227 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
228 cleanup, rename to configure.ac.
229 * configure.ac: Renamed from configure.in.
230 * config.h.in: Rebuilt with autoheader 2.57.
231 * configure: Rebuilt with autoconf 2.57
232 * README: Update to reflect rename of configure.in to configure.ac.
234 2003-07-07 Zack Weinberg <zack@codesourcery.com>
237 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
238 mkinstalldirs, gettextsrcdir, l): Delete.
239 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
240 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
241 (SOURCES): Remove os2compat.c.
242 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
243 DEFS-relocatable.o): New.
244 (all-yes): Add config.intl.
245 (libintl.h): Use cp, not cat.
246 (INCLUDES): Remove -I..
247 (TAGS, CTAGS, ID): Word wrap.
248 (mostlyclean, distclean): Remove junk.
249 (config.intl): New rule.
250 * aclocal.m4: sinclude ../config/progtest.m4 instead of
252 * config.intl.in: New file.
253 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
254 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
255 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
256 them. Add config.intl to AC_OUTPUT.
257 * os2compat.c, os2compat.h: Delete, unused.
259 2003-07-04 Zack Weinberg <zack@codesourcery.com>
261 * Makefile.in: Remove unnecessary capabilities for
262 installation, build of shared libraries, generation of
263 distribution tarballs, etc. Fix all the places that rely on
264 the parent directory. Don't generate libgnuintl.h from
265 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
266 necessary. Adjust DEFS for use of config.h.
267 * libgnuintl.h.in: Rename libgnuintl.h.
269 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
270 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
271 * aclocal.m4: New; generated per instructions in gettext manual.
272 * configure.in: New; written from scratch for this configuration.
273 * configure, config.h.in: Generated.
275 2003-05-22 GNU <bug-gnu-gettext@gnu.org>
277 * Version 0.12.1 released.