diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-16 15:20:28 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-16 15:20:28 +0200 |
commit | 8d899acbab58dd806deda03862d64cbafff2cb6a (patch) | |
tree | af57de65ce410d4f15d2b510930a31184a361443 /t/lex-depend.sh | |
parent | e77e1977451fff101bb91b71ff363b94b813fb64 (diff) | |
parent | e251673828b140ebfcabfc520bfe8c20e0f06e4f (diff) | |
download | automake-8d899acbab58dd806deda03862d64cbafff2cb6a.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: fix spurious failure due to i18n issue
tests: add few missing 'cc' and 'c++' requirements
Diffstat (limited to 't/lex-depend.sh')
-rwxr-xr-x | t/lex-depend.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-depend.sh b/t/lex-depend.sh index f7cfd6ae5..a2897edff 100755 --- a/t/lex-depend.sh +++ b/t/lex-depend.sh @@ -17,7 +17,7 @@ # Test to make sure automatic dependency tracking work with Lex/C. # Test suggested by PR automake/6. -required=lex +required='cc lex' . ./defs || Exit 1 cat >> configure.ac << 'END' |