2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

merging current boost/python and libs/python from trunk into release branch

[SVN r67483]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-12-28 20:38:29 +00:00
parent 7bdb2d4ce2
commit de00e5dafd

View File

@@ -8,7 +8,7 @@
# this file in place, or you can place it in a permanent location so that it
# does not get overwritten should you get a new version of Boost.Build. See:
#
# http://boost.org/boost-build2/doc/html/bbv2/reference.html#bbv2.reference.init
# http://www.boost.org/boost-build2/doc/html/bbv2/overview/configuration.html
#
# for documentation about possible permanent locations.
@@ -34,7 +34,6 @@
# http://boost.org/boost-build2/doc/html/bbv2/advanced.html#bbv2.advanced.jam_language
#
# ------------------
# GCC configuration.
# ------------------
@@ -84,3 +83,10 @@
# Configure with an explicit installation prefix.
# using qt : /usr/opt/qt ;
# ---------------------
# Python configuration.
# ---------------------
# Configure specific Python version.
# using python : 3.1 : /usr/bin/python3 : /usr/include/python3.1 : /usr/lib ;