]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: subobj-cxx.sh: fix post-merge spurious failure
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:35:05 +0000 (14:35 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:37:13 +0000 (14:37 +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 <stefano.lattarini@gmail.com>
t/subobj-cxx.sh

index a32a45d4ebedc16eb456f4d293de815fd8011fc9..18641da7101a15919ca275ee320b47f79a031e71 100755 (executable)
@@ -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