1 2021-02-07 Bruno Haible <bruno@clisp.org>
3 Support creating shared libraries on MidnightBSD.
4 Patch from <https://savannah.gnu.org/patch/?10007>.
5 * m4/libtool.m4: Treat MidnightBSD like FreeBSD.
6 * build-aux/ltmain.sh: Likewise.
8 2021-01-31 Bruno Haible <bruno@clisp.org>
10 Switch to autoconf 2.71.
11 * autogen.sh: Update comment.
13 2020-12-08 Bruno Haible <bruno@clisp.org>
15 Switch to autoconf 2.70.
16 * Makefile.devel (AUTOCONF, AUTOHEADER): Remove '-2.69' suffix.
17 * autogen.sh: Update comment.
19 2020-08-29 Bruno Haible <bruno@clisp.org>
21 Update after gnulib changed.
22 * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.64.
24 2019-12-23 Bruno Haible <bruno@clisp.org>
26 Allow libiconv to export the symbol 'locale_charset'.
27 * Makefile.in (install-lib): Install localcharset.h, not
30 2019-12-22 Bruno Haible <bruno@clisp.org>
33 * configure.ac: Bump version to 1.5.
34 * NEWS: Mention fixes.
36 2019-12-22 Bruno Haible <bruno@clisp.org>
39 * include/localcharset.h.in: Update from gnulib.
40 2019-12-20 Bruno Haible <bruno@clisp.org>
41 * localcharset.h: Mention which encodings are used as locale
43 2019-12-17 Bruno Haible <bruno@clisp.org>
44 * localcharset.h (locale_charset): Clarify when the result
47 2019-12-02 Bruno Haible <bruno@clisp.org>
49 build: Fix build error with --enable-relocatable on macOS
50 (regression from 2019-03-04).
51 Reported by Roy Belio <rbelio@infinidat.com>.
52 * Makefile.in (PARENT_IMPORTED_FILES): Add libtool-reloc.
54 2019-07-02 Bruno Haible <bruno@clisp.org>
56 Drop unused macro gl_GLIBC21.
57 * configure.ac: Don't invoke gl_GLIBC21.
58 * Makefile.in (PARENT_IMPORTED_FILES): Remove m4/glibc21.m4.
61 2019-06-30 Bruno Haible <bruno@clisp.org>
63 Fix build error with MSVC.
64 * libcharset/Makefile.devel (include/libcharset.h.build.in): New target.
66 (totally-clean): Remove include/libcharset.h.build.in.
67 * libcharset/configure.ac: Generate include/libcharset.h and
68 include/libcharset.h.inst.
69 * libcharset/Makefile.in (include/libcharset.h): Remove rule.
70 (install-lib, install): Install libcharset.h.inst, not libcharset.h.
71 (GENERATED_FILES): Add include/libcharset.h.build.in.
73 2019-03-04 Bruno Haible <bruno@clisp.org>
75 Add support for --enable-relocatable.
76 * libcharset/configure.ac: Invoke gl_RELOCATABLE.
78 2019-01-27 Bruno Haible <bruno@clisp.org>
80 Accommodate a shell that is not in /bin/sh.
81 * Makefile.in (SHELL): Use the value found by configure.
83 2019-01-27 Bruno Haible <bruno@clisp.org>
85 Fix configure (regression from 2018-09-22).
86 * configure.ac: Don't invoke gl_RELOCATABLE_LIBRARY.
88 2018-10-23 Bruno Haible <bruno@clisp.org>
90 Remove outdated DJGPP build infrastructure.
91 Approved by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
92 * djgpp: Remove directory.
93 * INSTALL.djgpp: Remove file.
94 * Makefile.in (SOURCE_FILES): Remove them.
96 2018-10-23 Bruno Haible <bruno@clisp.org>
98 Update after gnulib changed.
99 * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.63.
101 2018-09-22 Bruno Haible <bruno@clisp.org>
103 Avoid some warnings in MSVC build.
104 * include/export.h: Handle MSVC compiler as well.
106 2018-09-22 Bruno Haible <bruno@clisp.org>
108 Update from gnulib. Move mapping tables into the code.
109 * include/localcharset.h.in: Update from gnulib.
110 2018-05-19 Bruno Haible <bruno@clisp.org>
111 * localcharset.h: Update comments for locale encodings found in
112 FreeBSD 11, NetBSD 7, Solaris 10, Openindiana, HP-UX 11.31,
113 IRIX 6.5, Minix 3.3. Also for Cygwin 2.9.
114 2018-05-19 Bruno Haible <bruno@clisp.org>
115 * localcharset.h: Document the GNU canonical names for character
117 * Makefile.in (PARENT_IMPORTED_FILES): Remove m4/relocatable-lib.m4.
118 * INTEGRATE: Removing all text related to config.charset, charset.alias,
119 ref-add.sin, ref-del.sin.
121 * tools/README: Update.
123 2018-01-27 Bruno Haible <bruno@clisp.org>
126 * INSTALL.windows: Renamed from README.windows.
127 * INSTALL.djgpp: Renamed from README.djgpp.
128 * Makefile.in (SOURCE_FILES): Update.
130 2018-01-23 Bruno Haible <bruno@clisp.org>
132 Don't use an undocumented Autoconf macro.
133 * configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
135 2017-07-15 Bruno Haible <bruno@clisp.org>
137 Get rid of autom4te.cache directories, as far as possible.
138 * Makefile.devel (autoconf/aclocal.m4, configure, config.h.in): Remove
139 autom4te.cache after invoking aclocal, autoconf, autoheader.
141 2016-12-14 Bruno Haible <bruno@clisp.org>
143 Avoid error during initial autogen.sh invocation.
144 * Makefile.devel (autoconf/aclocal.m4): Ensure directory 'autoconf'
146 Reported by Daiki Ueno.
148 2016-12-03 Bruno Haible <bruno@clisp.org>
150 Create tarballs through an Automake-like "make dist" command.
151 * Makefile.in (SOURCE_FILES, LIBTOOL_IMPORTED_FILES, IMPORTED_FILES,
152 GENERATED_FILES, DISTRIBUTED_BUILT_FILES, DISTFILES): New macros.
153 (distdir): New target.
155 2016-12-04 Bruno Haible <bruno@clisp.org>
157 Remove imported files from version control.
158 * INSTALL.generic: Remove from version control.
159 * build-aux/config.guess: Likewise.
160 * build-aux/config.libpath: Likewise.
161 * build-aux/config.sub: Likewise.
162 * build-aux/install-sh: Likewise.
163 * build-aux/mkinstalldirs: Likewise.
164 * m4/codeset.m4: Likewise.
165 * m4/fcntl-o.m4: Likewise.
166 * m4/glibc21.m4: Likewise.
167 * m4/relocatable-lib.m4: Likewise.
168 * m4/visibility.m4: Likewise.
170 2016-12-03 Bruno Haible <bruno@clisp.org>
172 Make Makefile.devel more useful for the users of the released tarball.
173 * Makefile.devel (totally-clean): New target.
174 * autogen.sh: Invoke it and 'all'.
176 2016-12-03 Bruno Haible <bruno@clisp.org>
178 Modernize configure.ac.
179 * configure.ac: Require autoconf >= 2.60. Use 2-argument AC_INIT.
180 Use AC_CONFIG_SRCDIR.
182 2016-12-03 Bruno Haible <bruno@clisp.org>
184 Update documentation.
185 * README: Update the libiconv version number.
186 * HACKING: Refer to the Git repository.
187 * INTEGRATE: Mention the Gnulib module.
189 2016-11-23 Bruno Haible <bruno@clisp.org>
191 Update installation instructions for Windows.
192 * README.windows: Generic reference to top-level file.
194 2016-11-23 Bruno Haible <bruno@clisp.org>
196 Drop the nickname "woe32".
197 * README.windows: Renamed from README.woe32.
199 2016-10-22 Bruno Haible <bruno@clisp.org>
201 Switch to libtool 2.4.6.
202 * m4/libtool.m4: Update from libtool-2.4.6, with modifications:
203 2008-04-06 Bruno Haible <bruno@clisp.org>
204 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
205 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
207 * m4/ltoptions.m4: Likewise.
208 * m4/ltversion.m4: Likewise.
209 * build-aux/ltmain.sh: Likewise.
211 2016-10-01 Bruno Haible <bruno@clisp.org>
213 Switch to automake 1.15.
214 * Makefile.devel (ACLOCAL): Switch to version 1.15.
216 2012-04-28 Bruno Haible <bruno@clisp.org>
218 Switch to autoconf 2.69 and automake 1.12.
219 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.69.
220 (ACLOCAL): Switch to version 1.12.
222 2011-10-18 Bruno Haible <bruno@clisp.org>
224 * m4/libtool.m4: Update from libtool-2.4.2, with modifications:
225 2008-04-06 Bruno Haible <bruno@clisp.org>
226 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
227 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
229 * m4/ltoptions.m4: Likewise.
230 * m4/ltversion.m4: Likewise.
231 * build-aux/ltmain.sh: Likewise.
233 2010-09-23 Bruno Haible <bruno@clisp.org>
235 Switch to autoconf 2.68.
236 * autogen.sh: Update comment.
237 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.68.
239 2010-09-23 Bruno Haible <bruno@clisp.org>
241 * m4/libtool.m4: Update from libtool-2.4, with modifications:
242 2008-04-06 Bruno Haible <bruno@clisp.org>
243 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
244 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
246 * m4/ltversion.m4: Update from libtool-2.4.
247 * build-aux/ltmain.sh: Likewise.
249 2010-07-31 Bruno Haible <bruno@clisp.org>
251 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.67.
253 2010-07-03 Bruno Haible <bruno@clisp.org>
255 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.66.
257 2010-06-04 Bruno Haible <bruno@clisp.org>
259 Addendum to 2009-10-18 commit.
260 * m4/fcntl-o.m4: New file, from gnulib.
261 * m4/fcntl_h.m4: Remove file.
263 2010-06-04 Bruno Haible <bruno@clisp.org>
265 * m4/libtool.m4: Update from libtool-2.2.8, with modifications:
266 2008-04-06 Bruno Haible <bruno@clisp.org>
267 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
268 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
270 * m4/ltoptions.m4: Update from libtool-2.2.8.
271 * m4/ltversion.m4: Likewise.
272 * m4/lt~obsolete.m4: Likewise.
273 * build-aux/ltmain.sh: Likewise.
275 2010-05-08 Bruno Haible <bruno@clisp.org>
277 * tools/cygwin-1.7.2: New file.
278 * lib/config.charset: Update comments for Cygwin 1.7.
279 * lib/localcharset.c: Likewise.
281 2010-03-30 Bruno Haible <bruno@clisp.org>
283 * README.woe32: Mention Cygwin.
285 2009-12-11 Bruno Haible <bruno@clisp.org>
287 * include/libcharset.h.in: Untabify.
289 2009-12-11 Bruno Haible <bruno@clisp.org>
291 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.65.
293 2009-10-18 Bruno Haible <bruno@clisp.org>
297 2009-10-18 Bruno Haible <bruno@clisp.org>
299 * configure.ac: Invoke gl_FCNTL_O_FLAGS.
300 * INTEGRATE: Mention fcntl_h.m4 and the gl_FCNTL_O_FLAGS invocation.
302 2009-08-15 Bruno Haible <bruno@clisp.org>
304 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.64.
306 2009-05-19 Bruno Haible <bruno@clisp.org>
308 * Makefile.devel (AUTOMAKE, ACLOCAL): Switch to version 1.11.
309 * autogen.sh: Update comments.
311 2009-01-25 Bruno Haible <bruno@clisp.org>
313 Don't install charset.alias on MacOS X >= 10.3.
314 * INTEGRATE: Don't install charset.alias on MacOS X >= 10.3, if the
315 file does not yet exist.
317 2009-01-25 Bruno Haible <bruno@clisp.org>
319 Don't install charset.alias on mingw and Cygwin.
320 * INTEGRATE: Don't install charset.alias on mingw and Cygwin, if the
321 file does not yet exist. The result for these platforms is hardcoded in
324 2009-01-24 Bruno Haible <bruno@clisp.org>
326 * tools/all-charsets: Add CP1131, ARMSCII-8, PT154 to the list of
328 * tools/darwin-7.5: Regenerated.
329 * tools/darwin-9.5: Regenerated.
331 2009-01-18 Bruno Haible <bruno@clisp.org>
333 * tools/darwin-9.5: New file.
335 2009-01-18 Bruno Haible <bruno@clisp.org>
337 * tools/locale_monthnames.c: New file.
339 2009-01-16 Bruno Haible <bruno@clisp.org>
341 * Makefile.in (install-strip): New target.
342 Reported by Alon Bar-Lev <alon.barlev@gmail.com>.
344 2009-01-14 Bruno Haible <bruno@clisp.org>
346 * configure.ac: More consistent m4 quoting.
348 2008-09-28 Bruno Haible <bruno@clisp.org>
350 * build-aux/ltmain.sh (func_emit_cwrapperexe_src): On mingw,
351 preprocess the argument vector through prepare_spawn.
353 2008-09-16 Bruno Haible <bruno@clisp.org>
355 * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.63.
357 2008-09-07 Bruno Haible <bruno@clisp.org>
359 * m4/libtool.m4: Update from libtool-2.2.6, with modifications:
360 2008-04-06 Bruno Haible <bruno@clisp.org>
361 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
362 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
364 * m4/ltoptions.m4: Update from libtool-2.2.6.
365 * m4/ltsugar.m4: Likewise.
366 * m4/ltversion.m4: Likewise.
367 * build-aux/ltmain.sh: Likewise.
369 2008-05-18 Bruno Haible <bruno@clisp.org>
371 * m4/libtool.m4: Update from libtool-2.2.4, with modifications:
372 2008-04-06 Bruno Haible <bruno@clisp.org>
373 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
374 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
376 * m4/ltoptions.m4: Update from libtool-2.2.4.
377 * m4/ltversion.m4: Likewise.
378 * m4/lt~obsolete.m4: Likewise.
379 * build-aux/ltmain.sh: Likewise.
381 2008-04-14 Bruno Haible <bruno@clisp.org>
383 * configure.ac: Invoke AC_USE_SYSTEM_EXTENSIONS instead of AC_AIX and
385 * Makefile.devel (AUTOCONF, AUTOHEADER): Require autoconf-2.62.
387 2008-04-06 Bruno Haible <bruno@clisp.org>
389 * m4/libtool.m4: Update from libtool-2.2.2, with modifications:
390 2008-04-06 Bruno Haible <bruno@clisp.org>
391 * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
392 CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
394 * m4/ltoptions.m4: New file, from libtool-2.2.2.
395 * m4/ltsugar.m4: New file, from libtool-2.2.2.
396 * m4/ltversion.m4: New file, from libtool-2.2.2.
397 * m4/lt~obsolete.m4: New file, from libtool-2.2.2.
398 * build-aux/ltmain.sh: New file, from libtool-2.2.2.
399 * configure.ac: Use LT_INIT instead of AC_PROG_LIBTOOL.
401 2007-11-14 Bruno Haible <bruno@clisp.org>
403 * tools/all-locales: Add "C" for Darwin. Treat OpenBSD like Darwin.
405 2007-11-11 Bruno Haible <bruno@clisp.org>
407 * Makefile.devel (AUTOCONF, AUTOHEADER): Require version 2.61.
408 (ACLOCAL): Require version 1.10.
410 2007-10-26 Bruno Haible <bruno@clisp.org>
412 * m4/libtool.m4: Update, based on libtool-1.5.24.
413 * build-aux/ltmain.sh: Update, based on libtool-1.5.24.
415 2007-06-30 Bruno Haible <bruno@clisp.org>
417 * autogen.sh: New file.
418 * DEPENDENCIES: New file.
421 2007-03-04 Bruno Haible <bruno@clisp.org>
423 * configure.ac: Invoke gl_RELOCATABLE_LIBRARY instead of
424 AC_RELOCATABLE_LIBRARY.
425 * m4/relocatable-lib.m4: New file, from gnulib.
426 * m4/relocatable.m4: Remove file.
428 2007-02-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
432 2006-10-31 Bruno Haible <bruno@clisp.org>
434 Update from GNU gettext.
435 2006-10-25 Bruno Haible <bruno@clisp.org>
436 * m4/relocatable.m4 (AC_RELOCATABLE_BODY): Renamed from
437 AC_RELOCATABLE, without the AC_LIBOBJ invocation.
438 (AC_RELOCATABLE): New macro. Invoke AC_LIBOBJ here.
440 2006-10-18 Bruno Haible <bruno@clisp.org>
442 * INTEGRATE: Remove recommendation to test for setlocale.
444 2006-07-29 Bruno Haible <bruno@clisp.org>
446 * configure.ac: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
448 2006-07-29 Bruno Haible <bruno@clisp.org>
450 * configure.ac: Remove obsolete calls AC_PROG_GCC_TRADITIONAL,
453 2006-07-25 Bruno Haible <bruno@clisp.org>
455 * Makefile.msvc: Remove file.
456 * Makefile.devel (config.h.msvc): Remove rule.
457 (include/libcharset.h.msvc-shared, include/localcharset.h.msvc-shared):
461 2006-07-25 Bruno Haible <bruno@clisp.org>
463 * Makefile.vms: Remove file.
464 * Makefile.devel (config.h_vms): Remove rule.
467 2006-06-27 Bruno Haible <bruno@clisp.org>
469 * Makefile.devel (AUTOCONF, AUTOHEADER): Use autoconf-2.60.
470 * Makefile.in (datarootdir): New variable.
471 * configure.ac (mandir): Remove customization.
473 2006-03-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
475 * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
476 "parsing" /etc/ld.so.conf and empty /etc/ld.so.conf.d.
478 2006-05-15 Bruno Haible <bruno@clisp.org>
480 * m4/relocatable.m4: Update from GNU gettext.
482 2006-05-14 Bruno Haible <bruno@clisp.org>,
483 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
485 * m4/libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)
486 (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_COMPILER_PIC)
487 (AC_LIBTOOL_PROG_LD_SHLIBS): Add support for Sun C 5.9,
488 Sun C++ 5.9, and Sun Fortran 8.3 on Linux.
490 2006-05-06 Charles Wilson <cygwin@cwilson.fastmail.fm>
492 * m4/libtool.m4: On Cygwin, like on mingw, define DLL_EXPORT when
493 compiling a shared library object.
495 2006-03-31 Juan Manuel Guerrero <juan.guerrero@gmx.de>
499 2005-12-29 Bruno Haible <bruno@clisp.org>
501 * configure.ac: Renamed from configure.in.
502 * Makefile.devel (configure, config.h.in): Update.
503 * djgpp/Makefile.maint (fnchange.lst, README): Update.
505 2005-12-29 Bruno Haible <bruno@clisp.org>
507 * build-aux/config.guess: Update to GNU version 2005-12-23.
508 * build-aux/config.sub: Likewise.
509 * build-aux/config.libpath: Update from GNU gettext.
511 2005-12-29 Bruno Haible <bruno@clisp.org>
513 * m4/codeset.m4: Update from GNU gettext.
514 * m4/glibc21.m4: Update from GNU gettext.
515 * m4/relocatable.m4: Update from GNU gettext.
516 * configure: Invoke gl_GLIBC21 instead of jm_GLIBC21.
518 2005-12-29 Bruno Haible <bruno@clisp.org>
520 * m4/libtool.m4: Update, based on libtool-1.5.22.
521 * build-aux/ltmain.sh: Update, based on libtool-1.5.22.
523 2005-09-18 Bruno Haible <bruno@clisp.org>
525 * m4/libtool.m4: Update, based on libtool-1.5.20.
526 * build-aux/ltmain.sh: Update, based on libtool-1.5.20.
528 2005-07-24 Bruno Haible <bruno@clisp.org>
530 Tidy up exported symbols.
531 * m4/visibility.m4: New file.
532 * include/export.h: New file.
533 * configure.in Invoke gl_VISIBILITY. Use AC_CONFIG_FILES. Arrange to
534 create also include/localcharset.h.inst.
535 (VERSION): Bump to 1.4.
536 * Makefile.devel (all): Depend on include/localcharset.h.build.in.
537 (include/localcharset.h.build.in): New rule.
538 * Makefile.in (all): Remove dependency on include/localcharset.h.
539 (include/localcharset.h): Remove rule.
540 (install-lib, install): Install include/localcharset.h.inst,
541 not the include/localcharset.h that was used for building.
542 (distclean, maintainer-clean): Remove also include/localcharset.h.inst.
544 2005-07-08 Bruno Haible <bruno@clisp.org>
546 * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
547 executable after installing it.
549 2005-07-07 Bruno Haible <bruno@clisp.org>
551 * configure.in: Bump version number.
552 * windows/charset.rc: Likewise.
554 2005-07-05 Bruno Haible <bruno@clisp.org>
556 * m4/relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
557 SET_RELOCATABLE to a trivial value.
559 2005-07-05 Bruno Haible <bruno@clisp.org>
561 * Makefile.devel (AUTOHEADER, ACLOCAL): New variables.
562 (autoconf/aclocal.m4, config.h.in): Use them.
564 2005-03-22 Bruno Haible <bruno@clisp.org>
566 * build-aux: New directory, renamed from autoconf.
567 * configure.in (AC_CONFIG_AUX_DIR): Use build-aux.
568 * Makefile.in (mkinstalldirs): Update.
570 2005-01-05 Bruno Haible <bruno@clisp.org>
572 * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.10.
573 * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.10.
575 2004-09-21 Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>
577 * djgpp/config.bat: Update.
578 * djgpp/config.sed: Update.
579 * djgpp/config.site: Update.
580 * djgpp/fnchange.in: Update.
581 * djgpp/README.in: Update.
583 2004-08-25 Bruno Haible <bruno@clisp.org>
585 * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.6.
586 * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.6.
588 2004-01-20 Bruno Haible <bruno@clisp.org>
590 Upgrade from gettext-0.14.
592 2003-08-24 Bruno Haible <bruno@clisp.org>
593 * m4/relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
594 since the substitution of @host@ may occur before the substitution of
597 2004-01-20 Bruno Haible <bruno@clisp.org>
600 * Makefile.devel (AUTOCONF): Assume autoconf-2.59.
602 2003-06-18 Bruno Haible <bruno@clisp.org>
604 * config/install-sh: Update from automake-1.7.5.
606 2003-06-07 Bruno Haible <bruno@clisp.org>
608 * Makefile.devel (config.h_vms): Remove INSTALLPREFIX.
609 Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
611 2003-05-19 Bruno Haible <bruno@clisp.org>
613 * windows/charset.rc: Include <winver.h>.
614 Reported by Perry Rapp.
616 2003-05-07 Bruno Haible <bruno@clisp.org>
618 * Makefile.vms: New file.
619 * Makefile.devel (config.h_vms): New rule.
622 2003-05-06 Bruno Haible <bruno@clisp.org>
624 * m4/libtool.m4: Update from GNU gettext, based on libtool-1.5.
626 2003-05-06 Bruno Haible <bruno@clisp.org>
628 * autoconf/config.guess: Update to GNU version 2003-02-22.
629 * autoconf/config.sub: Likewise.
631 2003-05-06 Bruno Haible <bruno@clisp.org>
633 * autoconf/ltmain.sh: Update from GNU gettext, based on libtool-1.5.
635 2003-04-12 Bruno Haible <bruno@clisp.org>
637 * configure.in (mandir): Change default value.
638 * Makefile.in (datadir): New variable.
640 2003-04-05 Bruno Haible <bruno@clisp.org>
642 Support for relocatable installation.
643 * m4/relocatable.m4: New file, from GNU gettext.
644 * autoconf/config.libpath: New file, from GNU gettext.
645 * configure.in: Invoke AC_RELOCATABLE_LIBRARY.
646 * include/libcharset.h.in: New file.
647 * Makefile.devel (include/libcharset.h.msvc-shared): New rule.
649 (autoconf/aclocal.m4): Update aclocal invocation.
650 (config.h.msvc): Handle INSTALLPREFIX.
651 * Makefile.in (include/libcharset.h): New rule.
653 (install-lib, install): Also install libcharset.h.
654 (uninstall): Uninstall libcharset.h.
655 (distclean, maintainer-clean): Remove include/libcharset.h.
656 * Makefile.msvc (all): Create include/libcharset.h.
657 (install): Also install libcharset.h.
658 (uninstall): Uninstall libcharset.h.
659 (mostlyclean, clean, distclean, maintainer-clean): Remove
660 include/libcharset.h.
661 * INSTALL.generic: Document --enable-relocatable and
662 --with-libintl-prefix. Remove the recommendation to set CPPFLAGS and
663 LDFLAGS. The lib-link.m4 macros make this unnecessary.
665 2003-04-05 Bruno Haible <bruno@clisp.org>
667 * Makefile.msvc (PREFIX): New variable.
669 (distclean, maintainer-clean): Drop Unix specific removals.
670 * man/Makefile.msvc (PREFIX): New variable.
672 (clean): Drop unnecessary removals.
673 (distclean): Drop Unix specific removal.
675 2003-04-05 Bruno Haible <bruno@clisp.org>
677 * configure.in: Invoke AM_LANGINFO_CODESET, not jm_LANGINFO_CODESET.
678 * autoconf/ltmain.sh: Update from GNU gettext.
679 2003-02-18 Bruno Haible <bruno@clisp.org>
680 Fix the 2002-09-16 fix.
681 * ltmain.sh (install): If "ln -s -f" fails (this is the case
682 with /usr/bin/ln on Solaris 2.7), fall back to "rm && ln -s".
683 * m4/codeset.m4: Update from GNU gettext-0.10.40.
684 * m4/glibc21.m4: Update from GNU gettext-0.10.40.
686 2003-03-17 Bruno Haible <bruno@clisp.org>
688 Improved MSVC support.
689 * windows/charset.rc: New file.
690 * Makefile.msvc (prefix): Use less Unixy value.
691 (local_prefix): Remove variable.
692 (libdir, includedir): Use backslashes.
693 (bindir): New variable.
694 (mandir): Remove variable.
695 (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): New variables.
696 (mostlyclean, clean): Remove config.h and include/localcharset.h.
697 (install, installdirs, uninstall): Rewritten.
698 * README.woe32: Mention automatic installation command.
700 Rename libcharset.h to localcharset.h.
701 * include/localcharset.h.in: Renamed from include/libcharset.h.in.
702 * tools/locale_charset.c: Include localcharset.h, not libcharset.h.
703 * Makefile.in (include/localcharset.h): Renamed from
704 include/libcharset.h.
705 (all): Update dependency.
706 (install-lib, install, uninstall, distclean, maintainer-clean): Update.
707 * Makefile.msvc (all): Create include/localcharset.h, not
708 include/libcharset.h.
709 * Makefile.devel (include/localcharset.h.msvc-shared): Renamed from
710 include/libcharset.h.msvc-shared.
711 (all): Update dependency.
712 (config.h.in): Touch the file when done; autoheader doesn't do it.
713 (config.h.msvc): Make rule more robust.
714 * INTEGRATE: Mention localcharset.h only once.
715 * djgpp/README.in, djgpp/README: Update.
716 * djgpp/config.bat: Update.
717 * djgpp/config.sed: Update.
718 * djgpp/fnchange.in, djgpp/fnchange.lst: Update.
719 * configure.in (VERSION): Bump to 1.2.
722 2003-02-14 Bruno Haible <bruno@clisp.org>
724 * Makefile.devel (AUTOCONF): Switch to autoconf-2.57.
725 (configure, config.h.in): Update rules.
727 2003-01-03 Albert Chin <libtool@thewrittenword.com>
729 * autoconf/ltmain.sh: Don't pass -R flags found in a .la's
730 dependency_libs variable directly down to the linker.
731 Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>.
733 2003-01-12 Bruno Haible <bruno@clisp.org>
735 * INTEGRATE: Mention localcharset.h.
737 2003-01-01 Bruno Haible <bruno@clisp.org>
739 * Makefile.in (mkinstalldirs): Renamed from MKINSTALLDIRS.
740 (install-lib, install, installdirs): Use it.
742 2002-09-27 Bruno Haible <bruno@clisp.org>
744 * autoconf/mkinstalldirs: Upgrade to automake-1.7.2 version.
746 2002-11-07 Bruno Haible <bruno@clisp.org>
748 * m4/libtool.m4: Upgrade to libtool-1.4.3.
749 * autoconf/ltmain.sh: Upgrade to libtool-1.4.3.
751 2002-07-14 Bruno Haible <bruno@clisp.org>
753 * m4/libtool.m4 (_LT_AC_LTCONFIG_HACK): Add support for GNU/FreeBSD.
755 2002-06-12 Bruno Haible <bruno@clisp.org>
757 * configure.in: Use new AC_* names of libtool macros. Invoke
758 AC_LIBTOOL_WIN32_DLL.
760 2002-11-07 Bruno Haible <bruno@clisp.org>
762 Make "make install" without prior "make" work.
763 * Makefile.in (install): Depend on include/libcharset.h.
764 Reported by Martin Mokrejš <mmokrejs@natur.cuni.cz>.
766 2002-05-12 Bruno Haible <bruno@clisp.org>
768 * tools/all-charsets: Update for change of lib/config.charset.
770 2002-05-12 Bruno Haible <bruno@clisp.org>
772 * Makefile.devel (AUTOCONF): New variable.
773 (configure): Use the AUTOCONF variable.
775 2002-05-08 Bruno Haible <bruno@clisp.org>
777 * README.woe32: Renamed from README.win32.
779 2002-02-06 Bruno Haible <bruno@clisp.org>
781 * m4/libtool.m4: Upgrade to libtool-1.4.2.
782 * autoconf/ltmain.sh: Likewise.
784 2002-02-02 Bruno Haible <bruno@clisp.org>
786 * autoconf/ltmain.sh: Add DESTDIR support on ELF systems.
788 2001-11-03 Bruno Haible <haible@clisp.cons.org>
790 * autoconf/ltmain.sh: chmod 777 the .libs directory, so that
791 "make install" succeeds.
793 2001-12-04 Bruno Haible <bruno@clisp.org>
795 * INTEGRATE: Change the install rule to not create $(libdir) if
796 there is no file to install in it.
798 2001-07-17 Bruno Haible <haible@clisp.cons.org>
800 * configure.in (VERSION): Bump to 1.1.
802 2001-06-08 Bruno Haible <haible@clisp.cons.org>
804 * m4/libtool.m4: Upgrade to libtool-1.4.
805 * autoconf/ltmain.sh: Likewise.
806 * autoconf/ltconfig: Remove file.
808 2001-06-08 Bruno Haible <haible@clisp.cons.org>
810 * autoconf/config.guess: Update to GNU version 2001-05-11.
811 * autoconf/config.sub: Likewise.
813 2001-05-21 Bruno Haible <haible@clisp.cons.org>
815 * Makefile.in (include/libcharset.h): New target.
818 2001-05-11 Bruno Haible <haible@clisp.cons.org>
820 * INTEGRATE (Makefile.in): Fix syntax error.
822 2001-05-06 Bruno Haible <haible@clisp.cons.org>
824 * Makefile.msvc (config.h): Allow the 'del' command to fail.
826 2001-03-21 Bruno Haible <haible@clisp.cons.org>
828 * INSTALL.generic (Particular Systems): Add recommendations for AIX 3.
830 2001-03-10 Bruno Haible <haible@clisp.cons.org>
832 * INSTALL.generic: New section "Particular Systems".
834 2001-03-05 Bruno Haible <haible@clisp.cons.org>
836 * tools/all-charsets: Update for change of lib/config.charset.
838 2001-03-01 Bruno Haible <haible@clisp.cons.org>
840 * tools/all-charsets: Update for change of lib/config.charset.
842 2001-02-25 Bruno Haible <haible@clisp.cons.org>
845 sed -e 's/reload object files/produce relocatable object files/'.
847 2001-02-25 Bruno Haible <haible@clisp.cons.org>
849 * include/libcharset.h.in (locale_charset): Return value is never
852 2001-02-22 Bruno Haible <haible@clisp.cons.org>
854 * INTEGRATE (Makefile.am): Change $@-t to t-$@. For DJGPP.
855 Patch by Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>.
857 2001-02-20 Bruno Haible <haible@clisp.cons.org>
859 Better support for DOS/Windows platforms.
860 * autoconf/ltconfig: Upgrade to libtool-1.3.5.
861 * autoconf/ltmain.sh: Likewise.
862 * m4/libtool.m4: Likewise.
863 * autoconf/aclocal.m4: Likewise.
864 * configure.in: Call AC_OBJEXT and AC_EXEEXT.
866 2001-02-20 Bruno Haible <haible@clisp.cons.org>
868 * Makefile.in (libdir, includedir, mandir): Use the autoconf
869 determined value, in order to respect the configure arguments.
870 * lib/Makefile.in (libdir): Likewise.
872 2000-12-13 Bruno Haible <haible@clisp.cons.org>
874 * autoconf/install-sh: Update to a newer version from fileutils.
876 2000-12-12 Bruno Haible <haible@clisp.cons.org>
878 * Makefile.in: Use $(MAKE) instead of $(MAKE) -r. Needed with Solaris
879 "make", which doesn't set MAKE as expected by @SET_MAKE@ if -r is
880 given. Reported by Toshimitsu Fujiwara.
882 2000-12-08 Bruno Haible <haible@clisp.cons.org>
884 * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
886 2000-12-02 Bruno Haible <haible@clisp.cons.org>
888 * Makefile.msvc (check): Depend on target 'force' as well.
889 (mostlyclean, clean, distclean, maintainer-clean): Fix dependency.
891 * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
893 2000-11-24 Bruno Haible <haible@clisp.cons.org>
895 * tools/all-charsets: Update for 2000-10-31 change of
898 2000-11-23 Bruno Haible <haible@clisp.cons.org>
900 * Makefile.in (install-lib): Fix for builddir != srcdir.
902 2000-11-22 Bruno Haible <haible@clisp.cons.org>
904 * Makefile.in (all): Fix for builddir != srcdir.
906 2000-11-21 Bruno Haible <haible@clisp.cons.org>
908 * include/libcharset.h.in: Renamed from include/libcharset.h.
909 * windows/dllexport.h: New file.
910 * Makefile.devel (all): Add config.h.msvc,
911 include/libcharset.h.msvc-shared.
912 (config.h.msvc, include/libcharset.h.msvc-shared): New targets.
913 * Makefile.msvc (MFLAGS): New variable.
914 (all): Create include\libcharset.h.
915 (distclean, maintainer-clean): Remove include\libcharset.h.
916 * Makefile.in (CP): New variable.
917 (all): Create include/libcharset.h.
918 (distclean, maintainer-clean): Remove include/libcharset.h.
920 2000-11-18 Bruno Haible <haible@clisp.cons.org>
922 * Makefile.devel (config.h.in): Rename from config.h.
924 2000-11-16 Bruno Haible <haible@clisp.cons.org>
926 * Makefile.in: After "cd", use "&&" not ";".
928 2000-10-31 Bruno Haible <haible@clisp.cons.org>
930 * Makefile.msvc: New file.
931 * README.win32: New file.