diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-11 15:37:04 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-11 15:37:04 +0200 |
commit | e306fb5d1043c60b46128fb09ee54434340a0d42 (patch) | |
tree | b05c03bd57fb6be38bf4aab14be6d0298e4b3471 /t/vala-mix2.sh | |
parent | feea090263edbe06ab791a838b4a3d1fce9fd7e5 (diff) | |
download | automake-e306fb5d1043c60b46128fb09ee54434340a0d42.tar.gz |
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 't/vala-mix2.sh')
-rwxr-xr-x | 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 516246724..992c41ff0 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. |