summaryrefslogtreecommitdiff
path: root/tests/pr243.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pr243.test')
-rwxr-xr-xtests/pr243.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pr243.test b/tests/pr243.test
index 6fdd697bc..e2586a598 100755
--- a/tests/pr243.test
+++ b/tests/pr243.test
@@ -19,7 +19,7 @@
# `Makefile:Makefile.in:tail.mk' in AC_OUTPUT.
#
# == Report ==
-# If configure.in has something like:
+# If configure.ac has something like:
# AC_OUTPUT(Makefile:Makefile.in:tail.mk)
# then config.status cannot parse the Makefile to build the
# dependency files in the .deps directory. This is because
@@ -29,7 +29,7 @@
required=cc
. ./defs || Exit 1
-cat > configure.in << END
+cat > configure.ac << END
AC_INIT([$me], [1.0])
AM_INIT_AUTOMAKE
AC_PROG_CC