>From ba0261ba1c2026f90cee1c4bbd73bc074fc87d4f Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 5 May 2013 15:05:37 -0700 Subject: [PATCH 2/4] configure: print a message when docbook.xsl is missing localy Signed-off-by: Matthieu Patou --- buildtools/wafsamba/samba_conftests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildtools/wafsamba/samba_conftests.py b/buildtools/wafsamba/samba_conftests.py index 0274f66..ec98ba0 100644 --- a/buildtools/wafsamba/samba_conftests.py +++ b/buildtools/wafsamba/samba_conftests.py @@ -503,3 +503,6 @@ def CHECK_XSLTPROC_MANPAGES(conf): msg='Checking for stylesheet %s' % s, define='XSLTPROC_MANPAGES', on_target=False, boolean=True) + if not conf.CONFIG_SET('XSLTPROC_MANPAGES'): + print "A local copy of the docbook.xsl wasn't found on your system" \ + " consider installing package like docbook-xsl" -- 1.7.9.5