thodg/libiconv/libcharset/lib/Makefile.in

Branch :


Log

Author Commit Date CI Message
6ad5ae56 2023-09-16 12: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.
1badfd5d 2019-01-27 22:57:45 Accommodate a shell that is not in /bin/sh.
7a3418bb 2018-09-22 14:23:53 Update from gnulib. Move mapping tables into the code.
3d1103e0 2016-12-15 04:00:05 Cleanup useless removals.
67802283 2016-12-03 18:52:49 Create tarballs through an Automake-like "make dist" command.
ac2a8ace 2016-11-22 18:30:52 Update support for building with MSVC.
a18fc988 2009-03-26 12:02:45 Ensure that $(DESTDIR)$(libdir) exists.
897fa87a 2009-01-25 19:18:00 Don't install charset.alias on MacOS X >= 10.3.
87dd7d4e 2009-01-25 17:33:54 Don't install charset.alias on mingw and Cygwin.
13bf88bb 2009-01-17 09:06:59 Add support for "make install-strip".
c8dc4a2e 2006-07-24 12:43:07 Use the CFLAGS also when linking.
5e08f217 2006-07-14 13:24:59 Treat *.stackdump files like core files.
cd4300ce 2005-07-25 12:02:53 Tidy up exported symbols.
f636e895 2005-03-22 16:40:23 Renamed autoconf to build-aux.
24b960a3 2003-04-14 14:08:07 Support for relocatable installation.
64d5a8b9 2003-03-29 16:35:11 Improved MSVC support.
407b7965 2003-01-06 14:29:08 Use mkinstalldirs.
09af022f 2001-06-27 23:02:48 Portability tweaks.
c7f1dc92 2001-06-25 22:14:38 Mention $(INCLUDES) before $(CPPFLAGS) and $(CFLAGS), in case one of these contains -I directives.
3c597b51 2001-05-07 17:26:44 Use CPPFLAGS and LDFLAGS.
02498d29 2001-03-11 14:42:02 Portability to BeOS and FreeBSD.
b2ef8c91 2001-02-20 19:44:26 Respect configure arguments --libdir, --includedir, --mandir.
103f3366 2000-12-12 19:47:59 Portability fixes for Solaris "make".
74834e21 2000-12-08 14:57:53 Don't ignore --exec-prefix given to configure.
507052f0 2000-11-01 14:01:29 Charset determination library.