Issue reveled by a "make maintainer-check" failure.
* t/vala-vapi.sh ($required): Drop 'GNUmake' requirement, which was
causing the test to be spuriously skipped.
* t/vala-libs.sh: Likewise.
* t/vala-headers.sh: Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# Test to make sure compiling Vala code really works with recursive make.
-required="pkg-config valac gcc GNUmake"
+required="pkg-config valac gcc"
. ./defs || Exit 1
cat >> configure.ac << 'END'
# Building libraries (libtool and static) from Vala sources.
# And use of vapi files to call C code from Vala.
-required="valac cc pkg-config libtoolize GNUmake"
+required="valac cc pkg-config libtoolize"
. ./defs || Exit 1
cat >> configure.ac << 'END'
# Test and that vapi files are correctly handled by Vala support.
-required='valac cc GNUmake'
+required='valac cc'
. ./defs || Exit 1
cat >> configure.ac <<'END'