summaryrefslogtreecommitdiff
path: root/t/yacc-mix-c-cxx.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/yacc-mix-c-cxx.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/yacc-mix-c-cxx.sh')
-rwxr-xr-xt/yacc-mix-c-cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-mix-c-cxx.sh b/t/yacc-mix-c-cxx.sh
index affd938c1..a1bc128d2 100755
--- a/t/yacc-mix-c-cxx.sh
+++ b/t/yacc-mix-c-cxx.sh
@@ -17,7 +17,7 @@
# Check that many different Yacc parsers (both C and C++) can co-exists
# in the same directory.
-required=yacc
+required='cc c++ yacc'
. ./defs || Exit 1
cat >> configure.ac << 'END'