summaryrefslogtreecommitdiff
path: root/t/nodist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/nodist.sh')
-rw-r--r--t/nodist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/nodist.sh b/t/nodist.sh
index 65ee3eb1d..e273b0fe8 100644
--- a/t/nodist.sh
+++ b/t/nodist.sh
@@ -34,7 +34,7 @@ $ACLOCAL
$AUTOMAKE
grep '^am_eyeball_OBJECTS' Makefile.in
-grep '^DIST_SOURCES =' Makefile.in
-grep '^DIST_SOURCES =.*nodist' Makefile.in && exit 1
+grep '^am.dist.sources =' Makefile.in
+grep '^am.dist.sources =.*nodist' Makefile.in && exit 1
: