summaryrefslogtreecommitdiff
path: root/t/lex-depend.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-05-16 15:20:28 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-05-16 15:20:28 +0200
commit8d899acbab58dd806deda03862d64cbafff2cb6a (patch)
treeaf57de65ce410d4f15d2b510930a31184a361443 /t/lex-depend.sh
parente77e1977451fff101bb91b71ff363b94b813fb64 (diff)
parente251673828b140ebfcabfc520bfe8c20e0f06e4f (diff)
downloadautomake-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-xt/lex-depend.sh2
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'