summaryrefslogtreecommitdiff
path: root/t/confh.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confh.sh')
-rw-r--r--t/confh.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/t/confh.sh b/t/confh.sh
index 85d21d4c3..66eb16f40 100644
--- a/t/confh.sh
+++ b/t/confh.sh
@@ -27,17 +27,16 @@ END
cat > Makefile.am << 'END'
.PHONY: test1 test2
test1:
- @echo DIST_COMMON = $(DIST_COMMON)
- echo ' ' $(DIST_COMMON) ' ' | grep '[ /]acconfig\.h '
+ @echo am.dist.common-files = $(am.dist.common-files)
+ echo ' ' $(am.dist.common-files) ' ' | grep '[ /]include/config\.h\.in '
test2: distdir
ls -l $(distdir)/*
- test -f $(distdir)/acconfig.h
+ test -f $(distdir)/include/config.h.in
check-local: test1 test2
END
mkdir include
: > include/config.h.in
-: > acconfig.h
# The test used to fail if 'include/Makefile.am' was created (!)
: > include/Makefile.am