automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [FYI] tests: subpkg-yacc.sh: fix post-merge spurious failu


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] tests: subpkg-yacc.sh: fix post-merge spurious failure
Date: Sat, 12 Jan 2013 14:33:40 +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 <address@hidden>
---
 t/subpkg-yacc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh
index c0ab0f5..c46b7f1 100755
--- a/t/subpkg-yacc.sh
+++ b/t/subpkg-yacc.sh
@@ -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
 
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

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