3 * Makefile.in (distclean): Delete config files.
9 Backport from gettext repository:
12 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
13 ensures that libintl_dcgettext is correctly declared on Solaris.
14 (Needed because Solaris <locale.h> includes libintl.h.)
15 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
19 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
24 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
25 Add install-html target.
29 * Update the address and phone number of the FSF organization in
30 the GPL notices in the following files:
31 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
32 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
33 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
34 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
35 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
36 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
37 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
38 relocatable.c, relocatable.h, textdomain.c
42 * aclocal.m4: Regenerate.
46 * Makefile.in (config.h.in): Correct dependencies.
48 (config.intl): Likewise.
52 * configure.ac (AC_CONFIG_MACRO_DIR): New.
53 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
54 * Makefile.in: Update with maintainer mode rules.
55 * README: Update aclocal regeneration instructions.
56 * aclocal.m4, configure: Regenerate.
60 * .cvsignore: Ignore autom4te.cache
64 * configure.ac: Point config.intl to the parent directory of
66 * configure: Regenerate.
70 * configure.ac: Bump AC_PREREQ to 2.59.
71 * configure: Regenerate.
72 * config.h.in: Regenerate.
76 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
77 cleanup, rename to configure.ac.
78 * configure.ac: Renamed from configure.in.
79 * config.h.in: Rebuilt with autoheader 2.57.
80 * configure: Rebuilt with autoconf 2.57
81 * README: Update to reflect rename of configure.in to configure.ac.
86 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
87 mkinstalldirs, gettextsrcdir, l): Delete.
88 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
89 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
90 (SOURCES): Remove os2compat.c.
91 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
92 DEFS-relocatable.o): New.
93 (all-yes): Add config.intl.
94 (libintl.h): Use cp, not cat.
95 (INCLUDES): Remove -I..
96 (TAGS, CTAGS, ID): Word wrap.
97 (mostlyclean, distclean): Remove junk.
98 (config.intl): New rule.
99 * aclocal.m4: sinclude ../config/progtest.m4 instead of
101 * config.intl.in: New file.
102 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
103 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
104 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
105 them. Add config.intl to AC_OUTPUT.
106 * os2compat.c, os2compat.h: Delete, unused.
110 * Makefile.in: Remove unnecessary capabilities for
111 installation, build of shared libraries, generation of
112 distribution tarballs, etc. Fix all the places that rely on
113 the parent directory. Don't generate libgnuintl.h from
114 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
115 necessary. Adjust DEFS for use of config.h.
116 * libgnuintl.h.in: Rename libgnuintl.h.
118 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
119 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
120 * aclocal.m4: New; generated per instructions in gettext manual.
121 * configure.in: New; written from scratch for this configuration.
122 * configure, config.h.in: Generated.
126 * Version 0.12.1 released.