gnome-python r614 - trunk
- From: gjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-python r614 - trunk
- Date: Sun, 3 Feb 2008 12:19:46 +0000 (GMT)
Author: gjc
Date: Sun Feb 3 12:19:46 2008
New Revision: 614
URL: http://svn.gnome.org/viewvc/gnome-python?rev=614&view=rev
Log:
WAF: allow python tool to use libdir (with waf trunk)
Modified:
trunk/ChangeLog
trunk/wscript
Modified: trunk/wscript
==============================================================================
--- trunk/wscript (original)
+++ trunk/wscript Sun Feb 3 12:19:46 2008
@@ -29,10 +29,10 @@
def configure(conf):
conf.check_tool('misc')
conf.check_tool('compiler_cc')
+ conf.check_tool('gnome')
conf.check_tool('python')
conf.check_python_version((2,4))
conf.check_python_headers()
- conf.check_tool('gnome')
conf.define('VERSION', VERSION)
version = [int(s) for s in VERSION.split('.')]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]