From 448fd5cb264115926fabc9985866acc8655ea706 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 May 2011 19:29:28 +0000 Subject: Align configuration output precisely per-project git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3271 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index bb0757a..3f22617 100644 --- a/wscript +++ b/wscript @@ -1,3 +1,4 @@ + #!/usr/bin/env python # Licensed under the GNU GPL v2 or later, see COPYING file for details. # Copyright 2008-2010 David Robillard @@ -38,6 +39,7 @@ def options(opt): def configure(conf): autowaf.configure(conf) + conf.line_just = 38 autowaf.display_header('Patchage Configuration') conf.load('compiler_cxx') autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', -- cgit v1.2.1