]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Add support for --enable-relocatable in mingw builds on Cygwin hosts.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Sep 2024 00:47:16 +0000 (02:47 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 26 Sep 2024 11:12:13 +0000 (13:12 +0200)
commit9ea3f38f129a2c7ad93f5ef4548c747e002c4676
treec6ddd96e76bb86aedf31cdc2135b07539453111d
parent8a628932c96a67ce3ad6f0de2c66cba915874f18
build: Add support for --enable-relocatable in mingw builds on Cygwin hosts.

Reported by Michele Locati <michele@locati.it> in
<https://lists.gnu.org/archive/html/bug-gettext/2024-09/msg00033.html>.

* gettext-runtime/configure.ac: Invoke gl_BUILD_TO_HOST_BINDIR.
* gettext-runtime/src/Makefile.am (*_CFLAGS): Fix value of INSTALLDIR.
* gettext-tools/configure.ac: Invoke gl_BUILD_TO_HOST_BINDIR,
gl_BUILD_TO_HOST_PKGLIBEXECDIR.
* gettext-tools/src/Makefile.am (*_CPPFLAGS): Fix value of INSTALLDIR.
gettext-runtime/configure.ac
gettext-runtime/src/Makefile.am
gettext-tools/configure.ac
gettext-tools/src/Makefile.am