]> git.ipfire.org Git - thirdparty/gettext.git/commit
Improve handling of Windows DLL directories when executing programs.
authorBruno Haible <bruno@clisp.org>
Wed, 23 Oct 2024 07:39:50 +0000 (09:39 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 23 Oct 2024 07:39:50 +0000 (09:39 +0200)
commit6dd0270bf64255e2cc3c3a1926e91e52c2cfdf86
tree213da0b5fbdcab2173e4de808d94ddf1270a2c38
parent9f1241665104d0512ea2aaf18e39d04d203676aa
Improve handling of Windows DLL directories when executing programs.

Reported by Michele Locati <mlocati@gmail.com>
at <https://savannah.gnu.org/bugs/?66356>.

Revert commit e2839b591c from 2019-05-01. Instead, use gnulib's new feature.

* gettext-tools/src/Makefile.am (DEFS): Define BINDIR.
* gettext-tools/src/msginit.c: Don't include configmake.h.
(main): Don't add BINDIR to PATH globally.
(get_user_email, language_team_address, plural_forms): Pass a dll_dirs argument
to create_pipe_in.
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Remove configmake.
autogen.sh
gettext-tools/src/Makefile.am
gettext-tools/src/msginit.c