X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=27a4c87af388f9f0b71faa05c4d047e4b3d7a33d;hb=092c2acd489e88dd99d1f27560d16fc1ba89c88c;hp=d7c7269da335c495c58c704017d10fb5a3ae4136;hpb=fe824bb6dd7cc73462f2dbcdda4c054ce1c1cea0;p=pspp diff --git a/configure.ac b/configure.ac index d7c7269da3..27a4c87af3 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. dnl Initialize. AC_PREREQ(2.63) -AC_INIT([GNU PSPP], [1.4.1], [bug-gnu-pspp@gnu.org], [pspp]) +AC_INIT([GNU PSPP], [1.4.2], [bug-gnu-pspp@gnu.org], [pspp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_TESTDIR([tests]) @@ -75,7 +75,7 @@ $as_echo 'Hallo' >> test.metainfo.xml.in $as_echo '' >> 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]) + PSPP_OPTIONAL_PREREQ([org.fsf.metainfo.xml will not be translated. Install gettext >=0.20 or appstream.]) fi rm -f mifc.po test.metainfo.xml.in @@ -137,6 +137,10 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then PKG_CHECK_MODULES([SPREAD_SHEET_WIDGET], [spread-sheet-widget >= 0.6], [], [PSPP_REQUIRED_PREREQ([spread-sheet-widget 0.6 (or use --without-gui)])]) + PKG_CHECK_MODULES([LIBRSVG], [librsvg-2.0 >= 2.44], + [AC_DEFINE([HAVE_RSVG], 1, [Define to 1 if librsvg is available])], + [PSPP_OPTIONAL_PREREQ([librsvg >= 2.44 required for high dpi Copy and Paste])]) + AC_ARG_VAR([GLIB_GENMARSHAL]) AC_CHECK_PROGS([GLIB_GENMARSHAL], [glib-genmarshal]) if test "x$GLIB_GENMARSHAL" = x; then