diff options
Diffstat (limited to 't/silent-lex.sh')
-rwxr-xr-x | t/silent-lex.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/silent-lex.sh b/t/silent-lex.sh index ca2164f76..6cc04308e 100755 --- a/t/silent-lex.sh +++ b/t/silent-lex.sh @@ -17,12 +17,11 @@ # 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]) |