summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-25 16:41:27 +0000
committerDavid Robillard <d@drobilla.net>2009-02-25 16:41:27 +0000
commit09f87d4f9f984369fbdd18651076d438a7444548 (patch)
tree64818e1e9a586d68b1fb54e5e867c5c7c723de48 /libs
parentc9e5903e731acaf60ae2e2c654f90fbea5f1a261 (diff)
Upgrade to waf 1.5.3.
git-svn-id: svn://localhost/ardour2/branches/3.0@4651 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/autowaf.py3
-rwxr-xr-xlibs/evoral/wafbin75431 -> 77546 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/libs/evoral/autowaf.py b/libs/evoral/autowaf.py
index 1bcd847eda..20e3ef3426 100644
--- a/libs/evoral/autowaf.py
+++ b/libs/evoral/autowaf.py
@@ -125,6 +125,7 @@ def configure(conf):
def append_cxx_flags(val):
conf.env.append_value('CCFLAGS', val)
conf.env.append_value('CXXFLAGS', val)
+ conf.line_just = 42
check_tool(conf, 'misc')
check_tool(conf, 'compiler_cc')
check_tool(conf, 'compiler_cxx')
@@ -240,7 +241,7 @@ def display_msg(conf, msg, status = None, color = None):
color = 'GREEN'
elif type(status) == bool and not status or status == "False":
color = 'YELLOW'
- print "%s : " % msg.ljust(conf.line_just),
+ Utils.pprint('NORMAL', "%s :" % msg.ljust(conf.line_just), sep='')
Utils.pprint(color, status)
def print_summary(conf):
diff --git a/libs/evoral/waf b/libs/evoral/waf
index ef00a3ac46..f9a5c97b6f 100755
--- a/libs/evoral/waf
+++ b/libs/evoral/waf
Binary files differ