]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Add support for --enable-relocatable in mingw builds on Cygwin hosts, part 2.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Oct 2024 17:53:35 +0000 (19:53 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 11 Oct 2024 17:53:35 +0000 (19:53 +0200)
commit376beb46f0d1337c69accbc85ab1bb9daf99c80b
treeb563beb4b9e03091626aa938f5372f49f67e78b3
parent270bc3a0dbca2e4ecca93952d3ffd2ee8676c389
build: Add support for --enable-relocatable in mingw builds on Cygwin hosts, part 2.

Reported by Michele Locati <michele@locati.it> in
<https://savannah.gnu.org/bugs/?66319>.

* gettext-tools/configure.ac: Invoke gl_CONFIGMAKE_PREP and fix up the values of
pkgdatadir, pkgincludedir, pkglibdir, pkglibexecdir.
Invoke gl_BUILD_TO_HOST_LIBDIR, gl_BUILD_TO_HOST_LIBEXECDIR,
gl_BUILD_TO_HOST_PKGDATADIR, gl_BUILD_TO_HOST_PKGLIBDIR.
* gettext-tools/src/Makefile.am (pkgdatadir, pkglibdir, pkglibexecdir): Remove
variables.
(jardir): Simplify.
(jardir_c_make, projectsdir_c_make): New variables.
(*_CPPFLAGS): Fix value of BISON_LOCALEDIR, GETTEXTJAR, LIBDIR, LIBEXECDIR,
GETTEXTDATADIR, PROJECTSDIR.
gettext-tools/configure.ac
gettext-tools/src/Makefile.am