* tests/vala5.test: Update comment, this test is not expected to
fail any more. Require valac version 0.7.0. Skip if configure
fails, could be due to unexpanded PKG_CHECK_MODULES or too old
valac.
Report by Simon Josefsson.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix test failure when pkg.m4 is not found, only pkg-config.
+ * tests/vala5.test: Update comment, this test is not expected to
+ fail any more. Require valac version 0.7.0. Skip if configure
+ fails, could be due to unexpanded PKG_CHECK_MODULES or too old
+ valac.
+ Report by Simon Josefsson.
+
2009-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Automake 1.11.
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
-# Test per-target flags, expected to fail.
+# Test per-target flags.
required="libtool libtoolize pkg-config valac gcc GNUmake"
. ./defs || Exit 1
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_LIBTOOL
-AM_PROG_VALAC
+AM_PROG_VALAC([0.7.0])
PKG_CHECK_MODULES([GOBJECT],[gobject-2.0 >= 2.10])
AC_CONFIG_FILES([src/Makefile])
AC_OUTPUT
$AUTOCONF
$AUTOMAKE -a
-./configure
+./configure || Exit 77
$MAKE