From: Stefano Lattarini Date: Sat, 28 Apr 2012 19:36:42 +0000 (+0200) Subject: tests: require lex, not yacc, in a lex test case X-Git-Tag: v1.12.0b~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807f3cf63a223f1d7eb6b06c02ec0abb1d4486ae;p=thirdparty%2Fautomake.git 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 --- diff --git a/t/lex-clean.sh b/t/lex-clean.sh index 9b23f0104..42131954d 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'