]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: subpkg-yacc.sh: start with a clean directory
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:28:21 +0000 (14:28 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 13:34:43 +0000 (14:34 +0100)
* t/subpkg-yacc.sh ($am_create_testdir): Define to "empty".

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

index c46b7f1a225d378d2668c639fcde184c2ea5b4fb..e0c2c456c80830d5ded04898d8959c5eeeaed08b 100755 (executable)
@@ -17,6 +17,7 @@
 # Check that ylwrap is installed properly, and $(YLWRAP) us defined
 # properly, when a subpackage is involved.
 
+am_create_testdir=empty
 required='cc yacc'
 . test-init.sh
 
@@ -112,7 +113,7 @@ EOF
 
 $ACLOCAL
 $AUTOCONF
-$AUTOMAKE
+$AUTOMAKE -a
 
 test ! -f ylwrap
 cd lib