]> git.ipfire.org Git - thirdparty/gettext.git/commit
cldr-plurals: Fix --enable-relocatable compilation
authorVáclav Slavík <vaclav@slavik.io>
Tue, 21 Jul 2015 11:00:32 +0000 (13:00 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 21 Jul 2015 12:57:48 +0000 (21:57 +0900)
commitde09fe7fca22e9d1448cdc10e16aecd1953ea4ba
treebbc03a0cdeaf97e178fe5f237e16e6401ab7627d
parentcd10bb5e28fc8e3427846fc574929743acc8e970
cldr-plurals: Fix --enable-relocatable compilation

Compilation of the cldr-plurals tool was broken in the relocatable case
because of missing CPPFLAGS/LDFLAGS.  Add the same flags used by other
tools to the makefile.
* gettext-tools/src/Makefile.am (cldr_plurals_CPPFLAGS)
(cldr_plurals_LDFLAGS): Adjust for --enable-relocatable
compilation.
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am