summaryrefslogtreecommitdiff
path: root/t/yacc-line.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/yacc-line.sh')
-rw-r--r--t/yacc-line.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/yacc-line.sh b/t/yacc-line.sh
index ed30c56b3..b034af36e 100644
--- a/t/yacc-line.sh
+++ b/t/yacc-line.sh
@@ -25,7 +25,6 @@ required='cc yacc'
cat >> configure.ac << 'END'
AC_CONFIG_FILES([sub/Makefile])
AC_PROG_CC
-AM_PROG_CC_C_O
AC_PROG_YACC
AC_OUTPUT
END
@@ -77,7 +76,9 @@ c_outputs='zardoz.c bar-quux.c sub/foo-zardoz.c sub/dir/quux.c'
$ACLOCAL
$AUTOCONF
-$AUTOMAKE -a
+# FIXME: stop disabling the warnings in the 'unsupported' category
+# FIXME: once the 'subdir-objects' option has been mandatory.
+$AUTOMAKE -a -Wno-unsupported
for vpath in : false; do