Update from gnulib. Move mapping tables into the code.
[libiconv.git] / libcharset / ChangeLog
blob06fd88d6c701f9823a0a74bfae5d195a57ff8eba
1 2018-09-22  Bruno Haible  <bruno@clisp.org>
3         Update from gnulib. Move mapping tables into the code.
4         * include/localcharset.h.in: Update from gnulib.
5         2018-05-19  Bruno Haible  <bruno@clisp.org>
6                 * localcharset.h: Update comments for locale encodings found in
7                 FreeBSD 11, NetBSD 7, Solaris 10, Openindiana, HP-UX 11.31,
8                 IRIX 6.5, Minix 3.3. Also for Cygwin 2.9.
9         2018-05-19  Bruno Haible  <bruno@clisp.org>
10                 * localcharset.h: Document the GNU canonical names for character
11                 encodings here.
12         * Makefile.in (PARENT_IMPORTED_FILES): Remove m4/relocatable-lib.m4.
13         * INTEGRATE: Removing all text related to config.charset, charset.alias,
14         ref-add.sin, ref-del.sin.
15         * README: Update.
16         * tools/README: Update.
18 2018-01-27  Bruno Haible  <bruno@clisp.org>
20         Rename some files.
21         * INSTALL.windows: Renamed from README.windows.
22         * INSTALL.djgpp: Renamed from README.djgpp.
23         * Makefile.in (SOURCE_FILES): Update.
25 2018-01-23  Bruno Haible  <bruno@clisp.org>
27         Don't use an undocumented Autoconf macro.
28         * configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
30 2017-07-15  Bruno Haible  <bruno@clisp.org>
32         Get rid of autom4te.cache directories, as far as possible.
33         * Makefile.devel (autoconf/aclocal.m4, configure, config.h.in): Remove
34         autom4te.cache after invoking aclocal, autoconf, autoheader.
36 2016-12-14  Bruno Haible  <bruno@clisp.org>
38         Avoid error during initial autogen.sh invocation.
39         * Makefile.devel (autoconf/aclocal.m4): Ensure directory 'autoconf'
40         exists.
41         Reported by Daiki Ueno.
43 2016-12-03  Bruno Haible  <bruno@clisp.org>
45         Create tarballs through an Automake-like "make dist" command.
46         * Makefile.in (SOURCE_FILES, LIBTOOL_IMPORTED_FILES, IMPORTED_FILES,
47         GENERATED_FILES, DISTRIBUTED_BUILT_FILES, DISTFILES): New macros.
48         (distdir): New target.
50 2016-12-04  Bruno Haible  <bruno@clisp.org>
52         Remove imported files from version control.
53         * INSTALL.generic: Remove from version control.
54         * build-aux/config.guess: Likewise.
55         * build-aux/config.libpath: Likewise.
56         * build-aux/config.sub: Likewise.
57         * build-aux/install-sh: Likewise.
58         * build-aux/mkinstalldirs: Likewise.
59         * m4/codeset.m4: Likewise.
60         * m4/fcntl-o.m4: Likewise.
61         * m4/glibc21.m4: Likewise.
62         * m4/relocatable-lib.m4: Likewise.
63         * m4/visibility.m4: Likewise.
65 2016-12-03  Bruno Haible  <bruno@clisp.org>
67         Make Makefile.devel more useful for the users of the released tarball.
68         * Makefile.devel (totally-clean): New target.
69         * autogen.sh: Invoke it and 'all'.
71 2016-12-03  Bruno Haible  <bruno@clisp.org>
73         Modernize configure.ac.
74         * configure.ac: Require autoconf >= 2.60. Use 2-argument AC_INIT.
75         Use AC_CONFIG_SRCDIR.
77 2016-12-03  Bruno Haible  <bruno@clisp.org>
79         Update documentation.
80         * README: Update the libiconv version number.
81         * HACKING: Refer to the Git repository.
82         * INTEGRATE: Mention the Gnulib module.
84 2016-11-23  Bruno Haible  <bruno@clisp.org>
86         Update installation instructions for Windows.
87         * README.windows: Generic reference to top-level file.
89 2016-11-23  Bruno Haible  <bruno@clisp.org>
91         Drop the nickname "woe32".
92         * README.windows: Renamed from README.woe32.
94 2016-10-22  Bruno Haible  <bruno@clisp.org>
96         Switch to libtool 2.4.6.
97         * m4/libtool.m4: Update from libtool-2.4.6, with modifications:
98         2008-04-06  Bruno Haible  <bruno@clisp.org>
99                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
100                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
101                 to ${CONFIG_SHELL}..
102         * m4/ltoptions.m4: Likewise.
103         * m4/ltversion.m4: Likewise.
104         * build-aux/ltmain.sh: Likewise.
106 2016-10-01  Bruno Haible  <bruno@clisp.org>
108         Switch to automake 1.15.
109         * Makefile.devel (ACLOCAL): Switch to version 1.15.
111 2012-04-28  Bruno Haible  <bruno@clisp.org>
113         Switch to autoconf 2.69 and automake 1.12.
114         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.69.
115         (ACLOCAL): Switch to version 1.12.
117 2011-10-18  Bruno Haible  <bruno@clisp.org>
119         * m4/libtool.m4: Update from libtool-2.4.2, with modifications:
120         2008-04-06  Bruno Haible  <bruno@clisp.org>
121                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
122                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
123                 to ${CONFIG_SHELL}..
124         * m4/ltoptions.m4: Likewise.
125         * m4/ltversion.m4: Likewise.
126         * build-aux/ltmain.sh: Likewise.
128 2010-09-23  Bruno Haible  <bruno@clisp.org>
130         Switch to autoconf 2.68.
131         * autogen.sh: Update comment.
132         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.68.
134 2010-09-23  Bruno Haible  <bruno@clisp.org>
136         * m4/libtool.m4: Update from libtool-2.4, with modifications:
137         2008-04-06  Bruno Haible  <bruno@clisp.org>
138                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
139                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
140                 to ${CONFIG_SHELL}.
141         * m4/ltversion.m4: Update from libtool-2.4.
142         * build-aux/ltmain.sh: Likewise.
144 2010-07-31  Bruno Haible  <bruno@clisp.org>
146         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.67.
148 2010-07-03  Bruno Haible  <bruno@clisp.org>
150         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.66.
152 2010-06-04  Bruno Haible  <bruno@clisp.org>
154         Addendum to 2009-10-18 commit.
155         * m4/fcntl-o.m4: New file, from gnulib.
156         * m4/fcntl_h.m4: Remove file.
158 2010-06-04  Bruno Haible  <bruno@clisp.org>
160         * m4/libtool.m4: Update from libtool-2.2.8, with modifications:
161         2008-04-06  Bruno Haible  <bruno@clisp.org>
162                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
163                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
164                 to ${CONFIG_SHELL}.
165         * m4/ltoptions.m4: Update from libtool-2.2.8.
166         * m4/ltversion.m4: Likewise.
167         * m4/lt~obsolete.m4: Likewise.
168         * build-aux/ltmain.sh: Likewise.
170 2010-05-08  Bruno Haible  <bruno@clisp.org>
172         * tools/cygwin-1.7.2: New file.
173         * lib/config.charset: Update comments for Cygwin 1.7.
174         * lib/localcharset.c: Likewise.
176 2010-03-30  Bruno Haible  <bruno@clisp.org>
178         * README.woe32: Mention Cygwin.
180 2009-12-11  Bruno Haible  <bruno@clisp.org>
182         * include/libcharset.h.in: Untabify.
184 2009-12-11  Bruno Haible  <bruno@clisp.org>
186         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.65.
188 2009-10-18  Bruno Haible  <bruno@clisp.org>
190         * README: Update.
192 2009-10-18  Bruno Haible  <bruno@clisp.org>
194         * configure.ac: Invoke gl_FCNTL_O_FLAGS.
195         * INTEGRATE: Mention fcntl_h.m4 and the gl_FCNTL_O_FLAGS invocation.
197 2009-08-15  Bruno Haible  <bruno@clisp.org>
199         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.64.
201 2009-05-19  Bruno Haible  <bruno@clisp.org>
203         * Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
204         * autogen.sh: Update comments.
206 2009-01-25  Bruno Haible  <bruno@clisp.org>
208         Don't install charset.alias on MacOS X >= 10.3.
209         * INTEGRATE: Don't install charset.alias on MacOS X >= 10.3, if the
210         file does not yet exist.
212 2009-01-25  Bruno Haible  <bruno@clisp.org>
214         Don't install charset.alias on mingw and Cygwin.
215         * INTEGRATE: Don't install charset.alias on mingw and Cygwin, if the
216         file does not yet exist. The result for these platforms is hardcoded in
217         localcharset.c.
219 2009-01-24  Bruno Haible  <bruno@clisp.org>
221         * tools/all-charsets: Add CP1131, ARMSCII-8, PT154 to the list of
222         allowed encodings.
223         * tools/darwin-7.5: Regenerated.
224         * tools/darwin-9.5: Regenerated.
226 2009-01-18  Bruno Haible  <bruno@clisp.org>
228         * tools/darwin-9.5: New file.
230 2009-01-18  Bruno Haible  <bruno@clisp.org>
232         * tools/locale_monthnames.c: New file.
234 2009-01-16  Bruno Haible  <bruno@clisp.org>
236         * Makefile.in (install-strip): New target.
237         Reported by Alon Bar-Lev <alon.barlev@gmail.com>.
239 2009-01-14  Bruno Haible  <bruno@clisp.org>
241         * configure.ac: More consistent m4 quoting.
243 2008-09-28  Bruno Haible  <bruno@clisp.org>
245         * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
246         preprocess the argument vector through prepare_spawn.
248 2008-09-16  Bruno Haible  <bruno@clisp.org>
250         * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.63.
252 2008-09-07  Bruno Haible  <bruno@clisp.org>
254         * m4/libtool.m4: Update from libtool-2.2.6, with modifications:
255         2008-04-06  Bruno Haible  <bruno@clisp.org>
256                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
257                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
258                 to ${CONFIG_SHELL}.
259         * m4/ltoptions.m4: Update from libtool-2.2.6.
260         * m4/ltsugar.m4: Likewise.
261         * m4/ltversion.m4: Likewise.
262         * build-aux/ltmain.sh: Likewise.
264 2008-05-18  Bruno Haible  <bruno@clisp.org>
266         * m4/libtool.m4: Update from libtool-2.2.4, with modifications:
267         2008-04-06  Bruno Haible  <bruno@clisp.org>
268                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
269                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
270                 to ${CONFIG_SHELL}.
271         * m4/ltoptions.m4: Update from libtool-2.2.4.
272         * m4/ltversion.m4: Likewise.
273         * m4/lt~obsolete.m4: Likewise.
274         * build-aux/ltmain.sh: Likewise.
276 2008-04-14  Bruno Haible  <bruno@clisp.org>
278         * configure.ac: Invoke AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
279         AC_MINIX.
280         * Makefile.devel (AUTOCONF, AUTOHEADER): Require autoconf-2.62.
282 2008-04-06  Bruno Haible  <bruno@clisp.org>
284         * m4/libtool.m4: Update from libtool-2.2.2, with modifications:
285         2008-04-06  Bruno Haible  <bruno@clisp.org>
286                 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
287                 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
288                 to ${CONFIG_SHELL}.
289         * m4/ltoptions.m4: New file, from libtool-2.2.2.
290         * m4/ltsugar.m4: New file, from libtool-2.2.2.
291         * m4/ltversion.m4: New file, from libtool-2.2.2.
292         * m4/lt~obsolete.m4: New file, from libtool-2.2.2.
293         * build-aux/ltmain.sh: New file, from libtool-2.2.2.
294         * configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
296 2007-11-14  Bruno Haible  <bruno@clisp.org>
298         * tools/all-locales: Add "C" for Darwin. Treat OpenBSD like Darwin.
300 2007-11-11  Bruno Haible  <bruno@clisp.org>
302         * Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
303         (ACLOCAL): Require version 1.10.
305 2007-10-26  Bruno Haible  <bruno@clisp.org>
307         * m4/libtool.m4: Update, based on libtool-1.5.24.
308         * build-aux/ltmain.sh: Update, based on libtool-1.5.24.
310 2007-06-30  Bruno Haible  <bruno@clisp.org>
312         * autogen.sh: New file.
313         * DEPENDENCIES: New file.
314         * HACKING: New file.
316 2007-03-04  Bruno Haible  <bruno@clisp.org>
318         * configure.ac: Invoke gl_RELOCATABLE_LIBRARY instead of
319         AC_RELOCATABLE_LIBRARY.
320         * m4/relocatable-lib.m4: New file, from gnulib.
321         * m4/relocatable.m4: Remove file.
323 2007-02-16  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
325         * djgpp/*: Update.
327 2006-10-31  Bruno Haible  <bruno@clisp.org>
329         Update from GNU gettext.
330         2006-10-25  Bruno Haible  <bruno@clisp.org>
331                 * m4/relocatable.m4 (AC_RELOCATABLE_BODY): Renamed from
332                 AC_RELOCATABLE, without the AC_LIBOBJ invocation.
333                 (AC_RELOCATABLE): New macro. Invoke AC_LIBOBJ here.
335 2006-10-18  Bruno Haible  <bruno@clisp.org>
337         * INTEGRATE: Remove recommendation to test for setlocale.
339 2006-07-29  Bruno Haible  <bruno@clisp.org>
341         * configure.ac: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
343 2006-07-29  Bruno Haible  <bruno@clisp.org>
345         * configure.ac: Remove obsolete calls AC_PROG_GCC_TRADITIONAL,
346         AC_ISC_POSIX.
348 2006-07-25  Bruno Haible  <bruno@clisp.org>
350         * Makefile.msvc: Remove file.
351         * Makefile.devel (config.h.msvc): Remove rule.
352         (include/libcharset.h.msvc-shared, include/localcharset.h.msvc-shared):
353         Remove rules.
354         (all): Update.
356 2006-07-25  Bruno Haible  <bruno@clisp.org>
358         * Makefile.vms: Remove file.
359         * Makefile.devel (config.h_vms): Remove rule.
360         (all): Update.
362 2006-06-27  Bruno Haible  <bruno@clisp.org>
364         * Makefile.devel (AUTOCONF, AUTOHEADER): Use autoconf-2.60.
365         * Makefile.in (datarootdir): New variable.
366         * configure.ac (mandir): Remove customization.
368 2006-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
370         * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
371         "parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.
373 2006-05-15  Bruno Haible  <bruno@clisp.org>
375         * m4/relocatable.m4: Update from GNU gettext.
377 2006-05-14  Bruno Haible  <bruno@clisp.org>,
378             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
380         * m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
381         (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
382         (AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
383         Sun C++ 5.9, and Sun Fortran 8.3 on Linux.
385 2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
387         * m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
388         compiling a shared library object.
390 2006-03-31  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
392         * djgpp/*: Update.
394 2005-12-29  Bruno Haible  <bruno@clisp.org>
396         * configure.ac: Renamed from configure.in.
397         * Makefile.devel (configure, config.h.in): Update.
398         * djgpp/Makefile.maint (fnchange.lst, README): Update.
400 2005-12-29  Bruno Haible  <bruno@clisp.org>
402         * build-aux/config.guess: Update to GNU version 2005-12-23.
403         * build-aux/config.sub: Likewise.
404         * build-aux/config.libpath: Update from GNU gettext.
406 2005-12-29  Bruno Haible  <bruno@clisp.org>
408         * m4/codeset.m4: Update from GNU gettext.
409         * m4/glibc21.m4: Update from GNU gettext.
410         * m4/relocatable.m4: Update from GNU gettext.
411         * configure: Invoke gl_GLIBC21 instead of jm_GLIBC21.
413 2005-12-29  Bruno Haible  <bruno@clisp.org>
415         * m4/libtool.m4: Update, based on libtool-1.5.22.
416         * build-aux/ltmain.sh: Update, based on libtool-1.5.22.
418 2005-09-18  Bruno Haible  <bruno@clisp.org>
420         * m4/libtool.m4: Update, based on libtool-1.5.20.
421         * build-aux/ltmain.sh: Update, based on libtool-1.5.20.
423 2005-07-24  Bruno Haible  <bruno@clisp.org>
425         Tidy up exported symbols.
426         * m4/visibility.m4: New file.
427         * include/export.h: New file.
428         * configure.in Invoke gl_VISIBILITY. Use AC_CONFIG_FILES. Arrange to
429         create also include/localcharset.h.inst.
430         (VERSION): Bump to 1.4.
431         * Makefile.devel (all): Depend on include/localcharset.h.build.in.
432         (include/localcharset.h.build.in): New rule.
433         * Makefile.in (all): Remove dependency on include/localcharset.h.
434         (include/localcharset.h): Remove rule.
435         (install-lib, install): Install include/localcharset.h.inst,
436         not the include/localcharset.h that was used for building.
437         (distclean, maintainer-clean): Remove also include/localcharset.h.inst.
439 2005-07-08  Bruno Haible  <bruno@clisp.org>
441         * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
442         executable after installing it.
444 2005-07-07  Bruno Haible  <bruno@clisp.org>
446         * configure.in: Bump version number.
447         * windows/charset.rc: Likewise.
449 2005-07-05  Bruno Haible  <bruno@clisp.org>
451         * m4/relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
452         SET_RELOCATABLE to a trivial value.
454 2005-07-05  Bruno Haible  <bruno@clisp.org>
456         * Makefile.devel (AUTOHEADER, ACLOCAL): New variables.
457         (autoconf/aclocal.m4, config.h.in): Use them.
459 2005-03-22  Bruno Haible  <bruno@clisp.org>
461         * build-aux: New directory, renamed from autoconf.
462         * configure.in (AC_CONFIG_AUX_DIR): Use build-aux.
463         * Makefile.in (mkinstalldirs): Update.
465 2005-01-05  Bruno Haible  <bruno@clisp.org>
467         * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.10.
468         * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.10.
470 2004-09-21  Juan Manuel Guerrero  <st001906@hrz1.hrz.tu-darmstadt.de>
472         * djgpp/config.bat: Update.
473         * djgpp/config.sed: Update.
474         * djgpp/config.site: Update.
475         * djgpp/fnchange.in: Update.
476         * djgpp/README.in: Update.
478 2004-08-25  Bruno Haible  <bruno@clisp.org>
480         * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.6.
481         * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.6.
483 2004-01-20  Bruno Haible  <bruno@clisp.org>
485         Upgrade from gettext-0.14.
487         2003-08-24  Bruno Haible  <bruno@clisp.org>
488         * m4/relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
489         since the substitution of @host@ may occur before the substitution of
490         @SET_RELOCATABLE@.
492 2004-01-20  Bruno Haible  <bruno@clisp.org>
494         Assume automake-1.8.
495         * Makefile.devel (AUTOCONF): Assume autoconf-2.59.
497 2003-06-18  Bruno Haible  <bruno@clisp.org>
499         * config/install-sh: Update from automake-1.7.5.
501 2003-06-07  Bruno Haible  <bruno@clisp.org>
503         * Makefile.devel (config.h_vms): Remove INSTALLPREFIX.
504         Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
506 2003-05-19  Bruno Haible  <bruno@clisp.org>
508         * windows/charset.rc: Include <winver.h>.
509         Reported by Perry Rapp.
511 2003-05-07  Bruno Haible  <bruno@clisp.org>
513         * Makefile.vms: New file.
514         * Makefile.devel (config.h_vms): New rule.
515         (all): Depend on it.
517 2003-05-06  Bruno Haible  <bruno@clisp.org>
519         * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.
521 2003-05-06  Bruno Haible  <bruno@clisp.org>
523         * autoconf/config.guess: Update to GNU version 2003-02-22.
524         * autoconf/config.sub: Likewise.
526 2003-05-06  Bruno Haible  <bruno@clisp.org>
528         * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.
530 2003-04-12  Bruno Haible  <bruno@clisp.org>
532         * configure.in (mandir): Change default value.
533         * Makefile.in (datadir): New variable.
535 2003-04-05  Bruno Haible  <bruno@clisp.org>
537         Support for relocatable installation.
538         * m4/relocatable.m4: New file, from GNU gettext.
539         * autoconf/config.libpath: New file, from GNU gettext.
540         * configure.in: Invoke AC_RELOCATABLE_LIBRARY.
541         * include/libcharset.h.in: New file.
542         * Makefile.devel (include/libcharset.h.msvc-shared): New rule.
543         (all): Depend on it.
544         (autoconf/aclocal.m4): Update aclocal invocation.
545         (config.h.msvc): Handle INSTALLPREFIX.
546         * Makefile.in (include/libcharset.h): New rule.
547         (all): Depend on it.
548         (install-lib, install): Also install libcharset.h.
549         (uninstall): Uninstall libcharset.h.
550         (distclean, maintainer-clean): Remove include/libcharset.h.
551         * Makefile.msvc (all): Create include/libcharset.h.
552         (install): Also install libcharset.h.
553         (uninstall): Uninstall libcharset.h.
554         (mostlyclean, clean, distclean, maintainer-clean): Remove
555         include/libcharset.h.
556         * INSTALL.generic: Document --enable-relocatable and
557         --with-libintl-prefix. Remove the recommendation to set CPPFLAGS and
558         LDFLAGS. The lib-link.m4 macros make this unnecessary.
560 2003-04-05  Bruno Haible  <bruno@clisp.org>
562         * Makefile.msvc (PREFIX): New variable.
563         (prefix): Use it.
564         (distclean, maintainer-clean): Drop Unix specific removals.
565         * man/Makefile.msvc (PREFIX): New variable.
566         (prefix): Use it.
567         (clean): Drop unnecessary removals.
568         (distclean): Drop Unix specific removal.
570 2003-04-05  Bruno Haible  <bruno@clisp.org>
572         * configure.in: Invoke AM_LANGINFO_CODESET, not jm_LANGINFO_CODESET.
573         * autoconf/ltmain.sh: Update from GNU gettext.
574         2003-02-18  Bruno Haible  <bruno@clisp.org>
575                 Fix the 2002-09-16 fix.
576                 * ltmain.sh (install): If "ln -s -f" fails (this is the case
577                 with /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
578         * m4/codeset.m4: Update from GNU gettext-0.10.40.
579         * m4/glibc21.m4: Update from GNU gettext-0.10.40.
581 2003-03-17  Bruno Haible  <bruno@clisp.org>
583         Improved MSVC support.
584         * windows/charset.rc: New file.
585         * Makefile.msvc (prefix): Use less Unixy value.
586         (local_prefix): Remove variable.
587         (libdir, includedir): Use backslashes.
588         (bindir): New variable.
589         (mandir): Remove variable.
590         (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): New variables.
591         (mostlyclean, clean): Remove config.h and include/localcharset.h.
592         (install, installdirs, uninstall): Rewritten.
593         * README.woe32: Mention automatic installation command.
595         Rename libcharset.h to localcharset.h.
596         * include/localcharset.h.in: Renamed from include/libcharset.h.in.
597         * tools/locale_charset.c: Include localcharset.h, not libcharset.h.
598         * Makefile.in (include/localcharset.h): Renamed from
599         include/libcharset.h.
600         (all): Update dependency.
601         (install-lib, install, uninstall, distclean, maintainer-clean): Update.
602         * Makefile.msvc (all): Create include/localcharset.h, not
603         include/libcharset.h.
604         * Makefile.devel (include/localcharset.h.msvc-shared): Renamed from
605         include/libcharset.h.msvc-shared.
606         (all): Update dependency.
607         (config.h.in): Touch the file when done; autoheader doesn't do it.
608         (config.h.msvc): Make rule more robust.
609         * INTEGRATE: Mention localcharset.h only once.
610         * djgpp/README.in, djgpp/README: Update.
611         * djgpp/config.bat: Update.
612         * djgpp/config.sed: Update.
613         * djgpp/fnchange.in, djgpp/fnchange.lst: Update.
614         * configure.in (VERSION): Bump to 1.2.
615         * NEWS: New file.
617 2003-02-14  Bruno Haible  <bruno@clisp.org>
619         * Makefile.devel (AUTOCONF): Switch to autoconf-2.57.
620         (configure, config.h.in): Update rules.
622 2003-01-03  Albert Chin  <libtool@thewrittenword.com>
624         * autoconf/ltmain.sh: Don't pass -R flags found in a .la's
625         dependency_libs variable directly down to the linker.
626         Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
628 2003-01-12  Bruno Haible  <bruno@clisp.org>
630         * INTEGRATE: Mention localcharset.h.
632 2003-01-01  Bruno Haible  <bruno@clisp.org>
634         * Makefile.in (mkinstalldirs): Renamed from MKINSTALLDIRS.
635         (install-lib, install, installdirs): Use it.
637 2002-09-27  Bruno Haible  <bruno@clisp.org>
639         * autoconf/mkinstalldirs: Upgrade to automake-1.7.2 version.
641 2002-11-07  Bruno Haible  <bruno@clisp.org>
643         * m4/libtool.m4: Upgrade to libtool-1.4.3.
644         * autoconf/ltmain.sh: Upgrade to libtool-1.4.3.
646 2002-07-14  Bruno Haible  <bruno@clisp.org>
648         * m4/libtool.m4 (_LT_AC_LTCONFIG_HACK): Add support for GNU/FreeBSD.
650 2002-06-12  Bruno Haible  <bruno@clisp.org>
652         * configure.in: Use new AC_* names of libtool macros. Invoke
653         AC_LIBTOOL_WIN32_DLL.
655 2002-11-07  Bruno Haible  <bruno@clisp.org>
657         Make "make install" without prior "make" work.
658         * Makefile.in (install): Depend on include/libcharset.h.
659         Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
661 2002-05-12  Bruno Haible  <bruno@clisp.org>
663         * tools/all-charsets: Update for change of lib/config.charset.
665 2002-05-12  Bruno Haible  <bruno@clisp.org>
667         * Makefile.devel (AUTOCONF): New variable.
668         (configure): Use the AUTOCONF variable.
670 2002-05-08  Bruno Haible  <bruno@clisp.org>
672         * README.woe32: Renamed from README.win32.
674 2002-02-06  Bruno Haible  <bruno@clisp.org>
676         * m4/libtool.m4: Upgrade to libtool-1.4.2.
677         * autoconf/ltmain.sh: Likewise.
679 2002-02-02  Bruno Haible  <bruno@clisp.org>
681         * autoconf/ltmain.sh: Add DESTDIR support on ELF systems.
683 2001-11-03  Bruno Haible  <haible@clisp.cons.org>
685         * autoconf/ltmain.sh: chmod 777 the .libs directory, so that
686         "make install" succeeds.
688 2001-12-04  Bruno Haible  <bruno@clisp.org>
690         * INTEGRATE: Change the install rule to not create $(libdir) if
691         there is no file to install in it.
693 2001-07-17  Bruno Haible  <haible@clisp.cons.org>
695         * configure.in (VERSION): Bump to 1.1.
697 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
699         * m4/libtool.m4: Upgrade to libtool-1.4.
700         * autoconf/ltmain.sh: Likewise.
701         * autoconf/ltconfig: Remove file.
703 2001-06-08  Bruno Haible  <haible@clisp.cons.org>
705         * autoconf/config.guess: Update to GNU version 2001-05-11.
706         * autoconf/config.sub: Likewise.
708 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
710         * Makefile.in (include/libcharset.h): New target.
711         (all): Depend on it.
713 2001-05-11  Bruno Haible  <haible@clisp.cons.org>
715         * INTEGRATE (Makefile.in): Fix syntax error.
717 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
719         * Makefile.msvc (config.h): Allow the 'del' command to fail.
721 2001-03-21  Bruno Haible  <haible@clisp.cons.org>
723         * INSTALL.generic (Particular Systems): Add recommendations for AIX 3.
725 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
727         * INSTALL.generic: New section "Particular Systems".
729 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
731         * tools/all-charsets: Update for change of lib/config.charset.
733 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
735         * tools/all-charsets: Update for change of lib/config.charset.
737 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
739         * autoconf/ltconfig:
740         sed -e 's/reload object files/produce relocatable object files/'.
742 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
744         * include/libcharset.h.in (locale_charset): Return value is never
745         NULL any more.
747 2001-02-22  Bruno Haible  <haible@clisp.cons.org>
749         * INTEGRATE (Makefile.am): Change $@-t to t-$@. For DJGPP.
750         Patch by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
752 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
754         Better support for DOS/Windows platforms.
755         * autoconf/ltconfig: Upgrade to libtool-1.3.5.
756         * autoconf/ltmain.sh: Likewise.
757         * m4/libtool.m4: Likewise.
758         * autoconf/aclocal.m4: Likewise.
759         * configure.in: Call AC_OBJEXT and AC_EXEEXT.
761 2001-02-20  Bruno Haible  <haible@clisp.cons.org>
763         * Makefile.in (libdir, includedir, mandir): Use the autoconf
764         determined value, in order to respect the configure arguments.
765         * lib/Makefile.in (libdir): Likewise.
767 2000-12-13  Bruno Haible  <haible@clisp.cons.org>
769         * autoconf/install-sh: Update to a newer version from fileutils.
771 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
773         * Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
774         "make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
775         given. Reported by Toshimitsu Fujiwara.
777 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
779         * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
781 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
783         * Makefile.msvc (check): Depend on target 'force' as well.
784         (mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
786         * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
788 2000-11-24  Bruno Haible  <haible@clisp.cons.org>
790         * tools/all-charsets: Update for 2000-10-31 change of
791         lib/config.charset.
793 2000-11-23  Bruno Haible  <haible@clisp.cons.org>
795         * Makefile.in (install-lib): Fix for builddir != srcdir.
797 2000-11-22  Bruno Haible  <haible@clisp.cons.org>
799         * Makefile.in (all): Fix for builddir != srcdir.
801 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
803         * include/libcharset.h.in: Renamed from include/libcharset.h.
804         * windows/dllexport.h: New file.
805         * Makefile.devel (all): Add config.h.msvc,
806         include/libcharset.h.msvc-shared.
807         (config.h.msvc, include/libcharset.h.msvc-shared): New targets.
808         * Makefile.msvc (MFLAGS): New variable.
809         (all): Create include\libcharset.h.
810         (distclean, maintainer-clean): Remove include\libcharset.h.
811         * Makefile.in (CP): New variable.
812         (all): Create include/libcharset.h.
813         (distclean, maintainer-clean): Remove include/libcharset.h.
815 2000-11-18  Bruno Haible  <haible@clisp.cons.org>
817         * Makefile.devel (config.h.in): Rename from config.h.
819 2000-11-16  Bruno Haible  <haible@clisp.cons.org>
821         * Makefile.in: After "cd", use "&&" not ";".
823 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
825         * Makefile.msvc: New file.
826         * README.win32: New file.