summaryrefslogtreecommitdiff
path: root/tests/distcom2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/distcom2.test')
-rwxr-xr-xtests/distcom2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/distcom2.test b/tests/distcom2.test
index 0eba22c46..0f8cba0fb 100755
--- a/tests/distcom2.test
+++ b/tests/distcom2.test
@@ -20,7 +20,7 @@
. ./defs || Exit 1
-cat >> configure.in << 'END'
+cat >> configure.ac << 'END'
AC_PROG_CC
AM_PROG_CC_C_O
AC_CONFIG_FILES([subdir/Makefile])
@@ -74,7 +74,7 @@ for opt in '' --no-force; do
$FGREP ' $(top_srcdir)/depcomp ' subdir/dc.txt
# The `compile' script will be listed in the DIST_COMMON of the top-level
- # Makefile because it's required in configure.in (by AM_PROG_CC_C_O).
+ # Makefile because it's required in configure.ac (by AM_PROG_CC_C_O).
$FGREP ' $(top_srcdir)/compile ' dc.txt || $FGREP ' compile ' dc.txt
done