3 * configure.ac (AC_PREREQ): Bump to 2.64.
7 * aclocal.m4: Regenerate.
8 * configure: Regenerate.
9 * config.h.in: Regenerate.
13 * Makefile.in (aclocal_deps): New variable.
14 ($(srcdir)/aclocal.m4): Use it, for portable makefile syntax.
18 * configure: Regenerate.
22 * Makefile.in (datarootdir): New variable.
27 * aclocal.m4: Regenerate.
28 * configure: Regenerate.
32 * aclocal.m4: Regenerate.
33 * configure: Likewise.
37 * Makefile.in (distclean): Delete config files.
43 Backport from gettext repository:
46 * dgettext.c: Include <locale.h> after gettextP.h, not before. This
47 ensures that libintl_dcgettext is correctly declared on Solaris.
48 (Needed because Solaris <locale.h> includes libintl.h.)
49 * dngettext.c: Likewise, for the libintl_dcngettext declaration.
53 * Makefile.in (install-info, install-dvi, install-ps, install-pdf):
58 * Makefile.in: Add info dvi ps pdf html install-html to .PHONY
59 Add install-html target.
63 * Update the address and phone number of the FSF organization in
64 the GPL notices in the following files:
65 Makefile.in, bindtextdom.c, dcgettext.c, dcigettext.c,
66 dcngettext.c, dgettext.c, dngettext.c, eval-plural.h,
67 explodename.c, finddomain.c, gettext.c, gettextP.h, gmo.h,
68 hash-string.h, intl-compat.c, l10nflist.c, libgnuintl.h,
69 loadinfo.h, loadmsgcat.c, localcharset.c, localcharset.h,
70 locale.alias, localealias.c, localename.c, log.c, ngettext.c,
71 osdep.c, plural-exp.c, plural-exp.h, plural.c, plural.y,
72 relocatable.c, relocatable.h, textdomain.c
76 * aclocal.m4: Regenerate.
80 * Makefile.in (config.h.in): Correct dependencies.
82 (config.intl): Likewise.
86 * configure.ac (AC_CONFIG_MACRO_DIR): New.
87 (ACLOCAL, AUTOCONF, AUTOHEADER, MAINT): Substitute.
88 * Makefile.in: Update with maintainer mode rules.
89 * README: Update aclocal regeneration instructions.
90 * aclocal.m4, configure: Regenerate.
94 * .cvsignore: Ignore autom4te.cache
98 * configure.ac: Point config.intl to the parent directory of
100 * configure: Regenerate.
104 * configure.ac: Bump AC_PREREQ to 2.59.
105 * configure: Regenerate.
106 * config.h.in: Regenerate.
110 * configure.in: Convert to autoconf 2.57, gratuitous stylistic
111 cleanup, rename to configure.ac.
112 * configure.ac: Renamed from configure.in.
113 * config.h.in: Rebuilt with autoheader 2.57.
114 * configure: Rebuilt with autoconf 2.57
115 * README: Update to reflect rename of configure.in to configure.ac.
120 * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS,
121 mkinstalldirs, gettextsrcdir, l): Delete.
122 (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS).
123 (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h.
124 (SOURCES): Remove os2compat.c.
125 (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o,
126 DEFS-relocatable.o): New.
127 (all-yes): Add config.intl.
128 (libintl.h): Use cp, not cat.
129 (INCLUDES): Remove -I..
130 (TAGS, CTAGS, ID): Word wrap.
131 (mostlyclean, distclean): Remove junk.
132 (config.intl): New rule.
133 * aclocal.m4: sinclude ../config/progtest.m4 instead of
135 * config.intl.in: New file.
136 * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR.
137 Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH,
138 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
139 them. Add config.intl to AC_OUTPUT.
140 * os2compat.c, os2compat.h: Delete, unused.
144 * Makefile.in: Remove unnecessary capabilities for
145 installation, build of shared libraries, generation of
146 distribution tarballs, etc. Fix all the places that rely on
147 the parent directory. Don't generate libgnuintl.h from
148 anything; do generate $(objdir)/libintl.h from libgnuintl.h if
149 necessary. Adjust DEFS for use of config.h.
150 * libgnuintl.h.in: Rename libgnuintl.h.
152 * config.charset, ref-add.sin, ref-del.sin: Delete (unused).
153 * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant).
154 * aclocal.m4: New; generated per instructions in gettext manual.
155 * configure.in: New; written from scratch for this configuration.
156 * configure, config.h.in: Generated.
160 * Version 0.12.1 released.