[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Oct 30 00:27:32 MDT 2010


The branch, master has been updated
       via  56b46d8 talloc: Fix manual pages in standalone build.
      from  14ff2e8 Fix bug #7700 - Improvement of return code of smbclient

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 56b46d8d886cf7c42d52234fe5e6e67ee92e4906
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Oct 30 08:27:12 2010 +0200

    talloc: Fix manual pages in standalone build.

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/wscript |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 4e5131c..62759c7 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -53,8 +53,7 @@ def configure(conf):
 
     conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1
 
-    if conf.env.standalone_talloc:
-        conf.find_program('xsltproc', var='XSLTPROC')
+    conf.CHECK_XSLTPROC_MANPAGES()
 
     if not conf.env.disable_python:
         # also disable if we don't have the python libs installed


-- 
Samba Shared Repository


More information about the samba-cvs mailing list