]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Make shared library dependencies work in relocatable installation.
authorBruno Haible <bruno@clisp.org>
Mon, 4 Mar 2019 17:26:16 +0000 (18:26 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 4 Mar 2019 17:26:16 +0000 (18:26 +0100)
commit2159f9f203db8ea5df8c1643c6dd204fbb420d4e
tree36de652e1b2710e7e96c4fb31fc1fb5d5169ac13
parent68972e3c3cd2b328050a2efdf90c20fd390e5f2c
build: Make shared library dependencies work in relocatable installation.

* gettext-tools/gnulib-lib/Makefile.am (RELOCATABLE_LIBRARY_PATH): New variable.
(libgettextlib_la_LDFLAGS): Augment for relocatable installation.
* gettext-tools/src/Makefile.am (libgettextsrc_la_LDFLAGS): Augment for
relocatable installation.
* gettext-tools/libgettextpo/Makefile.am (RELOCATABLE_LIBRARY_PATH): New
variable.
(libgettextpo_la_LDFLAGS): Augment for relocatable installation.
gettext-tools/gnulib-lib/Makefile.am
gettext-tools/libgettextpo/Makefile.am
gettext-tools/src/Makefile.am