From: Richard Kettlewell Date: Tue, 21 Oct 2008 08:20:44 +0000 (+0100) Subject: Saner distcheck cgiexecdir X-Git-Tag: 4.3~65 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/7070c832793182a10650b12b7ac738ec0061e9e8 Saner distcheck cgiexecdir --- diff --git a/Makefile.am b/Makefile.am index 03ebdac..71fd269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,14 +14,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - # 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 cgiexecdir=$(shell pwd)/$(httpdir)/_inst/cgiexecdir +DISTCHECK_CONFIGURE_FLAGS:=httpdir=$(distdir)/_inst/httpdir cgiexecdir=$(shell pwd)/$(distdir)/_inst/cgiexecdir check-report: before-check check make-coverage-reports before-check: