From 784690b89a863334c7697c40c611661da95ebc54 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 19 Feb 2015 11:45:09 +0100 Subject: [PATCH] Fix make distcheck on CentOS 5.11 datarootdir was undefined. Define it. --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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}