Merge branch 'maint'
[platform/upstream/automake.git] / t / silent2.sh
index 550907f..25cf8b1 100755 (executable)
@@ -17,7 +17,7 @@
 # Check silent-rules mode, without libtool, non-fastdep case
 # (so that, with GCC, we also cover the other code paths in depend2).
 
-# Please keep this file in sync with silent.test.
+# Please keep this file in sync with 'silent.sh'.
 
 required=gcc
 . ./defs || exit 1
@@ -25,7 +25,6 @@ required=gcc
 mkdir sub
 
 cat >>configure.ac <<'EOF'
-AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_PROG_CC
 AM_PROG_CC_C_O