* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / intl / ChangeLog
blob57f0dce0d9778ffe473229b3c951f96db25b71af
1 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3         * configure.in: Convert to autoconf 2.57, gratuitous stylistic
4         cleanup, rename to configure.ac.
5         * configure.ac: Renamed from configure.in.
6         * config.h.in: Rebuilt with autoheader 2.57.
7         * configure: Rebuilt with autoconf 2.57
8         * README: Update to reflect rename of configure.in to configure.ac.
10 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
12         * README: Update.
13         * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
14         mkinstalldirs, gettextsrcdir, l): Delete.
15         (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
16         (HEADERS): libgnuintl.h not libgnuintl.h.in.  Remove os2compat.h.
17         (SOURCES): Remove os2compat.c.
18         (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
19         DEFS-relocatable.o): New.
20         (all-yes): Add config.intl.
21         (libintl.h): Use cp, not cat.
22         (INCLUDES): Remove -I..
23         (TAGS, CTAGS, ID): Word wrap.
24         (mostlyclean, distclean): Remove junk.
25         (config.intl): New rule.
26         * aclocal.m4: sinclude ../config/progtest.m4 instead of
27         including it inline.
28         * config.intl.in: New file.
29         * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
30         Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
31         LIBDIR, INSTALLDIR.  Set LIBINTL_DEP and INCINTL and AC_SUBST
32         them.  Add config.intl to AC_OUTPUT.
33         * os2compat.c, os2compat.h: Delete, unused.
35 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
37         * Makefile.in: Remove unnecessary capabilities for
38         installation, build of shared libraries, generation of
39         distribution tarballs, etc.  Fix all the places that rely on
40         the parent directory.  Don't generate libgnuintl.h from
41         anything; do generate $(objdir)/libintl.h from libgnuintl.h if
42         necessary.  Adjust DEFS for use of config.h.
43         * libgnuintl.h.in: Rename libgnuintl.h.
44         * README: New file.
45         * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
46         * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
47         * aclocal.m4: New; generated per instructions in gettext manual.
48         * configure.in: New; written from scratch for this configuration.
49         * configure, config.h.in: Generated.
51 2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
53         * Version 0.12.1 released.