summaryrefslogtreecommitdiff
path: root/t/auxdir8.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/auxdir8.sh')
-rw-r--r--t/auxdir8.sh15
1 files changed, 5 insertions, 10 deletions
diff --git a/t/auxdir8.sh b/t/auxdir8.sh
index 0c676e89e..5ab9d662d 100644
--- a/t/auxdir8.sh
+++ b/t/auxdir8.sh
@@ -17,7 +17,7 @@
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
# This test tries without an explicit call to AC_CONFIG_AUX_DIR;
# the config auxdir should be implicitly defined to '.' since
-# the install-sh, mkinstalldirs, etc., scripts are in the top-level
+# the install-sh, py-compile, etc., scripts are in the top-level
# directory.
# Keep this in sync with sister tests 'auxdir6.sh' and 'auxdir7.sh'.
@@ -29,18 +29,13 @@ END
mkdir subdir
-cat > Makefile.am << 'END'
-pkgdata_DATA =
-END
-
-cp Makefile.am subdir/Makefile.am
-
-: > mkinstalldirs
+: > Makefile.am
+: > subdir/Makefile.am
$ACLOCAL
$AUTOMAKE
-$FGREP '$(top_srcdir)/mkinstalldirs' Makefile.in
-$FGREP '$(top_srcdir)/mkinstalldirs' subdir/Makefile.in
+grep '^am\.conf\.aux-dir = \$(top_srcdir)$' Makefile.in
+grep '^am\.conf\.aux-dir = \$(top_srcdir)$' subdir/Makefile.in
: