summaryrefslogtreecommitdiff
path: root/t/vala2.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-04-24 10:52:34 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-04-24 10:52:34 +0200
commit3eec8e2434a34d673e66eae1817f8a88960656db (patch)
treef4ba0904f57cdf50ab40b7bfc8b10fee9687ab5c /t/vala2.sh
parent814e32696ca0cdd402624db132dedf0d3379e033 (diff)
parentf450cd19f4efa6ab3bafa072d7756239b6888ae0 (diff)
downloadautomake-3eec8e2434a34d673e66eae1817f8a88960656db.tar.gz
Merge branch 'master' into ng/master
* master: coverage: test the internal $(am__relativize) variable coverage: parallel make with vala vala: configure exit with status 77, not 1, if valac version is too old
Diffstat (limited to 't/vala2.sh')
-rwxr-xr-xt/vala2.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/vala2.sh b/t/vala2.sh
index 407ccac38..cfbffc1b3 100755
--- a/t/vala2.sh
+++ b/t/vala2.sh
@@ -56,7 +56,9 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
-./configure || skip_ "configure failure"
+grep PKG_CHECK_MODULES configure && skip_ "pkg-config m4 macros not found"
+
+./configure
$MAKE
# Test rebuild rules.