oops
[boost.git] / boost-configure.patch
1 *** configure.orig      2007-01-16 01:39:00.000000000 +0100
2 --- configure   2007-01-19 03:53:08.000000000 +0100
3 ***************
4 *** 9,15 ****
5   
6   BJAM=""
7   TOOLSET=""
8 ! BJAM_CONFIG=""
9   BUILD=""
10   PREFIX=/usr/local
11   EPREFIX=
12 --- 9,15 ----
13   
14   BJAM=""
15   TOOLSET=""
16 ! BJAM_CONFIG="-d2 --layout=system variant=release debug-symbols=on"
17   BUILD=""
18   PREFIX=/usr/local
19   EPREFIX=
20 *************** INCLUDEDIR=$INCLUDEDIR
21 *** 325,332 ****
22   LIBS=$LIBS
23   
24   all: .dummy
25 !       @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS)"
26 !       @\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) || \\
27         echo "Not all Boost libraries built properly."
28   
29   clean: .dummy
30 --- 325,332 ----
31   LIBS=$LIBS
32   
33   all: .dummy
34 !       @echo "\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) stage"
35 !       @\$(BJAM) \$(BJAM_CONFIG) --user-config=user-config.jam \$(LIBS) stage || \\
36         echo "Not all Boost libraries built properly."
37   
38   clean: .dummy