12021-06-14 Michael Forney <mforney@mforney.org> 2 3 * configure: Regenerate. 4 52021-02-04 Nick Alcock <nick.alcock@oracle.com> 6 7 * configure.ac (LIBINTL): Transform into -L/-lintl form. 8 * configure: Regenerate. 9 102021-02-02 Nick Alcock <nick.alcock@oracle.com> 11 12 * aclocal.m4: include picflag.m4. 13 * configure.ac (PICFLAG): Add and substitute. 14 * Makefile.in (PICFLAG): New. 15 (COMPILE): Use it. 16 * configure: Regenerate. 17 182020-04-16 Jakub Jelinek <jakub@redhat.com> 19 20 PR bootstrap/92008 21 * configure.ac: Remove HAVE_BISON3 AC_DEFINE. 22 * Makefile.in (HEADERS): Add plural-config.h. 23 (.y.c): Also create plural-config.h. 24 (dcigettext.o loadmsgcat.o plural.o plural-exp.o): Also depend 25 on plural-config.h. 26 (plural-config.h): Depend on plural.c. 27 * plural-exp.h: Include plural-config.h. Use USE_BISON3 instead 28 of HAVE_BISON3. 29 * plural.y: Use USE_BISON3 instead of HAVE_BISON3. 30 * configure: Regenerated. 31 * plural.c: Regenerated. 32 * config.h.in: Regenerated. 33 * plural-config.h: Generated. 34 352020-04-16 Jakub Jelinek <jakub@redhat.com> 36 37 PR bootstrap/92008 38 * configure.ac: Add check for bison >= 3, AC_DEFINE HAVE_BISON3 39 and AC_SUBST BISON3_YES and BISON3_NO. 40 * Makefile.in (.y.c): Prefix $(YACC) invocation with @BISON3_NO@, 41 add @BISON3_YES@ prefixed rule to adjust the *.y source using sed 42 and adjust output afterwards. 43 * plural-exp.h (PLURAL_PARSE): If HAVE_BISON3 is defined, use 44 struct parse_args * type for arg instead of void *. 45 * plural.y: Add magic /* BISON3 ... */ comments with bison >= 3 46 directives. 47 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined. 48 (yylex, yyerror): Adjust prototypes and definitions if HAVE_BISON3 49 is defined. 50 * plural.c: Regenerated. 51 * config.h.in: Regenerated. 52 * configure: Regenerated. 53 542020-02-20 Alan Modra <amodra@gmail.com> 55 56 * aclocal.m4: Regenerate. 57 582020-02-19 Andrew Burgess <andrew.burgess@embecosm.com> 59 60 * configure: Regenerate. 61 622019-01-19 Nick Clifton <nickc@redhat.com> 63 64 * aclocal.m4: Regenerate. 65 662018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> 67 68 * configure: Regenerate. 69 702018-08-02 Simon Marchi <simon.marchi@ericsson.com> 71 72 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext, 73 dcgettext, ngettext, dngettext, dcngettext): Backport changes 74 from upstream gettext. 75 762018-06-19 Simon Marchi <simon.marchi@ericsson.com> 77 78 * configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ. 79 * configure: Re-generate. 80 * config.h.in: Re-generate. 81 * aclocal.m4: Re-generate. 82 832017-11-07 Alan Modra <amodra@gmail.com> 84 85 * configure.ac: Invole AM_GNU_GETTEXT with need_ngettext. 86 * configure: Regenerate. 87 * aclocal.m4: Regenerate. 88 892015-08-31 Alan Modra <amodra@gmail.com> 90 91 * configure: Regenerate. 92 932010-08-06 Yaakov Selkowitz <yselkowi@redhat.com> 94 95 * configure: Regenerate. 96 972010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 98 99 PR bootstrap/44621 100 * configure: Regenerate. 101 1022010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 103 104 * aclocal.m4: Regenerate. 105 1062009-10-15 Jim Blandy <jimb@red-bean.com> 107 108 * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext) 109 (dcgettext, ngettext, dngettext, dcngettext): Backport changes 110 from current gettext to provide GCC format_arg attributes. 111 1122009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 113 114 * configure.ac (AC_PREREQ): Bump to 2.64. 115 1162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 117 118 * aclocal.m4: Regenerate. 119 * configure: Regenerate. 120 * config.h.in: Regenerate. 121 1222009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 123 124 * Makefile.in (aclocal_deps): New variable. 125 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax. 126 1272008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 128 129 * configure: Regenerate. 130 1312008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 132 133 * Makefile.in (datarootdir): New variable. 134 1352008-04-18 Paolo Bonzini <bonzini@gnu.org> 136 137 PR bootstrap/35457 138 * aclocal.m4: Regenerate. 139 * configure: Regenerate. 140 1412008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 142 143 * aclocal.m4: Regenerate. 144 * configure: Likewise. 145 1462006-09-27 Alan Modra <amodra@bigpond.net.au> 147 148 * Makefile.in (distclean): Delete config files. 149 1502006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr> 151 152 PR other/23541 153 PR other/26507 154 Backport from gettext repository: 155 156 2003-09-04 Bruno Haible <bruno@clisp.org> 157 * dgettext.c: Include <locale.h> after gettextP.h, not before. This 158 ensures that libintl_dcgettext is correctly declared on Solaris. 159 (Needed because Solaris <locale.h> includes libintl.h.) 160 * dngettext.c: Likewise, for the libintl_dcngettext declaration. 161 1622006-06-07 Daniel Jacobowitz <dan@codesourcery.com> 163 164 * Makefile.in (install-info, install-dvi, install-ps, install-pdf): 165 New dummy targets. 166 1672005-05-23 Carlos O'Donell <carlos@codesourcery.com> 168 169 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY 170 Add install-html target. 171 1722005-05-13 Nick Clifton <nickc@redhat.com> 173 174 * Update the address and phone number of the FSF organization in 175 the GPL notices in the following files: 176 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c, 177 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h, 178 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h, 179 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h, 180 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h, 181 locale.alias, localealias.c, localename.c, log.c, ngettext.c, 182 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y, 183 relocatable.c, relocatable.h, textdomain.c 184 1852004-11-24 Kelley Cook <kcook@gcc.gnu.org> 186 187 * aclocal.m4: Regenerate. 188 1892004-09-23 Kelley Cook <kcook@gcc.gnu.org> 190 191 * Makefile.in (config.h.in): Correct dependencies. 192 (stamp-h1): Likewise. 193 (config.intl): Likewise. 194 1952004-09-22 Kelley Cook <kcook@gcc.gnu.org> 196 197 * configure.ac (AC_CONFIG_MACRO_DIR): New. 198 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute. 199 * Makefile.in: Update with maintainer mode rules. 200 * README: Update aclocal regeneration instructions. 201 * aclocal.m4, configure: Regenerate. 202 2032004-09-22 Kelley Cook <kcook@gcc.gnu.org> 204 205 * .cvsignore: Ignore autom4te.cache 206 2072004-04-25 Paolo Bonzini <bonzini@gnu.org> 208 209 * configure.ac: Point config.intl to the parent directory of 210 ${top_builddir}. 211 * configure: Regenerate. 212 2132004-03-10 Kelley Cook <kcook@gcc.gnu.org> 214 215 * configure.ac: Bump AC_PREREQ to 2.59. 216 * configure: Regenerate. 217 * config.h.in: Regenerate. 218 2192004-02-29 Nathanael Nerode <neroden@gcc.gnu.org> 220 221 * configure.in: Convert to autoconf 2.57, gratuitous stylistic 222 cleanup, rename to configure.ac. 223 * configure.ac: Renamed from configure.in. 224 * config.h.in: Rebuilt with autoheader 2.57. 225 * configure: Rebuilt with autoconf 2.57 226 * README: Update to reflect rename of configure.in to configure.ac. 227 2282003-07-07 Zack Weinberg <zack@codesourcery.com> 229 230 * README: Update. 231 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS, 232 mkinstalldirs, gettextsrcdir, l): Delete. 233 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS). 234 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h. 235 (SOURCES): Remove os2compat.c. 236 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o, 237 DEFS-relocatable.o): New. 238 (all-yes): Add config.intl. 239 (libintl.h): Use cp, not cat. 240 (INCLUDES): Remove -I.. 241 (TAGS, CTAGS, ID): Word wrap. 242 (mostlyclean, distclean): Remove junk. 243 (config.intl): New rule. 244 * aclocal.m4: sinclude ../config/progtest.m4 instead of 245 including it inline. 246 * config.intl.in: New file. 247 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR. 248 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH, 249 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST 250 them. Add config.intl to AC_OUTPUT. 251 * os2compat.c, os2compat.h: Delete, unused. 252 2532003-07-04 Zack Weinberg <zack@codesourcery.com> 254 255 * Makefile.in: Remove unnecessary capabilities for 256 installation, build of shared libraries, generation of 257 distribution tarballs, etc. Fix all the places that rely on 258 the parent directory. Don't generate libgnuintl.h from 259 anything; do generate $(objdir)/libintl.h from libgnuintl.h if 260 necessary. Adjust DEFS for use of config.h. 261 * libgnuintl.h.in: Rename libgnuintl.h. 262 * README: New file. 263 * config.charset, ref-add.sin, ref-del.sin: Delete (unused). 264 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant). 265 * aclocal.m4: New; generated per instructions in gettext manual. 266 * configure.in: New; written from scratch for this configuration. 267 * configure, config.h.in: Generated. 268 2692003-05-22 GNU <bug-gnu-gettext@gnu.org> 270 271 * Version 0.12.1 released. 272 273