]> git.ipfire.org Git - thirdparty/gettext.git/commit
D support: Add the runtime library.
authorBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 00:18:40 +0000 (02:18 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 1 Apr 2025 00:38:25 +0000 (02:38 +0200)
commit0bc6dfc727eed27507fd12ceb56eb651149368b3
tree7b3f08f2551770c260d6455b670cc237042cf164
parenta3fef2076570c11bb0dd6c9226643218b883626c
D support: Add the runtime library.

* gnulib-local/m4/d.m4: New file.
* gnulib-local/modules/d: New file.
* gnulib-local/Makefile.am (EXTRA_DIST): Add d.m4 and the 'd' module.
* autogen.sh (GNULIB_MODULES_RUNTIME_OTHER): Add d, dcomp-script.
* gettext-runtime/intl-d/Makefile.am: New file.
* gettext-runtime/intl-d/gnu/libintl/package.d: New file.
* gettext-runtime/intl-d/gnu/libintl/libintl.d: New file.
* gettext-runtime/intl-d/gnu/libintl/internal/low.d: New file.
* gettext-runtime/configure.ac: Invoke gt_D_CHOICE, gt_DCOMP. Set the variable
BUILDD and the Automake conditional BUILD_D.
* gettext-runtime/Makefile.am (SUBDIRS): Add intl-d.
* NEWS: Mention libintl_d.a.
* gettext-runtime/NEWS: Likewise.
* PACKAGING: Add the sources and binary for the libintl_d library.
* DEPENDENCIES: Mention the D compiler and runtime.
15 files changed:
.gitignore
DEPENDENCIES
NEWS
PACKAGING
autogen.sh
gettext-runtime/Makefile.am
gettext-runtime/NEWS
gettext-runtime/configure.ac
gettext-runtime/intl-d/Makefile.am [new file with mode: 0644]
gettext-runtime/intl-d/gnu/libintl/internal/low.d [new file with mode: 0644]
gettext-runtime/intl-d/gnu/libintl/libintl.d [new file with mode: 0644]
gettext-runtime/intl-d/gnu/libintl/package.d [new file with mode: 0644]
gnulib-local/Makefile.am
gnulib-local/m4/d.m4 [new file with mode: 0644]
gnulib-local/modules/d [new file with mode: 0644]