summaryrefslogtreecommitdiff
path: root/t/cscope.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/cscope.tap')
-rw-r--r--t/cscope.tap6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/cscope.tap b/t/cscope.tap
index 88d498b04..c39a9b6dd 100644
--- a/t/cscope.tap
+++ b/t/cscope.tap
@@ -22,8 +22,10 @@ plan_ 18
ocwd=$(pwd) || fatal_ "getting top-level directory"
-cat >> configure.ac << 'END'
-AC_CONFIG_FILES([sub/Makefile])
+cat > configure.ac << 'END'
+AC_INIT([cscope-test], [1.0])
+AM_INIT_AUTOMAKE([subdir-objects])
+AC_CONFIG_FILES([Makefile sub/Makefile])
AC_SUBST([CC], [who-cares])
AC_SUBST([CXX], [who-cares])
AC_SUBST([FC], [who-cares])