* libxml2 (http://xmlsoft.org/).
* metainfo.its, provided by the appstream package. This is required
- by xgettext to extract the translation strings from the
- org.fsf.pspp.metainfo.xml.in file. This is only required for
- building. It is not a runtime requirement.
+ by xgettext version lower then 0.20 to extract the translation
+ strings from the org.fsf.pspp.metainfo.xml.in file. This is only
+ required for building. It is not a runtime requirement.
The following packages are required to enable PSPP's graphing
features. If you cannot arrange to install them, you must run
$as_echo '</component>' >> test.metainfo.xml.in
xgettext -o mifc.po test.metainfo.xml.in
if ! test -f ./mifc.po ; then
- PSPP_REQUIRED_PREREQ([appstream 0.12 or later for metainfo.its])
+ AC_MSG_WARN([org.fsf.metainfo.xml will not be translated. Install gettext >=0.20 or appstream.])
fi
rm -f mifc.po test.metainfo.xml.in