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