diff options
author | David Robillard <d@drobilla.net> | 2011-05-16 19:29:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-16 19:29:28 +0000 |
commit | 448fd5cb264115926fabc9985866acc8655ea706 (patch) | |
tree | d003fae263f7137dc84a180f38006205245c4cca /wscript | |
parent | e20761e375fb36175cc2e428515baf14d7c873a8 (diff) | |
download | patchage-448fd5cb264115926fabc9985866acc8655ea706.tar.gz patchage-448fd5cb264115926fabc9985866acc8655ea706.tar.bz2 patchage-448fd5cb264115926fabc9985866acc8655ea706.zip |
Align configuration output precisely per-project
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3271 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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', |