From 6f51dbc1728b446ef727eff95ec38987ffb30539 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 May 2011 21:08:36 +0000 Subject: Fix building documentation as part of recursive build. Fix python 3 compatibility. Fix header checks to be mandatory where necessary. Update autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3333 a436a847-0d15-0410-975c-d299462d15a1 --- waf | Bin 87347 -> 87638 bytes wscript | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/waf b/waf index e7bec8b..686fe2b 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 3d89c27..83e9891 100644 --- a/wscript +++ b/wscript @@ -1,3 +1,4 @@ + #!/usr/bin/env python import os @@ -18,8 +19,8 @@ def options(opt): autowaf.set_options(opt) def configure(conf): + conf.line_just = 37 autowaf.configure(conf) - conf.line_just = 38 autowaf.display_header('Machina Configuration') conf.load('compiler_cxx') autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', -- cgit v1.2.1