>From 807f3cf63a223f1d7eb6b06c02ec0abb1d4486ae Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Sat, 28 Apr 2012 21:36:42 +0200 Subject: [PATCH] tests: require lex, not yacc, in a lex test case See automake bug#11369. * t/lex-clean.sh ($required): Require 'lex', not 'yacc'. Signed-off-by: Stefano Lattarini --- t/lex-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lex-clean.sh b/t/lex-clean.sh index 9b23f01..4213195 100755 --- a/t/lex-clean.sh +++ b/t/lex-clean.sh @@ -19,7 +19,7 @@ # distributed .l sources are cleaned by "make maintainer-clean". # See also sister test 'lex-clean-cxx.test'. -required=yacc +required=lex . ./defs || Exit 1 cat >> configure.ac << 'END' -- 1.7.9.5