gnome-python r643 - trunk
- From: gjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-python r643 - trunk
- Date: Sat, 3 Jan 2009 22:53:01 +0000 (UTC)
Author: gjc
Date: Sat Jan 3 22:53:01 2009
New Revision: 643
URL: http://svn.gnome.org/viewvc/gnome-python?rev=643&view=rev
Log:
WAF: fix autoconfig and dist_hook
Modified:
trunk/ (props changed)
trunk/wscript
Modified: trunk/wscript
==============================================================================
--- trunk/wscript (original)
+++ trunk/wscript Sat Jan 3 22:53:01 2009
@@ -1,7 +1,8 @@
# -*- python -*-
import Options
-Options.autoconfig = True
+import Configure
+Configure.autoconfig = True
import Build
@@ -22,7 +23,7 @@
shutil.copy2(html_file, os.path.join('docs', 'gnomevfs', 'html'))
## Copy WAF to the distdir
assert os.path.basename(sys.argv[0]) == 'waf'
- shutil.copy(sys.argv[0], '.')
+ shutil.copy(os.path.join('..', sys.argv[0]), '.')
def set_options(opt):
opt.tool_options('compiler_cc')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]