libcharset/Makefile.in

Branch


Log

Author Commit Date CI Message
Bruno Haible 6ad5ae56 2023-09-16T12:04:24 Fix a misnomer. * include/export.h (LIBICONV_SHLIB_EXPORTED): Renamed from LIBICONV_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * Makefile.devel (include/iconv.h.build.in): Insert LIBICONV_SHLIB_EXPORTED instead of LIBICONV_DLL_EXPORTED. * configure.ac (DLL_VARIABLE): Update comment. * lib/Makefile.in (DEFS): Update comment. * woe32dll/export.h: Update comment. * libcharset/include/export.h (LIBCHARSET_SHLIB_EXPORTED): Renamed from LIBCHARSET_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * libcharset/Makefile.devel (include/libcharset.h.build.in, include/localcharset.h.build.in): Insert LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/relocatable-stub.c (libcharset_set_relocation_prefix): Use LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/Makefile.in (DEFS): Update comment. * libcharset/Makefile.in (install-lib): Update comment.
Bruno Haible 574b8292 2022-02-12T13:39:36 build: Remove leftover file (regression 2019-06-30). * Makefile.in (distclean, maintainer-clean): Remove include/libcharset.h.inst.
Bruno Haible 5a8ccabd 2019-12-23T22:51:48 Do export the symbol 'locale_charset' (needed by GNU bash).
Bruno Haible d232872f 2019-12-03T02:48:08 build: Fix build error with --enable-relocatable on macOS (regression from 2019-03-04).
Bruno Haible 551543f6 2019-07-02T21:23:34 Drop unused macro gl_GLIBC21.
Bruno Haible 2f9ba73c 2019-06-30T23:00:48 Fix build error with MSVC.
Bruno Haible 1badfd5d 2019-01-27T22:57:45 Accommodate a shell that is not in /bin/sh.
Bruno Haible b7ca6455 2018-10-24T03:35:51 Remove outdated DJGPP build infrastructure.
Bruno Haible 7a3418bb 2018-09-22T14:23:53 Update from gnulib. Move mapping tables into the code.
Bruno Haible b3a9de1c 2018-01-27T13:51:15 Rename some files.
Bruno Haible 67802283 2016-12-03T18:52:49 Create tarballs through an Automake-like "make dist" command.
Bruno Haible 13bf88bb 2009-01-17T09:06:59 Add support for "make install-strip".
Bruno Haible 2cfac6dc 2006-06-27T13:32:50 Assume autoconf-2.60.
Bruno Haible cd4300ce 2005-07-25T12:02:53 Tidy up exported symbols.
Bruno Haible f636e895 2005-03-22T16:40:23 Renamed autoconf to build-aux.
Bruno Haible 3a9a83af 2003-04-23T12:13:25 Install documentation under $(datadir), not $(prefix).
Bruno Haible 99e22dda 2003-04-14T15:28:52 Support for relocatable installation.
Bruno Haible 64d5a8b9 2003-03-29T16:35:11 Improved MSVC support.
Bruno Haible 407b7965 2003-01-06T14:29:08 Use mkinstalldirs.
Bruno Haible 14440a05 2002-11-07T14:05:19 Fix "make install" without prior "make".
Bruno Haible f694b107 2001-05-21T14:55:45 No need to create include/libcharset.h more than once.
Bruno Haible b2ef8c91 2001-02-20T19:44:26 Respect configure arguments --libdir, --includedir, --mandir.
Bruno Haible 103f3366 2000-12-12T19:47:59 Portability fixes for Solaris "make".
Bruno Haible 74834e21 2000-12-08T14:57:53 Don't ignore --exec-prefix given to configure.
Bruno Haible d47c3126 2000-11-22T16:53:12 Oops.
Bruno Haible bdd582ab 2000-11-23T13:09:54 Fix one more build problem.
Bruno Haible 14f10423 2000-11-21T16:14:16 Improved Windows support.
Bruno Haible 9b0205c8 2000-11-20T18:42:13 Corrections and Win32 port.
Bruno Haible 507052f0 2000-11-01T14:01:29 Charset determination library.