Fix a misnomer.
commit6ad5ae562aa163e91ff37e92bf1b5591a87742ee
authorBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 10:04:24 +0000 (16 12:04 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 10:04:24 +0000 (16 12:04 +0200)
treedef9681cae237626949945aca56c228ab22258a7
parentd01ac199dc787d1e94f91c8c77153443ac0705bf
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.
12 files changed:
ChangeLog
Makefile.devel
configure.ac
include/export.h
lib/Makefile.in
libcharset/ChangeLog
libcharset/Makefile.devel
libcharset/Makefile.in
libcharset/include/export.h
libcharset/lib/Makefile.in
libcharset/lib/relocatable-stub.c
woe32dll/export.h