Upgrade to waf 1.5.3.

git-svn-id: svn://localhost/ardour2/branches/3.0@4651 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-02-25 16:41:27 +00:00
parent c9e5903e73
commit 09f87d4f9f
2 changed files with 2 additions and 1 deletions

View File

@@ -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):

BIN
libs/evoral/waf vendored

Binary file not shown.