+2009-05-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Vala: for now, require GNU make.
+ * doc/automake.texi (Vala Support): GNU make is currently
+ required for Vala sources.
+ * tests/vala2.test, tests/vala3.test, tests/vala5.test: Require
+ GNU make.
+
2009-05-17 Jürg Billeter <j@bitron.ch>
Vala: Use $(srcdir) in rebuild rules.
Automake provides initial support for Vala
(@uref{http://www.vala-project.org/}).
-This requires valac version 0.7.0 or later.
+This requires valac version 0.7.0 or later, and currently requires
+the user to use GNU @command{make}.
@example
foo_SOURCES = foo.vala bar.vala zardoc.c
# Test to make sure compiling Vala code really works with recursive make.
-required="libtool libtoolize pkg-config valac gcc"
+required="libtool libtoolize pkg-config valac gcc GNUmake"
. ./defs || Exit 1
set -e
# Test to make sure compiling Vala code really works with non-recursive make.
-required="libtool libtoolize pkg-config valac gcc"
+required="libtool libtoolize pkg-config valac gcc GNUmake"
. ./defs || Exit 1
set -e
# Test per-target flags, expected to fail.
-required="libtool libtoolize pkg-config valac gcc"
+required="libtool libtoolize pkg-config valac gcc GNUmake"
. ./defs || Exit 1
set -e