]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: subpkg-yacc.sh: fix post-merge spurious failure
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:22:26 +0000 (14:22 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:26:29 +0000 (14:26 +0100)
* t/subpkg-yacc.sh: Expect the 'compile' script to be immediately
installed by "automake --add-missing", due to the presence of
AC_PROG_CC in top-level 'configure.ac'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/subpkg-yacc.sh

index c0ab0f5a29bcb5f049c80b3fb8a9b9ed0bf93200..c46b7f1a225d378d2668c639fcde184c2ea5b4fb 100755 (executable)
@@ -114,14 +114,14 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE
 
-test ! -f compile
+test ! -f ylwrap
 cd lib
 $ACLOCAL
 $AUTOCONF
 $AUTOHEADER
 $AUTOMAKE --add-missing
 cd ..
-test -f compile
+test -f ylwrap
 
 ./configure