summaryrefslogtreecommitdiff
path: root/t/silent-many-gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-many-gcc.sh')
-rwxr-xr-xt/silent-many-gcc.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/silent-many-gcc.sh b/t/silent-many-gcc.sh
index 98104b649..e810e27c7 100755
--- a/t/silent-many-gcc.sh
+++ b/t/silent-many-gcc.sh
@@ -22,7 +22,7 @@
# 'silent-many-generic.sh', which should work with generic compilers.
required='gcc g++ gfortran lex yacc'
-. ./defs || exit 1
+. test-init.sh
# Avoids too much code duplication.
do_and_check_silent_build ()
@@ -95,7 +95,6 @@ do_and_check_verbose_build ()
mkdir sub
cat >>configure.ac <<'EOF'
-AM_SILENT_RULES
AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_F77