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