Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4586

Modified Files:
      Tag: RC_1_34_0
        python.jam 
Log Message:
Fix Trac #1013.

Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.51
retrieving revision 1.12.2.52
diff -u -d -r1.12.2.51 -r1.12.2.52
--- python.jam  6 Apr 2007 18:17:43 -0000       1.12.2.51
+++ python.jam  31 May 2007 23:34:46 -0000      1.12.2.52
@@ -95,7 +95,7 @@
 #   using python 2.3 ;
 #   using python 2.3 : /usr/local/bin/python ;
 #    
-rule init ( version ? : cmd-or-prefix ? : includes ? : libraries ? 
+rule init ( version ? : cmd-or-prefix ? : includes * : libraries ? 
     : condition * : extension-suffix ? )
 {
     project.push-current $(.project) ;
@@ -660,7 +660,7 @@
 
 # implementation of init
 local rule configure ( 
-  version ? : cmd-or-prefix ? : includes ? : libraries ? : condition * : 
extension-suffix ? )
+  version ? : cmd-or-prefix ? : includes * : libraries ? : condition * : 
extension-suffix ? )
 {
     local prefix ;
     local exec-prefix ;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to