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, 2 insertions, 4 deletions
diff --git a/t/cscope.tap b/t/cscope.tap
index b7fbb210d..2461bcc67 100644
--- a/t/cscope.tap
+++ b/t/cscope.tap
@@ -22,10 +22,8 @@ plan_ 18
ocwd=$(pwd) || fatal_ "getting top-level directory"
-cat > configure.ac << 'END'
-AC_INIT([cscope-test], [1.0])
-AM_INIT_AUTOMAKE([subdir-objects])
-AC_CONFIG_FILES([Makefile sub/Makefile])
+cat >> configure.ac << 'END'
+AC_CONFIG_FILES([sub/Makefile])
AC_SUBST([CC], [who-cares])
AC_SUBST([CXX], [who-cares])
AC_SUBST([FC], [who-cares])