automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} vala tests: force the use of automatic dependency trackin


From: Stefano Lattarini
Subject: [FYI] {master} vala tests: force the use of automatic dependency tracking
Date: Wed, 11 Apr 2012 16:10:08 +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 <address@hidden>
---
 t/vala-mix2.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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.
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]