diff options
Diffstat (limited to 'tests/cscope.tap')
-rwxr-xr-x | tests/cscope.tap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cscope.tap b/tests/cscope.tap index 36adeca75..c39feedd7 100755 --- a/tests/cscope.tap +++ b/tests/cscope.tap @@ -22,7 +22,7 @@ plan_ 18 ocwd=`pwd` || fatal_ "getting top-level directory" -cat >> configure.in << 'END' +cat >> configure.ac << 'END' AC_CONFIG_FILES([sub/Makefile]) AC_SUBST([CC], [who-cares]) AC_SUBST([CXX], [who-cares]) |