]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
vala tests: force the use of automatic dependency tracking
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 13:37:04 +0000 (15:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 13:37:04 +0000 (15:37 +0200)
* 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 <stefano.lattarini@gmail.com>
t/vala-mix2.sh

index 516246724c07cdfcc2cce4ec919d85654040dbcf..992c41ff03f16708f0ff1ebde4fa0b0d0f72f4df 100755 (executable)
@@ -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.