From: Richard Kettlewell Date: Sat, 18 Oct 2008 09:59:12 +0000 (+0100) Subject: Need to override httpdir for make distcheck X-Git-Tag: 5.0.3~5^2~73 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/e64832ce64fab3577bc51996cbabedb187633e5a?ds=sidebyside;hp=467b6eb1d5467f70c25c4c8d5e3c37813483528f Need to override httpdir for make distcheck --- diff --git a/Makefile.am b/Makefile.am index cb5d491..6504f9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,8 @@ EXTRA_DIST=TODO CHANGES.html README.streams BUGS \ README.upgrades README.client README.raw README.vhost README.developers SUBDIRS=@subdirs@ +DISTCHECK_CONFIGURE_FLAGS=httpdir=$(distdir)/_inst/httpdir + check-report: before-check check make-coverage-reports before-check: rm -f */*.gcda */*.gcov