]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix "make install" in MSVC builds with --enable-shared.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 19:43:27 +0000 (21:43 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 19:43:27 +0000 (21:43 +0200)
commit26a6fa77290679e9a99955ce85389dfb27ec6fa6
tree82212cb5c4f138f6c556a16c5779cf9856588f78
parentf02b67c633f3f5c2eb2299f7717ce8cc20eaa78e
build: Fix "make install" in MSVC builds with --enable-shared.

The problem was that intl-8.dll was not installed with execute permissions.

* gettext-runtime/intl/Makefile.am (install-exec-libintl): Use $(INSTALL),
not $(INSTALL_DATA), with libtool --mode=install.
* INSTALL.windows: Remove constraint to use --disable-shared on MSVC.
INSTALL.windows
gettext-runtime/intl/Makefile.am