mate-desktop / libmateweather

Library to access weather information from online services
https://mate-desktop.org
GNU Lesser General Public License v2.1
21 stars 24 forks source link

Check for xmllint during configure #47

Closed genpfault closed 2 years ago

genpfault commented 7 years ago

Expected behaviour

Configure script should verify xmllint is installed. Don't know if you want to fail the configure if it isn't or simply not lint the translation XML files.

Actual behaviour

Generated make file blindly calls xmllint and fails the build if it doesn't exist.

Steps to reproduce the behaviour

Try to ./autogen.sh without having xmllint (via libxml2-utils) installed.

MATE general version

1.18

Package version

v1.18.1 (77af6096544384e4dd584d7df76b4b7760488284)

Linux Distribution

Debian Stretch amd64

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/46198533-check-for-xmllint-during-configure?utm_campaign=plugin&utm_content=tracker%2F1555064&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1555064&utm_medium=issues&utm_source=github).