summaryrefslogtreecommitdiff
path: root/t/subobj4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj4.sh')
-rw-r--r--t/subobj4.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/subobj4.sh b/t/subobj4.sh
index b1b577d6a..dbbed30be 100644
--- a/t/subobj4.sh
+++ b/t/subobj4.sh
@@ -21,7 +21,6 @@
cat >> configure.ac << 'END'
AC_PROG_CC
-AM_PROG_CC_C_O
AC_PROG_CXX
AC_CONFIG_FILES([d1/Makefile d2/Makefile])
AC_OUTPUT
@@ -41,11 +40,10 @@ END
cat > d2/Makefile.am << 'END'
END
-: > compile
: > d2/z.c
$ACLOCAL
-$AUTOMAKE
+$AUTOMAKE -Wno-unsupported
grep '\$(CC) .*\.\./d2/z\.c' d1/Makefile.in