On 25/06/14 09:06, Filipe Brandenburger wrote:
> Hi Zbigniew,
>
> This set of patches does explicit handling of --disable-nls and some extra
> detection of intltool in order to make configure not fail when intltool is not
> present.
For reference, we are using this workaround to disable intltool when
it's not installed
in the Gentoo build script for a minimal build of selected components.
I'm only mentioning it here in case some other packagers need a workaround.
Executed right before starting ./configure:
sed -i -e '/INTLTOOL_APPLIED_VERSION=/s:=.*:=0.40.0:' configure
sed -i -e '/XML::Parser perl module is required for intltool/s|^|:|'
configure
eval export INTLTOOL_{EXTRACT,MERGE,UPDATE}=/bin/true
eval export {MSG{FMT,MERGE},XGETTEXT}=/bin/true
That's all.
Thanks,
Samuli
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel