From: Victor Julien Date: Thu, 19 Feb 2015 10:45:09 +0000 (+0100) Subject: Fix make distcheck on CentOS 5.11 X-Git-Tag: suricata-2.0.7~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1344%2Fhead;p=thirdparty%2Fsuricata.git Fix make distcheck on CentOS 5.11 datarootdir was undefined. Define it. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index e507b07b0e..386debc8fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,5 +30,6 @@ Ubuntu_Installation.txt \ Ubuntu_Installation_from_GIT.txt \ Windows.txt +datarootdir=@datarootdir@ docdir = ${datarootdir}/doc/${PACKAGE} dist_doc_DATA = ${EXTRA_DIST}