tests: some more renames for texinfo tests
[platform/upstream/automake.git] / t / silent-lex.sh
index ca2164f..6cc0430 100755 (executable)
 # Check silent-rules mode for Lex.
 
 required='cc lex'
-. ./defs || exit 1
+. test-init.sh
 
 mkdir sub
 
 cat >>configure.ac <<'EOF'
-AM_SILENT_RULES
 AM_PROG_CC_C_O
 AC_PROG_LEX
 AC_CONFIG_FILES([sub/Makefile])