From: Stefano Lattarini Date: Wed, 11 Apr 2012 13:37:04 +0000 (+0200) Subject: vala tests: force the use of automatic dependency tracking X-Git-Tag: v1.11b~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e306fb5d1043c60b46128fb09ee54434340a0d42;p=platform%2Fupstream%2Fautomake.git vala tests: force the use of automatic dependency tracking * t/vala-mix2.sh: Invoke ./configure with the option '--enable-dependency-tracking', so that slower dependency extractors are not rejected. This avoids a spurious failure at least on Solaris when the Sun C compiler is used. Signed-off-by: Stefano Lattarini --- diff --git a/t/vala-mix2.sh b/t/vala-mix2.sh index 5162467..992c41f 100755 --- a/t/vala-mix2.sh +++ b/t/vala-mix2.sh @@ -71,7 +71,8 @@ $ACLOCAL $AUTOMAKE -a $AUTOCONF -./configure +# Do not reject slower dependency extractors. +./configure --enable-dependency-tracking $MAKE all ls -l # For debugging.