Merge branch 'maint'
[platform/upstream/automake.git] / t / silent6.sh
index 3593adf..a4b0f69 100755 (executable)
@@ -19,7 +19,6 @@
 . ./defs || exit 1
 
 cat >>configure.ac <<'EOF'
-AM_SILENT_RULES
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
 EOF
@@ -31,6 +30,7 @@ echo SUBDIRS = sub > Makefile.am
 
 mkdir sub
 cat > sub/Makefile.am <<'EOF'
+AUTOMAKE_OPTIONS = -Wno-portability-recursive
 my_verbose = $(my_verbose_$(V))
 my_verbose_ = $(my_verbose_$(AM_DEFAULT_VERBOSITY))
 my_verbose_0 = @echo " XGEN    $@";