]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix a misnomer.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 10:32:25 +0000 (12:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Sep 2023 10:45:44 +0000 (12:45 +0200)
commit3f4fa39c03b485cceb479c3d0798da5f962a2d39
treebe81fa51a6072ee4f2f74e82c9787a86fe94823f
parentea3ddd208d67d8a7683450a8e7b56a47721cbdc8
Fix a misnomer.

* gettext-runtime/configure.ac: Prefer the term "shared library", since the term
"DLL" applies only to Windows.
* gettext-runtime/intl/configure.ac: Likewise.
* gettext-tools/configure.ac: Likewise.
* gettext-runtime/intl/export.h (LIBINTL_SHLIB_EXPORTED): Renamed from
LIBINTL_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL"
applies only to Windows.
* gettext-runtime/intl/Makefile.am (AM_CPPFLAGS): Update comment.
(libgnuintl.h): Insert LIBINTL_SHLIB_EXPORTED instead of LIBINTL_DLL_EXPORTED.
* gettext-runtime/intl/gettextP.h: Use LIBGLOCALE_SHLIB_EXPORTED instead of
LIBGLOCALE_DLL_EXPORTED. Use LIBINTL_SHLIB_EXPORTED instead of
LIBINTL_DLL_EXPORTED.
* gettext-runtime/intl/loadinfo.h (LIBINTL_SHLIB_EXPORTED): Renamed from
LIBINTL_DLL_EXPORTED.
* gettext-runtime/intl/intl-compat.c (SHLIB_EXPORTED): Renamed from
DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies
only to Windows.
* gettext-runtime/intl/printf.c (SHLIB_EXPORTED): Likewise.
* gettext-runtime/intl/setlocale.c (SHLIB_EXPORTED): Likewise.
* gettext-tools/woe32dll/export.h: Update comment.
gettext-runtime/configure.ac
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/configure.ac
gettext-runtime/intl/export.h
gettext-runtime/intl/gettextP.h
gettext-runtime/intl/intl-compat.c
gettext-runtime/intl/loadinfo.h
gettext-runtime/intl/printf.c
gettext-runtime/intl/setlocale.c
gettext-tools/configure.ac
gettext-tools/woe32dll/export.h