* master:
tests: fix spurious failure due to i18n issue
tests: add few missing 'cc' and 'c++' requirements
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Make sure depcomp does not needlessly update headers and objects
-# for yacc rules. This test still fails with FreeBSD make (but passes
-# with NetBSD make).
+# for yacc rules.
- required=yacc
+ required='cc yacc'
. ./defs || Exit 1
cat >> configure.ac << 'END'
# using yacc and the automake 'subdir-objects' option.
# Exposes automake bug#8485.
- required=yacc
+ required='cc yacc'
. ./defs || Exit 1
-# This test is bounded to fail for any implementation that
-# triggers automake bug#7884.
-useless_vpath_rebuild && skip_ "would trip on automake bug#7884"
-
cat >> configure.ac << 'END'
AC_PROG_CC
AM_PROG_CC_C_O