automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] tests: subobj-cxx.sh: fix post-merge spurious failur


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] tests: subobj-cxx.sh: fix post-merge spurious failure
Date: Sat, 12 Jan 2013 14:37:57 +0100

* t/subobj-cxx.sh: Don't check that the auxiliary script 'compile' is
not installed.   Apparently, it is now brought in by AM_PROG_AR.  No
big deal anyway, as a no-strictly-needed distributed auxiliary script
is not going to do any bad.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/subobj-cxx.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/t/subobj-cxx.sh b/t/subobj-cxx.sh
index a32a45d..18641da 100755
--- a/t/subobj-cxx.sh
+++ b/t/subobj-cxx.sh
@@ -78,7 +78,6 @@ END
 
 $ACLOCAL
 $AUTOMAKE -a
-test ! -f compile # This is not needed by C++ support.
 $EGREP '[^/](a|b|foo)\.\$(OBJEXT)' Makefile.in && exit 1
 
 $AUTOCONF
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

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