From a68ddc76daf9517e7fd8875ff0581cf817b2c4b1 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 20 Oct 2008 20:19:05 +0100 Subject: [PATCH] distcheck needs fiddled cgiexecdir too Organization: Straylight/Edgeware From: Richard Kettlewell --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b0c39e9..03ebdac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ 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 +DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(httpdir)/_inst/cgiexecdir check-report: before-check check make-coverage-reports before-check: -- [mdw]