summaryrefslogtreecommitdiff
path: root/t/subpkg-yacc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subpkg-yacc.sh')
-rw-r--r--t/subpkg-yacc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh
index 639e4156c..9fc676190 100644
--- a/t/subpkg-yacc.sh
+++ b/t/subpkg-yacc.sh
@@ -49,7 +49,7 @@ mkdir lib/src
cat >lib/configure.ac <<'EOF'
AC_INIT([lib], [2.3])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
AC_PROG_RANLIB
AC_PROG_YACC
dnl This comes after YACC and RANLIB checks, deliberately.